mirror of https://github.com/astral-sh/ruff
**Summary** The digits for an octal escape are 0 to 7, not 0 to 8, fixing the panic in #8355 **Test plan** Regression test parser fixture |
||
|---|---|---|
| .. | ||
| lexer | ||
| snapshots | ||
| context.rs | ||
| function.rs | ||
| lexer.rs | ||
| lib.rs | ||
| parser.rs | ||
| python.lalrpop | ||
| python.rs | ||
| soft_keywords.rs | ||
| string.rs | ||
| token.rs | ||
| typing.rs | ||