Skip to content
Snippets Groups Projects
Commit fb5adcac authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

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

parent 2a400ac2
No related branches found
No related tags found
No related merge requests found
......@@ -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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment