diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-08-25 22:05:39 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-08-25 22:05:39 (GMT) |
commit | 147f9ae6db79f3e7d1ae43e014a7447d1610c94c (patch) | |
tree | b967d132261b5220165e701da972d7303f62085a /Lib/test/test_parser.py | |
parent | cd73a78b68cba0a68075fd50230c77b63fda2c73 (diff) | |
download | cpython-147f9ae6db79f3e7d1ae43e014a7447d1610c94c.zip cpython-147f9ae6db79f3e7d1ae43e014a7447d1610c94c.tar.gz cpython-147f9ae6db79f3e7d1ae43e014a7447d1610c94c.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_parser.py')
-rw-r--r-- | Lib/test/test_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_parser.py b/Lib/test/test_parser.py index bddec16..4bd2943 100644 --- a/Lib/test/test_parser.py +++ b/Lib/test/test_parser.py @@ -199,7 +199,7 @@ class RoundtripLegalSyntaxTestCase(unittest.TestCase): yield x else: yield tree - + terminals = list(walk(st2)) self.assertEqual([ (1, 'def', 1, 0), |