This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
7db10ba
)
Correct typo
author
James E Keenan
<jkeenan@cpan.org>
Fri, 30 Nov 2018 03:12:10 +0000
(22:12 -0500)
committer
James E Keenan
<jkeenan@cpan.org>
Fri, 30 Nov 2018 03:12:10 +0000
(22:12 -0500)
t/op/heredoc.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/heredoc.t
b/t/op/heredoc.t
index
ca044a3
..
0a7bb06
100644
(file)
--- a/
t/op/heredoc.t
+++ b/
t/op/heredoc.t
@@
-221,7
+221,7
@@
HEREDOC
push @tests, [
"print <<~' EOF ';\n $string\n EOF\nEOF \n EOF \n EOF \n",
" $string\n EOF\nEOF \n EOF \n",
push @tests, [
"print <<~' EOF ';\n $string\n EOF\nEOF \n EOF \n EOF \n",
" $string\n EOF\nEOF \n EOF \n",
- "in
t
ented here-doc matches final delimiter correctly"
+ "in
d
ented here-doc matches final delimiter correctly"
];
for my $test (@tests) {
];
for my $test (@tests) {