-
-
Notifications
You must be signed in to change notification settings - Fork 411
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
[Merged by Bors] - [regexp] new tests for unicode flag #2656
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2656 +/- ##
==========================================
+ Coverage 49.20% 49.59% +0.38%
==========================================
Files 390 383 -7
Lines 39562 39228 -334
==========================================
- Hits 19467 19454 -13
+ Misses 20095 19774 -321 see 17 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice addition. Only needs a cargo fmt
and then we are good.
Thanks for the contribution :)
the flag got introduced in regress 0.5.0
22ac3f4
to
97ea03d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
bors r+ |
the flag got introduced in regress 0.5.0 <!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel necessary. ---> This Pull Request fixes/closes: n/a. It changes the following: - add test for unicode flag - add test for native error on failing to parse (got removed in #2651 because the previous example parsing correctly now) Co-authored-by: Lauren N. Liberda <[email protected]>
Pull request successfully merged into main. Build succeeded: |
the flag got introduced in regress 0.5.0
This Pull Request fixes/closes: n/a.
It changes the following: