git/t/t4018/perl-skip-end-of-heredoc

9 lines
127 B
Plaintext

sub RIGHTwithheredocument {
print <<"EOF"
decoy here-doc
EOF
# some lines of context
# to pad it out
print "ChangeMe\n";
}