Merge branch 'ab/refs-various-fixes'
[alt-git.git] / t / chainlint / not-heredoc.test
blob9aa57346cd7d747351b635264c77f4fd2ee4d2ff
1 # LINT: "<< ours" inside string is not here-doc
2 echo "<<<<<<< ours" &&
3 echo ourside &&
4 echo "=======" &&
5 echo theirside &&
6 echo ">>>>>>> theirs" &&
9 # LINT: "<< ours" inside string is not here-doc
10         echo "<<<<<<< ours" &&
11         echo ourside &&
12         echo "=======" &&
13         echo theirside &&
14         echo ">>>>>>> theirs"
15         poodle
16 ) >merged