Parent Directory
|
Revision Log
++ whatpm/t/xml/ChangeLog 15 Oct 2008 08:50:58 -0000 * doctypes-1.dat: Lowercase <!doctype> test added. * elements-1.dat: End tag tests added. 2008-10-15 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/HTML/ChangeLog 15 Oct 2008 08:50:06 -0000 * Tokenizer.pm.src: XML tag name start character support for end tags. Support for the short end tag syntax of XML5. Raise a parse erorr for a lowercase <!doctype> in XML. 2008-10-15 Wakaba <wakaba@suika.fam.cx> * Tokenizer.pm.src: XML tag name start character support for start
1 | #data |
2 | ]]> |
3 | #errors |
4 | 1;1;unmatched mse;;;m |
5 | 1;1;text outside of root element;;;m |
6 | 1;3;no root element;;;m |
7 | #document |
8 | | "]]>" |
9 | |
10 | #data |
11 | ]]]]> |
12 | #errors |
13 | 1;3;unmatched mse;;;m |
14 | 1;1;text outside of root element;;;m |
15 | 1;5;no root element;;;m |
16 | #document |
17 | | "]]]]>" |
18 | |
19 | #data |
20 | aa]]>bb |
21 | #errors |
22 | 1;3;unmatched mse;;;m |
23 | 1;1;text outside of root element;;;m |
24 | 1;7;no root element;;;m |
25 | #document |
26 | | "aa]]>bb" |
27 | |
28 | #data |
29 | <![CDATA[]]>]]> |
30 | #errors |
31 | 1;13;unmatched mse;;;m |
32 | 1;1;cdata outside of root element;;;m |
33 | 1;15;no root element;;;m |
34 | #document |
35 | | "]]>" |
36 | |
37 | #data |
38 | <a/>]]> |
39 | #errors |
40 | 1;5;unmatched mse;;;m |
41 | 1;5;text outside of root element;;;m |
42 | #document |
43 | | <{} a> |
44 | | "]]>" |
45 | |
46 | #data |
47 | <!---->]]> |
48 | #errors |
49 | 1;8;unmatched mse;;;m |
50 | 1;8;text outside of root element;;;m |
51 | 1;10;no root element;;;m |
52 | #document |
53 | | <!-- --> |
54 | | "]]>" |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |