]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/line-cont3.0
09d3aa8bba839d13ee6c8547a043f29a499cff29
[apple/shell_cmds.git] / sh / tests / parser / line-cont3.0
1 # $FreeBSD$
2
3 v=`printf %s 'a\
4 b'`
5 w="`printf %s 'c\
6 d'`"
7 [ "$v$w" = abcd ]