repo.or.cz
/
git
/
raj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
submodule--helper: teach config subcommand --unset
[git/raj.git]
/
t
/
chainlint
/
here-doc-multi-line-command-subst.test
blob
899bc5de8bceca9a58cfb8513a2b4f542c2fc19e
1
(
2
# LINT: line contains here-doc and opens multi-line $(...)
3
x=$(bobble <<-\END &&
4
fossil
5
vegetable
6
END
7
wiffle)
8
echo $x
9
)