Parent Directory | Revision Log
++ whatpm/t/swml/ChangeLog 15 Nov 2008 13:17:15 -0000 2008-11-15 Wakaba <wakaba@suika.fam.cx> * tables-1.dat: Added a test case. ++ whatpm/Whatpm/SWML/ChangeLog 15 Nov 2008 13:17:52 -0000 2008-11-15 Wakaba <wakaba@suika.fam.cx> * Parser.pm (parse_char_string): Not all quoted-pairs in table cells were unescaped.
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" | ||
87 | wakaba | 1.2 | |
88 | #data | ||
89 | ,"a\"b","c\\d" | ||
90 | #errors | ||
91 | #document | ||
92 | | <html> | ||
93 | | xmlns xmlns="http://www.w3.org/1999/xhtml" | ||
94 | | <head> | ||
95 | | <body> | ||
96 | | <table> | ||
97 | | <tbody> | ||
98 | | <tr> | ||
99 | | <td> | ||
100 | | "a"b" | ||
101 | | <td> | ||
102 | | "c\d" | ||
103 | wakaba | 1.3 | |
104 | #data | ||
105 | ,"a\"b\"cd\E\f","c\\\\d" | ||
106 | #errors | ||
107 | #document | ||
108 | | <html> | ||
109 | | xmlns xmlns="http://www.w3.org/1999/xhtml" | ||
110 | | <head> | ||
111 | | <body> | ||
112 | | <table> | ||
113 | | <tbody> | ||
114 | | <tr> | ||
115 | | <td> | ||
116 | | "a"b"cdEf" | ||
117 | | <td> | ||
118 | | "c\\d" |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |