-
Notifications
You must be signed in to change notification settings - Fork 560
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
B::Deparse incorrectly deparses newlines in regex (?{..}) constructs #13661
Comments
From @wolfsageCreated by wolfsage@gmail.comB::Deparse incorrectly handles new lines in (?{...}) constructs For example: $ perl -MO=Deparse ... /(?{print <<END\nok 64 - here-doc in re-eval\nEND\n})/; (Those '\n's should be actual whitespace here) Perl Info
|
From @toddrThis is no longer a bug as of 5.22 from what we can tell. It appears to be broken in 5.18 FWIW. Can someone close this please? Todd |
The RT System itself - Status changed from 'new' to 'open' |
From @maukeOn Thu, 09 Nov 2017 17:40:03 -0800, TODDR wrote:
Can confirm. Fails in 5.20.1, produces Probably fixed as part of RT #123217 (maybe commit f6b6ee6?). |
@mauke - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#121438 (status was 'resolved')
Searchable as RT121438$
The text was updated successfully, but these errors were encountered: