Whitespace normalization.

This commit is contained in:
Tim Peters 2003-02-19 02:35:07 +00:00
parent f805cd2c1f
commit f2715e0764
26 changed files with 110 additions and 114 deletions

View file

@ -370,7 +370,7 @@ class IllegalSyntaxTestCase(unittest.TestCase):
(266,
(282, (1, 'foo'))), (4, ''))),
(4, ''),
(0, ''))
(0, ''))
self.check_bad_tree(tree, "malformed global ast")
def test_main():