summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/parser/line-cont3.0
blob: 09d3aa8bba839d13ee6c8547a043f29a499cff29 (plain)
1
2
3
4
5
6
7
# $FreeBSD$

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