xref: /freebsd/bin/sh/tests/parser/line-cont3.0 (revision d0b2dbfa)
1334111e2SJilles Tjoelker
2334111e2SJilles Tjoelkerv=`printf %s 'a\
3334111e2SJilles Tjoelkerb'`
4334111e2SJilles Tjoelkerw="`printf %s 'c\
5334111e2SJilles Tjoelkerd'`"
6334111e2SJilles Tjoelker[ "$v$w" = abcd ]
7