]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/line-cont10.0
shell_cmds-198.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / line-cont10.0
1 # $FreeBSD$
2
3 v=XaaaXbbbX
4 [ "${v\
5 #\
6 *\
7 a}.${v\
8 #\
9 #\
10 *\
11 a}.${v\
12 %\
13 b\
14 *}.${v\
15 %\
16 %\
17 b\
18 *}" = aaXbbbX.XbbbX.XaaaXbb.XaaaX ]