1281760Ssjgmake: Bad modifier `:[]' for LIST
2281760SsjgLIST:[]="" is an error
3281760SsjgLIST:[0]="one two three four five six"
4281760SsjgLIST:[0x0]="one two three four five six"
5281760SsjgLIST:[000]="one two three four five six"
6281760SsjgLIST:[*]="one two three four five six"
7281760SsjgLIST:[@]="one two three four five six"
8281760SsjgLIST:[0]:C/ /,/="one,two three four five six"
9281760SsjgLIST:[0]:C/ /,/g="one,two,three,four,five,six"
10281760SsjgLIST:[0]:C/ /,/1g="one,two,three,four,five,six"
11281760SsjgLIST:[*]:C/ /,/="one,two three four five six"
12281760SsjgLIST:[*]:C/ /,/g="one,two,three,four,five,six"
13281760SsjgLIST:[*]:C/ /,/1g="one,two,three,four,five,six"
14281760SsjgLIST:[@]:C/ /,/="one two three four five six"
15281760SsjgLIST:[@]:C/ /,/g="one two three four five six"
16281760SsjgLIST:[@]:C/ /,/1g="one two three four five six"
17281760SsjgLIST:[@]:[0]:C/ /,/="one,two three four five six"
18281760SsjgLIST:[0]:[@]:C/ /,/="one two three four five six"
19281760SsjgLIST:[@]:[*]:C/ /,/="one,two three four five six"
20281760SsjgLIST:[*]:[@]:C/ /,/="one two three four five six"
21281760SsjgEMPTY=""
22281760SsjgEMPTY:[#]="1" == 1 ?
23281760SsjgESCAPEDSPACE="\ "
24281760SsjgESCAPEDSPACE:[#]="1" == 1 ?
25281760SsjgREALLYSPACE=" "
26281760SsjgREALLYSPACE:[#]="1" == 1 ?
27281760SsjgLIST:[#]="6"
28281760SsjgLIST:[0]:[#]="1" == 1 ?
29281760SsjgLIST:[*]:[#]="1" == 1 ?
30281760SsjgLIST:[@]:[#]="6"
31281760SsjgLIST:[1]:[#]="1"
32281760SsjgLIST:[1..3]:[#]="3"
33281760SsjgEMPTY:[1]=""
34281760SsjgESCAPEDSPACE="\ "
35281760SsjgESCAPEDSPACE:[1]="\ "
36281760SsjgREALLYSPACE=" "
37281760SsjgREALLYSPACE:[1]="" == "" ?
38281760SsjgREALLYSPACE:[*]:[1]=" " == " " ?
39281760SsjgLIST:[1]="one"
40281760Ssjgmake: Bad modifier `:[1.]' for LIST
41281760SsjgLIST:[1.]="" is an error
42281760Ssjgmake: Bad modifier `:[1].' for LIST
43281760SsjgLIST:[1].="}" is an error
44281760SsjgLIST:[2]="two"
45281760SsjgLIST:[6]="six"
46281760SsjgLIST:[7]=""
47281760SsjgLIST:[999]=""
48281760Ssjgmake: Bad modifier `:[-]' for LIST
49281760SsjgLIST:[-]="" is an error
50281760Ssjgmake: Bad modifier `:[--]' for LIST
51281760SsjgLIST:[--]="" is an error
52281760SsjgLIST:[-1]="six"
53281760SsjgLIST:[-2]="five"
54281760SsjgLIST:[-6]="one"
55281760SsjgLIST:[-7]=""
56281760SsjgLIST:[-999]=""
57281760SsjgLONGLIST:[17]="17"
58281760SsjgLONGLIST:[0x11]="17"
59281760SsjgLONGLIST:[021]="17"
60281760SsjgLIST:[0]:[1]="one two three four five six"
61281760SsjgLIST:[*]:[1]="one two three four five six"
62281760SsjgLIST:[@]:[1]="one"
63281760SsjgLIST:[0]:[2]=""
64281760SsjgLIST:[*]:[2]=""
65281760SsjgLIST:[@]:[2]="two"
66281760SsjgLIST:[*]:C/ /,/:[2]=""
67281760SsjgLIST:[*]:C/ /,/:[*]:[2]=""
68281760SsjgLIST:[*]:C/ /,/:[@]:[2]="three"
69281760Ssjgmake: Bad modifier `:[1.]' for LIST
70281760SsjgLIST:[1.]="" is an error
71281760Ssjgmake: Bad modifier `:[1..]' for LIST
72281760SsjgLIST:[1..]="" is an error
73281760SsjgLIST:[1..1]="one"
74281760Ssjgmake: Bad modifier `:[1..1.]' for LIST
75281760SsjgLIST:[1..1.]="" is an error
76281760SsjgLIST:[1..2]="one two"
77281760SsjgLIST:[2..1]="two one"
78281760SsjgLIST:[3..-2]="three four five"
79281760SsjgLIST:[-4..4]="three four"
80281760Ssjgmake: Bad modifier `:[0..1]' for LIST
81281760SsjgLIST:[0..1]="" is an error
82281760Ssjgmake: Bad modifier `:[-1..0]' for LIST
83281760SsjgLIST:[-1..0]="" is an error
84281760SsjgLIST:[-1..1]="six five four three two one"
85281760SsjgLIST:[0..0]="one two three four five six"
86281760SsjgLIST:[3..99]="three four five six"
87281760SsjgLIST:[-3..-99]="four three two one"
88281760SsjgLIST:[-99..-3]="one two three four"
89281760SsjgHASH="#" == "#" ?
90281760SsjgLIST:[${HASH}]="6"
91281760SsjgLIST:[${ZERO}]="one two three four five six"
92281760SsjgLIST:[${ZERO}x${ONE}]="one"
93281760SsjgLIST:[${ONE}]="one"
94281760SsjgLIST:[${MINUSONE}]="six"
95281760SsjgLIST:[${STAR}]="one two three four five six"
96281760SsjgLIST:[${AT}]="one two three four five six"
97281760Ssjgmake: Bad modifier `:[${EMPTY' for LIST
98281760SsjgLIST:[${EMPTY}]="" is an error
99281760SsjgLIST:[${LONGLIST:[21]:S/2//}]="one"
100281760SsjgLIST:[${LIST:[#]}]="six"
101281760SsjgLIST:[${LIST:[${HASH}]}]="six"
102281760SsjgLIST:S/ /,/="one two three four five six"
103281760SsjgLIST:S/ /,/W="one,two three four five six"
104281760SsjgLIST:S/ /,/gW="one,two,three,four,five,six"
105281760SsjgEMPTY:S/^/,/=","
106281760SsjgEMPTY:S/^/,/W=","
107281760SsjgLIST:C/ /,/="one two three four five six"
108281760SsjgLIST:C/ /,/W="one,two three four five six"
109281760SsjgLIST:C/ /,/gW="one,two,three,four,five,six"
110281760SsjgEMPTY:C/^/,/=","
111281760SsjgEMPTY:C/^/,/W=","
112281760SsjgLIST:tW="one two three four five six"
113281760SsjgLIST:tw="one two three four five six"
114281760SsjgLIST:tW:C/ /,/="one,two three four five six"
115281760SsjgLIST:tW:C/ /,/g="one,two,three,four,five,six"
116281760SsjgLIST:tW:C/ /,/1g="one,two,three,four,five,six"
117281760SsjgLIST:tw:C/ /,/="one two three four five six"
118281760SsjgLIST:tw:C/ /,/g="one two three four five six"
119281760SsjgLIST:tw:C/ /,/1g="one two three four five six"
120281760SsjgLIST:tw:tW:C/ /,/="one,two three four five six"
121281760SsjgLIST:tW:tw:C/ /,/="one two three four five six"
122281760Ssjgexit status 0
123