Sign in
code
/
git
/
e6c30289c6647eaec426e3b4015d65b5bd63dc1e
/
.
/
t
/
chainlint
/
here-doc-multi-line-command-subst.test
blob: 8710a8c4837f1be653de2f229f2b9eaef7fe7d89 [
file
] [
log
] [
blame
]
test_expect_success
'here-doc-multi-line-command-subst'
'
(
# LINT: line contains here-doc and opens multi-line $(...)
x=$(bobble <<-\END &&
fossil
vegetable
END
wiffle)
echo $x
)
'