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