-
Notifications
You must be signed in to change notification settings - Fork 578
regex remembers failure, refuses to match later #6936
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
Comments
From [email protected]Created by [email protected]I've been working with someone on CLPM, trying to develop a program "GGAAACCAAA" =~ m{ It SHOULD match like so: $1 should be 'GG' However, the output from the program shows that it doesn't try to 1=[GGA] AACCAAA Where I've marked with "<<< HERE >>>", it should be trying 3=[C] (C) CAAA whereupon it should print "OK!". It never tries this; I think this Perl Info
|
From @AbigailOn Tue, Nov 18, 2003 at 08:47:40PM -0000, japhy@perlmonk.org (via RT) wrote:
[ SNIP ]
In 5.8.1 and 5.8.2 it prints: 1=[GGA] AACCAAA So, I'd say the bug has already been fixed. Abigail |
From [email protected]On Nov 19, via RT and UNEXPECTED_DATA_AFTERabigail@abigail.nlsaid:
Excellent. -- |
@rgs - Status changed from 'new' to 'resolved' |
Migrated from rt.perl.org#24517 (status was 'resolved')
Searchable as RT24517$
The text was updated successfully, but these errors were encountered: