summaryrefslogtreecommitdiffstats
path: root/t/chainlint/subshell-here-doc.expect
blob: 52789278d13b7605a63c0c92c09c518990ab316f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
(
	echo wobba \
		gorgo snoot \
		wafta snurb <<-EOF &&
	quoth the raven,
	nevermore...
	EOF

	cat <<EOF >bip ?!AMP?!
	fish fly high
EOF

	echo <<-\EOF >bop
	gomez
	morticia
	wednesday
	pugsly
	EOF
) &&
(
	cat <<-\ARBITRARY >bup &&
	glink
	FIZZ
	ARBITRARY
	cat <<-"ARBITRARY3" >bup3 &&
	glink
	FIZZ
	ARBITRARY3
	meep
)