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: index out of range in incomplete escape sequence in regex #105

Merged
merged 2 commits into from
Aug 18, 2024

Conversation

FreeMasen
Copy link
Collaborator

Addresses #104

Copy link

codecov bot commented Aug 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.47%. Comparing base (31d1faa) to head (ff85645).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #105      +/-   ##
==========================================
- Coverage   70.70%   70.47%   -0.24%     
==========================================
  Files          18       18              
  Lines        2748     2757       +9     
==========================================
  Hits         1943     1943              
- Misses        805      814       +9     

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

@FreeMasen FreeMasen linked an issue Aug 18, 2024 that may be closed by this pull request
@FreeMasen FreeMasen merged commit cf7ebbf into main Aug 18, 2024
3 checks passed
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.

out of range for slice in next_regex
1 participant