ruff/crates/ruff_python_trivia_integration_tests/tests
Dylan f2b7c82534
Handle t-string prefixes in SimpleTokenizer (#20578)
The simple tokenizer is meant to skip strings, but it was recording a
`Name` token for t-strings (from the `t`). This PR fixes that.
2025-09-25 14:33:37 -05:00
..
snapshots Handle t-string prefixes in SimpleTokenizer (#20578) 2025-09-25 14:33:37 -05:00
block_comments.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
simple_tokenizer.rs Handle t-string prefixes in SimpleTokenizer (#20578) 2025-09-25 14:33:37 -05:00
whitespace.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00