repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'cp/git-flush-is-an-env-bool'
[alt-git.git]
/
t
/
chainlint
/
not-heredoc.test
blob
9aa57346cd7d747351b635264c77f4fd2ee4d2ff
1
# LINT: "<< ours" inside string is not here-doc
2
echo "<<<<<<< ours" &&
3
echo ourside &&
4
echo "=======" &&
5
echo theirside &&
6
echo ">>>>>>> 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