Fixed leiden oefenopgave unit test 1.4.

parent 54067813
...@@ -74,10 +74,14 @@ class TestLeidenOefenopgave(TestCase): ...@@ -74,10 +74,14 @@ class TestLeidenOefenopgave(TestCase):
'xx + x * -1 - 1x - 1 * -1', 'xx + x * -1 - 1x - 1 * -1',
'x ^ (1 + 1) + x * -1 - 1x - 1 * -1', 'x ^ (1 + 1) + x * -1 - 1x - 1 * -1',
'x ^ 2 + x * -1 - 1x - 1 * -1', 'x ^ 2 + x * -1 - 1x - 1 * -1',
# FIXME: 'x ^ 2 + (-1 - 1)x - 1 * -1', 'x ^ 2 - x * 1 - 1x - 1 * -1',
# FIXME: 'x ^ 2 - 2x - 1 * -1', 'x ^ 2 - x - 1x - 1 * -1',
# FIXME: 'x ^ 2 - 2x - -1', 'x ^ 2 - x - x - 1 * -1',
# FIXME: 'x ^ 2 - 2x + 1', 'x ^ 2 + (1 + 1) * -x - 1 * -1',
'x ^ 2 + 2 * -x - 1 * -1',
'x ^ 2 - 2x - 1 * -1',
'x ^ 2 - 2x - -1',
'x ^ 2 - 2x + 1',
]]: ]]:
self.assertRewrite(chain) self.assertRewrite(chain)
......
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