|
|
@@ -93,3 +93,9 @@ class TestStatement(unittest.TestCase):
|
|
|
self.assertTrue(S('command', 'addu', '$1', '$2', '$3').is_arith())
|
|
|
self.assertFalse(S('command', 'foo').is_arith())
|
|
|
self.assertFalse(S('label', 'addu').is_arith())
|
|
|
+
|
|
|
+# def test_get_def(self):
|
|
|
+# self.assertEqual(S('command', 'addu', '$1', '$2', '$3'), '$1')
|
|
|
+#
|
|
|
+
|
|
|
+
|