Parent Directory | Revision Log
++ whatpm/t/ChangeLog 7 Nov 2008 12:35:08 -0000 * SWML-Parser.t: New test data files added. 2008-11-07 Wakaba <wakaba@suika.fam.cx> ++ whatpm/t/swml/ChangeLog 7 Nov 2008 12:35:27 -0000 * blocks-1.dat: Test result updated. * inlines-1.dat, forms-specific.dat-1, forms-generic-1.dat, tables-1.dat: New files. 2008-11-07 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/SWML/ChangeLog 7 Nov 2008 12:34:42 -0000 * Parser.pm: More bug fixes, both impl bugs and spec bugs, again. 2008-11-07 Wakaba <wakaba@suika.fam.cx>
1 | wakaba | 1.1 | #data |
2 | , | ||
3 | #errors | ||
4 | #document | ||
5 | | <html> | ||
6 | | xmlns xmlns="http://www.w3.org/1999/xhtml" | ||
7 | | <head> | ||
8 | | <body> | ||
9 | | <table> | ||
10 | | <tbody> | ||
11 | | <tr> | ||
12 | | <td> | ||
13 | |||
14 | #data | ||
15 | ,== | ||
16 | #errors | ||
17 | #document | ||
18 | | <html> | ||
19 | | xmlns xmlns="http://www.w3.org/1999/xhtml" | ||
20 | | <head> | ||
21 | | <body> | ||
22 | | <table> | ||
23 | | <tbody> | ||
24 | | <tr> | ||
25 | | <td> | ||
26 | |||
27 | #data | ||
28 | ,a,== | ||
29 | #errors | ||
30 | #document | ||
31 | | <html> | ||
32 | | xmlns xmlns="http://www.w3.org/1999/xhtml" | ||
33 | | <head> | ||
34 | | <body> | ||
35 | | <table> | ||
36 | | <tbody> | ||
37 | | <tr> | ||
38 | | <td> | ||
39 | | colspan="2" | ||
40 | | "a" | ||
41 | |||
42 | #data | ||
43 | ,==,== | ||
44 | #errors | ||
45 | #document | ||
46 | | <html> | ||
47 | | xmlns xmlns="http://www.w3.org/1999/xhtml" | ||
48 | | <head> | ||
49 | | <body> | ||
50 | | <table> | ||
51 | | <tbody> | ||
52 | | <tr> | ||
53 | | <td> | ||
54 | | colspan="2" | ||
55 | |||
56 | #data | ||
57 | ,a,==,== | ||
58 | #errors | ||
59 | #document | ||
60 | | <html> | ||
61 | | xmlns xmlns="http://www.w3.org/1999/xhtml" | ||
62 | | <head> | ||
63 | | <body> | ||
64 | | <table> | ||
65 | | <tbody> | ||
66 | | <tr> | ||
67 | | <td> | ||
68 | | colspan="3" | ||
69 | | "a" | ||
70 | |||
71 | #data | ||
72 | ,==,==,a,== | ||
73 | #errors | ||
74 | #document | ||
75 | | <html> | ||
76 | | xmlns xmlns="http://www.w3.org/1999/xhtml" | ||
77 | | <head> | ||
78 | | <body> | ||
79 | | <table> | ||
80 | | <tbody> | ||
81 | | <tr> | ||
82 | | <td> | ||
83 | | colspan="2" | ||
84 | | <td> | ||
85 | | colspan="2" | ||
86 | | "a" |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |