break should be in loop.

This commit is contained in:
Dave Halter
2017-07-20 00:11:15 +02:00
parent 4a86571b21
commit d21504e2ca
2 changed files with 11 additions and 2 deletions

View File

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