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
Migrated from rt.perl.org#126343 (status was 'new')
Searchable as RT126343$
The text was updated successfully, but these errors were encountered:
Hi Yves,
Here is another (*COMMIT) behavior that feels wrong (it fails to fire).
if ('1213' =~ /(?:1(*COMMIT)2)+./ ) { print "\$&='$&'\n"; } # $&='121'
The engine matches '12', then it matches '1' and the (*COMMIT) token. When the second '2' fails, the engine somehow manages to backtrack across (*COMMIT), which never fires.
Sorry, something went wrong.
No branches or pull requests
Migrated from rt.perl.org#126343 (status was 'new')
Searchable as RT126343$
The text was updated successfully, but these errors were encountered: