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: Panic on incomplete escape sequences in regex patterns #268

Merged
merged 1 commit into from
Jul 29, 2021

Conversation

Stranger6667
Copy link
Owner

Fixes #253

Signed-off-by: Dmitry Dygalo <dadygalo@gmail.com>
@codecov
Copy link

codecov bot commented Jul 29, 2021

Codecov Report

Merging #268 (6247851) into master (d7b6919) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #268      +/-   ##
==========================================
+ Coverage   82.84%   82.85%   +0.01%     
==========================================
  Files          53       53              
  Lines        4132     4135       +3     
==========================================
+ Hits         3423     3426       +3     
  Misses        709      709              
Impacted Files Coverage Δ
jsonschema/src/lib.rs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d7b6919...6247851. Read the comment docs.

@Stranger6667 Stranger6667 merged commit 6765d07 into master Jul 29, 2021
@Stranger6667 Stranger6667 deleted the dd/fix-panic branch July 29, 2021 08:30
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.

Panic on some regex patterns
1 participant