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