summaryrefslogtreecommitdiff
path: root/t/chainlint/not-heredoc.expect
blob: 5d51705a7a2cf3fe4b671e99adb147b2a7698778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2 echo "<<<<<<< ours" &&
3 echo ourside &&
4 echo "=======" &&
5 echo theirside &&
6 echo ">>>>>>> theirs" &&
7 
8 (
9 	echo "<<<<<<< ours" &&
10 	echo ourside &&
11 	echo "=======" &&
12 	echo theirside &&
13 	echo ">>>>>>> theirs" ?!LINT: missing '&&'?!
14 	poodle
15 ) >merged