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: use CRLF mode in regexes for match and search #92

Merged
merged 2 commits into from
May 12, 2024
Merged

Conversation

hiltontj
Copy link
Owner

@hiltontj hiltontj commented May 12, 2024

Update after latest CTS surfaced an edge case for i-regexp compliance.

Use CRLF mode in regexes for search and match functions so that the line feed and new line characters are treated properly with a dot matcher

Closes #90

Update after latest CTS surfaced an edge case for i-regexp compliance.

Use CRLF mode in regexes for search and match functions so that the
line feed and new line characters are treated properly with a dot matcher
@hiltontj hiltontj added bug Something isn't working compliance JSONPath Standard Compliance labels May 12, 2024
@hiltontj hiltontj self-assigned this May 12, 2024
@hiltontj hiltontj merged commit 5b3fd54 into main May 12, 2024
5 checks passed
@hiltontj hiltontj deleted the fix-cts-may-2024 branch May 12, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compliance JSONPath Standard Compliance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix failures from latest compliance test suite
1 participant