]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/sh/tests/parser/line-cont3.0
MFC r268436,273243,278806,280920,286971: sh: Add various tests.
[FreeBSD/stable/10.git] / bin / sh / tests / parser / line-cont3.0
1 # $FreeBSD$
2
3 v=`printf %s 'a\
4 b'`
5 w="`printf %s 'c\
6 d'`"
7 [ "$v$w" = abcd ]