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

Contents of /markup/html/whatpm/t/swml/tables-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Fri Nov 14 08:04:16 2008 UTC (15 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +16 -0 lines
++ whatpm/t/swml/ChangeLog	14 Nov 2008 08:02:58 -0000
2008-11-14  Wakaba  <wakaba@suika.fam.cx>

	* blocks-1.dat: Test cases added.

	* structs-1.dat: A test result was wrong.

	* tables-1.dat: A test case added.

++ whatpm/Whatpm/SWML/ChangeLog	14 Nov 2008 08:04:04 -0000
2008-11-14  Wakaba  <wakaba@suika.fam.cx>

	* Parser.pm (parse_char_string): A quoted "\" character was not
	put into the DOM.

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
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"

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24