mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Whitespace normalization.
This commit is contained in:
parent
3dc6bb3c25
commit
480725d4c5
3 changed files with 4 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ class TracebackCases(unittest.TestCase):
|
|||
def syntax_error_without_caret(self):
|
||||
# XXX why doesn't compile raise the same traceback?
|
||||
import test.badsyntax_nocaret
|
||||
|
||||
|
||||
def syntax_error_bad_indentation(self):
|
||||
compile("def spam():\n print 1\n print 2", "?", "exec")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue