repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tag: respect color.ui config
[git.git]
/
t
/
t4018
/
perl-skip-end-of-heredoc
blob
c22d39b25670029dce59d4a6fd9f744f5b48d1e3
1
sub RIGHTwithheredocument {
2
print <<"EOF"
3
decoy here-doc
4
EOF
5
# some lines of context
6
# to pad it out
7
print "ChangeMe\n";
8
}