-
Notifications
You must be signed in to change notification settings - Fork 18
/
runtests.win.txt
336 lines (287 loc) · 8.47 KB
/
runtests.win.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
fullSample -d -e -f -g -flag --flag
option: 2, text: '-d'
option: 3, text: '-e'
option: 4, text: '-f'
option: 5, text: '-g'
option: 6, text: '-flag'
option: 7, text: '--flag'
fullSample -s SEP1 -sep SEP2 --sep SEP3
option: 8, text: '-s', arg: 'SEP1'
option: 9, text: '-sep', arg: 'SEP2'
option: 10, text: '--sep', arg: 'SEP3'
fullSample -s -s SEP1 -sep SEP2 --sep SEP3
Invalid argument data: '-s' (use --help to get command line help)
option: 8, text: '-s', arg: 'SEP1'
option: 9, text: '-sep', arg: 'SEP2'
option: 10, text: '--sep', arg: 'SEP3'
fullSample --noerr -s -s SEP1 -sep SEP2 --sep SEP3
option: 8, text: '-s', arg: '-s'
option: 9, text: '-sep', arg: 'SEP2'
option: 10, text: '--sep', arg: 'SEP3'
file 0: 'SEP1'
fullSample FILE0 -s SEP1 FILE1 -sep SEP2 FILE2 --sep SEP3 FILE3
option: 8, text: '-s', arg: 'SEP1'
option: 9, text: '-sep', arg: 'SEP2'
option: 10, text: '--sep', arg: 'SEP3'
file 0: 'FILE0'
file 1: 'FILE1'
file 2: 'FILE2'
file 3: 'FILE3'
fullSample FILE0 -s=SEP1 FILE1 -sep=SEP2 FILE2 --sep=SEP3 FILE3
option: 8, text: '-s', arg: 'SEP1'
option: 9, text: '-sep', arg: 'SEP2'
option: 10, text: '--sep', arg: 'SEP3'
file 0: 'FILE0'
file 1: 'FILE1'
file 2: 'FILE2'
file 3: 'FILE3'
fullSample --pedantic FILE0 -s=SEP1 FILE1 -sep=SEP2 FILE2 --sep=SEP3 FILE3
Invalid argument format: '-s' (use --help to get command line help)
Invalid argument format: '-sep' (use --help to get command line help)
Invalid argument format: '--sep' (use --help to get command line help)
file 0: 'FILE0'
file 1: 'FILE1'
file 2: 'FILE2'
file 3: 'FILE3'
fullSample -c=COM1 -com=COM2 --com=COM3
option: 11, text: '-c', arg: 'COM1'
option: 12, text: '-com', arg: 'COM2'
option: 13, text: '--com', arg: 'COM3'
fullSample --shortarg -cCOM
option: 11, text: '-c', arg: 'COM'
fullSample --shortarg -cCOM1 -c=COM2
option: 11, text: '-c', arg: 'COM1'
option: 11, text: '-c', arg: 'COM2'
fullSample --shortarg --clump -defgcCOM1 -c=COM2
option: 2, text: '-d'
option: 3, text: '-e'
option: 4, text: '-f'
option: 5, text: '-g'
option: 11, text: '-c', arg: 'COM1'
option: 11, text: '-c', arg: 'COM2'
fullSample -o -opt --opt -o=OPT1 -opt=OPT2 --opt=OPT3
option: 14, text: '-o'
option: 15, text: '-opt'
option: 16, text: '--opt'
option: 14, text: '-o', arg: 'OPT1'
option: 15, text: '-opt', arg: 'OPT2'
option: 16, text: '--opt', arg: 'OPT3'
fullSample --shortarg -oOPT1
option: 14, text: '-o', arg: 'OPT1'
fullSample -man -mand -mandy -manda -mandat -mandate
option: 17, text: '-man'
Option matched multiple strings: '-mand' (use --help to get command line help)
option: 18, text: '-mandy'
option: 19, text: '-mandate'
option: 19, text: '-mandate'
option: 19, text: '-mandate'
fullSample --man --mand --mandy --manda --mandat --mandate
option: 20, text: '--man'
Option matched multiple strings: '--mand' (use --help to get command line help)
option: 21, text: '--mandy'
option: 22, text: '--mandate'
option: 22, text: '--mandate'
option: 22, text: '--mandate'
fullSample --exact -man -mand -mandy -manda -mandat -mandate
option: 17, text: '-man'
Unrecognized option: '-mand' (use --help to get command line help)
option: 18, text: '-mandy'
Unrecognized option: '-manda' (use --help to get command line help)
Unrecognized option: '-mandat' (use --help to get command line help)
option: 19, text: '-mandate'
fullSample FILE0 FILE1
file 0: 'FILE0'
file 1: 'FILE1'
fullSample --multi0 --multi1 ARG1 --multi2 ARG1 ARG2
--multi0: expecting 0 args
--multi1: expecting 1 args
MultiArg 0: ARG1
--multi2: expecting 2 args
MultiArg 0: ARG1
MultiArg 1: ARG2
fullSample FILE0 --multi0 FILE1 --multi1 ARG1 FILE2 --multi2 ARG1 ARG2 FILE3
--multi0: expecting 0 args
--multi1: expecting 1 args
MultiArg 0: ARG1
--multi2: expecting 2 args
MultiArg 0: ARG1
MultiArg 1: ARG2
file 0: 'FILE0'
file 1: 'FILE1'
file 2: 'FILE2'
file 3: 'FILE3'
fullSample FILE0 --multi 0 FILE1 --multi 4 ARG1 ARG2 ARG3 ARG4 FILE3
--multi: expecting 0 args
--multi: expecting 4 args
MultiArg 0: ARG1
MultiArg 1: ARG2
MultiArg 2: ARG3
MultiArg 3: ARG4
file 0: 'FILE0'
file 1: 'FILE1'
file 2: 'FILE3'
fullSample --multi 0
--multi: expecting 0 args
fullSample --multi 1
--multi: expecting 1 args
Required argument is missing: '--multi' (use --help to get command line help)
fullSample FILE0 --multi 1
--multi: expecting 1 args
Required argument is missing: '--multi' (use --help to get command line help)
file 0: 'FILE0'
fullSample /sep SEP1
option: 9, text: '-sep', arg: 'SEP1'
fullSample /-sep SEP1
file 0: '\-sep'
file 1: 'SEP1'
fullSample --noslash /sep SEP1
file 0: '\sep'
file 1: 'SEP1'
fullSample --multi 1 -sep
--multi: expecting 1 args
Invalid argument data: '--multi' (use --help to get command line help)
Required argument is missing: '-sep' (use --help to get command line help)
fullSample --noerr --multi 1 -sep
--multi: expecting 1 args
MultiArg 0: -sep
fullSample open file1 read file2 write file3 close file4 zip file5 unzip file6
option: 23, text: 'open'
option: 24, text: 'read'
option: 25, text: 'write'
option: 26, text: 'close'
option: 27, text: 'zip'
option: 28, text: 'unzip'
file 0: 'file1'
file 1: 'file2'
file 2: 'file3'
file 3: 'file4'
file 4: 'file5'
file 5: 'file6'
fullSample upcase
file 0: 'upcase'
fullSample UPCASE
option: 34, text: 'UPCASE'
fullSample --icase upcase
option: 34, text: 'UPCASE'
fullSample -E -F -S sep1 -SEP sep2 --SEP sep3
option: 29, text: '-E'
option: 30, text: '-F'
option: 31, text: '-S', arg: 'sep1'
option: 32, text: '-SEP', arg: 'sep2'
option: 33, text: '--SEP', arg: 'sep3'
fullSample --icase -E -F -S sep1 -SEP sep2 --SEP sep3 upcase
option: 3, text: '-e'
option: 4, text: '-f'
option: 8, text: '-s', arg: 'sep1'
option: 9, text: '-sep', arg: 'sep2'
option: 10, text: '--sep', arg: 'sep3'
option: 34, text: 'UPCASE'
fullSample --icase-short -E -F -S sep1 -SEP sep2 --SEP sep3 upcase
option: 3, text: '-e'
option: 4, text: '-f'
option: 8, text: '-s', arg: 'sep1'
option: 32, text: '-SEP', arg: 'sep2'
option: 33, text: '--SEP', arg: 'sep3'
file 0: 'upcase'
fullSample --icase-long -E -F -S sep1 -SEP sep2 --SEP sep3 upcase
option: 29, text: '-E'
option: 30, text: '-F'
option: 31, text: '-S', arg: 'sep1'
option: 9, text: '-sep', arg: 'sep2'
option: 10, text: '--sep', arg: 'sep3'
file 0: 'upcase'
fullSample --icase-word -E -F -S sep1 -SEP sep2 --SEP sep3 upcase
option: 29, text: '-E'
option: 30, text: '-F'
option: 31, text: '-S', arg: 'sep1'
option: 32, text: '-SEP', arg: 'sep2'
option: 33, text: '--SEP', arg: 'sep3'
option: 34, text: 'UPCASE'
fullSample --exact a b c d e f g h i j k l m n o p q r s t u v w x y z a b c d e f g h i j k l m n o p q r s t u v w x y z
file 0: 'a'
file 1: 'b'
file 2: 'c'
file 3: 'd'
file 4: 'e'
file 5: 'f'
file 6: 'g'
file 7: 'h'
file 8: 'i'
file 9: 'j'
file 10: 'k'
file 11: 'l'
file 12: 'm'
file 13: 'n'
file 14: 'o'
file 15: 'p'
file 16: 'q'
file 17: 'r'
file 18: 's'
file 19: 't'
file 20: 'u'
file 21: 'v'
file 22: 'w'
file 23: 'x'
file 24: 'y'
file 25: 'z'
file 26: 'a'
file 27: 'b'
file 28: 'c'
file 29: 'd'
file 30: 'e'
file 31: 'f'
file 32: 'g'
file 33: 'h'
file 34: 'i'
file 35: 'j'
file 36: 'k'
file 37: 'l'
file 38: 'm'
file 39: 'n'
file 40: 'o'
file 41: 'p'
file 42: 'q'
file 43: 'r'
file 44: 's'
file 45: 't'
file 46: 'u'
file 47: 'v'
file 48: 'w'
file 49: 'x'
file 50: 'y'
file 51: 'z'
fullSample --
fullSample f1 -- f2
file 0: 'f1'
file 1: 'f2'
fullSample -man -- f1 f2
option: 17, text: '-man'
file 0: 'f1'
file 1: 'f2'
fullSample -- -man f1 f2
file 0: '-man'
file 1: 'f1'
file 2: 'f2'
fullSample f1 -- -man f2
file 0: 'f1'
file 1: '-man'
file 2: 'f2'
fullSample --clump -d
option: 2, text: '-d'
fullSample --clump -defg
option: 2, text: '-d'
option: 3, text: '-e'
option: 4, text: '-f'
option: 5, text: '-g'
fullSample --clump -a
Unrecognized option: '-a' (use --help to get command line help)
fullSample --clump -da
option: 2, text: '-d'
Unrecognized option: '-a' (use --help to get command line help)
fullSample --clump -ad
Unrecognized option: '-a' (use --help to get command line help)
option: 2, text: '-d'
fullSample --clump -dae
option: 2, text: '-d'
Unrecognized option: '-a' (use --help to get command line help)
option: 3, text: '-e'