/[suikacvs]/markup/html/whatpm/t/tree-construction/tests8.dat
Suika

Contents of /markup/html/whatpm/t/tree-construction/tests8.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sat Oct 4 17:16:02 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
++ whatpm/t/ChangeLog	4 Oct 2008 17:15:55 -0000
2008-10-05  Wakaba  <wakaba@suika.fam.cx>

	* HTML-tree.t: New test files added.

	* Makefile: New test files added.

++ whatpm/Whatpm/ChangeLog	4 Oct 2008 17:15:20 -0000
2008-10-05  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm.src: An AAA bug fixed.

1 #data
2 <div>
3 <div></div>
4 </span>x
5 #errors
6 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
7 Line: 3 Col: 7 Unexpected end tag (span). Ignored.
8 Line: 3 Col: 8 Expected closing tag. Unexpected end of file.
9 #document
10 | <html>
11 | <head>
12 | <body>
13 | <div>
14 | "
15 "
16 | <div>
17 | "
18 x"
19
20 #data
21 <div>x<div></div>
22 </span>x
23 #errors
24 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
25 Line: 2 Col: 7 Unexpected end tag (span). Ignored.
26 Line: 2 Col: 8 Expected closing tag. Unexpected end of file.
27 #document
28 | <html>
29 | <head>
30 | <body>
31 | <div>
32 | "x"
33 | <div>
34 | "
35 x"
36
37 #data
38 <div>x<div></div>x</span>x
39 #errors
40 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
41 Line: 1 Col: 25 Unexpected end tag (span). Ignored.
42 Line: 1 Col: 26 Expected closing tag. Unexpected end of file.
43 #document
44 | <html>
45 | <head>
46 | <body>
47 | <div>
48 | "x"
49 | <div>
50 | "xx"
51
52 #data
53 <div>x<div></div>y</span>z
54 #errors
55 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
56 Line: 1 Col: 25 Unexpected end tag (span). Ignored.
57 Line: 1 Col: 26 Expected closing tag. Unexpected end of file.
58 #document
59 | <html>
60 | <head>
61 | <body>
62 | <div>
63 | "x"
64 | <div>
65 | "yz"
66
67 #data
68 <table><div>x<div></div>x</span>x
69 #errors
70 Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
71 Line: 1 Col: 12 Unexpected start tag (div) in table context caused voodoo mode.
72 Line: 1 Col: 24 Unexpected end tag (div) in table context caused voodoo mode.
73 Line: 1 Col: 32 Unexpected end tag (span) in table context caused voodoo mode.
74 Line: 1 Col: 32 Unexpected end tag (span). Ignored.
75 Line: 1 Col: 33 Expected closing tag. Unexpected end of file.
76 #document
77 | <html>
78 | <head>
79 | <body>
80 | <div>
81 | "x"
82 | <div>
83 | "xx"
84 | <table>
85
86 #data
87 x<table>x
88 #errors
89 Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
90 Line: 1 Col: 9 Unexpected non-space characters in table context caused voodoo mode.
91 Line: 1 Col: 9 Expected closing tag. Unexpected end of file.
92 #document
93 | <html>
94 | <head>
95 | <body>
96 | "xx"
97 | <table>
98
99 #data
100 x<table><table>x
101 #errors
102 Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
103 Line: 1 Col: 15 Unexpected start tag (table) implies end tag (table).
104 Line: 1 Col: 16 Unexpected non-space characters in table context caused voodoo mode.
105 Line: 1 Col: 16 Expected closing tag. Unexpected end of file.
106 #document
107 | <html>
108 | <head>
109 | <body>
110 | "x"
111 | <table>
112 | "x"
113 | <table>
114
115 #data
116 <b>a<div></div><div></b>y
117 #errors
118 Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
119 Line: 1 Col: 24 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
120 Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
121 #document
122 | <html>
123 | <head>
124 | <body>
125 | <b>
126 | "a"
127 | <div>
128 | <div>
129 | <b>
130 | "y"
131
132 #data
133 <a><div><p></a>
134 #errors
135 Line 1 Col 3 Unexpected start tag (a). Expected DOCTYPE.
136 Line 1 Col 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
137 Line 1 Col 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
138 Line 1 Col 15 Expected closing tag. Unexpected end of file.
139 #document
140 | <html>
141 | <head>
142 | <body>
143 | <a>
144 | <div>
145 | <a>
146 | <p>
147 | <a>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24