aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/parser/line-cont3.0
blob: cc2af7bf692ad9d7de34749bcd80152c03298297 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: head/bin/sh/tests/parser/line-cont3.0 273243 2014-10-17 21:52:57Z jilles $

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