OLD | NEW |
| (Empty) |
1 ## Process this file with automake to create Makefile.in | |
2 | |
3 SUBDIRS = suggestiontest | |
4 | |
5 XFAIL_TESTS = @XFAILED@ | |
6 | |
7 TESTS = \ | |
8 affixes.test \ | |
9 condition.test \ | |
10 condition_utf.test \ | |
11 base.test \ | |
12 base_utf.test \ | |
13 allcaps.test \ | |
14 allcaps_utf.test \ | |
15 allcaps2.test \ | |
16 allcaps3.test \ | |
17 keepcase.test \ | |
18 i58202.test \ | |
19 map.test \ | |
20 rep.test \ | |
21 sug.test \ | |
22 sugutf.test \ | |
23 phone.test \ | |
24 flag.test \ | |
25 flaglong.test \ | |
26 flagnum.test \ | |
27 flagutf8.test \ | |
28 slash.test \ | |
29 forbiddenword.test \ | |
30 nosuggest.test \ | |
31 alias.test \ | |
32 alias2.test \ | |
33 alias3.test \ | |
34 breakdefault.test \ | |
35 break.test \ | |
36 needaffix.test \ | |
37 needaffix2.test \ | |
38 needaffix3.test \ | |
39 needaffix4.test \ | |
40 needaffix5.test \ | |
41 circumfix.test \ | |
42 fogemorpheme.test \ | |
43 onlyincompound.test \ | |
44 complexprefixes.test \ | |
45 complexprefixes2.test \ | |
46 complexprefixesutf.test \ | |
47 conditionalprefix.test \ | |
48 zeroaffix.test \ | |
49 utf8.test \ | |
50 utf8_bom.test \ | |
51 utf8_bom2.test \ | |
52 utf8_nonbmp.test \ | |
53 compoundflag.test \ | |
54 compoundrule.test \ | |
55 compoundrule2.test \ | |
56 compoundrule3.test \ | |
57 compoundrule4.test \ | |
58 compoundrule5.test \ | |
59 compoundrule6.test \ | |
60 compoundrule7.test \ | |
61 compoundrule8.test \ | |
62 compoundaffix.test \ | |
63 compoundaffix2.test \ | |
64 compoundaffix3.test \ | |
65 checkcompounddup.test \ | |
66 checkcompoundtriple.test \ | |
67 simplifiedtriple.test \ | |
68 checkcompoundrep.test \ | |
69 checkcompoundcase2.test \ | |
70 checkcompoundcaseutf.test \ | |
71 checkcompoundpattern.test \ | |
72 checkcompoundpattern2.test \ | |
73 checkcompoundpattern3.test \ | |
74 checkcompoundpattern4.test \ | |
75 utfcompound.test \ | |
76 checksharps.test \ | |
77 checksharpsutf.test \ | |
78 germancompounding.test \ | |
79 germancompoundingold.test \ | |
80 i35725.test \ | |
81 i53643.test \ | |
82 i54633.test \ | |
83 i54980.test \ | |
84 maputf.test \ | |
85 reputf.test \ | |
86 ignore.test \ | |
87 ignoreutf.test \ | |
88 1592880.test \ | |
89 1695964.test \ | |
90 1463589.test \ | |
91 1463589_utf.test \ | |
92 IJ.test \ | |
93 i68568.test \ | |
94 i68568utf.test \ | |
95 1706659.test \ | |
96 digits_in_words.test \ | |
97 colons_in_words.test \ | |
98 ngram_utf_fix.test \ | |
99 morph.test \ | |
100 1975530.test \ | |
101 fullstrip.test \ | |
102 iconv.test \ | |
103 oconv.test \ | |
104 encoding.test \ | |
105 korean.test \ | |
106 opentaal_forbiddenword1.test \ | |
107 opentaal_forbiddenword2.test \ | |
108 opentaal_keepcase.test \ | |
109 arabic.test \ | |
110 2970240.test \ | |
111 2970242.test \ | |
112 breakoff.test \ | |
113 opentaal_cpdpat.test \ | |
114 opentaal_cpdpat2.test \ | |
115 2999225.test \ | |
116 onlyincompound2.test \ | |
117 forceucase.test \ | |
118 warn.test | |
119 | |
120 # infixes.test | |
121 | |
122 distclean-local: | |
123 -rm -rf testSubDir | |
124 | |
125 EXTRA_DIST = \ | |
126 test.sh \ | |
127 affixes.aff \ | |
128 affixes.dic \ | |
129 affixes.good \ | |
130 affixes.test \ | |
131 condition.aff \ | |
132 condition.dic \ | |
133 condition.good \ | |
134 condition.test \ | |
135 condition.wrong \ | |
136 condition_utf.aff \ | |
137 condition_utf.dic \ | |
138 condition_utf.good \ | |
139 condition_utf.test \ | |
140 condition_utf.wrong \ | |
141 base.aff \ | |
142 base.dic \ | |
143 base.good \ | |
144 base.sug \ | |
145 base.test \ | |
146 base.wrong \ | |
147 base_utf.aff \ | |
148 base_utf.dic \ | |
149 base_utf.good \ | |
150 base_utf.sug \ | |
151 base_utf.test \ | |
152 base_utf.wrong \ | |
153 allcaps.aff \ | |
154 allcaps.dic \ | |
155 allcaps.good \ | |
156 allcaps.sug \ | |
157 allcaps.test \ | |
158 allcaps.wrong \ | |
159 allcaps2.aff \ | |
160 allcaps2.dic \ | |
161 allcaps2.good \ | |
162 allcaps2.sug \ | |
163 allcaps2.test \ | |
164 allcaps2.wrong \ | |
165 allcaps3.aff \ | |
166 allcaps3.dic \ | |
167 allcaps3.good \ | |
168 allcaps3.test \ | |
169 allcaps3.wrong \ | |
170 allcaps_utf.aff \ | |
171 allcaps_utf.dic \ | |
172 allcaps_utf.good \ | |
173 allcaps_utf.sug \ | |
174 allcaps_utf.test \ | |
175 allcaps_utf.wrong \ | |
176 keepcase.aff \ | |
177 keepcase.dic \ | |
178 keepcase.good \ | |
179 keepcase.sug \ | |
180 keepcase.test \ | |
181 keepcase.wrong \ | |
182 map.aff \ | |
183 map.dic \ | |
184 map.sug \ | |
185 map.test \ | |
186 map.wrong \ | |
187 rep.aff \ | |
188 rep.dic \ | |
189 rep.sug \ | |
190 rep.test \ | |
191 rep.wrong \ | |
192 sug.aff \ | |
193 sug.dic \ | |
194 sug.sug \ | |
195 sug.test \ | |
196 sug.wrong \ | |
197 sugutf.aff \ | |
198 sugutf.dic \ | |
199 sugutf.sug \ | |
200 sugutf.test \ | |
201 sugutf.wrong \ | |
202 phone.aff \ | |
203 phone.dic \ | |
204 phone.sug \ | |
205 phone.test \ | |
206 phone.wrong \ | |
207 alias.aff \ | |
208 alias.dic \ | |
209 alias.good \ | |
210 alias.test \ | |
211 alias2.aff \ | |
212 alias2.dic \ | |
213 alias2.good \ | |
214 alias2.morph \ | |
215 alias2.test \ | |
216 alias3.aff \ | |
217 alias3.dic \ | |
218 alias3.good \ | |
219 alias3.morph \ | |
220 alias3.test \ | |
221 break.aff \ | |
222 break.dic \ | |
223 break.good \ | |
224 break.test \ | |
225 break.wrong \ | |
226 breakdefault.aff \ | |
227 breakdefault.dic \ | |
228 breakdefault.good \ | |
229 breakdefault.sug \ | |
230 breakdefault.test \ | |
231 breakdefault.wrong \ | |
232 circumfix.aff \ | |
233 circumfix.dic \ | |
234 circumfix.good \ | |
235 circumfix.morph \ | |
236 circumfix.test \ | |
237 circumfix.wrong \ | |
238 fogemorpheme.aff \ | |
239 fogemorpheme.dic \ | |
240 fogemorpheme.good \ | |
241 fogemorpheme.test \ | |
242 fogemorpheme.wrong \ | |
243 onlyincompound.aff \ | |
244 onlyincompound.dic \ | |
245 onlyincompound.good \ | |
246 onlyincompound.sug \ | |
247 onlyincompound.test \ | |
248 onlyincompound.wrong \ | |
249 forbiddenword.aff \ | |
250 forbiddenword.dic \ | |
251 forbiddenword.good \ | |
252 forbiddenword.test \ | |
253 forbiddenword.wrong \ | |
254 nosuggest.aff \ | |
255 nosuggest.dic \ | |
256 nosuggest.good \ | |
257 nosuggest.sug \ | |
258 nosuggest.test \ | |
259 nosuggest.wrong \ | |
260 germancompounding.aff \ | |
261 germancompounding.dic \ | |
262 germancompounding.good \ | |
263 germancompounding.test \ | |
264 germancompounding.wrong \ | |
265 germancompoundingold.aff \ | |
266 germancompoundingold.dic \ | |
267 germancompoundingold.good \ | |
268 germancompoundingold.test \ | |
269 germancompoundingold.wrong \ | |
270 needaffix2.aff \ | |
271 needaffix2.dic \ | |
272 needaffix2.good \ | |
273 needaffix2.morph \ | |
274 needaffix2.test \ | |
275 needaffix3.aff \ | |
276 needaffix3.dic \ | |
277 needaffix3.good \ | |
278 needaffix3.test \ | |
279 needaffix3.wrong \ | |
280 needaffix4.aff \ | |
281 needaffix4.dic \ | |
282 needaffix4.good \ | |
283 needaffix4.test \ | |
284 needaffix5.aff \ | |
285 needaffix5.dic \ | |
286 needaffix5.good \ | |
287 needaffix5.test \ | |
288 needaffix5.wrong \ | |
289 needaffix.aff \ | |
290 needaffix.dic \ | |
291 needaffix.good \ | |
292 needaffix.test \ | |
293 needaffix.wrong \ | |
294 zeroaffix.aff \ | |
295 zeroaffix.dic \ | |
296 zeroaffix.good \ | |
297 zeroaffix.morph \ | |
298 zeroaffix.test \ | |
299 utf8.aff \ | |
300 utf8.dic \ | |
301 utf8.good \ | |
302 utf8.test \ | |
303 utf8_bom.aff \ | |
304 utf8_bom.dic \ | |
305 utf8_bom.good \ | |
306 utf8_bom.test \ | |
307 utf8_bom2.aff \ | |
308 utf8_bom2.dic \ | |
309 utf8_bom2.good \ | |
310 utf8_bom2.test \ | |
311 utf8_nonbmp.aff \ | |
312 utf8_nonbmp.dic \ | |
313 utf8_nonbmp.good \ | |
314 utf8_nonbmp.sug \ | |
315 utf8_nonbmp.test \ | |
316 utf8_nonbmp.wrong \ | |
317 utfcompound.aff \ | |
318 utfcompound.dic \ | |
319 utfcompound.good \ | |
320 utfcompound.test \ | |
321 utfcompound.wrong \ | |
322 compoundflag.aff \ | |
323 compoundflag.dic \ | |
324 compoundflag.good \ | |
325 compoundflag.test \ | |
326 compoundflag.wrong \ | |
327 compoundrule.aff \ | |
328 compoundrule.dic \ | |
329 compoundrule.good \ | |
330 compoundrule.test \ | |
331 compoundrule.wrong \ | |
332 compoundrule2.aff \ | |
333 compoundrule2.dic \ | |
334 compoundrule2.good \ | |
335 compoundrule2.test \ | |
336 compoundrule2.wrong \ | |
337 compoundrule3.aff \ | |
338 compoundrule3.dic \ | |
339 compoundrule3.good \ | |
340 compoundrule3.test \ | |
341 compoundrule3.wrong \ | |
342 compoundrule4.aff \ | |
343 compoundrule4.dic \ | |
344 compoundrule4.good \ | |
345 compoundrule4.test \ | |
346 compoundrule4.wrong \ | |
347 compoundrule5.aff \ | |
348 compoundrule5.dic \ | |
349 compoundrule5.good \ | |
350 compoundrule5.morph \ | |
351 compoundrule5.test \ | |
352 compoundrule5.wrong \ | |
353 compoundrule6.aff \ | |
354 compoundrule6.dic \ | |
355 compoundrule6.good \ | |
356 compoundrule6.test \ | |
357 compoundrule6.wrong \ | |
358 compoundrule7.aff \ | |
359 compoundrule7.dic \ | |
360 compoundrule7.good \ | |
361 compoundrule7.test \ | |
362 compoundrule7.wrong \ | |
363 compoundrule8.aff \ | |
364 compoundrule8.dic \ | |
365 compoundrule8.good \ | |
366 compoundrule8.test \ | |
367 compoundrule8.wrong \ | |
368 compoundaffix.aff \ | |
369 compoundaffix.dic \ | |
370 compoundaffix.good \ | |
371 compoundaffix.test \ | |
372 compoundaffix.wrong \ | |
373 compoundaffix2.aff \ | |
374 compoundaffix2.dic \ | |
375 compoundaffix2.good \ | |
376 compoundaffix2.test \ | |
377 compoundaffix3.aff \ | |
378 compoundaffix3.dic \ | |
379 compoundaffix3.good \ | |
380 compoundaffix3.test \ | |
381 compoundaffix3.wrong \ | |
382 checkcompounddup.aff \ | |
383 checkcompounddup.dic \ | |
384 checkcompounddup.good \ | |
385 checkcompounddup.test \ | |
386 checkcompounddup.wrong \ | |
387 checkcompoundcase.aff \ | |
388 checkcompoundcase.dic \ | |
389 checkcompoundcase.good \ | |
390 checkcompoundcase.test \ | |
391 checkcompoundcase.wrong \ | |
392 checkcompoundcase2.aff \ | |
393 checkcompoundcase2.dic \ | |
394 checkcompoundcase2.good \ | |
395 checkcompoundcase2.test \ | |
396 checkcompoundcase2.wrong \ | |
397 checkcompoundcaseutf.aff \ | |
398 checkcompoundcaseutf.dic \ | |
399 checkcompoundcaseutf.good \ | |
400 checkcompoundcaseutf.test \ | |
401 checkcompoundcaseutf.wrong \ | |
402 checkcompoundrep.aff \ | |
403 checkcompoundrep.dic \ | |
404 checkcompoundrep.good \ | |
405 checkcompoundrep.test \ | |
406 checkcompoundrep.wrong \ | |
407 checkcompoundtriple.aff \ | |
408 checkcompoundtriple.dic \ | |
409 checkcompoundtriple.good \ | |
410 checkcompoundtriple.test \ | |
411 checkcompoundtriple.wrong \ | |
412 simplifiedtriple.aff \ | |
413 simplifiedtriple.dic \ | |
414 simplifiedtriple.good \ | |
415 simplifiedtriple.test \ | |
416 simplifiedtriple.wrong \ | |
417 checkcompoundpattern.aff \ | |
418 checkcompoundpattern.dic \ | |
419 checkcompoundpattern.good \ | |
420 checkcompoundpattern.test \ | |
421 checkcompoundpattern.wrong \ | |
422 checkcompoundpattern2.aff \ | |
423 checkcompoundpattern2.dic \ | |
424 checkcompoundpattern2.good \ | |
425 checkcompoundpattern2.test \ | |
426 checkcompoundpattern2.wrong \ | |
427 checkcompoundpattern3.aff \ | |
428 checkcompoundpattern3.dic \ | |
429 checkcompoundpattern3.good \ | |
430 checkcompoundpattern3.test \ | |
431 checkcompoundpattern3.wrong \ | |
432 checkcompoundpattern4.aff \ | |
433 checkcompoundpattern4.dic \ | |
434 checkcompoundpattern4.good \ | |
435 checkcompoundpattern4.test \ | |
436 checkcompoundpattern4.wrong \ | |
437 checksharps.aff \ | |
438 checksharps.dic \ | |
439 checksharps.good \ | |
440 checksharps.sug \ | |
441 checksharps.test \ | |
442 checksharps.wrong \ | |
443 checksharpsutf.aff \ | |
444 checksharpsutf.dic \ | |
445 checksharpsutf.good \ | |
446 checksharpsutf.sug \ | |
447 checksharpsutf.test \ | |
448 checksharpsutf.wrong \ | |
449 conditionalprefix.aff \ | |
450 conditionalprefix.dic \ | |
451 conditionalprefix.good \ | |
452 conditionalprefix.morph \ | |
453 conditionalprefix.test \ | |
454 conditionalprefix.wrong \ | |
455 flaglong.aff \ | |
456 flaglong.dic \ | |
457 flaglong.good \ | |
458 flaglong.test \ | |
459 flagnum.aff \ | |
460 flagnum.dic \ | |
461 flagnum.good \ | |
462 flagnum.test \ | |
463 flag.aff \ | |
464 flag.dic \ | |
465 flag.good \ | |
466 flag.test \ | |
467 flagutf8.aff \ | |
468 flagutf8.dic \ | |
469 flagutf8.good \ | |
470 flagutf8.test \ | |
471 complexprefixes.aff \ | |
472 complexprefixes.dic \ | |
473 complexprefixes.good \ | |
474 complexprefixes.wrong \ | |
475 complexprefixes.test \ | |
476 complexprefixes2.aff \ | |
477 complexprefixes2.dic \ | |
478 complexprefixes2.good \ | |
479 complexprefixes2.test \ | |
480 complexprefixesutf.aff \ | |
481 complexprefixesutf.dic \ | |
482 complexprefixesutf.good \ | |
483 complexprefixesutf.wrong \ | |
484 complexprefixesutf.test \ | |
485 i35725.aff \ | |
486 i35725.dic \ | |
487 i35725.good \ | |
488 i35725.sug \ | |
489 i35725.test \ | |
490 i35725.wrong \ | |
491 i53643.aff \ | |
492 i53643.dic \ | |
493 i53643.good \ | |
494 i53643.test \ | |
495 i53643.wrong \ | |
496 i54633.aff \ | |
497 i54633.dic \ | |
498 i54633.good \ | |
499 i54633.sug \ | |
500 i54633.test \ | |
501 i54633.wrong \ | |
502 i54980.aff \ | |
503 i54980.dic \ | |
504 i54980.good \ | |
505 i54980.test \ | |
506 i58202.aff \ | |
507 i58202.dic \ | |
508 i58202.good \ | |
509 i58202.sug \ | |
510 i58202.test \ | |
511 i58202.wrong \ | |
512 maputf.aff \ | |
513 maputf.dic \ | |
514 maputf.sug \ | |
515 maputf.wrong \ | |
516 maputf.test \ | |
517 reputf.aff \ | |
518 reputf.dic \ | |
519 reputf.sug \ | |
520 reputf.wrong \ | |
521 reputf.test \ | |
522 slash.aff \ | |
523 slash.dic \ | |
524 slash.good \ | |
525 slash.test \ | |
526 ignore.aff \ | |
527 ignore.dic \ | |
528 ignore.good \ | |
529 ignore.test \ | |
530 ignoreutf.aff \ | |
531 ignoreutf.dic \ | |
532 ignoreutf.good \ | |
533 ignoreutf.test \ | |
534 1592880.aff \ | |
535 1592880.dic \ | |
536 1592880.good \ | |
537 1592880.test \ | |
538 1695964.aff \ | |
539 1695964.dic \ | |
540 1695964.sug \ | |
541 1695964.test \ | |
542 1695964.wrong \ | |
543 1463589.aff \ | |
544 1463589.dic \ | |
545 1463589.sug \ | |
546 1463589.test \ | |
547 1463589.wrong \ | |
548 1463589_utf.aff \ | |
549 1463589_utf.dic \ | |
550 1463589_utf.sug \ | |
551 1463589_utf.test \ | |
552 1463589_utf.wrong \ | |
553 IJ.aff \ | |
554 IJ.dic \ | |
555 IJ.good \ | |
556 IJ.sug \ | |
557 IJ.test \ | |
558 IJ.wrong \ | |
559 i68568.aff \ | |
560 i68568.dic \ | |
561 i68568.test \ | |
562 i68568.wrong \ | |
563 i68568utf.aff \ | |
564 i68568utf.dic \ | |
565 i68568utf.test \ | |
566 i68568utf.wrong \ | |
567 1706659.aff \ | |
568 1706659.dic \ | |
569 1706659.test \ | |
570 1706659.wrong \ | |
571 digits_in_words.aff \ | |
572 digits_in_words.dic \ | |
573 digits_in_words.test \ | |
574 digits_in_words.wrong \ | |
575 colons_in_words.aff \ | |
576 colons_in_words.dic \ | |
577 colons_in_words.test \ | |
578 ngram_utf_fix.aff \ | |
579 ngram_utf_fix.dic \ | |
580 ngram_utf_fix.good \ | |
581 ngram_utf_fix.sug \ | |
582 ngram_utf_fix.test \ | |
583 ngram_utf_fix.wrong \ | |
584 morph.aff \ | |
585 morph.dic \ | |
586 morph.good \ | |
587 morph.morph \ | |
588 morph.test \ | |
589 1975530.aff \ | |
590 1975530.dic \ | |
591 1975530.good \ | |
592 1975530.test \ | |
593 1975530.wrong \ | |
594 fullstrip.aff \ | |
595 fullstrip.dic \ | |
596 fullstrip.good \ | |
597 fullstrip.test \ | |
598 iconv.aff \ | |
599 iconv.dic \ | |
600 iconv.good \ | |
601 iconv.test \ | |
602 oconv.aff \ | |
603 oconv.dic \ | |
604 oconv.good \ | |
605 oconv.sug \ | |
606 oconv.test \ | |
607 oconv.wrong \ | |
608 encoding.aff \ | |
609 encoding.dic \ | |
610 encoding.good \ | |
611 encoding.test \ | |
612 opentaal_forbiddenword1.aff \ | |
613 opentaal_forbiddenword1.dic \ | |
614 opentaal_forbiddenword1.good \ | |
615 opentaal_forbiddenword1.sug \ | |
616 opentaal_forbiddenword1.test \ | |
617 opentaal_forbiddenword1.wrong \ | |
618 opentaal_forbiddenword2.aff \ | |
619 opentaal_forbiddenword2.dic \ | |
620 opentaal_forbiddenword2.good \ | |
621 opentaal_forbiddenword2.sug \ | |
622 opentaal_forbiddenword2.test \ | |
623 opentaal_forbiddenword2.wrong \ | |
624 opentaal_forbiddenword2.aff \ | |
625 opentaal_forbiddenword2.dic \ | |
626 opentaal_forbiddenword2.good \ | |
627 opentaal_forbiddenword2.sug \ | |
628 opentaal_forbiddenword2.test \ | |
629 opentaal_forbiddenword2.wrong \ | |
630 opentaal_keepcase.aff \ | |
631 opentaal_keepcase.dic \ | |
632 opentaal_keepcase.good \ | |
633 opentaal_keepcase.sug \ | |
634 opentaal_keepcase.test \ | |
635 opentaal_keepcase.wrong \ | |
636 arabic.aff \ | |
637 arabic.dic \ | |
638 arabic.wrong \ | |
639 arabic.test \ | |
640 2970240.aff \ | |
641 2970240.dic \ | |
642 2970240.good \ | |
643 2970240.wrong \ | |
644 2970240.test \ | |
645 2970242.aff \ | |
646 2970242.dic \ | |
647 2970242.good \ | |
648 2970242.wrong \ | |
649 2970242.test \ | |
650 breakoff.aff \ | |
651 breakoff.dic \ | |
652 breakoff.good \ | |
653 breakoff.wrong \ | |
654 breakoff.test \ | |
655 opentaal_cpdpat.aff \ | |
656 opentaal_cpdpat.dic \ | |
657 opentaal_cpdpat.good \ | |
658 opentaal_cpdpat.wrong \ | |
659 opentaal_cpdpat.test \ | |
660 opentaal_cpdpat2.aff \ | |
661 opentaal_cpdpat2.dic \ | |
662 opentaal_cpdpat2.good \ | |
663 opentaal_cpdpat2.wrong \ | |
664 opentaal_cpdpat2.test \ | |
665 2999225.aff \ | |
666 2999225.dic \ | |
667 2999225.good \ | |
668 2999225.test \ | |
669 korean.aff \ | |
670 korean.dic \ | |
671 korean.good \ | |
672 korean.wrong \ | |
673 korean.test \ | |
674 onlyincompound2.aff \ | |
675 onlyincompound2.dic \ | |
676 onlyincompound2.good \ | |
677 onlyincompound2.test \ | |
678 onlyincompound2.wrong \ | |
679 forceucase.aff \ | |
680 forceucase.dic \ | |
681 forceucase.good \ | |
682 forceucase.sug \ | |
683 forceucase.wrong \ | |
684 forceucase.test \ | |
685 warn.aff \ | |
686 warn.dic \ | |
687 warn.good \ | |
688 warn.test | |
689 | |
690 # infixes.aff | |
691 # infixes.dic | |
692 # infixes.good | |
693 # infixes.test | |
OLD | NEW |