]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/not-heredoc.test
The ninth batch
[thirdparty/git.git] / t / chainlint / not-heredoc.test
CommitLineData
22597af9
ES
1# LINT: "<< ours" inside string is not here-doc
2echo "<<<<<<< ours" &&
3echo ourside &&
4echo "=======" &&
5echo theirside &&
6echo ">>>>>>> theirs" &&
7
8(
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