mirror of
https://github.com/davidhalter/parso.git
synced 2026-09-10 09:03:19 +08:00
Line continuation characters are valid inside of strings, but weren't handled correctly in certain cases with f-strings, due to some small tokenizer bugs. This pull request to address those issues, and adds tests to validate the new logic.