diff options
Diffstat (limited to 'Lib/test/output/test_exceptions')
-rw-r--r-- | Lib/test/output/test_exceptions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/output/test_exceptions b/Lib/test/output/test_exceptions index 5605114..9e021d2 100644 --- a/Lib/test/output/test_exceptions +++ b/Lib/test/output/test_exceptions @@ -28,6 +28,10 @@ RuntimeError spam SyntaxError spam +IndentationError +spam +TabError +spam SystemError (hard to reproduce) spam |