mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 13:24:39 +08:00
Change a test, because it doesn't really matter
The test had changed behavior for Python 3.8, a syntax error of: SyntaxError: unexpected EOF while parsing instead of SyntaxError: invalid syntax
This commit is contained in:
@@ -146,7 +146,7 @@ FAILING_EXAMPLES = [
|
|||||||
# Now nested parsing
|
# Now nested parsing
|
||||||
"f'{continue}'",
|
"f'{continue}'",
|
||||||
"f'{1;1}'",
|
"f'{1;1}'",
|
||||||
"f'{a*=3}'",
|
"f'{a;}'",
|
||||||
"f'{b\"\" \"\"}'",
|
"f'{b\"\" \"\"}'",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user