ruff/crates/ruff_python_index/src
Charlie Marsh b3789cd9e9
Fix continuation detection following multi-line strings (#9332)
## Summary

The logic that detects continuations assumed that tokens themselves
cannot span multiple lines. However, strings _can_ -- even single-quoted
strings.

Closes https://github.com/astral-sh/ruff/issues/9323.
2023-12-31 10:43:35 -05:00
..
comment_ranges.rs Use source type to determine parser mode for formatting (#8205) 2023-10-25 19:20:02 +05:30
fstring_ranges.rs Consider unterminated f-strings in FStringRanges (#8154) 2023-10-27 11:11:44 +00:00
indexer.rs Fix continuation detection following multi-line strings (#9332) 2023-12-31 10:43:35 -05:00
lib.rs Add support for PEP 701 (#7376) 2023-09-29 02:55:39 +00:00