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