10 lines
176 B
Text
10 lines
176 B
Text
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
|
|
)
|
|
'
|