Changed test case for line() to a binary operator.

parent 2a400ac2
......@@ -22,4 +22,4 @@ class TestParser(unittest.TestCase):
""").replace('\n ', '\n')[1:-1]
def test_line(self):
self.assertEqual(line(Parser, '4a'), '4 * a')
self.assertEqual(line(Parser, '4-a'), '4 - a')
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