1
0
Fork 0
git/t/chainlint/not-heredoc.expect
Daniel Baumann 54102a2c29
Adding upstream version 1:2.47.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 07:43:39 +02:00

14 lines
280 B
Text

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