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