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