freebsd-dev/bin/sh/tests/parser/line-cont3.0
2014-10-17 21:52:57 +00:00

8 lines
75 B
Plaintext

# $FreeBSD$
v=`printf %s 'a\
b'`
w="`printf %s 'c\
d'`"
[ "$v$w" = abcd ]