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