/[suikacvs]/markup/html/whatpm/t/xml/charref-1.dat
Suika

Contents of /markup/html/whatpm/t/xml/charref-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Sun Oct 19 15:17:04 2008 UTC (16 years ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +62 -0 lines
++ whatpm/t/xml/ChangeLog	19 Oct 2008 15:16:55 -0000
2008-10-20  Wakaba  <wakaba@suika.fam.cx>

	* attlists-1.dat, attrs-1.dat: Normalization tests added.  Test
	results updated.

	* charrefs-1.dat: Character reference parse error/mapping tests
	added.

	* attlists-1.dat, eldecls-1.dat, entities-1.dat, entities-2.dat,
++ whatpm/Whatpm/HTML/ChangeLog	19 Oct 2008 15:13:57 -0000
	* Tokenizer.pm.src: Normalize white space characters in attribute
	value literals in XML documents.  Don't apply character reference
	mapping table for non-NULL non-surrogate code points.

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

1
2 #data
3 &#x20;<a/>
4 #errors
5 1;6;text outside of root element;;;m
6 #document
7 | " "
8 | <{} a>
9
10 #data
11 &#32;<a/>
12 #errors
13 1;5;text outside of root element;;;m
14 #document
15 | " "
16 | <{} a>
17
18 #data
19 &#x20;<a/>
20 #errors
21 1;7;text outside of root element;;;m
22 #document
23 | " "
24 | <{} a>
25
26 #data
27 &#x20; <a/>
28 #errors
29 1;6;text outside of root element;;;m
30 #document
31 | " "
32 | <{} a>
33
34 #data
35 <a/>
36 &#x20;
37 #errors
38 2;5;text outside of root element;;;m
39 #document
40 | <{} a>
41 | " "
42
43 #data
44 <a/>&#32;
45 #errors
46 1;8;text outside of root element;;;m
47 #document
48 | <{} a>
49 | " "
50
51 #data
52 <!DOCTYPE a>&#x20;<a/>
53 #errors
54 1;18;text outside of root element;;;m
55 #document
56 | <!DOCTYPE a>
57 | " "
58 | <{} a>
59
60 #data
61 <!DOCTYPE a> &#x20;<a/>
62 #errors
63 1;19;text outside of root element;;;m
64 #document
65 | <!DOCTYPE a>
66 | " "
67 | <{} a>
68
69 #data
70 <!DOCTYPE a>&#x20; <a/>
71 #errors
72 1;18;text outside of root element;;;m
73 #document
74 | <!DOCTYPE a>
75 | " "
76 | <{} a>
77
78 #data
79 <a>&#x20;</a>
80 #errors
81 #document
82 | <{} a>
83 | " "
84
85 #data
86 <a>&#X20;</a>
87 #errors
88 1;6;uppercase hcro;;;m
89 #document
90 | <{} a>
91 | " "
92
93 #data
94 <a>&abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz;</a>
95 #errors
96 1;4;bare ero;;;m
97 #document
98 | <{} a>
99 | "&abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz;"
100
101 #data
102 <a>&#x0;</a>
103 #errors
104 1;8;invalid character reference;U+0000;;m
105 #document escaped
106 | <{} a>
107 | "\uFFFD"
108
109 #data
110 <a>&#0;</a>
111 #errors
112 1;7;invalid character reference;U+0000;;m
113 #document escaped
114 | <{} a>
115 | "\uFFFD"
116
117 #data
118 <a>&#xd800;</a>
119 #errors
120 1;11;invalid character reference;U+D800;;m
121 #document escaped
122 | <{} a>
123 | "\uFFFD"
124
125 #data
126 <a>&#55296;</a>
127 #errors
128 1;11;invalid character reference;U+D800;;m
129 #document escaped
130 | <{} a>
131 | "\uFFFD"
132
133 #data
134 <a>&#xdfff;</a>
135 #errors
136 1;11;invalid character reference;U+DFFF;;m
137 #document escaped
138 | <{} a>
139 | "\uFFFD"
140
141 #data
142 <a>&#57343;</a>
143 #errors
144 1;11;invalid character reference;U+DFFF;;m
145 #document escaped
146 | <{} a>
147 | "\uFFFD"
148
149 #data
150 <a>&#x1;</a>
151 #errors
152 #document escaped
153 | <{} a>
154 | "\u0001"
155
156 #data
157 <a>&#01;</a>
158 #errors
159 #document escaped
160 | <{} a>
161 | "\u0001"

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24