xref: /freebsd/bin/sh/tests/parser/line-cont3.0 (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1*334111e2SJilles Tjoelker
2*334111e2SJilles Tjoelkerv=`printf %s 'a\
3*334111e2SJilles Tjoelkerb'`
4*334111e2SJilles Tjoelkerw="`printf %s 'c\
5*334111e2SJilles Tjoelkerd'`"
6*334111e2SJilles Tjoelker[ "$v$w" = abcd ]
7