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

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
)
'