summaryrefslogtreecommitdiff
path: root/t/chainlint/multi-line-string.expect
blob: ab0dadf748e859968e654cf8d6a28a3a5882460b (plain)
1
2
3
4
5
6
7
8
9
(
	x="line 1		line 2		line 3" &&
	y="line 1		line2" ?!AMP?!
	foobar
) &&
(
	echo "xyz" "abc		def		ghi" &&
	barfoo
)