mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 05:14:29 +08:00
f-string syntax in Python 3.8 was enhanced
See e.g. https://twitter.com/raymondh/status/1135253771846471680
This commit is contained in:
@@ -146,7 +146,7 @@ FAILING_EXAMPLES = [
|
||||
# Now nested parsing
|
||||
"f'{continue}'",
|
||||
"f'{1;1}'",
|
||||
"f'{a=3}'",
|
||||
"f'{a*=3}'",
|
||||
"f'{b\"\" \"\"}'",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user