mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Whitespace normalization.
This commit is contained in:
parent
c8d907c60b
commit
e890682e52
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ class CompilerTest(unittest.TestCase):
|
|||
|
||||
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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue