mirror of
https://github.com/davidhalter/parso.git
synced 2026-07-09 01:59:23 +08:00
ad57a51800
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.