summaryrefslogtreecommitdiff
path: root/t/chainlint/here-doc-multi-line-string.expect
blob: a03a04ff3d9f8650b8d5d4873b9997d9eb6db670 (plain)
1
2
3
4
5
6
7
2 (
3 	cat <<-\TXT && echo "multi-line
4 	string" ?!LINT: missing '&&'?!
5 	fizzle
6 	TXT
7 	bap
8 )