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
mergetools/bc: add `bc4` to the alias list for Beyond Compare
[git.git]
/
t
/
chainlint
/
here-doc-multi-line-string.test
blob
a53edbcc8d89bc2fd693da6bb410f0e2dc179d5d
1
(
2
# LINT: line contains here-doc and opens multi-line string
3
cat <<-\TXT && echo "multi-line
4
string"
5
fizzle
6
TXT
7
bap
8
)