commit | efb6902c3df041c0b334ddc98434ca05db01c323 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jan 09 07:50:48 2011 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jan 09 07:50:48 2011 +0000 |
tree | 182c7e82c21e5f08a63f763f4257789ea6d2201a | |
parent | 619e7ba8148cb9ebf11a1331c788b6713e88ca5d [diff] |
Add missing line.
diff --git a/Lib/test/test_ast.py b/Lib/test/test_ast.py index 499facd..da07060 100644 --- a/Lib/test/test_ast.py +++ b/Lib/test/test_ast.py
@@ -265,6 +265,7 @@ 'col_offset=0))' ) # issue10869: do not increment lineno of root twice + src = ast.parse('1 + 1', mode='eval') self.assertEqual(ast.increment_lineno(src.body, n=3), src.body) self.assertEqual(ast.dump(src, include_attributes=True), 'Expression(body=BinOp(left=Num(n=1, lineno=4, col_offset=0), '