Sign in
googlers
/
jrn
/
git
/
3f4fa1fab8092c587960b5e8323e4b84630a064d
/
.
/
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
)