Skip to content

Fix panic with 8 in octal escape#8356

Merged
konstin merged 2 commits intomainfrom
octal-escape
Oct 30, 2023
Merged

Fix panic with 8 in octal escape#8356
konstin merged 2 commits intomainfrom
octal-escape

Conversation

@konstin
Copy link
Member

@konstin konstin commented Oct 30, 2023

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

**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
@konstin konstin added bug Something isn't working parser Related to the parser labels Oct 30, 2023
@konstin konstin merged commit daea870 into main Oct 30, 2023
@konstin konstin deleted the octal-escape branch October 30, 2023 13:42
@github-actions
Copy link
Contributor

PR Check Results

Ecosystem

✅ ecosystem check detected no linter changes.

✅ ecosystem check detected no format changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working parser Related to the parser

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants