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 parsing of /** **/ nested block comments #751

Merged
merged 2 commits into from
Jun 20, 2024

Conversation

nene
Copy link
Collaborator

@nene nene commented Jun 20, 2024

Don't try to be too clever with matching lots of characters with that funky MIDDLE regex. Just match a single char.

Fixes #747

Copy link

codesandbox-ci bot commented Jun 20, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@nene nene merged commit b0e07e0 into master Jun 20, 2024
2 checks passed
@nene nene deleted the nested-block-comment-parsing-fix branch June 20, 2024 06:49
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.

[FORMATTING] TransactSQL incorrectly formats some block comments, leading to broken statements
1 participant