mirror of https://github.com/astral-sh/ruff
## 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. |
||
|---|---|---|
| .. | ||
| comment_ranges.rs | ||
| fstring_ranges.rs | ||
| indexer.rs | ||
| lib.rs | ||