here-doc-multi-line-command-subst.test   [plain text]


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