summary refs log tree commit diff
path: root/bin/1sh/tests/parser/line-cont3.0
blob: 196d4203e14159093131ca0c5c31150546330df1 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: releng/12.1/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 ]