Sign in
code
/
git
/
f86de088f8c32377fbd681cc481e7128af83ce2f
/
.
/
t
/
chainlint
/
here-doc-multi-line-string.test
blob: a53edbcc8d89bc2fd693da6bb410f0e2dc179d5d [
file
]
(
# LINT: line contains here-doc and opens multi-line string
cat
<<-
\TXT
&&
echo
"multi-line
string"
fizzle
TXT
bap
)