Commit cf27b263 authored by Taddeus Kroes's avatar Taddeus Kroes

Fixed Leiden v12 tests using the new fraction rewrite rules.

parent 1659cc67
......@@ -65,10 +65,14 @@ class TestLeidenOefenopgaveV12(TestCase):
'a ^ (1 + 6) / b ^ 3 * b ^ 2',
'a ^ 7 / b ^ 3 * b ^ 2',
'b ^ 2 * a ^ 7 / b ^ 3',
# FIXME: 'b ^ 2 / b ^ 3 * a ^ 7',
# FIXME: 'b ^ (2 - 3) * a ^ 7',
# FIXME: 'b ^ 5 * a ^ 7',
# FIXME: 'a ^ 7 * b ^ 5',
'b ^ 2 / b ^ 3 * a ^ 7 / 1',
'b ^ (2 - 3)a ^ 7 / 1',
'b ^ -1 * a ^ 7 / 1',
'1 / b ^ 1 * a ^ 7 / 1',
'1 / b * a ^ 7 / 1',
'a ^ 7 * 1 / b / 1',
'a ^ 7 / b / 1',
'a ^ 7 / b',
])
def test_2_b(self):
......
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