Commit c98198d3 authored by Benjamin Peterson's avatar Benjamin Peterson

fix ws

parent 90ebedc6
......@@ -310,7 +310,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