summaryrefslogtreecommitdiffstats
path: root/tests/comsub4.sub
blob: 461a9ad186cea257404332c70f691a845b5a5870 (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
x=$(cat <<'EOT'
d \
g
EOT
)

echo "$x"
unset x

x=$( cat <<\EOT\
4
d \
g
EOT4
)

echo "$x"
unset x

x=$( cat <<\EOT
d \
g
EOT
)

echo "$x"