mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-08 13:45:01 +08:00
Small test refactoring, because not all fstrings errors from parso match the CPython equivalents.
This commit is contained in:
@@ -152,7 +152,6 @@ FAILING_EXAMPLES = [
|
||||
"f'{\"}'",
|
||||
"f'{\"}'",
|
||||
# Now nested parsing
|
||||
"f'{1+}'",
|
||||
"f'{continue}'",
|
||||
"f'{1;1}'",
|
||||
"f'{a=3}'",
|
||||
|
||||
Reference in New Issue
Block a user