mirror of
https://github.com/astral-sh/ruff
synced 2026-01-06 06:04:16 -05:00
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.
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.