summaryrefslogtreecommitdiffstats
path: root/t/chainlint/here-doc-multi-line-command-subst.expect
blob: b7364c82c89feba3baf9a149937f1e43bf91ff23 (plain)
1
2
3
4
5
6
7
8
(
	x=$(bobble <<-\END &&
		fossil
		vegetable
		END
		wiffle) ?!AMP?!
	echo $x
)