Enabled remaining rewrite of Leiden oefenopgave's test_4_5.

parent 6326dbcd
...@@ -154,7 +154,7 @@ class TestLeidenOefenopgave(TestCase): ...@@ -154,7 +154,7 @@ class TestLeidenOefenopgave(TestCase):
# self.assertRewrite(['(3/4) / (5/6)', '9 / 10']) # self.assertRewrite(['(3/4) / (5/6)', '9 / 10'])
def test_4_5(self): def test_4_5(self):
self.assertRewrite(['1/4 * 1/x', '1 / 4 / x', ]) # FIXME: '1 / (4x)']) self.assertRewrite(['1/4 * 1/x', '1 / 4 / x', '1 / (4x)'])
#def test_4_6(self): #def test_4_6(self):
# self.assertRewrite(['(3/x^2) / (x/7)', '21 / x^3']) # self.assertRewrite(['(3/x^2) / (x/7)', '21 / x^3'])
......
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