1make: in target "mod-squarebrackets-empty": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[]"
2LIST:[0]="one two three four five six"
3LIST:[0x0]="one two three four five six"
4LIST:[000]="one two three four five six"
5LIST:[*]="one two three four five six"
6LIST:[@]="one two three four five six"
7LIST:[0]:C/ /,/="one,two three four five six"
8LIST:[0]:C/ /,/g="one,two,three,four,five,six"
9LIST:[0]:C/ /,/1g="one,two,three,four,five,six"
10LIST:[*]:C/ /,/="one,two three four five six"
11LIST:[*]:C/ /,/g="one,two,three,four,five,six"
12LIST:[*]:C/ /,/1g="one,two,three,four,five,six"
13LIST:[@]:C/ /,/="one two three four five six"
14LIST:[@]:C/ /,/g="one two three four five six"
15LIST:[@]:C/ /,/1g="one two three four five six"
16LIST:[@]:[0]:C/ /,/="one,two three four five six"
17LIST:[0]:[@]:C/ /,/="one two three four five six"
18LIST:[@]:[*]:C/ /,/="one,two three four five six"
19LIST:[*]:[@]:C/ /,/="one two three four five six"
20EMPTY=""
21EMPTY:[#]="1" == 1 ?
22ESCAPEDSPACE="\ "
23ESCAPEDSPACE:[#]="1" == 1 ?
24REALLYSPACE=" "
25REALLYSPACE:[#]="1" == 1 ?
26LIST:[#]="6"
27LIST:[0]:[#]="1" == 1 ?
28LIST:[*]:[#]="1" == 1 ?
29LIST:[@]:[#]="6"
30LIST:[1]:[#]="1"
31LIST:[1..3]:[#]="3"
32EMPTY:[1]=""
33ESCAPEDSPACE="\ "
34ESCAPEDSPACE:[1]="\ "
35REALLYSPACE=" "
36REALLYSPACE:[1]="" == "" ?
37REALLYSPACE:[*]:[1]=" " == " " ?
38LIST:[1]="one"
39make: in target "mod-squarebrackets-n-error-1": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[1.]"
40make: in target "mod-squarebrackets-n-error-2": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[1]."
41LIST:[2]="two"
42LIST:[6]="six"
43LIST:[7]=""
44LIST:[999]=""
45make: in target "mod-squarebrackets-n-error-3": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[-]"
46make: in target "mod-squarebrackets-n-error-4": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[--]"
47LIST:[-1]="six"
48LIST:[-2]="five"
49LIST:[-6]="one"
50LIST:[-7]=""
51LIST:[-999]=""
52LONGLIST:[17]="17"
53LONGLIST:[0x11]="17"
54LONGLIST:[021]="17"
55LIST:[0]:[1]="one two three four five six"
56LIST:[*]:[1]="one two three four five six"
57LIST:[@]:[1]="one"
58LIST:[0]:[2]=""
59LIST:[*]:[2]=""
60LIST:[@]:[2]="two"
61LIST:[*]:C/ /,/:[2]=""
62LIST:[*]:C/ /,/:[*]:[2]=""
63LIST:[*]:C/ /,/:[@]:[2]="three"
64LONGLIST:[012..0x12]="10 11 12 13 14 15 16 17 18"
65make: in target "mod-squarebrackets-start-end-error-1": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[1.]"
66make: in target "mod-squarebrackets-start-end-error-2": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[1..]"
67make: in target "mod-squarebrackets-start-end-error-3": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[1.. ]"
68LIST:[1..1]="one"
69make: in target "mod-squarebrackets-start-end-error-4": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[1..1.]"
70LIST:[1..2]="one two"
71LIST:[2..1]="two one"
72LIST:[3..-2]="three four five"
73LIST:[-4..4]="three four"
74make: in target "mod-squarebrackets-start-end-error-5": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[0..1]"
75make: in target "mod-squarebrackets-start-end-error-6": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[-1..0]"
76LIST:[-1..1]="six five four three two one"
77LIST:[0..0]="one two three four five six"
78LIST:[3..99]="three four five six"
79LIST:[-3..-99]="four three two one"
80LIST:[-99..-3]="one two three four"
81HASH="#" == "#" ?
82LIST:[${HASH}]="6"
83LIST:[${ZERO}]="one two three four five six"
84LIST:[${ZERO}x${ONE}]="one"
85LIST:[${ONE}]="one"
86LIST:[${MINUSONE}]="six"
87LIST:[${STAR}]="one two three four five six"
88LIST:[${AT}]="one two three four five six"
89make: in target "mod-squarebrackets-nested-error-1": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[${EMPTY"
90LIST:[${LONGLIST:[21]:S/2//}]="one"
91LIST:[${LIST:[#]}]="six"
92LIST:[${LIST:[${HASH}]}]="six"
93LIST:[  -1..   +3]="six five four three"
94LIST:S/ /,/="one two three four five six"
95LIST:S/ /,/W="one,two three four five six"
96LIST:S/ /,/gW="one,two,three,four,five,six"
97EMPTY:S/^/,/=","
98EMPTY:S/^/,/W=","
99LIST:C/ /,/="one two three four five six"
100LIST:C/ /,/W="one,two three four five six"
101LIST:C/ /,/gW="one,two,three,four,five,six"
102EMPTY:C/^/,/=","
103EMPTY:C/^/,/W=","
104LIST:tW="one two three four five six"
105LIST:tw="one two three four five six"
106LIST:tW:C/ /,/="one,two three four five six"
107LIST:tW:C/ /,/g="one,two,three,four,five,six"
108LIST:tW:C/ /,/1g="one,two,three,four,five,six"
109LIST:tw:C/ /,/="one two three four five six"
110LIST:tw:C/ /,/g="one two three four five six"
111LIST:tw:C/ /,/1g="one two three four five six"
112LIST:tw:tW:C/ /,/="one,two three four five six"
113LIST:tW:tw:C/ /,/="one two three four five six"
114exit status 2
115