Whitespace normalization.

This commit is contained in:
Tim Peters 2006-08-25 22:05:39 +00:00
parent cd73a78b68
commit 147f9ae6db
3 changed files with 5 additions and 5 deletions

View file

@ -199,7 +199,7 @@ class RoundtripLegalSyntaxTestCase(unittest.TestCase):
yield x
else:
yield tree
terminals = list(walk(st2))
self.assertEqual([
(1, 'def', 1, 0),