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

Legend:
Removed from v.1.302  
changed lines
  Added in v.1.328

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24