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

Contents of /markup/html/whatpm/t/table-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sun Jul 1 04:46:48 2007 UTC (18 years ago) by wakaba
Branch: MAIN
++ whatpm/t/ChangeLog	1 Jul 2007 04:46:30 -0000
2007-07-01  Wakaba  <wakaba@suika.fam.cx>

	* table-1.dat: New test data.

	* ContentChecker.t: |table-1.dat| is added.

++ whatpm/Whatpm/ChangeLog	1 Jul 2007 04:45:38 -0000
2007-07-01  Wakaba  <wakaba@suika.fam.cx>

	* HTMLTable.pm: An error description was incorrect.

2007-06-30  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.pm: Return |{term}| list.

1 wakaba 1.1 #data
2     <table xmlns="http://www.w3.org/1999/xhtml"><tbody><tr/></tbody></table>
3     #errors
4     /table;table:no cell in last row
5     /table/tbody/tr;child element missing:td|th
6    
7     #data
8     <table xmlns="http://www.w3.org/1999/xhtml"><tbody><tr/></tbody> </table>
9     #errors
10     /table;table:no cell in last row
11     /table/tbody/tr;child element missing:td|th
12    
13     #data
14     <table xmlns="http://www.w3.org/1999/xhtml"><tbody><tr/> </tbody></table>
15     #errors
16     /table;table:no cell in last row
17     /table/tbody/tr;child element missing:td|th
18    
19     #data
20     <table xmlns="http://www.w3.org/1999/xhtml"><tbody> <tr/></tbody></table>
21     #errors
22     /table;table:no cell in last row
23     /table/tbody/tr;child element missing:td|th
24    
25     #data
26     <table xmlns="http://www.w3.org/1999/xhtml"> <tbody><tr/></tbody></table>
27     #errors
28     /table;table:no cell in last row
29     /table/tbody/tr;child element missing:td|th
30    
31     #data
32     <table xmlns="http://www.w3.org/1999/xhtml">
33     <tbody><tr><td/></tr><tr/></tbody></table>
34     #errors
35     /table;table:no cell in last row
36     /table/tbody/tr;child element missing:td|th
37    
38     #data
39     <table xmlns="http://www.w3.org/1999/xhtml">
40     <tbody><tr><td rowspan="2"/></tr><tr/></tbody></table>
41     #errors
42     /table/tbody/tr;child element missing:td|th
43    
44     #data
45     <table xmlns="http://www.w3.org/1999/xhtml">
46     <tbody><tr><td/></tr><tr/><tr><td/></tr></tbody></table>
47     #errors
48     /table/tbody/tr;child element missing:td|th
49    
50     #data
51     <table xmlns="http://www.w3.org/1999/xhtml">
52     <tbody><tr><td/></tr><tr/><tr/></tbody></table>
53     #errors
54     /table/tbody/tr;child element missing:td|th
55     /table/tbody/tr;child element missing:td|th
56     /table;table:no cell in last row
57    
58     #data
59     <table xmlns="http://www.w3.org/1999/xhtml">
60     <thead><tr><td/></tr></thead><tbody><tr/></tbody></table>
61     #errors
62     /table;table:no cell in last row
63     /table/tbody/tr;child element missing:td|th
64    
65     #data
66     <table xmlns="http://www.w3.org/1999/xhtml">
67     <thead><tr/></thead><tbody><tr/></tbody></table>
68     #errors
69     /table/thead/tr;child element missing:td|th
70     /table;table:no cell in last row
71     /table/tbody/tr;child element missing:td|th
72    
73     #data
74     <table xmlns="http://www.w3.org/1999/xhtml"><tr/></table>
75     #errors
76     /table;table:no cell in last row
77     /table/tr;child element missing:td|th
78    
79     #data
80     <table xmlns="http://www.w3.org/1999/xhtml"><tr/> </table>
81     #errors
82     /table;table:no cell in last row
83     /table/tr;child element missing:td|th
84    
85     #data
86     <table xmlns="http://www.w3.org/1999/xhtml"> <tr/></table>
87     #errors
88     /table;table:no cell in last row
89     /table/tr;child element missing:td|th

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24