-
Notifications
You must be signed in to change notification settings - Fork 104
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
Added Unicode \u and \U parsing to the cli #4492
Conversation
Benchmark ResultMaster commit hash:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4492 +/- ##
==========================================
- Coverage 87.37% 87.36% -0.01%
==========================================
Files 1347 1348 +1
Lines 56364 56490 +126
Branches 7086 7107 +21
==========================================
+ Hits 49249 49355 +106
- Misses 6947 6967 +20
Partials 168 168 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Benchmark ResultMaster commit hash:
|
Benchmark ResultMaster commit hash:
|
* Added unicode \u and \U parsing to the cli * Added tests * Minor test fixes * Minor fixes
* Added unicode \u and \U parsing to the cli * Added tests * Minor test fixes * Minor fixes
Description
Added Unicode \u and \U parsing for cli input.
Fixes #4068
Contributor agreement