git/t/chainlint/here-doc-multi-line-command...

12 lines
192 B
Plaintext

test_expect_success 'here-doc-multi-line-command-subst' '
(
# LINT: line contains here-doc and opens multi-line $(...)
x=$(bobble <<-\END &&
fossil
vegetable
END
wiffle)
echo $x
)
'