mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 21:04:29 +08:00
Forgot to check in the allowed_syntax file.
This commit is contained in:
11
test/normalizer_issue_files/allowed_syntax.py
Normal file
11
test/normalizer_issue_files/allowed_syntax.py
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
"""
|
||||||
|
Some syntax errors are a bit complicated and need exact checking. Here we
|
||||||
|
gather some of the potentially dangerous ones.
|
||||||
|
"""
|
||||||
|
|
||||||
|
for x in [1]:
|
||||||
|
try:
|
||||||
|
continue # Only the other continue and pass is an error.
|
||||||
|
finally:
|
||||||
|
#: E901
|
||||||
|
continue
|
||||||
Reference in New Issue
Block a user