1 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* css-token-1.test: |NUMBER| and |DIMENSION| test |
4 |
cases are added. |
5 |
|
6 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* css-token-1.test: |HASH| and |NUMBER| |
9 |
test cases are added. |
10 |
|
11 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
12 |
|
13 |
* css-token-1.test: |STRING| and |INVALID| |
14 |
test cases are added. |
15 |
|
16 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
17 |
|
18 |
* css-token-1.test: New tests are added. |
19 |
|
20 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
21 |
|
22 |
* css-token-1.test, CSS-Tokenizer.t: New files. |
23 |
|
24 |
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
25 |
|
26 |
* tree-test-1.dat: New tests are added. |
27 |
|
28 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
29 |
|
30 |
* tokenizer-test-1.test: Two tests removed from |tokenizer/test2.test| |
31 |
are added. |
32 |
|
33 |
* tree-construction/, tokenizer/: Sync with latest html5lib. |
34 |
|
35 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
36 |
|
37 |
* content-model-1.dat: New tests for |meta| corner cases |
38 |
are added. |
39 |
|
40 |
2007-08-22 Wakaba <wakaba@suika.fam.cx> |
41 |
|
42 |
* tree-test-2.dat: New tests for |html| innerHTML are added. |
43 |
|
44 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
45 |
|
46 |
* content-model-2.dat: New tests for |base| |
47 |
following URI or hyperlink are added. |
48 |
|
49 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
50 |
|
51 |
* content-model-1.dat: New tests for |noscript| in |head| are added. |
52 |
|
53 |
* content-model-2.dat: A wrong result for |xml:lang| in |
54 |
HTML document is fixed. |
55 |
|
56 |
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
57 |
|
58 |
* ContentType.t: New tests for bitmap images are added. |
59 |
|
60 |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
61 |
|
62 |
* content-model-2.dat: Some error messages are changed. |
63 |
|
64 |
* ContentType.t: New tests for |<script| sniffer are added. |
65 |
|
66 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
67 |
|
68 |
* tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot| |
69 |
fragment parsing. |
70 |
|
71 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
72 |
|
73 |
* tree-test-1.dat: More tests for tags "in row" are added. |
74 |
|
75 |
* HTML-tree.t: Quote test data for readability. |
76 |
|
77 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
78 |
|
79 |
* tree-test-1.dat: More tests are added for |noframes| |
80 |
after |</frameset>|. |
81 |
|
82 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
83 |
|
84 |
* tree-test-1.dat: More tests for start tags "in caption" |
85 |
insertion mode and for tags "in cell" insertion |
86 |
mode are added. |
87 |
|
88 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
89 |
|
90 |
* tree-test-1.dat: More tests for ignoring some tokens |
91 |
are added. |
92 |
|
93 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
94 |
|
95 |
* HTML-tokenizer.t: Set content model flag in new syntax. |
96 |
|
97 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
98 |
|
99 |
* content-model-1.dat, content-model-2.dat: Some test data |
100 |
have been updated due to new warnings. |
101 |
|
102 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
103 |
|
104 |
* content-model-1.dat, content-model-2.dat: Add "in XML:charset" |
105 |
error for test data that has |charset| in XML context. |
106 |
|
107 |
* content-model-2.dat: Test data for "in XML:charset", "in XML:lang", |
108 |
and "in HTML:xml:lang" are added. |
109 |
|
110 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
111 |
|
112 |
* HTML-tokenizer.t: It now requires newer version |
113 |
of JSON.pm due to the broken handling for utf8 string |
114 |
of older version. Test data files |test3.test| |
115 |
and |test4.test| are added. Convert surrogate |
116 |
pair |\u| escapes in JSON file before it is input |
117 |
into JSON.pm parser since it does not decode |
118 |
them correctly. U+000D convertion was incorrect. |
119 |
|
120 |
* HTML-tree.t: Support for new format for fragment |
121 |
parsing tests. |
122 |
|
123 |
* Makefile (tokenizer-files): New test |
124 |
data files |test3.test| and |test4.test| are added. |
125 |
|
126 |
* tokenizer-test-1.test: Test data for bare |hcro| and |
127 |
entity references in attribute values are added. |
128 |
|
129 |
* tokenizer-test-2.dat: Test data for U+000D are added. |
130 |
|
131 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
132 |
|
133 |
* tree-test-1.dat: Tests for |<html>| in trailing |
134 |
end phase and |</frameset>| in after frameset mode |
135 |
are added. |
136 |
|
137 |
* tree-test-2.dat: Tests for |</frameset>| |
138 |
in |frameset| fragment parsing are added. |
139 |
|
140 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
141 |
|
142 |
* tree-test-1.dat: New tests for trailing end phase |
143 |
and white space in some insertion modes are added. |
144 |
|
145 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
146 |
|
147 |
* Charset-DecodeHandler.t: Cases for charset names has |
148 |
been changed to match with the module's implementation. |
149 |
|
150 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
151 |
|
152 |
* Charset-DecodeHandler.t: New test script. |
153 |
|
154 |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
155 |
|
156 |
* tokenizer-test-1.test: A comment test is added. |
157 |
|
158 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
159 |
|
160 |
* tree-test-1.dat: New tests for unmatched end tags. |
161 |
|
162 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
163 |
|
164 |
* table-1.dat: New test data. |
165 |
|
166 |
* ContentChecker.t: |table-1.dat| is added. |
167 |
|
168 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
169 |
|
170 |
* tree-test-2.dat: Tests for <title> in fragments are added. |
171 |
|
172 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
173 |
|
174 |
* URIChecker.t: Error level names in test results has |
175 |
been changed. |
176 |
|
177 |
* tokenizer-test-1.test: A test for bogus SYSTEM identifier |
178 |
is added. |
179 |
|
180 |
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
181 |
content-model-4.dat: Error messages has been changed. |
182 |
|
183 |
* ContentChecker.t: Appends error level to the error |
184 |
message if any. |
185 |
|
186 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
187 |
|
188 |
* content-model-2.dat: Tests for |<img ismap>| context |
189 |
are added. Tests for |<command>|'s attributes are added. |
190 |
Tests for |<menu>|'s attributes are added. Tests for |contextmenu| |
191 |
are added. |
192 |
|
193 |
* content-model-1.dat: Tests for |<datagrid>| contents |
194 |
are added. |
195 |
|
196 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
197 |
|
198 |
* tree-test-1.dat: The tests using |#document-fragment| |
199 |
are move to |tree-test-2.dat|. |
200 |
|
201 |
* tree-test-2.dat: New test data. In addition to |
202 |
tests from |tree-test-1.dat|, two tests |
203 |
for |</table>| are added. |
204 |
|
205 |
* HTML-tree.t: |tree-test-2.dat| is added. |
206 |
|
207 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
208 |
|
209 |
* tree-test-1.dat: Tests for end tag strings |
210 |
in CDATA elements are added. |
211 |
|
212 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
213 |
|
214 |
* content-model-1.dat: Tests for |footer| |
215 |
content model are added. |
216 |
|
217 |
* content-model-2.dat: Tests for |ping| |
218 |
and |tabindex| attributes are added. Tests for |datetime| |
219 |
attribute of |ins| and |del| elements are added. |
220 |
|
221 |
* content-model-4.dat: New test data. |
222 |
|
223 |
* ContentChecker.t: |content-model-4.dat| is added. |
224 |
|
225 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
226 |
|
227 |
* tokenizer-test-1.test: Tests for HTML5 revisions 1.144 |
228 |
and 1.145 (CR and invalid character references) are added. |
229 |
Tests for HTML5 revision 1.148 (character references |
230 |
in attributes) are added. |
231 |
|
232 |
* tree-test-1.dat: Tests for HTML5 revision 1.146 (white |
233 |
space characters before root element start tag). |
234 |
|
235 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
236 |
|
237 |
* tree-test-1.dat: Some test results are changed |
238 |
and a test is added according to the HTML5 |
239 |
revisions 1.142 and 1.143 (<noscript> in <head>). |
240 |
|
241 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
242 |
|
243 |
* tree-test-1.dat: Some test results are changed |
244 |
since <base>, <link>, and <meta> in body |
245 |
are no longer appended to the head element pointer (HTML5 |
246 |
revision 935). |
247 |
|
248 |
* content-model-2.dat: Tests for |scoped| |
249 |
attribute are added (HTML5 revision 938). |
250 |
|
251 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
252 |
|
253 |
* tree-test-1.dat: Tests for CDATA/RCDATA innerHTML |
254 |
with matching end tag are added (HTML5 revision 923). |
255 |
A test for h2 in h1 is added (HTML5 revision 926). |
256 |
|
257 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
258 |
|
259 |
* tree-test-1.dat: Tests for |<isindex>| are added (HTML5 |
260 |
revision 920). |
261 |
|
262 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
263 |
|
264 |
* tokenizer-test-1.test: Tests for conforming bare |&| |
265 |
are added. |
266 |
|
267 |
* tree-test-1.dat: Tests for |</body>| are added. |
268 |
|
269 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
270 |
|
271 |
* tree-test-1.dat: Always use uppercase document type name. |
272 |
|
273 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
274 |
|
275 |
* HTML-tokenizer.t: Support for new DOCTYPE token syntax. |
276 |
|
277 |
* tokenizer-test-1.test: Tests for DOCTYPE tokens |
278 |
are revised and added. |
279 |
|
280 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
281 |
|
282 |
* tokenizer-test-1.test: Tests for |<| in tags are |
283 |
added. (HTML5 revisions 900, 901, 902, and 911.) |
284 |
|
285 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
286 |
|
287 |
* tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
288 |
are added. (HTML5 revision 895.) A test for |&;| |
289 |
is added. |
290 |
|
291 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
292 |
|
293 |
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
294 |
|
295 |
* HTML-tree.t: Output test file names. Escaped |
296 |
new line at the end of test data was removed. |
297 |
|
298 |
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
299 |
escape flag stuff in |set_inner_html|. |
300 |
|
301 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
302 |
|
303 |
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
304 |
try to close its children). |
305 |
|
306 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
307 |
|
308 |
* content-model-1.dat: Tests for space characters |
309 |
in id="" attribute are added. |
310 |
|
311 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
312 |
|
313 |
* tree-test-1.dat: New tests for parse errors by |
314 |
tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) |
315 |
|
316 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
317 |
|
318 |
* tokenizer-test-2.dat: New test. This test file contains |
319 |
some tests that cannot be reliably tested by |HTML-tokenize.t|, |
320 |
since they depends on how characeters are supplied to the |
321 |
tokenizer. |
322 |
|
323 |
* HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| |
324 |
etc. supported. |
325 |
|
326 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
327 |
|
328 |
* tokenizer-test-1.test: Tests for C1 character |
329 |
references are added. |
330 |
|
331 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
332 |
|
333 |
* ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
334 |
Note that a test fails that assumes XML attribute value |
335 |
normalization fails since XMLParserTemp.pm does |
336 |
not normalize white space in attribute value when |
337 |
creating an attribute node (and new NanoDOM-based |
338 |
manakai's Attr.value does not normalize white space |
339 |
for more Web compatibility). |
340 |
|
341 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
342 |
|
343 |
* Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
344 |
files are added. |
345 |
|
346 |
* tokenize/, tree-construction/: Sync with latest html5lib |
347 |
trunk. |
348 |
|
349 |
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
350 |
|
351 |
* content-model-2.dat: |script| |async| and |defer| |
352 |
no longer require |src|. |async| MUST NOT be |
353 |
specified if |defer|. (HTML5 revision 858). |
354 |
|
355 |
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
356 |
|
357 |
* ContentChecker.t: Don't use obsolete |new| method. |
358 |
|
359 |
* tree-test-1.dat: Nested form test added. |
360 |
|
361 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
362 |
|
363 |
* content-model-2.dat: Some error messages are updated. |
364 |
|
365 |
* content-model-1.dat: Very simple test for |tbody|, |thead|, |
366 |
and |tfoot| is added. |
367 |
|
368 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
369 |
|
370 |
* content-model-2.dat: Tests for |rel| values are added. |
371 |
|
372 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
373 |
|
374 |
* content-model-2.dat: Errors on obsolete media |
375 |
type (i.e. |text/javascript|) are added to the expected results. |
376 |
|
377 |
* tree-test-1.dat: Tests for |style| elements' attributes |
378 |
are added. |
379 |
|
380 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
381 |
|
382 |
* URIChecker.t: New test entries. |
383 |
|
384 |
* content-model-2.dat: New test entries for URI attributes. |
385 |
|
386 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
387 |
|
388 |
* URIChecker.t: New test. |
389 |
|
390 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
391 |
|
392 |
* Makefile (content-type-files, content-checker-files): New rukes. |
393 |
|
394 |
* content-type-result.txt, content-checker-result.txt: New files. |
395 |
|
396 |
* tokenizer-result.txt, tree-construction-result.txt: New to CVS. |
397 |
|
398 |
* content-model-2.dat: Warnings are added to unknown attributes |
399 |
for unknown elements. New tests for newly implemented |
400 |
attributes are added. |
401 |
|
402 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
403 |
|
404 |
* content-model-1.dat: Required attributes are |
405 |
added to <link>s. |
406 |
|
407 |
* content-model-2.dat: Tests for global event handler |
408 |
content attributes, <link>s and <embed>s are added. |
409 |
|
410 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
411 |
|
412 |
* content-model-2.dat: Tests for additionally-implemented |
413 |
attributes are added. |
414 |
|
415 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
416 |
|
417 |
* content-model-2.dat: Tests for <a>/interactive |
418 |
elements non-nesting are added. |
419 |
|
420 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
421 |
|
422 |
* content-model-3.dat: New test. |
423 |
|
424 |
* ContentChecker.t (@FILES): |content-model-3.dat| added. |
425 |
|
426 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
427 |
|
428 |
* tree-test-1.dat: Tests for |<iframe>|, |<noframes>|, |
429 |
and |<xmp>| are added. |
430 |
|
431 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
432 |
|
433 |
* content-model-1.dat: A content model conformance |
434 |
error was missing. |
435 |
|
436 |
* content-model-2.dat: Unsupported global attribute (prefixed |
437 |
attribute) test is added. Tests for many HTML5 elements |
438 |
are added. |
439 |
|
440 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
441 |
|
442 |
* content-model-2.dat: Tests for elements up to |progress|. |
443 |
|
444 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
445 |
|
446 |
* content-model-2.dat: Tests for global attributes, |html|, |head|, |
447 |
|base|, |meta|, and |style|. |
448 |
|
449 |
* ContentChecker.t: Support for |#data html| (HTML parsing |
450 |
mode). |
451 |
|
452 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
453 |
|
454 |
* content-model-2.dat: New test. |
455 |
|
456 |
* ContentChecker.t (@FILES): |content-model-2.dat| is added. |
457 |
(get_node_path): |ATTRIBUTE_NODE| support. |
458 |
|
459 |
* content-model-1.dat: New tests for unknown |
460 |
element in HTML namespace. |
461 |
|
462 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
463 |
|
464 |
* ContentChecker.t (manakai_element_type_match): Removed. |
465 |
|
466 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
467 |
|
468 |
* content-model-1.dat: Tests for |a| content model are added. |
469 |
Tests for |legend| content model are added. |
470 |
|
471 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
472 |
|
473 |
* content-model-1.dat: Tests for |li| content model are added. |
474 |
|
475 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
476 |
|
477 |
* content-model-1.dat: Tests for |dd| content model are added. |
478 |
Tests for |em| content model (inline-level content |
479 |
or stricly inline-level content) are added. |
480 |
Tests for |dfn| content model are added. |
481 |
|
482 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
483 |
|
484 |
* content-model-1.dat: New test data. |
485 |
|
486 |
* ContentChecker.t: New test. |
487 |
|
488 |
2007-05-05 Wakaba <wakaba@suika.fam.cx> |
489 |
|
490 |
* tree-test-1.dat: ins > p test and noscript in noscript test |
491 |
are added. |
492 |
|
493 |
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
494 |
|
495 |
* tokenizer-test-1.test: Incorrect DOCTYPE testa |
496 |
are added. |
497 |
|
498 |
* tree-test-1.dat: |innerHTML| tests are added. |
499 |
|
500 |
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
501 |
|
502 |
* LICENSE: New document. |
503 |
|
504 |
2007-05-02 Wakaba <wakaba@suika.fam.cx> |
505 |
|
506 |
* .cvsignore: Result files are added. |
507 |
|
508 |
* HTML-tree.t: Support for document fragment tests. |
509 |
|
510 |
* Makefile: Generate test result files. |
511 |
|
512 |
* tokenizer-test-1.test: A new test to ensure that |
513 |
characters after end tag are preserved in RCDATA or CDATA |
514 |
case. |
515 |
|
516 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
517 |
|
518 |
* HTML-tree.t: Use new |What::HTML->parse_string| method |
519 |
so that this test don't have to know parser class's |
520 |
internals. |
521 |
|
522 |
* tree-test-1.dat: New tests for "(<head> stuffs) in body" |
523 |
and "(<head> stuffs) after body" are added. |
524 |
|
525 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
526 |
|
527 |
* HTML-tree.t: New test file is added. Sort key |
528 |
was incorrect. |
529 |
|
530 |
* HTML-tokenizer.t: New test file is added. |
531 |
|
532 |
* tokenizer-test-1.test, tree-test-1.dat: New tests. |
533 |
|
534 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
535 |
|
536 |
* .cvsignore: |tree-consturction| is added. |
537 |
|
538 |
* HTML-tree.t: New test. |
539 |
|
540 |
* Makefile: Rules for tree constructor tests are added. |
541 |
|
542 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
543 |
|
544 |
* HTML-tokenizer.t: |Data::Dumper::Useqq| is replaced |
545 |
by customized ones so that utf8 vs byte string handling |
546 |
cause no error. Set |$JSON::UTF8| flag on so |
547 |
that the |JSON| module turns the utf8 flag on. |
548 |
Support for the |contentModelFlags| and |lastStartTag| |
549 |
test props. Show the input as well as description |
550 |
when a test fails. |
551 |
|
552 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
553 |
|
554 |
* .cvsignore: New file. |
555 |
|
556 |
* Makefile: New file. |
557 |
|
558 |
* HTML-tokenizer.t: New test. |
559 |
|
560 |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
561 |
|
562 |
* ContentType.t: Remove some |my|s to avoid warnings. |
563 |
|
564 |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
565 |
|
566 |
* ChangeLog: New file. |
567 |
|
568 |
* ContentType.t: New Perl test. |
569 |
|
570 |
|