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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Fri Nov 14 08:04:16 2008 UTC (16 years, 8 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +2 -2 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 #errors
3 #document
4 | <html>
5 | xmlns xmlns="http://www.w3.org/1999/xhtml"
6 | <head>
7 | <body>
8
9 #data
10 | #?SuikaWiki/0.9
11 #errors
12 #document
13 | <html>
14 | sw Name="SuikaWiki"
15 | sw Version="0.9"
16 | xmlns xmlns="http://www.w3.org/1999/xhtml"
17 | <head>
18 | <body>
19
20 #data
21 | #?SuikaWikiImage/0.9
22 #errors
23 #document
24 | <html>
25 | sw Name="SuikaWikiImage"
26 | sw Version="0.9"
27 | xmlns xmlns="http://www.w3.org/1999/xhtml"
28 | <head>
29 | <body>
30
31 #data
32 | #?SuikaWiki_0.9
33 #errors
34 #document
35 | <html>
36 | sw Name="SuikaWiki_0.9"
37 | xmlns xmlns="http://www.w3.org/1999/xhtml"
38 | <head>
39 | <body>
40
41 #data
42 | #?SuikaWiki/
43 #errors
44 #document
45 | <html>
46 | sw Name="SuikaWiki"
47 | sw Version=""
48 | xmlns xmlns="http://www.w3.org/1999/xhtml"
49 | <head>
50 | <body>
51
52 #data
53 | #?/0.9
54 #errors
55 #document
56 | <html>
57 | sw Name=""
58 | sw Version="0.9"
59 | xmlns xmlns="http://www.w3.org/1999/xhtml"
60 | <head>
61 | <body>
62
63 #data
64 | #?/
65 #errors
66 #document
67 | <html>
68 | sw Name=""
69 | sw Version=""
70 | xmlns xmlns="http://www.w3.org/1999/xhtml"
71 | <head>
72 | <body>
73
74 #data
75 | #?A/B/C/D/E
76 #errors
77 #document
78 | <html>
79 | sw Name="A"
80 | sw Version="B/C/D/E"
81 | xmlns xmlns="http://www.w3.org/1999/xhtml"
82 | <head>
83 | <body>
84
85 #data escaped
86 | #?SuikaWiki/0.9 \u0020
87 #errors
88 #document
89 | <html>
90 | sw Name="SuikaWiki"
91 | sw Version="0.9"
92 | xmlns xmlns="http://www.w3.org/1999/xhtml"
93 | <head>
94 | <body>
95
96 #data
97 | #? SuikaWiki/0.9
98 #errors
99 #document
100 | <html>
101 | xmlns xmlns="http://www.w3.org/1999/xhtml"
102 | <head>
103 | <sw parameter>
104 | name=""
105 | <sw value>
106 | "SuikaWiki/0.9"
107 | <body>
108
109 #data
110 | #?SuikaWiki/0.9 abc
111 #errors
112 #document
113 | <html>
114 | sw Name="SuikaWiki"
115 | sw Version="0.9"
116 | xmlns xmlns="http://www.w3.org/1999/xhtml"
117 | <head>
118 | <sw parameter>
119 | name=""
120 | <sw value>
121 | "abc"
122 | <body>
123
124 #data
125 | #?SuikaWiki/0.9
126 #errors
127 #document
128 | <html>
129 | xmlns xmlns="http://www.w3.org/1999/xhtml"
130 | <head>
131 | <body>
132 | <pre>
133 | " #?SuikaWiki/0.9"
134
135 #data
136 | #?SuikaWiki/0.9 page-icon=""
137 #errors
138 #document
139 | <html>
140 | sw Name="SuikaWiki"
141 | sw Version="0.9"
142 | xmlns xmlns="http://www.w3.org/1999/xhtml"
143 | <head>
144 | <sw parameter>
145 | name="page-icon"
146 | <sw value>
147 | <body>
148
149 #data
150 | #?SuikaWiki/0.9 page-icon="xxx"
151 #errors
152 #document
153 | <html>
154 | sw Name="SuikaWiki"
155 | sw Version="0.9"
156 | xmlns xmlns="http://www.w3.org/1999/xhtml"
157 | <head>
158 | <sw parameter>
159 | name="page-icon"
160 | <sw value>
161 | "xxx"
162 | <body>
163
164 #data
165 | #?SuikaWiki/0.9 page-icon=",xx,,yy,"
166 #errors
167 #document
168 | <html>
169 | sw Name="SuikaWiki"
170 | sw Version="0.9"
171 | xmlns xmlns="http://www.w3.org/1999/xhtml"
172 | <head>
173 | <sw parameter>
174 | name="page-icon"
175 | <sw value>
176 | <sw value>
177 | "xx"
178 | <sw value>
179 | <sw value>
180 | "yy"
181 | <sw value>
182 | <body>
183
184 #data
185 | #?SuikaWiki/0.9 page-icon="a" obsoleted="yes"
186 #errors
187 #document
188 | <html>
189 | sw Name="SuikaWiki"
190 | sw Version="0.9"
191 | xmlns xmlns="http://www.w3.org/1999/xhtml"
192 | <head>
193 | <sw parameter>
194 | name="page-icon"
195 | <sw value>
196 | "a"
197 | <sw parameter>
198 | name="obsoleted"
199 | <sw value>
200 | "yes"
201 | <body>
202
203 #data
204 | #?SuikaWiki/0.9 page-icon=abc
205 #errors
206 #document
207 | <html>
208 | sw Name="SuikaWiki"
209 | sw Version="0.9"
210 | xmlns xmlns="http://www.w3.org/1999/xhtml"
211 | <head>
212 | <sw parameter>
213 | name="page-icon"
214 | <sw value>
215 | "abc"
216 | <body>
217
218 #data
219 | #?SuikaWiki/0.9 import="abc\,def\g,hij"
220 #errors
221 #document
222 | <html>
223 | sw Name="SuikaWiki"
224 | sw Version="0.9"
225 | xmlns xmlns="http://www.w3.org/1999/xhtml"
226 | <head>
227 | <sw parameter>
228 | name="import"
229 | <sw value>
230 | "abc"
231 | <sw value>
232 | "defg"
233 | <sw value>
234 | "hij"
235 | <body>
236
237 #data
238 def
239 __IMAGE__
240 abc
241 xyz
242 #errors
243 #document
244 | <html>
245 | xmlns xmlns="http://www.w3.org/1999/xhtml"
246 | <head>
247 | <body>
248 | <p>
249 | "def"
250 | <sw image>
251 | "abc
252 | xyz"

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24