/[suikacvs]/markup/html/whatpm/t/ChangeLog
Suika

Diff of /markup/html/whatpm/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.303 by wakaba, Tue Oct 14 05:58:26 2008 UTC revision 1.335 by wakaba, Sun Jun 28 10:48:30 2009 UTC
# Line 1  Line 1 
1    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.t: Added new test data file.
4    
5    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
6    
7            * content-model-7.dat: Added an example from HTML5 spec.
8    
9    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
10    
11            * ContentChecker.t: Added new test data file.
12    
13    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
14    
15            * ContentChecker.t: Added new test data file.
16    
17    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
18    
19            * ContentChecker.t: Added new test data file.
20    
21    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
22    
23            * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
24    
25    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
26    
27            * content-checker.pl: Use new XML parser for parsing test data.
28            Use NanoDOM instead of manakai DOM implementation.
29    
30    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
31    
32            * SWML-Parser.t: New test data files added.
33    
34    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
35    
36            * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
37    
38    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
39    
40            * Makefile: A rule for SWML testing is added.
41    
42            * SWML-Parser.t: New file.
43    
44            * swml/: New directory.
45    
46    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
47    
48            * XML-Parser.t: "xml/attrs-2.dat" added.
49    
50    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
51    
52            * XML-Parser.t: "xml/entrefs-2.dat" added.
53    
54    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
55    
56            * XML-Parser.t: "xml/entrefs-1.dat" added.
57    
58    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
59    
60            * XML-Parser.t: "xml/eldecls-1.dat" added.
61    
62    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
63    
64            * XML-Parser.t: Typo fixed.
65    
66    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
67    
68            * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
69            added.  Support for the "#entities" directive.
70    
71    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
72    
73            * XML-Parser.t: "xml/notations-1.dat" added.
74    
75    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
76    
77            * XML-Parser.t: "xml/attlists-1.dat" added.
78    
79    2008-10-16  Wakaba  <wakaba@suika.fam.cx>
80    
81            * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
82    
83    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
84    
85            * XML-Parser.t: "xml/doctypes-2.dat" added.
86    
87            * tokenizer-test-1.test: Keyword case-sensitivility tests added.
88    
89    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
90    
91            * XML-Parser.t: "xml/ns-elements-1.dat" added.
92    
93    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
94    
95            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
96            Test directifes "#xml-version", "#xml-encoding", and
97            "#xml-standalone" are added.
98    
99    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
100    
101            * XML-Parser.t: "xml/charref-1.dat" added.
102    
103    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
104    
105            * XML-Parser.t: "xml/texts-1.dat" added.
106    
107            * tokenizer-test-2.dat: Test for ]]> are added.
108    
109    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
110    
111            * tree-test-foreign.dat: More test data are added.
112    
113    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
114    
115            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
116            added.
117    
118    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
119    
120            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
121    
122    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
123    
124            * xml/: New directory.
125    
126            * Makefile: Tests for Whatpm::XML::Parser are added.
127    
128            * HTML-tree.t: Change the relative order of codes.
129    
130            * XML-Parser.t: New test script.
131    
132    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
133    
134            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
135    
136    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
137    
138            * tree-test-phrasing.dat: Wrong test results fixed.
139    
140            * tree-test-foreign.dat: New tests added.
141    
142            * testfiles.pl: "#..." line at the end of a test entry was not
143            supported.
144    
145            * HTML-tree.t: Show the "#data" content in "no #errors" error
146            message.
147    
148            * tokenizer-test-2.dat: A wrong test result fixed.
149    
150    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
151    
152            * HTML-tree.t: Test result format for oreign element/attribute
153            names are updated to the latest one for html5lib tests.  Append a
154            newline to the expected result only when it is not an empty
155            string, for comparablity with the actual result.
156    
157            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
158            tree-test-3.dat: Test results for foreign elements are updated.
159    
160    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
161    
162            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
163            format for html5lib tests.
164    
165            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
166            <!DOCTYPE> are updated.
167    
168  2008-10-14  Wakaba  <wakaba@suika.fam.cx>  2008-10-14  Wakaba  <wakaba@suika.fam.cx>
169    
170          * HTML-tree.t: Test data file parser changed to the common one.          * HTML-tree.t: Test data file parser changed to the common one.

Legend:
Removed from v.1.303  
changed lines
  Added in v.1.335

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24