mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +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
|
||||
"f'{continue}'",
|
||||
"f'{1;1}'",
|
||||
"f'{a*=3}'",
|
||||
"f'{a;}'",
|
||||
"f'{b\"\" \"\"}'",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user