summary refs log tree commit diff
path: root/bin/cash/tests/parser/line-cont6.0
blob: f6ba749f8866913fe94ad34bae4f0704b40931ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD: releng/12.0/bin/sh/tests/parser/line-cont6.0 273276 2014-10-19 11:59:15Z jilles $

v0\
=abc

v=$(cat <\
<\
E\
O\
F
${v0}d
EOF
)

w=$(cat <\
<\
-\
EOF
	efgh
EOF
)

[ "$v.$w" = "abcd.efgh" ]