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