]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/parser/line-cont6.0
Copy googletest 1.8.1 from ^/vendor/google/googletest/1.8.1 to .../contrib/googletest
[FreeBSD/FreeBSD.git] / bin / sh / tests / parser / line-cont6.0
1 # $FreeBSD$
2
3 v0\
4 =abc
5
6 v=$(cat <\
7 <\
8 E\
9 O\
10 F
11 ${v0}d
12 EOF
13 )
14
15 w=$(cat <\
16 <\
17 -\
18 EOF
19         efgh
20 EOF
21 )
22
23 [ "$v.$w" = "abcd.efgh" ]