-
Notifications
You must be signed in to change notification settings - Fork 557
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
regex: /(?(?!))/ incorrectly fails the match #14947
Comments
From victor@drawall.ccCreated by @GrimyIn a regex conditional expression (?(condition)yes-pattern|no-pattern), if the This may be linked to the optimization documented later in perlre: “(?!) gets How to reproduce
Expected behavior
Actual behavior Perl prints nothing, indicating that: Affected versions Current blead (94757bf) is affected. Perl Info
|
The RT System itself - Status changed from 'new' to 'open' |
@demerphq - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#126222 (status was 'resolved')
Searchable as RT126222$
The text was updated successfully, but these errors were encountered: