summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_parser.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-08-25 22:05:39 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-08-25 22:05:39 (GMT)
commit147f9ae6db79f3e7d1ae43e014a7447d1610c94c (patch)
treeb967d132261b5220165e701da972d7303f62085a /Lib/test/test_parser.py
parentcd73a78b68cba0a68075fd50230c77b63fda2c73 (diff)
downloadcpython-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.py2
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),