/[suikacvs]/markup/html/whatpm/t/tree-construction-result.txt
Suika

Contents of /markup/html/whatpm/t/tree-construction-result.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.30 - (hide annotations) (download)
Mon Jun 25 00:14:40 2007 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.29: +14 -10 lines
File MIME type: text/plain
++ whatpm/t/ChangeLog	24 Jun 2007 23:47:54 -0000
2007-06-25  Wakaba  <wakaba@suika.fam.cx>

	* tree-test-1.dat: Tests for end tag strings
	in CDATA elements are added.

++ whatpm/Whatpm/ChangeLog	25 Jun 2007 00:14:32 -0000
2007-06-25  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm.src: Late |<html>| parse error is implemented.

1 wakaba 1.6 1..472
2 wakaba 1.1 # Running under perl version 5.008007 for linux
3 wakaba 1.30 # Current time local: Mon Jun 25 09:09:26 2007
4     # Current time GMT: Mon Jun 25 00:09:26 2007
5 wakaba 1.1 # Using Test.pm version 1.25
6 wakaba 1.16 # t/tokenizer-test-2.dat
7 wakaba 1.1 ok 1
8 wakaba 1.12 ok 2
9 wakaba 1.1 ok 3
10     ok 4
11     ok 5
12     ok 6
13     ok 7
14 wakaba 1.11 ok 8
15     ok 9
16 wakaba 1.16 ok 10
17     ok 11
18     ok 12
19 wakaba 1.11 ok 13
20     ok 14
21 wakaba 1.16 ok 15
22     ok 16
23 wakaba 1.11 ok 17
24 wakaba 1.16 ok 18
25 wakaba 1.1 ok 19
26     ok 20
27     ok 21
28     ok 22
29     ok 23
30     ok 24
31     ok 25
32     ok 26
33     ok 27
34     ok 28
35 wakaba 1.17 # t/tree-construction/tests1.dat
36 wakaba 1.1 ok 29
37     ok 30
38     ok 31
39 wakaba 1.17 ok 32
40     ok 33
41     ok 34
42     ok 35
43     not ok 36
44     # Test 36 got: "| <html>\n" (t/HTML-tree.t at line 135 fail #18)
45 wakaba 1.16 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: <html>)
46 wakaba 1.1 # Lines 2-2 are missing:
47     # - "| <head>\n"
48     # - "| <body>\n"
49 wakaba 1.16 # t/HTML-tree.t line 135 is: ok $result, $test->{document}, 'Document tree: ' . $test->{data};
50 wakaba 1.17 not ok 37
51     # Test 37 got: "2" (t/HTML-tree.t at line 133 fail #19)
52 wakaba 1.20 # Expected: "1" (Parse error: <head>; 1:6:no DOCTYPE, 1:6:not closed:head;6: missing document type declaration)
53 wakaba 1.16 # t/HTML-tree.t line 133 is: join (', ', @errors) . ';' . join (', ', @{$test->{errors}});
54 wakaba 1.17 not ok 38
55     # Test 38 got: "| <html>\n| <head>\n" (t/HTML-tree.t at line 135 fail #19)
56 wakaba 1.16 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: <head>)
57     # Line 3 is missing:
58     # - "| <body>\n"
59 wakaba 1.17 ok 39
60     ok 40
61     not ok 41
62     # Test 41 got: "2" (t/HTML-tree.t at line 133 fail #21)
63 wakaba 1.20 # Expected: "1" (Parse error: <html><head>; 1:7:no DOCTYPE, 1:12:not closed:head;6: missing document type declaration)
64 wakaba 1.17 not ok 42
65     # Test 42 got: "| <html>\n| <head>\n" (t/HTML-tree.t at line 135 fail #21)
66 wakaba 1.16 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: <html><head>)
67     # Line 3 is missing:
68 wakaba 1.1 # - "| <body>\n"
69 wakaba 1.17 ok 43
70     not ok 44
71     # Test 44 got: "| <html>\n| <head>\n" (t/HTML-tree.t at line 135 fail #22)
72 wakaba 1.16 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: <html><head></head>)
73     # Line 3 is missing:
74     # - "| <body>\n"
75     ok 45
76     ok 46
77 wakaba 1.1 ok 47
78     ok 48
79     ok 49
80     ok 50
81 wakaba 1.23 not ok 51
82     # Test 51 got: "1" (t/HTML-tree.t at line 133 fail #26)
83     # Expected: "2" (Parse error: <html><head></body></html>; 1:7:no DOCTYPE;6: missing document type declaration, 19: unexpected body element end tag in head)
84 wakaba 1.1 ok 52
85 wakaba 1.11 ok 53
86     ok 54
87 wakaba 1.16 ok 55
88     ok 56
89     ok 57
90 wakaba 1.17 ok 58
91     ok 59
92     ok 60
93 wakaba 1.23 not ok 61
94     # Test 61 got: "1" (t/HTML-tree.t at line 133 fail #31)
95     # Expected: "2" (Parse error: </head>; 1:7:no DOCTYPE;7: missing document type declaration, 7: unexpected head element end tag)
96 wakaba 1.17 not ok 62
97 wakaba 1.23 # Test 62 got: "| <html>\n| <head>\n" (t/HTML-tree.t at line 135 fail #31)
98 wakaba 1.16 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: </head>)
99 wakaba 1.23 # Line 3 is missing:
100 wakaba 1.16 # - "| <body>\n"
101 wakaba 1.23 not ok 63
102     # Test 63 got: "1" (t/HTML-tree.t at line 133 fail #32)
103     # Expected: "2" (Parse error: </body>; 1:7:no DOCTYPE;7: missing document type declaration, 7: unexpected body element end tag)
104     ok 64
105 wakaba 1.16 ok 65
106 wakaba 1.11 ok 66
107 wakaba 1.17 ok 67
108     ok 68
109     ok 69
110     ok 70
111 wakaba 1.25 ok 71
112     ok 72
113 wakaba 1.1 ok 73
114     ok 74
115     ok 75
116 wakaba 1.11 ok 76
117 wakaba 1.17 ok 77
118     ok 78
119     ok 79
120     ok 80
121 wakaba 1.25 ok 81
122     ok 82
123 wakaba 1.1 ok 83
124 wakaba 1.16 ok 84
125 wakaba 1.1 ok 85
126 wakaba 1.16 ok 86
127 wakaba 1.17 ok 87
128 wakaba 1.16 ok 88
129 wakaba 1.17 ok 89
130 wakaba 1.16 ok 90
131 wakaba 1.17 not ok 91
132     # Test 91 got: "17" (t/HTML-tree.t at line 133 fail #46)
133 wakaba 1.20 # Expected: "9" (Parse error: <!-----><font><div>hello<table>excite!<b>me!<th><i>please!</tr><!--X-->; 1:7:dash in comment, 1:15:no DOCTYPE, 1:33:in table:#character, 1:34:in table:#character, 1:35:in table:#character, 1:36:in table:#character, 1:37:in table:#character, 1:38:in table:#character, 1:39:in table:#character, 1:42:in table:b, 1:43:in table:#character, 1:44:in table:#character, 1:45:in table:#character, 1:49:not closed:b, 1:49:missing start tag:tr, 1:64:not closed:i, 1:71:not closed:tbody;7: unexpected '-' character after two '-' characters while parsing comment, 14: missing document type declaration, 40: unexpected node in table context, 41: unexpected node in table context, 46: unexpected node in table context, 48: required tr element start tag implied by unexpected th element start tag, 63: unexpected th element end tag implied other end tags, 72: unexpected end of file implied table element end tag, 72: mismatched body element end tag (premature end of file?))
134 wakaba 1.16 ok 92
135 wakaba 1.17 not ok 93
136 wakaba 1.22 # Test 93 got: "1" (t/HTML-tree.t at line 133 fail #47)
137     # Expected: "0" (Parse error: <!DOCTYPE HTML><li>hello<li>world<ul>how<li>do</ul>you</body><!--do-->; 1:70:after body:/li;)
138 wakaba 1.16 ok 94
139 wakaba 1.1 ok 95
140 wakaba 1.16 ok 96
141 wakaba 1.11 ok 97
142 wakaba 1.16 ok 98
143     ok 99
144 wakaba 1.17 ok 100
145 wakaba 1.16 ok 101
146 wakaba 1.17 ok 102
147 wakaba 1.1 ok 103
148 wakaba 1.16 not ok 104
149 wakaba 1.17 # Test 104 got: "| <!-- # -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #52)
150     # Expected: "| <!-- # -->\n| <html>\n| <head>\n| <body>\n" (Document tree: </#)
151 wakaba 1.16 # Lines 3-3 are missing:
152     # - "| <head>\n"
153     # - "| <body>\n"
154 wakaba 1.1 ok 105
155 wakaba 1.16 not ok 106
156 wakaba 1.17 # Test 106 got: "| <!-- ? -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #53)
157     # Expected: "| <!-- ? -->\n| <html>\n| <head>\n| <body>\n" (Document tree: <?)
158 wakaba 1.16 # Lines 3-3 are missing:
159     # - "| <head>\n"
160     # - "| <body>\n"
161 wakaba 1.1 ok 107
162 wakaba 1.16 not ok 108
163 wakaba 1.17 # Test 108 got: "| <!-- ?# -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #54)
164     # Expected: "| <!-- ?# -->\n| <html>\n| <head>\n| <body>\n" (Document tree: <?#)
165 wakaba 1.16 # Lines 3-3 are missing:
166     # - "| <head>\n"
167     # - "| <body>\n"
168 wakaba 1.1 ok 109
169 wakaba 1.16 not ok 110
170 wakaba 1.17 # Test 110 got: "| <!-- -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #55)
171     # Expected: "| <!-- -->\n| <html>\n| <head>\n| <body>\n" (Document tree: <!)
172 wakaba 1.16 # Lines 3-3 are missing:
173     # - "| <head>\n"
174     # - "| <body>\n"
175 wakaba 1.1 ok 111
176 wakaba 1.16 not ok 112
177 wakaba 1.17 # Test 112 got: "| <!-- # -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #56)
178     # Expected: "| <!-- # -->\n| <html>\n| <head>\n| <body>\n" (Document tree: <!#)
179 wakaba 1.16 # Lines 3-3 are missing:
180     # - "| <head>\n"
181     # - "| <body>\n"
182 wakaba 1.1 ok 113
183 wakaba 1.16 not ok 114
184 wakaba 1.17 # Test 114 got: "| <!-- ?COMMENT? -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #57)
185     # Expected: "| <!-- ?COMMENT? -->\n| <html>\n| <head>\n| <body>\n" (Document tree: <?COMMENT?>)
186 wakaba 1.16 # Lines 3-3 are missing:
187     # - "| <head>\n"
188     # - "| <body>\n"
189 wakaba 1.1 ok 115
190 wakaba 1.16 not ok 116
191 wakaba 1.17 # Test 116 got: "| <!-- COMMENT -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #58)
192     # Expected: "| <!-- COMMENT -->\n| <html>\n| <head>\n| <body>\n" (Document tree: <!COMMENT>)
193 wakaba 1.16 # Lines 3-3 are missing:
194     # - "| <head>\n"
195     # - "| <body>\n"
196 wakaba 1.1 ok 117
197 wakaba 1.16 not ok 118
198 wakaba 1.17 # Test 118 got: "| <!-- COMMENT -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #59)
199     # Expected: "| <!-- COMMENT -->\n| <html>\n| <head>\n| <body>\n" (Document tree: </ COMMENT >)
200 wakaba 1.16 # Lines 3-3 are missing:
201     # - "| <head>\n"
202     # - "| <body>\n"
203 wakaba 1.1 ok 119
204 wakaba 1.16 not ok 120
205 wakaba 1.17 # Test 120 got: "| <!-- ?COM--MENT? -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #60)
206     # Expected: "| <!-- ?COM--MENT? -->\n| <html>\n| <head>\n| <body>\n" (Document tree: <?COM--MENT?>)
207     # Lines 3-3 are missing:
208     # - "| <head>\n"
209     # - "| <body>\n"
210     ok 121
211     not ok 122
212     # Test 122 got: "| <!-- COM--MENT -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #61)
213     # Expected: "| <!-- COM--MENT -->\n| <html>\n| <head>\n| <body>\n" (Document tree: <!COM--MENT>)
214     # Lines 3-3 are missing:
215     # - "| <head>\n"
216     # - "| <body>\n"
217     ok 123
218     not ok 124
219     # Test 124 got: "| <!-- COM--MENT -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #62)
220 wakaba 1.16 # Expected: "| <!-- COM--MENT -->\n| <html>\n| <head>\n| <body>\n" (Document tree: </ COM--MENT >)
221     # Lines 3-3 are missing:
222     # - "| <head>\n"
223     # - "| <body>\n"
224 wakaba 1.17 not ok 125
225     # Test 125 got: "2" (t/HTML-tree.t at line 133 fail #63)
226 wakaba 1.16 # Expected: "1" (Parse error: <!DOCTYPE HTML><style> EOF; 1:26:in CDATA:#end-of-file, 1:26:not closed:head;27: unexpected end of file while parsing CDATA section for element style)
227 wakaba 1.17 not ok 126
228     # Test 126 got: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <style>\n| \" EOF\"\n" (t/HTML-tree.t at line 135 fail #63)
229 wakaba 1.16 # Expected: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <style>\n| \" EOF\"\n| <body>\n" (Document tree: <!DOCTYPE HTML><style> EOF)
230     # Line 6 is missing:
231     # - "| <body>\n"
232 wakaba 1.17 not ok 127
233     # Test 127 got: "0" (t/HTML-tree.t at line 133 fail #64)
234 wakaba 1.16 # Expected: "1" (Parse error: <!DOCTYPE HTML><script> <!-- </script> --> </script> EOF; ;52: unexpected script element end tag)
235 wakaba 1.1 ok 128
236     ok 129
237     ok 130
238     ok 131
239     ok 132
240     ok 133
241     ok 134
242     ok 135
243     ok 136
244     ok 137
245     ok 138
246     ok 139
247     ok 140
248     ok 141
249     ok 142
250     ok 143
251     ok 144
252     ok 145
253     ok 146
254     ok 147
255 wakaba 1.17 ok 148
256     ok 149
257     ok 150
258     ok 151
259     not ok 152
260     # Test 152 got: "| <html>\n" (t/HTML-tree.t at line 135 fail #76)
261 wakaba 1.16 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: )
262     # Lines 2-2 are missing:
263     # - "| <head>\n"
264     # - "| <body>\n"
265 wakaba 1.1 ok 153
266     ok 154
267 wakaba 1.11 ok 155
268     ok 156
269 wakaba 1.16 ok 157
270 wakaba 1.1 ok 158
271 wakaba 1.11 ok 159
272     ok 160
273 wakaba 1.16 ok 161
274 wakaba 1.1 ok 162
275     ok 163
276     ok 164
277 wakaba 1.11 ok 165
278     ok 166
279 wakaba 1.16 ok 167
280     ok 168
281     ok 169
282     ok 170
283     ok 171
284     ok 172
285     ok 173
286     ok 174
287     ok 175
288     ok 176
289     ok 177
290     ok 178
291 wakaba 1.17 ok 179
292 wakaba 1.16 ok 180
293     ok 181
294     ok 182
295     not ok 183
296     # Test 183 got: "10" (t/HTML-tree.t at line 133 fail #92)
297 wakaba 1.20 # Expected: "8" (Parse error: <a href="blah">aba<table><a href="foo">br<tr><td></td></tr>x</table>aoe; 1:16:no DOCTYPE, 1:40:in table:a, 1:40:in a:a, 1:40:unmatched end tag:a, 1:41:in table:#character, 1:42:in table:#character, 1:46:not closed:a, 1:61:in table:#character, 1:69:not closed:a, 1:71:not closed:a;15: missing document type declaration, 39: unexpected node in table context, 39: a element start tag implying a element end tag, 39: unexpected node in table context, 39: mismatched a element end tag (misnested tags across <table> tag), 43: unexpected node in table context, 63: unexpected node in table context, 72: mismatched body element end tag (premature end of file?))
298 wakaba 1.16 ok 184
299     ok 185
300     ok 186
301 wakaba 1.17 not ok 187
302     # Test 187 got: "10" (t/HTML-tree.t at line 133 fail #94)
303 wakaba 1.20 # Expected: "6" (Parse error: <table><a href="blah">aba<tr><td><a href="foo">br</td></tr>x</table>aoe; 1:8:no DOCTYPE, 1:23:in table:a, 1:24:in table:#character, 1:25:in table:#character, 1:26:in table:#character, 1:30:not closed:a, 1:55:not closed:a, 1:61:in table:#character, 1:69:not closed:a, 1:71:not closed:a;7: missing document type declaration, 22: unexpected node in table context, 27: unexpected node in table context, 54: unexpected td element end tag implied other end tags, 63: unexpected node in table context, 72: mismatched body element end tag (premature end of file?))
304 wakaba 1.16 ok 188
305 wakaba 1.17 ok 189
306     ok 190
307     ok 191
308     ok 192
309     not ok 193
310     # Test 193 got: "2" (t/HTML-tree.t at line 133 fail #97)
311 wakaba 1.20 # Expected: "1" (Parse error: <title><meta></title><link><title><meta></title>; 1:8:no DOCTYPE, 1:48:not closed:head;7: missing document type declaration)
312 wakaba 1.17 not ok 194
313     # Test 194 got: "| <html>\n| <head>\n| <title>\n| \"<meta>\"\n| <link>\n| <title>\n| \"<meta>\"\n" (t/HTML-tree.t at line 135 fail #97)
314 wakaba 1.1 # Expected: "| <html>\n| <head>\n| <title>\n| \"<meta>\"\n| <link>\n| <title>\n| \"<meta>\"\n| <body>\n" (Document tree: <title><meta></title><link><title><meta></title>)
315     # Line 8 is missing:
316     # - "| <body>\n"
317 wakaba 1.17 not ok 195
318 wakaba 1.21 # Test 195 got: "3" (t/HTML-tree.t at line 133 fail #98)
319     # Expected: "2" (Parse error: <style><!--</style><meta><script>--><link></script>; 1:8:no DOCTYPE, 1:51:in CDATA:#end-of-file, 1:51:not closed:head;missing document type declaration, unexpected EOF)
320 wakaba 1.17 not ok 196
321     # Test 196 got: "| <html>\n| <head>\n| <style>\n| \"<!--</style><meta><script>--><link></script>\"\n" (t/HTML-tree.t at line 135 fail #98)
322 wakaba 1.8 # Expected: "| <html>\n| <head>\n| <style>\n| \"<!--</style><meta><script>--><link></script>\"\n| <body>\n" (Document tree: <style><!--</style><meta><script>--><link></script>)
323 wakaba 1.15 # Line 5 is missing:
324 wakaba 1.1 # - "| <body>\n"
325 wakaba 1.17 ok 197
326     not ok 198
327     # Test 198 got: "| <html>\n| <head>\n| <meta>\n| <link>\n" (t/HTML-tree.t at line 135 fail #99)
328 wakaba 1.1 # Expected: "| <html>\n| <head>\n| <meta>\n| <link>\n| <body>\n" (Document tree: <head><meta></head><link>)
329     # Line 5 is missing:
330     # - "| <body>\n"
331 wakaba 1.17 ok 199
332     ok 200
333     not ok 201
334 wakaba 1.26 # Test 201 got: "5" (t/HTML-tree.t at line 133 fail #101)
335     # Expected: "7" (Parse error: <body><body><base><link><meta><title><p></title><body><p></body>; 1:7:no DOCTYPE, 1:13:in body:body, 1:38:in body:title, 1:55:in body:body, 1:64:after body:/p;6: missing document type declaration, 12: unexpected body element start tag, 18: base element start tag out of place, 24: link element start tag out of place, 30: meta element start tag out of place, 37: title element start tag out of place, 54: unexpected body element start tag)
336 wakaba 1.27 not ok 202
337     # Test 202 got: "| <html>\n| <head>\n| <body>\n| <base>\n| <link>\n| <meta>\n| <title>\n| \"<p>\"\n| <p>\n" (t/HTML-tree.t at line 135 fail #101)
338     # Expected: "| <html>\n| <head>\n| <title>\n| \"<p>\"\n| <body>\n| <base>\n| <link>\n| <meta>\n| <p>\n" (Document tree: <body><body><base><link><meta><title><p></title><body><p></body>)
339     # Lines 3-3 are missing:
340     # - "| <title>\n"
341     # - "| \"<p>\"\n"
342     # Got 2 extra lines at line 7:
343     # + "| <title>\n"
344     # + "| \"<p>\"\n"
345 wakaba 1.17 ok 203
346 wakaba 1.16 ok 204
347     ok 205
348     ok 206
349     not ok 207
350 wakaba 1.17 # Test 207 got: "11" (t/HTML-tree.t at line 133 fail #104)
351 wakaba 1.20 # Expected: "12" (Parse error: <a><table><a></table><p><a><div><a>; 1:4:no DOCTYPE, 1:14:in table:a, 1:14:in a:a, 1:14:unmatched end tag:a, 1:22:not closed:a, 1:28:in a:a, 1:28:unmatched end tag:a, 1:33:not closed:a, 1:35:in a:a, 1:35:unmatched end tag:a, 1:35:not closed:a;3: missing document type declaration, 13: unexpected node in table context, 13: a element start tag implying a element end tag, 13: unexpected node in table context, 13: mismatched a element end tag (misnested tags across <table> tag), 21: mismatched table element end tag, 27: a element start tag implying a element end tag, 27: mismatched a element end tag (out-of-order end tags), 32: mismatched p element end tag, 35: a element start tag implying a element end tag, 35: mismatched a element end tag (out-of-order end tags), 36: mismatched body element end tag (premature end of file?))
352 wakaba 1.17 ok 208
353     ok 209
354     ok 210
355 wakaba 1.26 ok 211
356     ok 212
357 wakaba 1.17 ok 213
358     ok 214
359     ok 215
360     ok 216
361 wakaba 1.25 ok 217
362     ok 218
363 wakaba 1.1 ok 219
364     ok 220
365     ok 221
366 wakaba 1.11 ok 222
367     ok 223
368 wakaba 1.16 ok 224
369     ok 225
370     ok 226
371 wakaba 1.1 ok 227
372     ok 228
373     ok 229
374     ok 230
375 wakaba 1.17 ok 231
376 wakaba 1.1 ok 232
377     ok 233
378     ok 234
379 wakaba 1.17 not ok 235
380     # Test 235 got: "4" (t/HTML-tree.t at line 133 fail #118)
381 wakaba 1.20 # Expected: "2" (Parse error: <ul><li></li><div><li></div><li><li><div><li><address><li><b><em></b><li></ul>; 1:5:no DOCTYPE, 1:46:end tag missing:div, 1:59:end tag missing:address, 1:70:not closed:em;4: missing document type declaration, 69: mismatched b element end tag (misnested tags))
382 wakaba 1.11 ok 236
383 wakaba 1.17 ok 237
384     ok 238
385 wakaba 1.21 not ok 239
386     # Test 239 got: "10" (t/HTML-tree.t at line 133 fail #120)
387     # Expected: "11" (Parse error: <body><frame></frame></frame><frameset><frame><frameset><frame></frameset><noframes></frameset><noframes>; 1:7:no DOCTYPE, 1:14:in body:frame, 1:22:unmatched end tag:frame, 1:30:unmatched end tag:frame, 1:40:in body:frameset, 1:47:in body:frame, 1:57:in body:frameset, 1:64:in body:frame, 1:75:unmatched end tag:frameset, 1:105:in CDATA:#end-of-file;6: missing document type declaration, 13: unexpected frame element start tag in body, 21: unexpected frame element end tag, 29: unexpected frame element end tag, 39: unexpected frameset element start tag in body, 46: unexpected frame element start tag in body, 56: unexpected frameset element start tag in body, 63: unexpected frame element start tag in body, 74: unexpected frameset element end tag, 87: unescaped '</' in CDATA or RCDATA block, 106: unexpected end of file while parsing CDATA section for element noframes)
388 wakaba 1.17 ok 240
389     not ok 241
390     # Test 241 got: "5" (t/HTML-tree.t at line 133 fail #121)
391 wakaba 1.25 # Expected: "4" (Parse error: <h1><table><td><h3></table><h3></h1>; 1:5:no DOCTYPE, 1:16:missing start tag:tr, 1:28:not closed:h3, 1:36:not closed:h3, 1:36:not closed:h1;4: missing document type declaration, 15: required tr element start tag implied by unexpected td element start tag, 27: unexpected td element end tag implied other end tags, Unexpected EOF)
392     ok 242
393 wakaba 1.16 ok 243
394     ok 244
395     ok 245
396 wakaba 1.17 ok 246
397     ok 247
398     ok 248
399     ok 249
400     not ok 250
401     # Test 250 got: "| <html>\n| <head>\n| <body>\n" (t/HTML-tree.t at line 135 fail #125)
402 wakaba 1.16 # Expected: "| <html>\n| <head>\n| <body>\n| <br>\n" (Document tree: </strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea>)
403     # Line 4 is missing:
404     # - "| <br>\n"
405 wakaba 1.17 not ok 251
406     # Test 251 got: "112" (t/HTML-tree.t at line 133 fail #126)
407 wakaba 1.27 # Expected: "109" (Parse error: <table><tr></strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea>; 1:8:no DOCTYPE, 1:21:in table:strong, 1:21:unmatched end tag:strong, 1:25:in table:b, 1:25:unmatched end tag:b, 1:30:in table:em, 1:30:unmatched end tag:em, 1:34:in table:i, 1:34:unmatched end tag:i, 1:38:in table:u, 1:38:unmatched end tag:u, 1:47:in table:strike, 1:47:unmatched end tag:strike, 1:51:in table:s, 1:51:unmatched end tag:s, 1:59:in table:blink, 1:59:unmatched end tag:blink, 1:64:in table:tt, 1:64:unmatched end tag:tt, 1:70:in table:pre, 1:70:not closed:tr, 1:76:in table:big, 1:76:unmatched end tag:big, 1:84:in table:small, 1:84:unmatched end tag:small, 1:91:in table:font, 1:91:unmatched end tag:font, 1:100:in table:select, 1:100:unmatched end tag:select, 1:105:in table:h1, 1:105:not closed:tr, 1:110:in table:h2, 1:110:not closed:tr, 1:115:in table:h3, 1:115:not closed:tr, 1:120:in table:h4, 1:120:not closed:tr, 1:125:in table:h5, 1:125:not closed:tr, 1:130:in table:h6, 1:130:not closed:tr, 1:137:unmatched end tag:body, 1:142:in table:br, 1:142:unmatched end tag:br, 1:146:in table:a, 1:146:unmatched end tag:a, 1:152:in table:img, 1:152:unmatched end tag:img, 1:160:in table:title, 1:160:unmatched end tag:title, 1:167:in table:span, 1:167:unmatched end tag:span, 1:175:in table:style, 1:175:unmatched end tag:style, 1:184:in table:script, 1:184:unmatched end tag:script, 1:197:unmatched end tag:th, 1:202:unmatched end tag:td, 1:207:unmatched end tag:tr, 1:215:unmatched end tag:frame, 1:222:unmatched end tag:area, 1:229:unmatched end tag:link, 1:237:unmatched end tag:param, 1:242:unmatched end tag:hr, 1:250:unmatched end tag:input, 1:256:unmatched end tag:col, 1:263:unmatched end tag:base, 1:270:unmatched end tag:meta, 1:281:unmatched end tag:basefont, 1:291:unmatched end tag:bgsound, 1:299:unmatched end tag:embed, 1:308:unmatched end tag:spacer, 1:312:not closed:body, 1:317:not closed:body, 1:322:not closed:body, 1:332:unmatched end tag:caption, 1:343:unmatched end tag:colgroup, 1:351:unmatched end tag:tbody, 1:359:unmatched end tag:tfoot, 1:367:unmatched end tag:thead, 1:377:not closed:body, 1:390:not closed:body, 1:399:not closed:body, 1:405:not closed:body, 1:411:not closed:body, 1:416:not closed:body, 1:427:not closed:body, 1:437:not closed:body, 1:444:not closed:body, 1:449:not closed:body, 1:454:not closed:body, 1:459:not closed:body, 1:466:unmatched end tag:nobr, 1:472:unmatched end tag:wbr, 1:479:not closed:body, 1:488:not closed:body, 1:498:not closed:body, 1:507:not closed:body, 1:525:after html:frameset, 1:525:after body:/frameset, 1:525:unmatched end tag:frameset, 1:532:unmatched end tag:head, 1:541:unmatched end tag:iframe, 1:549:unmatched end tag:image, 1:559:unmatched end tag:isindex, 1:569:unmatched end tag:noembed, 1:580:unmatched end tag:noframes, 1:591:unmatched end tag:noscript, 1:602:unmatched end tag:optgroup, 1:611:unmatched end tag:option, 1:623:unmatched end tag:plaintext, 1:633:unmatched end tag:textarea;7: missing document type declaration, 20: unexpected node in table context, 20: mismatched strong element end tag (no matching start tag), 24: unexpected node in table context, 24: mismatched b element end tag (no matching start tag), 29: unexpected node in table context, 29: mismatched em element end tag (no matching start tag), 33: unexpected node in table context, 33: mismatched i element end tag (no matching start tag), 37: unexpected node in table context, 37: mismatched u element end tag (no matching start tag), 46: unexpected node in table context, 46: mismatched strike element end tag (no matching start tag), 50: unexpected node in table context, 50: mismatched s element end tag (no matching start tag), 58: unexpected node in table context, 58: unexpected blink element end tag, 63: unexpected node in table context, 63: mismatched tt element end tag (no matching start tag), 69: unexpected node in table context, 69: mismatched pre element end tag, 75: unexpected node in table context, 75: mismatched big element end tag (no matching start tag), 83: unexpected node in table context, 83: mismatched small element end tag (no matching start tag), 90: unexpected node in table context, 90: mismatched font element end tag (no matching start tag), 99: unexpected node in table context, 99: mismatched special end tag select, 104: unexpected node in table context, 104: mismatched h1 element end tag, 109: unexpected node in table context, 109: mismatched h2 element end tag, 114: unexpected node in table context, 114: mismatched h3 element end tag, 119: unexpected node in table context, 119: mismatched h4 element end tag, 124: unexpected node in table context, 124: mismatched h5 element end tag, 129: unexpected node in table context, 129: mismatched h6 element end tag, 136: unexpected body element end tag, 141: unexpected node in table context, 141: unexpected br end tag (that element has no end tag, ever), 145: unexpected node in table context, 145: mismatched a element end tag (no matching start tag), 151: unexpected node in table context, 151: unexpected img end tag (that element has no end tag, ever), 159: unexpected node in table context, 159: unexpected title element end tag, 166: unexpected node in table context, 166: unexpected span element end tag, 174: unexpected node in table context, 174: unexpected style element end tag, 183: unexpected node in table context, 183: unexpected script element end tag, 196: unexpected th element end tag, 201: unexpected td element end tag, 206: unexpected tr element end tag, 214: unexpected frame element end tag, 221: unexpected area end tag (that element has no end tag, ever), 228: unexpected link element end tag, 236: unexpected param end tag (that element has no end tag, ever), 241: unexpected hr end tag (that element has no end tag, ever), 249: unexpected input end tag (that element has no end tag, ever), 255: unexpected col element end tag, 262: unexpected base element end tag, 269: unexpected meta element end tag, 280: unexpected basefont end tag (that element has no end tag, ever), 290: unexpected bgsound end tag (that element has no end tag, ever), 298: unexpected embed end tag (that element has no end tag, ever), 307: unexpected spacer end tag (that element has no end tag, ever), 311: mismatched p element end tag, 316: mismatched dd element end tag, 321: mismatched dt element end tag, 331: unexpected caption element end tag, 342: unexpected colgroup element end tag, 350: unexpected tbody element end tag, 358: unexpected tfoot element end tag, 366: unexpected thead element end tag, 376: mismatched address element end tag, 389: mismatched blockquote element end tag, 398: mismatched center element end tag, 404: mismatched dir element end tag, 410: mismatched div element end tag, 415: mismatched dl element end tag, 426: mismatched fieldset element end tag, 436: mismatched listing element end tag, 443: mismatched menu element end tag, 448: mismatched ol element end tag, 453: mismatched ul element end tag, 458: mismatched li element end tag, 465: mismatched nobr element end tag (no matching start tag), 471: unexpected wbr end tag (that element has no end tag, ever), 478: mismatched form element end tag, 524: unexpected node at end of document, 524: unexpected node after body element end tag, 524: unexpected frameset element end tag, 531: unexpected head element end tag, 540: mismatched special end tag iframe, 548: unexpected image end tag (that element has no end tag, ever), 558: unexpected isindex end tag (that element has no end tag, ever), 568: mismatched special end tag noembed, 579: mismatched special end tag noframes, 590: mismatched special end tag noscript, 601: unexpected optgroup element end tag, 610: unexpected option element end tag, 622: unexpected plaintext element end tag, 633: mismatched special end tag textarea)
408 wakaba 1.17 not ok 252
409     # Test 252 got: "| <html>\n| <head>\n| <body>\n| <table>\n| <tbody>\n| <tr>\n" (t/HTML-tree.t at line 135 fail #126)
410 wakaba 1.16 # Expected: "| <html>\n| <head>\n| <body>\n| <br>\n| <table>\n| <tbody>\n| <tr>\n" (Document tree: <table><tr></strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea>)
411     # Line 4 is missing:
412     # - "| <br>\n"
413     # t/tree-construction/tests2.dat
414     ok 253
415     ok 254
416 wakaba 1.21 not ok 255
417     # Test 255 got: "2" (t/HTML-tree.t at line 133 fail #128)
418 wakaba 1.27 # Expected: "3" (Parse error: <textarea>test</div>test; 1:11:no DOCTYPE, 1:24:in RCDATA:#end-of-file;10: missing document type declaration., 17: unescaped '</' in CDATA or RCDATA block., 25: unexpected end of file while parsing CDATA section for element textarea.)
419 wakaba 1.16 ok 256
420     ok 257
421     ok 258
422 wakaba 1.17 ok 259
423 wakaba 1.16 ok 260
424     ok 261
425     ok 262
426     not ok 263
427 wakaba 1.17 # Test 263 got: "5" (t/HTML-tree.t at line 133 fail #132)
428     # Expected: "2" (Parse error: <!DOCTYPE HTML><frameset>test; 1:27:in frameset:#character, 1:28:in frameset:#character, 1:29:in frameset:#character, 1:29:in frameset:#character, 1:29:not closed:frameset;frameset can't contain text, Unexpected end of file)
429 wakaba 1.16 ok 264
430 wakaba 1.17 ok 265
431 wakaba 1.16 ok 266
432     not ok 267
433 wakaba 1.17 # Test 267 got: "1" (t/HTML-tree.t at line 133 fail #134)
434     # Expected: "0" (Parse error: <!DOCTYPE HTML><font><p><b>test</font>; 1:38:not closed:b;)
435     ok 268
436     not ok 269
437     # Test 269 got: "1" (t/HTML-tree.t at line 133 fail #135)
438     # Expected: "0" (Parse error: <!DOCTYPE HTML><dt><div><dd>; 1:28:end tag missing:div;)
439     ok 270
440 wakaba 1.21 ok 271
441 wakaba 1.17 not ok 272
442     # Test 272 got: "| <html>\n| <head>\n| <script>\n| \"</x\"\n" (t/HTML-tree.t at line 135 fail #136)
443 wakaba 1.1 # Expected: "| <html>\n| <head>\n| <script>\n| \"</x\"\n| <body>\n" (Document tree: <script></x)
444     # Line 5 is missing:
445     # - "| <body>\n"
446 wakaba 1.17 not ok 273
447     # Test 273 got: "7" (t/HTML-tree.t at line 133 fail #137)
448 wakaba 1.20 # Expected: "4" (Parse error: <table><plaintext><td>; 1:8:no DOCTYPE, 1:19:in table:plaintext, 1:20:in table:#character, 1:21:in table:#character, 1:22:in table:#character, 1:22:in table:#character, 1:22:not closed:plaintext;no document type, <plaintext> directly inside table, Characters inside table., Unexpected end of file.)
449 wakaba 1.16 ok 274
450     ok 275
451 wakaba 1.17 ok 276
452     not ok 277
453     # Test 277 got: "5" (t/HTML-tree.t at line 133 fail #139)
454     # Expected: "2" (Parse error: <!DOCTYPE HTML><table><tr>TEST; 1:28:in table:#character, 1:29:in table:#character, 1:30:in table:#character, 1:30:in table:#character, 1:30:not closed:tbody;TEST can't occur in <tr>, Unexpected end of file.)
455     ok 278
456     ok 279
457     not ok 280
458     # Test 280 got: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <body>\n| t1=\"1\"\n| t2=\"2\"\n| t3=\"3\"\n| t4=\"4\"\n" (t/HTML-tree.t at line 135 fail #140)
459 wakaba 1.8 # Expected: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <body>\n| t4=\"4\"\n| t2=\"2\"\n| t3=\"3\"\n| t1=\"1\"\n" (Document tree: <!DOCTYPE HTML><body t1=1><body t2=2><body t3=3 t4=4>)
460 wakaba 1.1 # Line 5 is changed:
461     # - "| t4=\"4\"\n"
462     # + "| t1=\"1\"\n"
463     # Line 8 is changed:
464     # - "| t1=\"1\"\n"
465     # + "| t4=\"4\"\n"
466 wakaba 1.17 ok 281
467     not ok 282
468     # Test 282 got: "| <html>\n" (t/HTML-tree.t at line 135 fail #141)
469 wakaba 1.1 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: </b test)
470     # Lines 2-2 are missing:
471     # - "| <head>\n"
472     # - "| <body>\n"
473 wakaba 1.17 not ok 283
474 wakaba 1.19 # Test 283 got: "3" (t/HTML-tree.t at line 133 fail #142)
475 wakaba 1.28 # Expected: "4" (Parse error: <!DOCTYPE HTML></b test<b &=&amp>X; 1:33:bare ero, 1:33:end tag attribute, 1:34:unmatched end tag:b;Unexpected < in attribute, End tag contains attributes., Unexpected end tag., Named entity didn't end with ;)
476 wakaba 1.19 ok 284
477 wakaba 1.17 not ok 285
478     # Test 285 got: "3" (t/HTML-tree.t at line 133 fail #143)
479 wakaba 1.1 # Expected: "2" (Parse error: <!doctypehtml><scrIPt type=text/x-foobar;baz>X</SCRipt; 1:10:no space before DOCTYPE name, 1:54:unclosed tag, 1:54:not closed:head;No space after literal DOCTYPE., Unexpected EOF in (end) tag name)
480 wakaba 1.17 not ok 286
481 wakaba 1.20 # Test 286 got: "| <!DOCTYPE html>\n| <html>\n| <head>\n| <script>\n| type=\"text/x-foobar;baz\"\n| \"X\"\n" (t/HTML-tree.t at line 135 fail #143)
482 wakaba 1.8 # Expected: "| <!DOCTYPE html>\n| <html>\n| <head>\n| <script>\n| type=\"text/x-foobar;baz\"\n| \"X\"\n| <body>\n" (Document tree: <!doctypehtml><scrIPt type=text/x-foobar;baz>X</SCRipt)
483 wakaba 1.1 # Line 7 is missing:
484     # - "| <body>\n"
485 wakaba 1.22 not ok 287
486     # Test 287 got: "1" (t/HTML-tree.t at line 133 fail #144)
487     # Expected: "2" (Parse error: &; 1:1:no DOCTYPE;No doctype., Unfinished entity.)
488 wakaba 1.16 ok 288
489     ok 289
490     ok 290
491     ok 291
492     ok 292
493     ok 293
494     ok 294
495     ok 295
496 wakaba 1.17 ok 296
497     ok 297
498     ok 298
499     ok 299
500 wakaba 1.20 ok 300
501 wakaba 1.17 ok 301
502     ok 302
503     ok 303
504 wakaba 1.20 ok 304
505 wakaba 1.17 ok 305
506 wakaba 1.20 ok 306
507 wakaba 1.17 ok 307
508     not ok 308
509     # Test 308 got: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <body>\n| <p>\n| <b>\n| <i>\n| <u>\n| <b>\n| <i>\n| <u>\n| \" \"\n| <p>\n| \"X\"\n" (t/HTML-tree.t at line 135 fail #154)
510 wakaba 1.8 # Expected: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <body>\n| <p>\n| <b>\n| <i>\n| <u>\n| \" \"\n| <p>\n| <b>\n| <i>\n| <u>\n| \"X\"\n" (Document tree: <!DOCTYPE HTML><p><b><i><u></p> <p>X)
511 wakaba 1.1 # Lines 9-13 are changed:
512     # - "| \" \"\n"
513     # + "| <b>\n"
514     # - "| <p>\n"
515     # + "| <i>\n"
516     # - "| <b>\n"
517     # + "| <u>\n"
518     # - "| <i>\n"
519     # + "| \" \"\n"
520     # - "| <u>\n"
521     # + "| <p>\n"
522 wakaba 1.16 ok 309
523     ok 310
524     ok 311
525     ok 312
526     ok 313
527     ok 314
528     ok 315
529 wakaba 1.17 ok 316
530     ok 317
531     ok 318
532     ok 319
533     not ok 320
534     # Test 320 got: "| <!DOCTYPE HTML>\n| <!-- X -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #160)
535 wakaba 1.8 # Expected: "| <!DOCTYPE HTML>\n| <!-- X -->\n| <html>\n| <head>\n| <body>\n" (Document tree: <!DOCTYPE HTML><!-- X)
536 wakaba 1.1 # Lines 4-4 are missing:
537     # - "| <head>\n"
538     # - "| <body>\n"
539 wakaba 1.16 ok 321
540     ok 322
541     ok 323
542     ok 324
543     ok 325
544     ok 326
545     ok 327
546 wakaba 1.17 ok 328
547     ok 329
548     ok 330
549     ok 331
550     not ok 332
551     # Test 332 got: "| <!DOCTYPE HTML>\n| <!-- XXX - XXX -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #166)
552 wakaba 1.8 # Expected: "| <!DOCTYPE HTML>\n| <!-- XXX - XXX -->\n| <html>\n| <head>\n| <body>\n" (Document tree: <!DOCTYPE HTML><!-- XXX - XXX -->)
553 wakaba 1.1 # Lines 4-4 are missing:
554     # - "| <head>\n"
555     # - "| <body>\n"
556 wakaba 1.17 ok 333
557     not ok 334
558     # Test 334 got: "| <!DOCTYPE HTML>\n| <!-- XXX - XXX -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #167)
559 wakaba 1.8 # Expected: "| <!DOCTYPE HTML>\n| <!-- XXX - XXX -->\n| <html>\n| <head>\n| <body>\n" (Document tree: <!DOCTYPE HTML><!-- XXX - XXX)
560 wakaba 1.1 # Lines 4-4 are missing:
561     # - "| <head>\n"
562     # - "| <body>\n"
563 wakaba 1.17 ok 335
564     not ok 336
565     # Test 336 got: "| <!DOCTYPE HTML>\n| <!-- XXX - XXX - XXX -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #168)
566 wakaba 1.8 # Expected: "| <!DOCTYPE HTML>\n| <!-- XXX - XXX - XXX -->\n| <html>\n| <head>\n| <body>\n" (Document tree: <!DOCTYPE HTML><!-- XXX - XXX - XXX -->)
567 wakaba 1.1 # Lines 4-4 are missing:
568     # - "| <head>\n"
569     # - "| <body>\n"
570 wakaba 1.17 ok 337
571     not ok 338
572     # Test 338 got: "| <html>\n| <head>\n| <body>\n| <form>\n| <hr>\n| <p>\n| <label>\n| \"This is a searchable index. Insert your search keywords here: \"\n| <input>\n| name=\"isindex\"\n| test=\"x\"\n| <hr>\n" (t/HTML-tree.t at line 135 fail #169)
573 wakaba 1.1 # Expected: "| <html>\n| <head>\n| <body>\n| <form>\n| <hr>\n| <p>\n| <label>\n| \"This is a searchable index. Insert your search keywords here:\"\n| <input>\n| test=\"x\"\n| name=\"isindex\"\n| <hr>\n" (Document tree: <isindex test=x name=x>)
574     # Line 8 is changed:
575     # - "| \"This is a searchable index. Insert your search keywords here:\"\n"
576     # + "| \"This is a searchable index. Insert your search keywords here: \"\n"
577     # Got 1 extra line at line 10:
578     # + "| name=\"isindex\"\n"
579     # Line 12 is missing:
580     # - "| name=\"isindex\"\n"
581 wakaba 1.17 ok 339
582     ok 340
583     ok 341
584     not ok 342
585     # Test 342 got: "| <html>\n| <head>\n| <body>\n| <p>\n| <b>\n| <i>\n| <u>\n| <b>\n| <i>\n| <u>\n| \"\n\"\n| <p>\n| \"X\"\n" (t/HTML-tree.t at line 135 fail #171)
586 wakaba 1.1 # Expected: "| <html>\n| <head>\n| <body>\n| <p>\n| <b>\n| <i>\n| <u>\n| \"\n\"\n| <p>\n| <b>\n| <i>\n| <u>\n| \"X\"\n" (Document tree: <p><b><i><u></p>
587     #<p>X)
588     # Line 8 is changed:
589     # - "| \"\n"
590     # + "| <b>\n"
591     # Got 3 extra lines at line 9:
592     # + "| <i>\n"
593     # + "| <u>\n"
594     # + "| \"\n"
595     # Line 13 is changed:
596     # - "| <p>\n"
597     # + "| <p>\n"
598     # Lines 14-14 are missing:
599     # - "| <b>\n"
600     # - "| <i>\n"
601     # - "| <u>\n"
602 wakaba 1.21 not ok 343
603     # Test 343 got: "1" (t/HTML-tree.t at line 133 fail #172)
604     # Expected: "2" (Parse error: <!DOCTYPE HTML><body><title>test</body></title>; 1:29:in body:title;Unexpected start tag that belongs in the head., Expected closing tag after </.)
605 wakaba 1.27 not ok 344
606     # Test 344 got: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <body>\n| <title>\n| \"test</body>\"\n" (t/HTML-tree.t at line 135 fail #172)
607     # Expected: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <title>\n| \"test</body>\"\n| <body>\n" (Document tree: <!DOCTYPE HTML><body><title>test</body></title>)
608     # Got 1 extra line at line 4:
609     # + "| <body>\n"
610     # Line 7 is missing:
611     # - "| <body>\n"
612 wakaba 1.21 not ok 345
613 wakaba 1.26 # Test 345 got: "1" (t/HTML-tree.t at line 133 fail #173)
614 wakaba 1.21 # Expected: "4" (Parse error: <!DOCTYPE HTML><body><title>X</title><meta name=z><link rel=foo><style>
615 wakaba 1.26 #x { content:"</style" } </style>; 1:29:in body:title;Unexpected start tag that belongs in head., Unexpected start tag that belongs in head., Unexpected start tag that belongs in head., Expected closing tag after </.)
616 wakaba 1.27 not ok 346
617     # Test 346 got: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <body>\n| <title>\n| \"X\"\n| <meta>\n| name=\"z\"\n| <link>\n| rel=\"foo\"\n| <style>\n| \"\nx { content:\"</style\" } \"\n" (t/HTML-tree.t at line 135 fail #173)
618     # Expected: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <title>\n| \"X\"\n| <body>\n| <meta>\n| name=\"z\"\n| <link>\n| rel=\"foo\"\n| <style>\n| \"\nx { content:\"</style\" } \"\n" (Document tree: <!DOCTYPE HTML><body><title>X</title><meta name=z><link rel=foo><style>
619     #x { content:"</style" } </style>)
620     # Got 1 extra line at line 4:
621     # + "| <body>\n"
622     # Line 7 is missing:
623     # - "| <body>\n"
624 wakaba 1.17 ok 347
625     ok 348
626     ok 349
627     not ok 350
628 wakaba 1.20 # Test 350 got: "| <html>\n" (t/HTML-tree.t at line 135 fail #175)
629 wakaba 1.1 # Expected: "| \" \n \"\n| <html>\n| <head>\n| <body>\n" (Document tree:
630     # )
631 wakaba 1.20 # Lines 1-1 are missing:
632     # - "| \" \n"
633     # - " \"\n"
634     # Lines 2-2 are missing:
635 wakaba 1.1 # - "| <head>\n"
636     # - "| <body>\n"
637 wakaba 1.17 ok 351
638     not ok 352
639 wakaba 1.28 # Test 352 got: "| <!DOCTYPE HTML>\n| <html>\n" (t/HTML-tree.t at line 135 fail #176)
640 wakaba 1.8 # Expected: "| <!DOCTYPE HTML>\n| \" \"\n| <html>\n| <head>\n| <body>\n" (Document tree: <!DOCTYPE HTML> <html>)
641 wakaba 1.28 # Line 2 is missing:
642     # - "| \" \"\n"
643     # Lines 3-3 are missing:
644 wakaba 1.1 # - "| <head>\n"
645     # - "| <body>\n"
646 wakaba 1.17 ok 353
647     not ok 354
648     # Test 354 got: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <script>\n| \"\n\"\n| \" \"\n| <title>\n| \"x\"\n| \" \"\n" (t/HTML-tree.t at line 135 fail #177)
649 wakaba 1.8 # Expected: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <script>\n| \"\n\"\n| \" \"\n| <title>\n| \"x\"\n| \" \"\n| <body>\n" (Document tree: <!DOCTYPE HTML><script>
650 wakaba 1.1 #</script> <title>x</title> </head>)
651     # Line 11 is missing:
652     # - "| <body>\n"
653 wakaba 1.30 ok 355
654 wakaba 1.17 ok 356
655     not ok 357
656     # Test 357 got: "0" (t/HTML-tree.t at line 133 fail #179)
657 wakaba 1.8 # Expected: "2" (Parse error: <!DOCTYPE HTML>X</body><html id="x">; ;Unexpected html start tag in the after body phase., html needs to be the first start tag.)
658 wakaba 1.17 ok 358
659 wakaba 1.30 not ok 359
660     # Test 359 got: "2" (t/HTML-tree.t at line 133 fail #180)
661     # Expected: "1" (Parse error: <!DOCTYPE HTML><head><html id=x>; 1:32:not first start tag, 1:32:not closed:head;html start tag too late)
662 wakaba 1.17 not ok 360
663     # Test 360 got: "| <!DOCTYPE HTML>\n| <html>\n| id=\"x\"\n| <head>\n" (t/HTML-tree.t at line 135 fail #180)
664 wakaba 1.8 # Expected: "| <!DOCTYPE HTML>\n| <html>\n| id=\"x\"\n| <head>\n| <body>\n" (Document tree: <!DOCTYPE HTML><head><html id=x>)
665 wakaba 1.1 # Line 5 is missing:
666     # - "| <body>\n"
667 wakaba 1.16 ok 361
668     ok 362
669     ok 363
670 wakaba 1.17 ok 364
671     ok 365
672     ok 366
673     ok 367
674     not ok 368
675     # Test 368 got: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <body>\n| \"X\"\n| <p>\n| x=\"\"\n| y=\"\"\n| z=\"\"\n" (t/HTML-tree.t at line 135 fail #184)
676 wakaba 1.8 # Expected: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <body>\n| \"X\"\n| <p>\n| y=\"\"\n| x=\"\"\n| z=\"\"\n" (Document tree: <!DOCTYPE HTML>X<p/x/y/z>)
677 wakaba 1.1 # Got 1 extra line at line 7:
678     # + "| x=\"\"\n"
679     # Line 9 is missing:
680     # - "| x=\"\"\n"
681 wakaba 1.17 ok 369
682     not ok 370
683     # Test 370 got: "| <!DOCTYPE HTML>\n| <!-- x -->\n| <html>\n" (t/HTML-tree.t at line 135 fail #185)
684 wakaba 1.8 # Expected: "| <!DOCTYPE HTML>\n| <!-- x -->\n| <html>\n| <head>\n| <body>\n" (Document tree: <!DOCTYPE HTML><!--x--)
685 wakaba 1.1 # Lines 4-4 are missing:
686     # - "| <head>\n"
687     # - "| <body>\n"
688 wakaba 1.17 ok 371
689     ok 372
690 wakaba 1.16 # t/tree-construction/tests3.dat
691 wakaba 1.17 ok 373
692     not ok 374
693     # Test 374 got: "| <html>\n| <head>\n| <style>\n" (t/HTML-tree.t at line 135 fail #187)
694 wakaba 1.1 # Expected: "| <html>\n| <head>\n| <style>\n| <body>\n" (Document tree: <head></head><style></style>)
695     # Line 4 is missing:
696     # - "| <body>\n"
697 wakaba 1.17 ok 375
698     not ok 376
699     # Test 376 got: "| <html>\n| <head>\n| <script>\n" (t/HTML-tree.t at line 135 fail #188)
700 wakaba 1.1 # Expected: "| <html>\n| <head>\n| <script>\n| <body>\n" (Document tree: <head></head><script></script>)
701     # Line 4 is missing:
702     # - "| <body>\n"
703 wakaba 1.27 not ok 377
704     # Test 377 got: "3" (t/HTML-tree.t at line 133 fail #189)
705     # Expected: "2" (Parse error: <head></head><!-- --><style></style><!-- --><script></script>; 1:7:no DOCTYPE, 1:29:after head:style, 1:53:after head:script;No DOCTYPE, <style> in after-head mode)
706 wakaba 1.17 not ok 378
707     # Test 378 got: "| <html>\n| <head>\n| <style>\n| <script>\n| <!-- -->\n| <!-- -->\n" (t/HTML-tree.t at line 135 fail #189)
708 wakaba 1.1 # Expected: "| <html>\n| <head>\n| <style>\n| <script>\n| <!-- -->\n| <!-- -->\n| <body>\n" (Document tree: <head></head><!-- --><style></style><!-- --><script></script>)
709     # Line 7 is missing:
710     # - "| <body>\n"
711 wakaba 1.17 ok 379
712     ok 380
713     ok 381
714 wakaba 1.20 ok 382
715 wakaba 1.17 ok 383
716     not ok 384
717 wakaba 1.20 # Test 384 got: "| <!DOCTYPE htML>\n| <html>\n| <head>\n| <body>\n| <pre>\n| \"\nfoo\"\n" (t/HTML-tree.t at line 135 fail #192)
718 wakaba 1.8 # Expected: "| <!DOCTYPE htML>\n| <html>\n| <head>\n| <body>\n| <pre>\n| \"foo\"\n" (Document tree: <!DOCTYPE htML><html><head></head><body><pre>
719 wakaba 1.1 #
720     #foo</pre></body></html>)
721     # Line 6 is changed:
722     # - "| \"foo\"\n"
723     # + "| \"\n"
724     # Got 1 extra line at line 7:
725     # + "foo\"\n"
726 wakaba 1.17 ok 385
727     not ok 386
728 wakaba 1.20 # Test 386 got: "| <!DOCTYPE htML>\n| <html>\n| <head>\n| <body>\n| <pre>\n| \"\nfoo\n\"\n" (t/HTML-tree.t at line 135 fail #193)
729 wakaba 1.8 # Expected: "| <!DOCTYPE htML>\n| <html>\n| <head>\n| <body>\n| <pre>\n| \"foo\n\"\n" (Document tree: <!DOCTYPE htML><html><head></head><body><pre>
730 wakaba 1.1 #
731     #foo
732     #</pre></body></html>)
733     # Line 6 is changed:
734     # - "| \"foo\n"
735     # + "| \"\n"
736     # Got 1 extra line at line 7:
737     # + "foo\n"
738 wakaba 1.17 ok 387
739 wakaba 1.20 ok 388
740 wakaba 1.17 ok 389
741 wakaba 1.20 ok 390
742 wakaba 1.17 not ok 391
743     # Test 391 got: "1" (t/HTML-tree.t at line 133 fail #196)
744 wakaba 1.8 # Expected: "0" (Parse error: <!DOCTYPE htML><html><head></head><body><pre>x<div>
745 wakaba 1.1 #y</pre></body></html>; 2:8:not closed:div;)
746 wakaba 1.17 not ok 392
747 wakaba 1.20 # Test 392 got: "| <!DOCTYPE htML>\n| <html>\n| <head>\n| <body>\n| <pre>\n| \"x\"\n| <div>\n| \"\ny\"\n" (t/HTML-tree.t at line 135 fail #196)
748 wakaba 1.8 # Expected: "| <!DOCTYPE htML>\n| <html>\n| <head>\n| <body>\n| <pre>\n| \"x\"\n| <div>\n| \"\n| y\"\n" (Document tree: <!DOCTYPE htML><html><head></head><body><pre>x<div>
749 wakaba 1.1 #y</pre></body></html>)
750     # Line 9 is changed:
751     # - "| y\"\n"
752     # + "y\"\n"
753 wakaba 1.17 not ok 393
754     # Test 393 got: "1" (t/HTML-tree.t at line 133 fail #197)
755 wakaba 1.8 # Expected: "0" (Parse error: <!DOCTYPE htML><HTML><META><HEAD></HEAD></HTML>; 1:34:in head:head;)
756 wakaba 1.20 ok 394
757 wakaba 1.17 not ok 395
758     # Test 395 got: "1" (t/HTML-tree.t at line 133 fail #198)
759 wakaba 1.8 # Expected: "0" (Parse error: <!DOCTYPE htML><HTML><HEAD><head></HEAD></HTML>; 1:34:in head:head;)
760 wakaba 1.20 ok 396
761 wakaba 1.17 not ok 397
762 wakaba 1.21 # Test 397 got: "2" (t/HTML-tree.t at line 133 fail #199)
763 wakaba 1.27 # Expected: "0" (Parse error: <textarea>foo<span>bar</span><i>baz; 1:11:no DOCTYPE, 1:35:in RCDATA:#end-of-file;)
764 wakaba 1.17 ok 398
765     not ok 399
766 wakaba 1.21 # Test 399 got: "3" (t/HTML-tree.t at line 133 fail #200)
767     # Expected: "0" (Parse error: <title>foo<span>bar</em><i>baz; 1:8:no DOCTYPE, 1:30:in RCDATA:#end-of-file, 1:30:not closed:head;)
768 wakaba 1.17 not ok 400
769     # Test 400 got: "| <html>\n| <head>\n| <title>\n| \"foo<span>bar</em><i>baz\"\n" (t/HTML-tree.t at line 135 fail #200)
770 wakaba 1.1 # Expected: "| <html>\n| <head>\n| <title>\n| \"foo<span>bar</em><i>baz\"\n| <body>\n" (Document tree: <title>foo<span>bar</em><i>baz)
771     # Line 5 is missing:
772     # - "| <body>\n"
773 wakaba 1.17 ok 401
774 wakaba 1.20 ok 402
775 wakaba 1.17 ok 403
776     not ok 404
777 wakaba 1.20 # Test 404 got: "| <!DOCTYPE htML>\n| <html>\n| <head>\n| <body>\n| <textarea>\n| \"\nfoo\"\n" (t/HTML-tree.t at line 135 fail #202)
778 wakaba 1.8 # Expected: "| <!DOCTYPE htML>\n| <html>\n| <head>\n| <body>\n| <textarea>\n| \"foo\"\n" (Document tree: <!DOCTYPE htML><textarea>
779     #
780     #foo</textarea>)
781     # Line 6 is changed:
782     # - "| \"foo\"\n"
783     # + "| \"\n"
784 wakaba 1.9 # Got 1 extra line at line 7:
785 wakaba 1.8 # + "foo\"\n"
786 wakaba 1.17 ok 405
787 wakaba 1.20 ok 406
788 wakaba 1.17 ok 407
789 wakaba 1.21 ok 408
790 wakaba 1.17 ok 409
791 wakaba 1.21 ok 410
792 wakaba 1.16 # t/tree-construction/tests4.dat
793 wakaba 1.17 ok 411
794 wakaba 1.15 ok 412
795     ok 413
796     ok 414
797 wakaba 1.21 ok 415
798 wakaba 1.15 ok 416
799 wakaba 1.11 ok 417
800     ok 418
801 wakaba 1.17 ok 419
802     ok 420
803     ok 421
804     ok 422
805     not ok 423
806     # Test 423 got: "1" (t/HTML-tree.t at line 133 fail #212)
807 wakaba 1.16 # Expected: "0" (Parse error: <title>setting head's innerHTML</title>; 1:8:in body:title;)
808 wakaba 1.17 ok 424
809 wakaba 1.16 # t/tree-construction/tests5.dat
810 wakaba 1.17 not ok 425
811     # Test 425 got: "3" (t/HTML-tree.t at line 133 fail #213)
812 wakaba 1.20 # Expected: "2" (Parse error: <style> <!-- </style>x; 1:8:no DOCTYPE, 1:22:in CDATA:#end-of-file, 1:22:not closed:head;No DOCTYPE, Unexpected end of file)
813 wakaba 1.17 not ok 426
814     # Test 426 got: "| <html>\n| <head>\n| <style>\n| \" <!-- </style>x\"\n" (t/HTML-tree.t at line 135 fail #213)
815 wakaba 1.16 # Expected: "| <html>\n| <head>\n| <style>\n| \" <!-- </style>x\"\n| <body>\n" (Document tree: <style> <!-- </style>x)
816     # Line 5 is missing:
817     # - "| <body>\n"
818     ok 427
819     ok 428
820     ok 429
821     ok 430
822     ok 431
823     ok 432
824     ok 433
825     ok 434
826     ok 435
827     ok 436
828     ok 437
829     ok 438
830     ok 439
831     ok 440
832 wakaba 1.17 ok 441
833     ok 442
834 wakaba 1.21 not ok 443
835     # Test 443 got: "1" (t/HTML-tree.t at line 133 fail #222)
836     # Expected: "2" (Parse error: <style> <!</-- </style>x; 1:8:no DOCTYPE;No DOCTYPE, Unexpected end of file)
837 wakaba 1.17 ok 444
838 wakaba 1.16 # t/tree-construction/tests6.dat
839 wakaba 1.17 not ok 445
840 wakaba 1.23 # Test 445 got: "1" (t/HTML-tree.t at line 133 fail #223)
841     # Expected: "0" (Parse error: <!doctype html></head> <head>; 1:29:in body:head;)
842     ok 446
843 wakaba 1.17 not ok 447
844     # Test 447 got: "3" (t/HTML-tree.t at line 133 fail #224)
845 wakaba 1.8 # Expected: "0" (Parse error: <!doctype html></html> <head>; 1:29:after html:head, 1:29:after body:head, 1:29:in body:head;)
846 wakaba 1.20 ok 448
847 wakaba 1.17 not ok 449
848 wakaba 1.26 # Test 449 got: "1" (t/HTML-tree.t at line 133 fail #225)
849     # Expected: "0" (Parse error: <!doctype html></body><meta>; 1:28:after body:meta;)
850     ok 450
851 wakaba 1.16 # t/tree-test-1.dat
852 wakaba 1.1 ok 451
853 wakaba 1.21 ok 452
854 wakaba 1.1 ok 453
855 wakaba 1.21 ok 454
856 wakaba 1.1 ok 455
857 wakaba 1.21 ok 456
858 wakaba 1.1 ok 457
859 wakaba 1.21 ok 458
860 wakaba 1.3 ok 459
861 wakaba 1.21 ok 460
862 wakaba 1.3 ok 461
863 wakaba 1.21 ok 462
864 wakaba 1.3 ok 463
865 wakaba 1.21 ok 464
866 wakaba 1.3 ok 465
867 wakaba 1.21 ok 466
868 wakaba 1.3 ok 467
869 wakaba 1.21 ok 468
870 wakaba 1.3 ok 469
871 wakaba 1.21 ok 470
872 wakaba 1.6 ok 471
873 wakaba 1.21 ok 472
874 wakaba 1.8 ok 473
875 wakaba 1.21 ok 474
876 wakaba 1.8 ok 475
877 wakaba 1.21 ok 476
878 wakaba 1.8 ok 477
879 wakaba 1.21 ok 478
880 wakaba 1.8 ok 479
881 wakaba 1.21 ok 480
882 wakaba 1.8 ok 481
883 wakaba 1.21 ok 482
884 wakaba 1.8 ok 483
885 wakaba 1.21 ok 484
886 wakaba 1.8 ok 485
887 wakaba 1.21 ok 486
888 wakaba 1.8 ok 487
889     ok 488
890     ok 489
891     ok 490
892     ok 491
893     ok 492
894     ok 493
895     ok 494
896     ok 495
897 wakaba 1.21 ok 496
898 wakaba 1.8 ok 497
899 wakaba 1.21 ok 498
900 wakaba 1.8 ok 499
901 wakaba 1.21 ok 500
902 wakaba 1.8 ok 501
903 wakaba 1.21 ok 502
904 wakaba 1.8 ok 503
905 wakaba 1.21 ok 504
906 wakaba 1.8 ok 505
907 wakaba 1.21 ok 506
908 wakaba 1.8 ok 507
909 wakaba 1.21 ok 508
910 wakaba 1.11 ok 509
911 wakaba 1.21 ok 510
912 wakaba 1.12 ok 511
913 wakaba 1.21 ok 512
914 wakaba 1.12 ok 513
915 wakaba 1.21 ok 514
916 wakaba 1.12 ok 515
917 wakaba 1.21 ok 516
918 wakaba 1.12 ok 517
919 wakaba 1.21 ok 518
920 wakaba 1.12 ok 519
921 wakaba 1.21 ok 520
922 wakaba 1.12 ok 521
923 wakaba 1.21 ok 522
924 wakaba 1.12 ok 523
925 wakaba 1.21 ok 524
926 wakaba 1.12 ok 525
927 wakaba 1.21 ok 526
928 wakaba 1.12 ok 527
929 wakaba 1.21 ok 528
930 wakaba 1.12 ok 529
931 wakaba 1.21 ok 530
932 wakaba 1.14 ok 531
933 wakaba 1.21 ok 532
934 wakaba 1.16 ok 533
935 wakaba 1.21 ok 534
936 wakaba 1.16 ok 535
937 wakaba 1.21 ok 536
938 wakaba 1.16 ok 537
939     ok 538
940     ok 539
941     ok 540
942     ok 541
943     ok 542
944     ok 543
945     ok 544
946     ok 545
947     ok 546
948     ok 547
949     ok 548
950     ok 549
951     ok 550
952     ok 551
953     ok 552
954     ok 553
955     ok 554
956 wakaba 1.17 ok 555
957     ok 556
958     ok 557
959     ok 558
960 wakaba 1.27 ok 559
961 wakaba 1.22 ok 560
962     not ok 561
963 wakaba 1.27 # Test 561 got: "2" (t/HTML-tree.t at line 133 fail #281)
964     # Expected: "1" (Parse error: <!DOCTYPE HTML><ul></body>; 1:26:not closed:ul, 1:26:not closed:ul;ul not closed)
965 wakaba 1.22 ok 562
966     not ok 563
967 wakaba 1.27 # Test 563 got: "3" (t/HTML-tree.t at line 133 fail #282)
968     # Expected: "1" (Parse error: <!DOCTYPE HTML><ul><li></body>; 1:30:not closed:ul, 1:30:after body:/li, 1:30:not closed:ul;ul not closed)
969 wakaba 1.22 ok 564
970     not ok 565
971 wakaba 1.27 # Test 565 got: "2" (t/HTML-tree.t at line 133 fail #283)
972     # Expected: "1" (Parse error: <!DOCTYPE HTML><dl></body>; 1:26:not closed:dl, 1:26:not closed:dl;dl not closed)
973 wakaba 1.22 ok 566
974     not ok 567
975     # Test 567 got: "3" (t/HTML-tree.t at line 133 fail #284)
976 wakaba 1.27 # Expected: "1" (Parse error: <!DOCTYPE HTML><dl><dt></body>; 1:30:not closed:dl, 1:30:after body:/dt, 1:30:not closed:dl;dl not closed)
977 wakaba 1.22 ok 568
978     not ok 569
979 wakaba 1.27 # Test 569 got: "3" (t/HTML-tree.t at line 133 fail #285)
980     # Expected: "1" (Parse error: <!DOCTYPE HTML><dl><dd></body>; 1:30:not closed:dl, 1:30:after body:/dd, 1:30:not closed:dl;dl not closed)
981 wakaba 1.22 ok 570
982     not ok 571
983 wakaba 1.27 # Test 571 got: "1" (t/HTML-tree.t at line 133 fail #286)
984     # Expected: "0" (Parse error: <!DOCTYPE HTML><p></body>; 1:25:after body:/p;)
985 wakaba 1.22 ok 572
986     not ok 573
987     # Test 573 got: "2" (t/HTML-tree.t at line 133 fail #287)
988 wakaba 1.27 # Expected: "1" (Parse error: <!DOCTYPE HTML><table><tr><td></body>; 1:37:unmatched end tag:body, 1:37:not closed:tbody;table not closed)
989 wakaba 1.22 ok 574
990     not ok 575
991     # Test 575 got: "2" (t/HTML-tree.t at line 133 fail #288)
992 wakaba 1.27 # Expected: "1" (Parse error: <!DOCTYPE HTML><table><tr><th></body>; 1:37:unmatched end tag:body, 1:37:not closed:tbody;table not closed)
993     ok 576
994     not ok 577
995     # Test 577 got: "2" (t/HTML-tree.t at line 133 fail #289)
996 wakaba 1.22 # Expected: "1" (Parse error: <!DOCTYPE HTML><table><thead><tr><td></body>; 1:44:unmatched end tag:body, 1:44:not closed:thead;table not closed)
997 wakaba 1.24 ok 578
998     ok 579
999     ok 580
1000     ok 581
1001     ok 582
1002     ok 583
1003     ok 584
1004     ok 585
1005     ok 586
1006 wakaba 1.25 ok 587
1007 wakaba 1.24 ok 588
1008 wakaba 1.25 ok 589
1009     ok 590
1010     ok 591
1011     ok 592
1012     ok 593
1013     ok 594
1014     ok 595
1015     ok 596
1016     ok 597
1017     ok 598
1018     ok 599
1019     ok 600
1020 wakaba 1.27 ok 601
1021     ok 602
1022 wakaba 1.30 ok 603
1023 wakaba 1.27 ok 604
1024 wakaba 1.28 ok 605
1025     ok 606
1026 wakaba 1.30 not ok 607
1027     # Test 607 got: "1" (t/HTML-tree.t at line 133 fail #304)
1028     # Expected: "3" (Parse error: <!DOCTYPE HTML><h1><a><h2>; 1:26:not closed:h2;h1 not closed, a not closed, h2 not closed)
1029 wakaba 1.28 ok 608
1030     ok 609
1031     ok 610
1032     ok 611
1033     ok 612
1034 wakaba 1.30 ok 613
1035     ok 614
1036     ok 615
1037     ok 616

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24