]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/subshell-here-doc.expect
The 20th batch
[thirdparty/git.git] / t / chainlint / subshell-here-doc.expect
1 2 (
2 3 echo wobba \
3 4 gorgo snoot \
4 5 wafta snurb <<-EOF &&
5 6 quoth the raven,
6 7 nevermore...
7 8 EOF
8 9
9 10 cat <<EOF >bip ?!LINT: missing '&&'?!
10 11 fish fly high
11 12 EOF
12 13
13 14 echo <<-\EOF >bop
14 15 gomez
15 16 morticia
16 17 wednesday
17 18 pugsly
18 19 EOF
19 20 ) &&
20 21 (
21 22 cat <<-\ARBITRARY >bup &&
22 23 glink
23 24 FIZZ
24 25 ARBITRARY
25 26 cat <<-"ARBITRARY3" >bup3 &&
26 27 glink
27 28 FIZZ
28 29 ARBITRARY3
29 30 meep
30 31 )