summaryrefslogtreecommitdiffstats
path: root/t/chainlint/not-heredoc.test
blob: 9aa57346cd7d747351b635264c77f4fd2ee4d2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# LINT: "<< ours" inside string is not here-doc
echo "<<<<<<< ours" &&
echo ourside &&
echo "=======" &&
echo theirside &&
echo ">>>>>>> theirs" &&

(
# LINT: "<< ours" inside string is not here-doc
	echo "<<<<<<< ours" &&
	echo ourside &&
	echo "=======" &&
	echo theirside &&
	echo ">>>>>>> theirs"
	poodle
) >merged