mirror of
https://github.com/davidhalter/parso.git
synced 2026-03-11 09:27:04 +08:00
Fix: End detection for strings was mostly wrong, fixes #51
This commit is contained in:
@@ -262,6 +262,7 @@ def test_too_many_levels_of_indentation():
|
||||
r'f"\\\""',
|
||||
r'fr"\""',
|
||||
r'fr"\\\""',
|
||||
r"print(f'Some {x:.2f} and some {y}')",
|
||||
]
|
||||
)
|
||||
def test_valid_fstrings(code):
|
||||
|
||||
Reference in New Issue
Block a user