Explorar el Código

Added extra test.

Jayke Meijer hace 14 años
padre
commit
c714142455
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tests/test_statement.py

+ 1 - 0
tests/test_statement.py

@@ -120,6 +120,7 @@ class TestStatement(unittest.TestCase):
         a = []
 
         self.assertEqual(S('command', 'bne', 'a', 'b', 'L1').get_def(), a)
+        self.assertEqual(S('command', 'beq', 'a', 'b', 'L1').get_def(), a)
     
     def test_get_use_true(self):
         arg1 = ['$1']