line-cont3.0   [plain text]


# $FreeBSD$

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