Przeglądaj źródła

Added extra test.

Jayke Meijer 14 lat temu
rodzic
commit
c714142455
1 zmienionych plików z 1 dodań i 0 usunięć
  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']