commit | f2715e076435b74638acb81512c2ee014f75aea2 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Feb 19 02:35:07 2003 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Feb 19 02:35:07 2003 +0000 |
tree | 8f50b5bca2f1d4d7c232894d907996f4104c3515 | |
parent | f805cd2c1f4d850b1d933f39e63a61a3348ec224 [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/test/test_parser.py b/Lib/test/test_parser.py index d78344e..ccdfd19 100644 --- a/Lib/test/test_parser.py +++ b/Lib/test/test_parser.py
@@ -370,7 +370,7 @@ (266, (282, (1, 'foo'))), (4, ''))), (4, ''), - (0, '')) + (0, '')) self.check_bad_tree(tree, "malformed global ast") def test_main():