Commit 528334ff authored by Richard Torenvliet's avatar Richard Torenvliet

started on testing ged_def

parent 53d3416c
......@@ -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')
#
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment