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