commit | e890682e521ad90eac91196d151b796edf00c3fa | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Apr 20 17:45:13 2005 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Apr 20 17:45:13 2005 +0000 |
tree | 34080b2f88fe8cb5c1ec28627b3cf631bac40fa8 | |
parent | c8d907c60bacc4b08c03a71a6b714765df9e879d [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/test/test_compiler.py b/Lib/test/test_compiler.py index d9a3cb8..32302a1 100644 --- a/Lib/test/test_compiler.py +++ b/Lib/test/test_compiler.py
@@ -35,7 +35,7 @@ def testNewClassSyntax(self): compiler.compile("class foo():pass\n\n","<string>","exec") - + def testLineNo(self): # Test that all nodes except Module have a correct lineno attribute. filename = __file__