mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-08 21:54:54 +08:00
Fix an issue that created an endless loop.
This commit is contained in:
@@ -142,7 +142,7 @@ FAILING_EXAMPLES = [
|
||||
# f-strings
|
||||
'f"{}"',
|
||||
'f"{\\}"',
|
||||
#'f"{\'\\\'}"',
|
||||
'f"{\'\\\'}"',
|
||||
'f"{#}"',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user