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

Enabled remaining rewrite of Leiden oefenopgave's test_4_5.

parent 6326dbcd
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ class TestLeidenOefenopgave(TestCase):
# self.assertRewrite(['(3/4) / (5/6)', '9 / 10'])
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):
# self.assertRewrite(['(3/x^2) / (x/7)', '21 / x^3'])
......
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