ruff/crates/ruff_python_parser
konsti daea870c3c
Fix panic with 8 in octal escape (#8356)
**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
2023-10-30 14:42:15 +01:00
..
src Fix panic with 8 in octal escape (#8356) 2023-10-30 14:42:15 +01:00
build.rs
Cargo.toml perf(parser): use memchr for lexing comments (#8193) 2023-10-27 02:07:43 +01:00