Sign in
◑
Theme
code
/
git
/
2abc7f0304606e23199416ffa3dbc84fa2d431d3
/
.
/
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
)
'