]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/line-cont3.0
shell_cmds-207.100.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / line-cont3.0
1 # $FreeBSD: head/bin/sh/tests/parser/line-cont3.0 273243 2014-10-17 21:52:57Z jilles $
2
3 v=`printf %s 'a\
4 b'`
5 w="`printf %s 'c\
6 d'`"
7 [ "$v$w" = abcd ]