repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
chainlint: annotate original test definition rather than token stream
[git.git]
/
t
/
chainlint
/
subshell-here-doc.expect
blob
52789278d13b7605a63c0c92c09c518990ab316f
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
)