mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
fix ws
This commit is contained in:
parent
6ccfe85847
commit
68b543aa02
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue