summaryrefslogtreecommitdiff
path: root/test/indent/perl.perl
diff options
context:
space:
mode:
Diffstat (limited to 'test/indent/perl.perl')
-rwxr-xr-xtest/indent/perl.perl6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/indent/perl.perl b/test/indent/perl.perl
index aca478a1375..34cd4af1125 100755
--- a/test/indent/perl.perl
+++ b/test/indent/perl.perl
@@ -14,7 +14,11 @@ my $b=3;
print $str;
if ($c && /====/){xyz;}
-print << "EOF1" . s/he"llo/th'ere/;
+print "a" . <<EOF . s/he"llo/th'ere/;
+It's a surprise!
+EOF
+
+print <<\EOF1 . s/he"llo/th'ere/;
foo
EOF2
bar