-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
readline: fix unicode line separators being ignored #57591
base: main
Are you sure you want to change the base?
readline: fix unicode line separators being ignored #57591
Conversation
I'm fine with this but it might be a breaking change. |
also include \r\n in test
Yes, I was thinking the same thing, but wanted to hear y'all thoughts on it 🙂 |
Yes, I think it would remove confusion and be more readable.
Perhaps, but it does not matter much, it will eventually be added to v25, it will just have to wait longer. |
remove confising comparison with regexp splits
I added the semver-major label as a precaution. If you think it is not necessary, feel free to remove it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #57591 +/- ##
=======================================
Coverage 90.22% 90.23%
=======================================
Files 630 630
Lines 185149 185136 -13
Branches 36236 36238 +2
=======================================
- Hits 167058 167049 -9
- Misses 11035 11043 +8
+ Partials 7056 7044 -12
🚀 New features to boost your workflow:
|
Fixes #22448