repo.or.cz
/
git
/
gitster.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ja/doc-synopsis-markup'
[git/gitster.git]
/
t
/
chainlint
/
here-doc-close-subshell.test
blob
2458f3323b4952e069a385b20d135f6b668991a9
1
test_expect_success 'here-doc-close-subshell' '
2
(
3
# LINT: line contains here-doc and closes nested subshell
4
cat <<-\INPUT)
5
fizz
6
INPUT
7
'