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

[#60] Fix the match function to properly match full string #61

Merged
merged 2 commits into from
Sep 17, 2023

Conversation

hiltontj
Copy link
Owner

This PR closes #60. Parentheses were added to the formulated regex used by the match function to ensure full input string was being matched. A regression test was added to check for correct behaviour.

@hiltontj hiltontj self-assigned this Sep 15, 2023
@hiltontj hiltontj merged commit 73080c5 into main Sep 17, 2023
@hiltontj hiltontj deleted the hiltontj/60-match-false-positives branch September 17, 2023 02:40
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.

match Function Extension False Positives on Empty Expression
1 participant