-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
Cherry-pick "LibRegex: Only search start of line if pattern begins with ^" #25177
base: master
Are you sure you want to change the base?
Conversation
@alimpfard looks like this causes |
The tests should pass, I guess we don't have enough tests in ladybird (or this is a posix-specific issue) |
Want to take a look into what's going on? |
(cherry picked from commit de588a97c011dbb6d4ee69bc37281870d49d3ce3)
Here's a standalone demo:
The failing lines are the commented-out ones – I'm confused by those lines. We pass So it looks correct to me that we don't return |
(…and we still return |
LadybirdBrowser/ladybird#1570