Exemplo n.º 1
0
 def test_to_gr1c(self):
     assert gr1c.check_syntax(translate(self.f_un, 'gr1c'))
     assert gr1c.check_syntax(translate(self.dcounter, 'gr1c'))
Exemplo n.º 2
0
 def test_check_syntax(self):
     assert gr1c.check_syntax(REFERENCE_SPECFILE)
     assert not gr1c.check_syntax("foo")
Exemplo n.º 3
0
 def test_check_syntax(self):
     assert gr1c.check_syntax(REFERENCE_SPECFILE)
     assert not gr1c.check_syntax("foo")
Exemplo n.º 4
0
 def test_to_gr1c(self):
     assert gr1c.check_syntax(translate(self.f_un, 'gr1c'))
     assert gr1c.check_syntax(translate(self.dcounter, 'gr1c'))