From 147f9ae6db79f3e7d1ae43e014a7447d1610c94c Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 25 Aug 2006 22:05:39 +0000 Subject: Whitespace normalization. --- Lib/test/test_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_parser.py') 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), -- cgit v1.2.1