Commit abf1bdd0 authored by Stefan Behnel's avatar Stefan Behnel

Repair syntax test after fixing github issue #1726, which also made "continue"...

Repair syntax test after fixing github issue #1726, which also made "continue" a syntax error outside of loops in try-except blocks.
parent 575eb02f
......@@ -26,11 +26,13 @@ else:
def bool_result():
return True
_ERRORS = u'''
_ERRORS = '''
4:0: continue statement not inside loop
7:4: continue statement not inside loop
10:4: continue statement not inside loop
13:4: continue statement not inside loop
15:5: continue statement not inside loop
18:5: continue statement not inside loop
22:4: continue statement not inside loop
24:4: continue statement not inside loop
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment