Quantified (*COMMIT) fails to fire #14983
Open
Labels
Comments
From 0perlbugs@rexegg.comHi Yves, Here is another (*COMMIT) behavior that feels wrong (it fails to fire). if ('1213' =~ /(?:1(*COMMIT)2)+./ ) { print "\$&='$&'\n"; } The engine matches '12', then it matches '1' and the (*COMMIT) token. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated from rt.perl.org#126343 (status was 'new')
Searchable as RT126343$
The text was updated successfully, but these errors were encountered: