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

Legend:
Removed from v.1.304  
changed lines
  Added in v.1.333

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24