tree-sitter / tree-sitter-ruby

Ruby grammar for tree-sitter
MIT License
176 stars 58 forks source link

Fix parsing of multiple unicode escapes #258

Closed hvitved closed 3 months ago

hvitved commented 3 months ago

Reintroduces a whitespace that was removed on https://github.com/tree-sitter/tree-sitter-ruby/pull/252/files#diff-919ac210accac9ecc55a76d10a7590e3d85ca3f0e165b52d30f08faee486d0cbR1170.

hvitved commented 3 months ago

cc @amaanq .

amaanq commented 3 months ago

thank you, sorry about that! though the test diff is huge - i know ts t -u will format all the tests if they're not, but can you just manually update the test(s) that changed?

hvitved commented 3 months ago

can you just manually update the test(s) that changed?

Is it OK to leave as-is (I have a commit in another repo that refers to the SHA from this PR)? The only change I made to the test corpus was the addition of two new lines.

amaanq commented 3 months ago

Yeah it's totally fine - I was just curious what test actually got updated