tvl-depot/third_party/git/t/t4018/perl-skip-end-of-heredoc
2020-01-11 23:40:29 +00:00

8 lines
127 B
Text

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