mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 13:24:39 +08:00
break should be in loop.
This commit is contained in:
@@ -67,7 +67,8 @@ def test_indentation_errors(code, positions):
|
||||
finally:
|
||||
continue
|
||||
'''), # 'continue' not supported inside 'finally' clause"
|
||||
'continue'
|
||||
'continue',
|
||||
'break',
|
||||
|
||||
# IndentationError
|
||||
' foo',
|
||||
|
||||
Reference in New Issue
Block a user