xref: /freebsd/bin/sh/tests/parser/line-cont3.0 (revision a64729f5077d77e13b9497cb33ecb3c82e606ee8)
1
2v=`printf %s 'a\
3b'`
4w="`printf %s 'c\
5d'`"
6[ "$v$w" = abcd ]
7