]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/parser/line-cont6.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / line-cont6.0
CommitLineData
deb63bfb 1# $FreeBSD: head/bin/sh/tests/parser/line-cont6.0 273276 2014-10-19 11:59:15Z jilles $
71aad674
A
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" ]