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

Contents of /markup/html/whatpm/t/xml/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.23 - (hide annotations) (download)
Sun Oct 19 09:25:21 2008 UTC (16 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.22: +8 -0 lines
++ whatpm/t/ChangeLog	19 Oct 2008 09:24:46 -0000
	* XML-Parser.t: "xml/entrefs-1.dat" added.

2008-10-19  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/xml/ChangeLog	19 Oct 2008 09:25:15 -0000
	* charrefs-1.dat: New test data added.

	* entrefs-1.dat: New test data file.

	* attlists-1.dat: Test results updated.

2008-10-19  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/HTML/ChangeLog	19 Oct 2008 09:23:24 -0000
	* Tokenizer.pm.src: Make uppercase "&#X" in XML a parse error.
	Remove the limitation of entity name length.  Enable replacement
	of text-only general entities.  Raise a parse error for an
	unparsed entity reference.  Raise a parse error for a general
	entity reference to an undefined entity.

2008-10-19  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/XML/ChangeLog	19 Oct 2008 09:24:32 -0000
	* Parser.pm.src: Define predefined general entities for the
	control of "undeclared entity" error raised by the tokenizer.  Set
	text-only flag to general entities appropriately.

2008-10-19  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.19 2008-10-19 Wakaba <wakaba@suika.fam.cx>
2    
3 wakaba 1.23 * charrefs-1.dat: New test data added.
4    
5     * entrefs-1.dat: New test data file.
6    
7     * attlists-1.dat: Test results updated.
8    
9     2008-10-19 Wakaba <wakaba@suika.fam.cx>
10    
11 wakaba 1.22 * eldecls-1.dat: New test data file.
12    
13     * entities-1.dat: Test result updated.
14    
15     2008-10-19 Wakaba <wakaba@suika.fam.cx>
16    
17 wakaba 1.21 * entities-1.dat, entities-2.dat: EntityValue tests added.
18    
19     2008-10-19 Wakaba <wakaba@suika.fam.cx>
20    
21 wakaba 1.20 * entities-1.dat, entities-2.dat: New test data files.
22    
23     2008-10-19 Wakaba <wakaba@suika.fam.cx>
24    
25 wakaba 1.19 * notations-1.dat, notations-1.dat: Tests on lowercase markup
26     declaration keywords are added.
27    
28 wakaba 1.17 2008-10-18 Wakaba <wakaba@suika.fam.cx>
29    
30 wakaba 1.18 * attlists-1.dat: A test result updated.
31    
32     * notations-1.dat: New test result file.
33    
34     2008-10-18 Wakaba <wakaba@suika.fam.cx>
35    
36 wakaba 1.17 * attlists-1.dat: Tests added.
37    
38 wakaba 1.16 2008-10-17 Wakaba <wakaba@suika.fam.cx>
39    
40     * attlists-1.dat: New test data file.
41    
42     * doctypes-2.dat: New tests added.
43    
44 wakaba 1.15 2008-10-16 Wakaba <wakaba@suika.fam.cx>
45    
46     * doctypes-2.dat: New test added.
47    
48     * comments-2.dat, pis-2.dat: New test data files.
49    
50 wakaba 1.9 2008-10-15 Wakaba <wakaba@suika.fam.cx>
51    
52 wakaba 1.14 * doctypes-1.dat: A keyword case-sensitivility test added.
53    
54     * doctypes-2.dat: New test data file.
55    
56     2008-10-15 Wakaba <wakaba@suika.fam.cx>
57    
58 wakaba 1.13 * attrs-1.dat: Test cases for tokenizing errors are added.
59    
60     * elements-1.dat: A test result updated.
61    
62     * ns-attrs-1.dat: Test results updated. New test cases for
63     duplicate namespaced attributes are added.
64    
65     2008-10-15 Wakaba <wakaba@suika.fam.cx>
66    
67 wakaba 1.12 * doctypes-1.dat: Lowercase <!doctype> test added.
68    
69     * elements-1.dat: End tag tests added.
70    
71     2008-10-15 Wakaba <wakaba@suika.fam.cx>
72    
73 wakaba 1.11 * ns-elements-1.dat: New test data file.
74    
75     * ns-attrs-1.dat: New test data added.
76    
77     * elements-1.dat: New test data file.
78    
79     2008-10-15 Wakaba <wakaba@suika.fam.cx>
80    
81 wakaba 1.10 * pis-1.dat, xmldecls-1.dat: New test data files.
82    
83     2008-10-15 Wakaba <wakaba@suika.fam.cx>
84    
85 wakaba 1.9 * charref-1.dat: New test data file.
86    
87 wakaba 1.2 2008-10-14 Wakaba <wakaba@suika.fam.cx>
88    
89 wakaba 1.8 * cdata-1.dat: Tests on CDATA section outside of the root element
90     added.
91    
92     2008-10-14 Wakaba <wakaba@suika.fam.cx>
93    
94 wakaba 1.7 * doctypes-1.dat: Wrong results fixed.
95    
96     * texts-1.dat: New test data file.
97    
98     2008-10-14 Wakaba <wakaba@suika.fam.cx>
99    
100 wakaba 1.6 * elements-1.dat: New test data file.
101    
102     * doctypes-1.dat: New test data file.
103    
104     * attrs-1.dat: New test data on attribute name cases are added.
105    
106     2008-10-14 Wakaba <wakaba@suika.fam.cx>
107    
108 wakaba 1.5 * ns-attrs-1.dat: Tests for attributes on non-root elements are
109     added.
110    
111     2008-10-14 Wakaba <wakaba@suika.fam.cx>
112    
113 wakaba 1.4 * ns-attrs-1.dat: New test data file.
114    
115     2008-10-14 Wakaba <wakaba@suika.fam.cx>
116    
117 wakaba 1.3 * cdata-1.dat, attrs-1.dat: New test data files.
118    
119     2008-10-14 Wakaba <wakaba@suika.fam.cx>
120    
121 wakaba 1.2 * tree-1.dat: New test data file.
122    
123     2008-10-14 Wakaba <wakaba@suika.fam.cx>
124    
125     * ChangeLog: New file.
126    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24