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