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