Re-enabled 'raise' test case.

parent 5576814b
...@@ -24,5 +24,5 @@ class TestParser(unittest.TestCase): ...@@ -24,5 +24,5 @@ class TestParser(unittest.TestCase):
def test_line(self): def test_line(self):
self.assertEqual(line(Parser, '4a'), '4 * a') self.assertEqual(line(Parser, '4a'), '4 * a')
#def test_raise(self): def test_raise(self):
# ParserWrapper(Parser).run(['raise']) ParserWrapper(Parser).run(['raise'])
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