Test that traceback module works with SyntaxErrors with or without carets.

This commit is contained in:
Jeremy Hylton 2001-03-21 20:33:04 +00:00
parent ed9d0ba482
commit 09ccc3a22a
3 changed files with 43 additions and 0 deletions

2
Lib/test/nocaret.py Normal file
View file

@ -0,0 +1,2 @@
def f(x):
[x for x in x] = x