Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Allow octal escapes with 1 to 3 digits #271

Merged
merged 2 commits into from
Jul 7, 2024

Conversation

ValdezFOmar
Copy link
Contributor

Fix #270

@amaanq
Copy link
Member

amaanq commented Jul 7, 2024

nice, thank you! just one minor comment (for styling really)

bindings/rust/build.rs Outdated Show resolved Hide resolved
Co-authored-by: Amaan Qureshi <[email protected]>
@amaanq amaanq merged commit ccc2408 into tree-sitter:master Jul 7, 2024
4 checks passed
@amaanq
Copy link
Member

amaanq commented Jul 7, 2024

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Octal escapes sequences with less than 3 digits are NOT parsed as escape_sequence
2 participants