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
Merge branch 'ps/show-ref'
[git.git]
/
t
/
chainlint
/
nested-here-doc.expect
blob
29b3832a986af30d7026eef513cf01dc769316a2
1
cat <<ARBITRARY >foop &&
2
naddle
3
fub <<EOF
4
nozzle
5
noodle
6
EOF
7
formp
8
ARBITRARY
9
10
(
11
cat <<-\INPUT_END &&
12
fish are mice
13
but geese go slow
14
data <<EOF
15
perl is lerp
16
and nothing else
17
EOF
18
toink
19
INPUT_END
20
21
cat <<-\EOT ?!AMP?!
22
text goes here
23
data <<EOF
24
data goes here
25
EOF
26
more test here
27
EOT
28
29
foobar
30
)