-
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
here-docs cause bogus line numbers #12265
Comments
From @maukeCreated by @mauke% cat bug.pl use Test::More tests => 10; sub lineno { sub test_line { #line 26 # This test is the main reason for the #line annotations. It corrupts line #line 42 __DATA__ % prove bug.pl # Failed test 'line with ".{B3}."' # Failed test 'line with ".{C3}."' Test Summary Report There are two bugs here: - (minor): perl records the wrong line number for any statement that starts in - (major): The ${\<<EOT} construct makes perl record wrong line numbers for all Perl Info
|
From @cpansproutOn Tue Jul 10 15:08:27 2012, l.mai@web.de wrote:
I fixed those in commit 83944c0. In doing so I made line numbers inside -- Father Chrysostomos |
The RT System itself - Status changed from 'new' to 'open' |
@cpansprout - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#114070 (status was 'resolved')
Searchable as RT114070$
The text was updated successfully, but these errors were encountered: