mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-08 05:34:51 +08:00
Finally add all fstring errors except the nested invalid syntax stuff that occurs in nested Python.
This commit is contained in:
@@ -149,6 +149,7 @@ FAILING_EXAMPLES = [
|
||||
"f'{'",
|
||||
"f'{'",
|
||||
"f'}'",
|
||||
"f'{\"}'",
|
||||
]
|
||||
|
||||
GLOBAL_NONLOCAL_ERROR = [
|
||||
|
||||
Reference in New Issue
Block a user