diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-08-25 22:05:39 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-08-25 22:05:39 +0000 |
commit | 147f9ae6db79f3e7d1ae43e014a7447d1610c94c (patch) | |
tree | b967d132261b5220165e701da972d7303f62085a /Lib/test/test_parser.py | |
parent | cd73a78b68cba0a68075fd50230c77b63fda2c73 (diff) | |
download | cpython-git-147f9ae6db79f3e7d1ae43e014a7447d1610c94c.tar.gz |
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 bddec1658f..4bd2943b11 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), |