]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/parser/line-cont6.0
shell_cmds-198.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / line-cont6.0
CommitLineData
71aad674
A
1# $FreeBSD$
2
3v0\
4=abc
5
6v=$(cat <\
7<\
8E\
9O\
10F
11${v0}d
12EOF
13)
14
15w=$(cat <\
16<\
17-\
18EOF
19 efgh
20EOF
21)
22
23[ "$v.$w" = "abcd.efgh" ]