summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_exceptions
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-08 16:32:34 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-08 16:32:34 (GMT)
commit72e48bd05fac4b5fd813f68a692a044a2a85f797 (patch)
tree5252d204d3cee2c201dc6e4c0bab43c64e940c4c /Lib/test/output/test_exceptions
parentfd1f1be98dfe66cd16d2e404e046ec462699dded (diff)
downloadcpython-72e48bd05fac4b5fd813f68a692a044a2a85f797.zip
cpython-72e48bd05fac4b5fd813f68a692a044a2a85f797.tar.gz
cpython-72e48bd05fac4b5fd813f68a692a044a2a85f797.tar.bz2
Add test cases to make sure we get the right SyntaxError message for
various illegal uses of "continue".
Diffstat (limited to 'Lib/test/output/test_exceptions')
-rw-r--r--Lib/test/output/test_exceptions10
1 files changed, 10 insertions, 0 deletions
diff --git a/Lib/test/output/test_exceptions b/Lib/test/output/test_exceptions
index 9e021d2..8ce0154 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