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