diff options
Diffstat (limited to 'tests/examplefiles/pycon_test.pycon')
-rw-r--r-- | tests/examplefiles/pycon_test.pycon | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/examplefiles/pycon_test.pycon b/tests/examplefiles/pycon_test.pycon index 5ed452e1..ff702864 100644 --- a/tests/examplefiles/pycon_test.pycon +++ b/tests/examplefiles/pycon_test.pycon @@ -6,3 +6,9 @@ SyntaxError: invalid syntax >>> KeyboardInterrupt >>> + +>>> 1/0 +Traceback (most recent call last): +... +ZeroDivisionError + |