moderrs.exp revision 1.20 1 mod-unknown-direct:
2 want: Unknown modifier 'Z'
3 make: Unknown modifier 'Z'
4 VAR:Z=
5
6 mod-unknown-indirect:
7 want: Unknown modifier 'Z'
8 make: Unknown modifier 'Z'
9 VAR:Z=
10
11 unclosed-direct:
12 want: Unclosed variable specification (expecting '}') for "VAR" (value "Thevariable") modifier S
13 make: Unclosed variable specification (expecting '}') for "VAR" (value "Thevariable") modifier S
14 VAR:S,V,v,=Thevariable
15
16 unclosed-indirect:
17 want: Unclosed variable specification after complex modifier (expecting '}') for VAR
18 make: Unclosed variable specification after complex modifier (expecting '}') for VAR
19 VAR:S,V,v,=Thevariable
20
21 unfinished-indirect:
22 want: Unfinished modifier for VAR (',' missing)
23 make: Unfinished modifier for VAR (',' missing)
24 VAR:S,V,v=
25
26 unfinished-loop:
27 want: Unfinished modifier for UNDEF ('@' missing)
28 make: Unfinished modifier for UNDEF ('@' missing)
29
30 want: Unfinished modifier for UNDEF ('@' missing)
31 make: Unfinished modifier for UNDEF ('@' missing)
32
33 1 2 3
34
35 loop-close:
36 make: Unclosed variable specification (expecting '}') for "UNDEF" (value "1}... 2}... 3}...") modifier @
37 1}... 2}... 3}...
38 1}... 2}... 3}...
39
40 words:
41 want: Unfinished modifier for UNDEF (']' missing)
42 make: Unfinished modifier for UNDEF (']' missing)
43
44 want: Unfinished modifier for UNDEF (']' missing)
45 make: Unfinished modifier for UNDEF (']' missing)
46
47 13=
48 12345=ok
49
50 exclam:
51 want: Unfinished modifier for VARNAME ('!' missing)
52 make: Unfinished modifier for VARNAME ('!' missing)
53
54 want: Unfinished modifier for ! ('!' missing)
55 make: Unfinished modifier for ! ('!' missing)
56
57
58 mod-subst-delimiter:
59 make: Missing delimiter for :S modifier
60
61 make: Unfinished modifier for VAR (',' missing)
62
63 make: Unfinished modifier for VAR (',' missing)
64
65 make: Unfinished modifier for VAR (',' missing)
66
67 make: Unfinished modifier for VAR (',' missing)
68
69 make: Unclosed variable specification (expecting '}') for "VAR" (value "TheVariable") modifier S
70 TheVariable
71 TheVariable
72 make: Missing delimiter for :S modifier
73 1:
74 make: Unfinished modifier for VAR (',' missing)
75 2:
76 make: Unfinished modifier for VAR (',' missing)
77 3:
78 make: Unfinished modifier for VAR (',' missing)
79
80 make: Unfinished modifier for VAR (',' missing)
81
82 make: Unclosed variable specification (expecting '}') for "VAR" (value "TheVariable") modifier S
83 TheVariable
84 TheVariable
85
86 mod-regex-delimiter:
87 make: Missing delimiter for :C modifier
88
89 make: Unfinished modifier for VAR (',' missing)
90
91 make: Unfinished modifier for VAR (',' missing)
92
93 make: Unfinished modifier for VAR (',' missing)
94
95 make: Unfinished modifier for VAR (',' missing)
96
97 make: Unclosed variable specification (expecting '}') for "VAR" (value "TheVariable") modifier C
98 TheVariable
99 TheVariable
100 make: Missing delimiter for :C modifier
101 1:
102 make: Unfinished modifier for VAR (',' missing)
103 2:
104 make: Unfinished modifier for VAR (',' missing)
105 3:
106 make: Unfinished modifier for VAR (',' missing)
107
108 make: Unfinished modifier for VAR (',' missing)
109
110 make: Unclosed variable specification (expecting '}') for "VAR" (value "TheVariable") modifier C
111 TheVariable
112 TheVariable
113
114 mod-regex-undefined-subexpression:
115 one one 2 3 5 8 one3 2one 34
116 make: No match for subexpression \2
117 make: No match for subexpression \2
118 make: No match for subexpression \1
119 make: No match for subexpression \2
120 make: No match for subexpression \1
121 ()+() ()+() ()+() 3 5 8 (3)+() ()+(1) 34
122
123 mod-ts-parse:
124 112358132134
125 15152535558513521534
126 make: Bad modifier `:ts\65oct' for FIB
127 65oct}
128 make: Bad modifier `:tsxy' for FIB
129 xy}
130
131 mod-t-parse:
132 make: Bad modifier `:t' for FIB
133
134 make: Bad modifier `:txy' for FIB
135 y}
136 make: Bad modifier `:t' for FIB
137
138 make: Bad modifier `:t' for FIB
139 M*}
140
141 mod-ifelse-parse:
142 make: Unfinished modifier for FIB (':' missing)
143
144 make: Unfinished modifier for FIB (':' missing)
145
146 make: Unfinished modifier for FIB ('}' missing)
147
148 make: Unfinished modifier for FIB ('}' missing)
149
150 then
151
152 mod-remember-parse:
153 1 1 2 3 5 8 13 21 34
154 make: Unknown modifier '_'
155
156
157 mod-sysv-parse:
158 make: Unknown modifier '3'
159 make: Unclosed variable specification (expecting '}') for "FIB" (value "") modifier 3
160
161 make: Unknown modifier '3'
162 make: Unclosed variable specification (expecting '}') for "FIB" (value "") modifier 3
163
164 make: Unknown modifier '3'
165 make: Unclosed variable specification (expecting '}') for "FIB" (value "") modifier 3
166
167 1 1 2 x3 5 8 1x3 21 34
168
169 exit status 0
170