diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-03-21 20:33:04 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-03-21 20:33:04 (GMT) |
commit | 09ccc3a22a95e6b399f82297e95fed809af257ec (patch) | |
tree | b01f28e2b003de6bff2f13e9beca8bcb38df184a /Lib/test/output | |
parent | ed9d0ba48242e8a0b1b6942c489da28e7025cd4b (diff) | |
download | cpython-09ccc3a22a95e6b399f82297e95fed809af257ec.zip cpython-09ccc3a22a95e6b399f82297e95fed809af257ec.tar.gz cpython-09ccc3a22a95e6b399f82297e95fed809af257ec.tar.bz2 |
Test that traceback module works with SyntaxErrors with or without carets.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_traceback | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_traceback b/Lib/test/output/test_traceback new file mode 100644 index 0000000..ebbc93b --- /dev/null +++ b/Lib/test/output/test_traceback @@ -0,0 +1 @@ +test_traceback |