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

Make block comments non-greedy #14

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

ISSOtm
Copy link
Contributor

@ISSOtm ISSOtm commented Mar 9, 2024

Prevent the regex from matching */ within a block comment, so they can't "leak" from one to the next one.

Fixes #13

Prevent the regex from matching `*/` within a block comment,
so they can't "leak" from one to the next one
@evie-calico evie-calico merged commit 17503aa into evie-calico:main Mar 9, 2024
1 check passed
@ISSOtm ISSOtm deleted the appease-block-comments branch March 9, 2024 23:07
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.

Some function definitions get omitted
2 participants