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

Improve documentation on regular expressions #1066

Merged
merged 1 commit into from
Jun 16, 2024

Conversation

justin-tay
Copy link
Contributor

Improves the documentation on regular expressions and adds additional tests.

Disabled tests for the current issue for not properly matching anchors when there are newlines have been added for the JDK and Joni implementations. The tests show that GraalJS works. Tests also added that ensures that there is no implicit anchoring is used.

@codecov-commenter
Copy link

codecov-commenter commented Jun 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.68%. Comparing base (48ca3c2) to head (77105a6).
Report is 32 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1066      +/-   ##
============================================
- Coverage     78.90%   78.68%   -0.22%     
- Complexity     1965     2053      +88     
============================================
  Files           172      198      +26     
  Lines          6352     6635     +283     
  Branches       1255     1249       -6     
============================================
+ Hits           5012     5221     +209     
- Misses          867      936      +69     
- Partials        473      478       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stevehu stevehu merged commit 1838371 into networknt:master Jun 16, 2024
4 checks passed
@justin-tay justin-tay deleted the regextest branch July 2, 2024 01:59
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.

3 participants