diff options
Diffstat (limited to 'Lib/test/output/test_exceptions')
-rw-r--r-- | Lib/test/output/test_exceptions | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Lib/test/output/test_exceptions b/Lib/test/output/test_exceptions index 9e021d2679..8ce0154b9d 100644 --- a/Lib/test/output/test_exceptions +++ b/Lib/test/output/test_exceptions @@ -27,6 +27,16 @@ RuntimeError (not used any more?) spam SyntaxError +'continue' not supported inside 'try' clause +ok +'continue' not supported inside 'try' clause +ok +'continue' not supported inside 'try' clause +ok +'continue' not properly in loop +ok +'continue' not properly in loop +ok spam IndentationError spam |