Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nested-here-doc.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 29b3832a986af30d7026eef513cf01dc769316a2 (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
cat <<ARBITRARY >foop &&
naddle
fub <<EOF
	nozzle
	noodle
EOF
formp
ARBITRARY

(
	cat <<-\INPUT_END &&
	fish are mice
	but geese go slow
	data <<EOF
		perl is lerp
		and nothing else
	EOF
	toink
	INPUT_END

	cat <<-\EOT ?!AMP?!
	text goes here
	data <<EOF
		data goes here
	EOF
	more test here
	EOT

	foobar
)