Commit 7b359faf authored by Taddeus Kroes's avatar Taddeus Kroes

Removed some usless parentheses.

parent 5d0be51e
......@@ -17,7 +17,7 @@ class TestRulesGoniometry(RulesTestCase):
self.assertEqual(add_quadrants(None, ()), 1)
def test_match_negated_parameter(self):
s, c = tree('(sin -t), cos -t')
s, c = tree('sin -t, cos -t')
t = s[0]
self.assertEqualPos(match_negated_parameter(s), \
......
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