In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c52cc3901b3c39000e84f4acdbc56b8512b3d214?hp=a0833292cfd2e6c3e7390b655122d7e033b70793>
- Log ----------------------------------------------------------------- commit c52cc3901b3c39000e84f4acdbc56b8512b3d214 Author: Matthew Horsfall <[email protected]> Date: Wed Nov 16 08:31:00 2016 -0500 Test descriptions should be one line or ./TEST chokes on them ----------------------------------------------------------------------- Summary of changes: t/op/heredoc.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/t/op/heredoc.t b/t/op/heredoc.t index e4aa8a5..15b12d9 100644 --- a/t/op/heredoc.t +++ b/t/op/heredoc.t @@ -165,7 +165,7 @@ HEREDOC unshift @tests, [ $test, $string, - "Indented here-doc: $test", + "Indented here-doc: <<$modifier$start_delim with end delim '$end_delim'" . ($script_end ? "\\n" : ""), ]; # Eval'd heredoc @@ -180,7 +180,8 @@ HEREDOC push @tests, [ $eval, $string, - "Eval'd Indented here-doc: $eval", + "Eval'd Indented here-doc: <<$modifier$start_delim with end delim '$end_delim'" . ($script_end ? "\\n" : ""), + ]; } } -- Perl5 Master Repository
