1 |
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile: A rule for SWML testing is added. |
4 |
|
|
5 |
|
* SWML-Parser.t: New file. |
6 |
|
|
7 |
|
* swml/: New directory. |
8 |
|
|
9 |
|
2008-10-20 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* XML-Parser.t: "xml/attrs-2.dat" added. |
12 |
|
|
13 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* XML-Parser.t: "xml/entrefs-2.dat" added. |
16 |
|
|
17 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* XML-Parser.t: "xml/entrefs-1.dat" added. |
20 |
|
|
21 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* XML-Parser.t: "xml/eldecls-1.dat" added. |
24 |
|
|
25 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* XML-Parser.t: Typo fixed. |
28 |
|
|
29 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat" |
32 |
|
added. Support for the "#entities" directive. |
33 |
|
|
34 |
|
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* XML-Parser.t: "xml/notations-1.dat" added. |
37 |
|
|
38 |
|
2008-10-17 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* XML-Parser.t: "xml/attlists-1.dat" added. |
41 |
|
|
42 |
|
2008-10-16 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added. |
45 |
|
|
46 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* XML-Parser.t: "xml/doctypes-2.dat" added. |
49 |
|
|
50 |
|
* tokenizer-test-1.test: Keyword case-sensitivility tests added. |
51 |
|
|
52 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* XML-Parser.t: "xml/ns-elements-1.dat" added. |
55 |
|
|
56 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added. |
59 |
|
Test directifes "#xml-version", "#xml-encoding", and |
60 |
|
"#xml-standalone" are added. |
61 |
|
|
62 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* XML-Parser.t: "xml/charref-1.dat" added. |
65 |
|
|
66 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* XML-Parser.t: "xml/texts-1.dat" added. |
69 |
|
|
70 |
|
* tokenizer-test-2.dat: Test for ]]> are added. |
71 |
|
|
72 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* tree-test-foreign.dat: More test data are added. |
75 |
|
|
76 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat" |
79 |
|
added. |
80 |
|
|
81 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* XML-Parser.t: "xml/ns-attrs-1.dat" added. |
84 |
|
|
85 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* xml/: New directory. |
88 |
|
|
89 |
|
* Makefile: Tests for Whatpm::XML::Parser are added. |
90 |
|
|
91 |
|
* HTML-tree.t: Change the relative order of codes. |
92 |
|
|
93 |
|
* XML-Parser.t: New test script. |
94 |
|
|
95 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper. |
98 |
|
|
99 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* tree-test-phrasing.dat: Wrong test results fixed. |
102 |
|
|
103 |
|
* tree-test-foreign.dat: New tests added. |
104 |
|
|
105 |
|
* testfiles.pl: "#..." line at the end of a test entry was not |
106 |
|
supported. |
107 |
|
|
108 |
|
* HTML-tree.t: Show the "#data" content in "no #errors" error |
109 |
|
message. |
110 |
|
|
111 |
|
* tokenizer-test-2.dat: A wrong test result fixed. |
112 |
|
|
113 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* HTML-tree.t: Test result format for oreign element/attribute |
116 |
|
names are updated to the latest one for html5lib tests. Append a |
117 |
|
newline to the expected result only when it is not an empty |
118 |
|
string, for comparablity with the actual result. |
119 |
|
|
120 |
|
* tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat, |
121 |
|
tree-test-3.dat: Test results for foreign elements are updated. |
122 |
|
|
123 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML-tree.t: <!DOCTYPE> test result format changed to the latest |
126 |
|
format for html5lib tests. |
127 |
|
|
128 |
|
* tree-test-1.dat, tokenizer-test-2.dat: Test results for |
129 |
|
<!DOCTYPE> are updated. |
130 |
|
|
131 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* HTML-tree.t: Test data file parser changed to the common one. |
134 |
|
|
135 |
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
* tokenizer-test-2.dat: A test result was wrong. |
* tokenizer-test-2.dat: A test result was wrong. |