Add 'continue' not properly in loop

This commit is contained in:
Dave Halter
2017-07-19 23:52:41 +02:00
parent 4f7d78716a
commit 4a86571b21
4 changed files with 15 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ def test_indentation_errors(code, positions):
finally:
continue
'''), # 'continue' not supported inside 'finally' clause"
'continue'
# IndentationError
' foo',