-
Notifications
You must be signed in to change notification settings - Fork 577
Literal Whitespace in RegExps not properly parsed #3054
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]----------------------------------------------------------------- ##Start $x="20010103.09:04:10: single line\n"; print "** with spaces:\n"; print "** with whitespace control char:\n"; Under 5.6.0, the regexp is not matched when using literal whitespace Results for your examination: 5.004_04: Script started on Wed Jan 03 09:12:56 2001 persicom@amdev01 5.6.0: Script started on Wed Jan 03 09:12:36 2001 persicom@amdev01 5.6.1: Script started on Wed Jan 03 09:12:07 2001 persicom@amdev01 Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: Characteristics of this binary (from libperl): Furthermore, look what happens with these two scripts that $x="multi line...20010103.09:46:25: multi persicom@amdev01 $x="multi line...20010103.09:46:25: multi persicom@amdev01 Note that there is whitespace before the {17} and the 'line\n' text that works Perl Info
|
From @floatingatoll[Matthew.Persico@lazard.com - Tue Jan 2 23:01:11 2001]:
This test program passes, as of 5.8/5.9 devel.
This test, however, does not pass, as of @17821. - R. |
From @demerphqThis bugs appears to be resolved in later versions of perl. In a recent D:\dev\perl\ver\28461_>.\perl c:\tmp\more_re_bugs.pl Same result in perl 5.8.6 Yves |
@demerphq - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#5051 (status was 'resolved')
Searchable as RT5051$
The text was updated successfully, but these errors were encountered: