1*0a6a1f1dSLionel Sambucmake: Bad modifier `:[]' for LIST
2*0a6a1f1dSLionel SambucLIST:[]="" is an error
3*0a6a1f1dSLionel SambucLIST:[0]="one two three four five six"
4*0a6a1f1dSLionel SambucLIST:[0x0]="one two three four five six"
5*0a6a1f1dSLionel SambucLIST:[000]="one two three four five six"
6*0a6a1f1dSLionel SambucLIST:[*]="one two three four five six"
7*0a6a1f1dSLionel SambucLIST:[@]="one two three four five six"
8*0a6a1f1dSLionel SambucLIST:[0]:C/ /,/="one,two three four five six"
9*0a6a1f1dSLionel SambucLIST:[0]:C/ /,/g="one,two,three,four,five,six"
10*0a6a1f1dSLionel SambucLIST:[0]:C/ /,/1g="one,two,three,four,five,six"
11*0a6a1f1dSLionel SambucLIST:[*]:C/ /,/="one,two three four five six"
12*0a6a1f1dSLionel SambucLIST:[*]:C/ /,/g="one,two,three,four,five,six"
13*0a6a1f1dSLionel SambucLIST:[*]:C/ /,/1g="one,two,three,four,five,six"
14*0a6a1f1dSLionel SambucLIST:[@]:C/ /,/="one two three four five six"
15*0a6a1f1dSLionel SambucLIST:[@]:C/ /,/g="one two three four five six"
16*0a6a1f1dSLionel SambucLIST:[@]:C/ /,/1g="one two three four five six"
17*0a6a1f1dSLionel SambucLIST:[@]:[0]:C/ /,/="one,two three four five six"
18*0a6a1f1dSLionel SambucLIST:[0]:[@]:C/ /,/="one two three four five six"
19*0a6a1f1dSLionel SambucLIST:[@]:[*]:C/ /,/="one,two three four five six"
20*0a6a1f1dSLionel SambucLIST:[*]:[@]:C/ /,/="one two three four five six"
21*0a6a1f1dSLionel SambucEMPTY=""
22*0a6a1f1dSLionel SambucEMPTY:[#]="1" == 1 ?
23*0a6a1f1dSLionel SambucESCAPEDSPACE="\ "
24*0a6a1f1dSLionel SambucESCAPEDSPACE:[#]="1" == 1 ?
25*0a6a1f1dSLionel SambucREALLYSPACE=" "
26*0a6a1f1dSLionel SambucREALLYSPACE:[#]="1" == 1 ?
27*0a6a1f1dSLionel SambucLIST:[#]="6"
28*0a6a1f1dSLionel SambucLIST:[0]:[#]="1" == 1 ?
29*0a6a1f1dSLionel SambucLIST:[*]:[#]="1" == 1 ?
30*0a6a1f1dSLionel SambucLIST:[@]:[#]="6"
31*0a6a1f1dSLionel SambucLIST:[1]:[#]="1"
32*0a6a1f1dSLionel SambucLIST:[1..3]:[#]="3"
33*0a6a1f1dSLionel SambucEMPTY:[1]=""
34*0a6a1f1dSLionel SambucESCAPEDSPACE="\ "
35*0a6a1f1dSLionel SambucESCAPEDSPACE:[1]="\ "
36*0a6a1f1dSLionel SambucREALLYSPACE=" "
37*0a6a1f1dSLionel SambucREALLYSPACE:[1]="" == "" ?
38*0a6a1f1dSLionel SambucREALLYSPACE:[*]:[1]=" " == " " ?
39*0a6a1f1dSLionel SambucLIST:[1]="one"
40*0a6a1f1dSLionel Sambucmake: Bad modifier `:[1.]' for LIST
41*0a6a1f1dSLionel SambucLIST:[1.]="" is an error
42*0a6a1f1dSLionel Sambucmake: Bad modifier `:[1].' for LIST
43*0a6a1f1dSLionel SambucLIST:[1].="}" is an error
44*0a6a1f1dSLionel SambucLIST:[2]="two"
45*0a6a1f1dSLionel SambucLIST:[6]="six"
46*0a6a1f1dSLionel SambucLIST:[7]=""
47*0a6a1f1dSLionel SambucLIST:[999]=""
48*0a6a1f1dSLionel Sambucmake: Bad modifier `:[-]' for LIST
49*0a6a1f1dSLionel SambucLIST:[-]="" is an error
50*0a6a1f1dSLionel Sambucmake: Bad modifier `:[--]' for LIST
51*0a6a1f1dSLionel SambucLIST:[--]="" is an error
52*0a6a1f1dSLionel SambucLIST:[-1]="six"
53*0a6a1f1dSLionel SambucLIST:[-2]="five"
54*0a6a1f1dSLionel SambucLIST:[-6]="one"
55*0a6a1f1dSLionel SambucLIST:[-7]=""
56*0a6a1f1dSLionel SambucLIST:[-999]=""
57*0a6a1f1dSLionel SambucLONGLIST:[17]="17"
58*0a6a1f1dSLionel SambucLONGLIST:[0x11]="17"
59*0a6a1f1dSLionel SambucLONGLIST:[021]="17"
60*0a6a1f1dSLionel SambucLIST:[0]:[1]="one two three four five six"
61*0a6a1f1dSLionel SambucLIST:[*]:[1]="one two three four five six"
62*0a6a1f1dSLionel SambucLIST:[@]:[1]="one"
63*0a6a1f1dSLionel SambucLIST:[0]:[2]=""
64*0a6a1f1dSLionel SambucLIST:[*]:[2]=""
65*0a6a1f1dSLionel SambucLIST:[@]:[2]="two"
66*0a6a1f1dSLionel SambucLIST:[*]:C/ /,/:[2]=""
67*0a6a1f1dSLionel SambucLIST:[*]:C/ /,/:[*]:[2]=""
68*0a6a1f1dSLionel SambucLIST:[*]:C/ /,/:[@]:[2]="three"
69*0a6a1f1dSLionel Sambucmake: Bad modifier `:[1.]' for LIST
70*0a6a1f1dSLionel SambucLIST:[1.]="" is an error
71*0a6a1f1dSLionel Sambucmake: Bad modifier `:[1..]' for LIST
72*0a6a1f1dSLionel SambucLIST:[1..]="" is an error
73*0a6a1f1dSLionel SambucLIST:[1..1]="one"
74*0a6a1f1dSLionel Sambucmake: Bad modifier `:[1..1.]' for LIST
75*0a6a1f1dSLionel SambucLIST:[1..1.]="" is an error
76*0a6a1f1dSLionel SambucLIST:[1..2]="one two"
77*0a6a1f1dSLionel SambucLIST:[2..1]="two one"
78*0a6a1f1dSLionel SambucLIST:[3..-2]="three four five"
79*0a6a1f1dSLionel SambucLIST:[-4..4]="three four"
80*0a6a1f1dSLionel Sambucmake: Bad modifier `:[0..1]' for LIST
81*0a6a1f1dSLionel SambucLIST:[0..1]="" is an error
82*0a6a1f1dSLionel Sambucmake: Bad modifier `:[-1..0]' for LIST
83*0a6a1f1dSLionel SambucLIST:[-1..0]="" is an error
84*0a6a1f1dSLionel SambucLIST:[-1..1]="six five four three two one"
85*0a6a1f1dSLionel SambucLIST:[0..0]="one two three four five six"
86*0a6a1f1dSLionel SambucLIST:[3..99]="three four five six"
87*0a6a1f1dSLionel SambucLIST:[-3..-99]="four three two one"
88*0a6a1f1dSLionel SambucLIST:[-99..-3]="one two three four"
89*0a6a1f1dSLionel SambucHASH="#" == "#" ?
90*0a6a1f1dSLionel SambucLIST:[${HASH}]="6"
91*0a6a1f1dSLionel SambucLIST:[${ZERO}]="one two three four five six"
92*0a6a1f1dSLionel SambucLIST:[${ZERO}x${ONE}]="one"
93*0a6a1f1dSLionel SambucLIST:[${ONE}]="one"
94*0a6a1f1dSLionel SambucLIST:[${MINUSONE}]="six"
95*0a6a1f1dSLionel SambucLIST:[${STAR}]="one two three four five six"
96*0a6a1f1dSLionel SambucLIST:[${AT}]="one two three four five six"
97*0a6a1f1dSLionel Sambucmake: Bad modifier `:[${EMPTY' for LIST
LIST:[${EMPTY}]="" is an error
98*0a6a1f1dSLionel SambucLIST:[${LONGLIST:[21]:S/2//}]="one"
99*0a6a1f1dSLionel SambucLIST:[${LIST:[#]}]="six"
100*0a6a1f1dSLionel SambucLIST:[${LIST:[${HASH}]}]="six"
101*0a6a1f1dSLionel SambucLIST:S/ /,/="one two three four five six"
102*0a6a1f1dSLionel SambucLIST:S/ /,/W="one,two three four five six"
103*0a6a1f1dSLionel SambucLIST:S/ /,/gW="one,two,three,four,five,six"
104*0a6a1f1dSLionel SambucEMPTY:S/^/,/=","
105*0a6a1f1dSLionel SambucEMPTY:S/^/,/W=","
106*0a6a1f1dSLionel SambucLIST:C/ /,/="one two three four five six"
107*0a6a1f1dSLionel SambucLIST:C/ /,/W="one,two three four five six"
108*0a6a1f1dSLionel SambucLIST:C/ /,/gW="one,two,three,four,five,six"
109*0a6a1f1dSLionel SambucEMPTY:C/^/,/=","
110*0a6a1f1dSLionel SambucEMPTY:C/^/,/W=","
111*0a6a1f1dSLionel SambucLIST:tW="one two three four five six"
112*0a6a1f1dSLionel SambucLIST:tw="one two three four five six"
113*0a6a1f1dSLionel SambucLIST:tW:C/ /,/="one,two three four five six"
114*0a6a1f1dSLionel SambucLIST:tW:C/ /,/g="one,two,three,four,five,six"
115*0a6a1f1dSLionel SambucLIST:tW:C/ /,/1g="one,two,three,four,five,six"
116*0a6a1f1dSLionel SambucLIST:tw:C/ /,/="one two three four five six"
117*0a6a1f1dSLionel SambucLIST:tw:C/ /,/g="one two three four five six"
118*0a6a1f1dSLionel SambucLIST:tw:C/ /,/1g="one two three four five six"
119*0a6a1f1dSLionel SambucLIST:tw:tW:C/ /,/="one,two three four five six"
120*0a6a1f1dSLionel SambucLIST:tW:tw:C/ /,/="one two three four five six"
121*0a6a1f1dSLionel Sambucexit status 0
122*0a6a1f1dSLionel Sambuc