Sign in
code
/
git
/
8655908b9eb00a47332d53bf73d9d7fb6cd1d569
/
.
/
t
/
chainlint
/
here-doc-multi-line-string.test
blob: 2f496002fdbcac1d6783c79007151a5115586304 [
file
] [
log
] [
blame
]
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
)
'