about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/here-doc-multi-line-command-subst.test
(
# LINT: line contains here-doc and opens multi-line $(...)
	x=$(bobble <<-\END &&
		fossil
		vegetable
		END
		wiffle)
	echo $x
)