Commit 68b543aa authored by Benjamin Peterson's avatar Benjamin Peterson

fix ws

parent 6ccfe858
......@@ -305,7 +305,7 @@ class AST_Tests(unittest.TestCase):
self.assertEqual(x.left, n1)
self.assertEqual(x.op, addop)
self.assertEqual(x.right, n3)
x = ast.BinOp(1, 2, 3)
self.assertEqual(x.left, 1)
self.assertEqual(x.op, 2)
......
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