/[suikacvs]/markup/html/whatpm/t/content-model-atom-1.dat
Suika

Contents of /markup/html/whatpm/t/content-model-atom-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Thu Mar 20 05:59:55 2008 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +268 -0 lines
++ whatpm/t/ChangeLog	20 Mar 2008 05:59:40 -0000
2008-03-20  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat: Some test results related on |atom:entry|
	are fixed.

	* content-model-atom-1.dat: Test data for |atom:author|
	for |atom:entry| are added.

++ whatpm/Whatpm/ContentChecker/ChangeLog	20 Mar 2008 05:58:48 -0000
2008-03-20  Wakaba  <wakaba@suika.fam.cx>

	* Atom.pm: Support for |author| for |entry| checking.

1 #data
2 <feed xmlns="http://www.w3.org/2005/Atom">
3 <id>about:</id>
4 <title>xxx</title>
5 <link rel="self" href=""/>
6 <updated>2000-01-02T03:04:05Z</updated>
7 </feed>
8 #errors
9
10 #data
11 <feed xmlns="http://www.w3.org/2005/Atom">
12 <id>about:</id>
13 <title>x<p xmlns="">x</p>x</title>
14 <link rel="self" href=""/>
15 <updated>2000-01-02T03:04:05Z</updated>
16 </feed>
17 #errors
18 /feed/title/p;element not allowed:atom|TextConstruct;m
19 /feed/title/p;element;unsupported
20
21 #data
22 <feed xmlns="http://www.w3.org/2005/Atom">
23 <id>about:</id>
24 <title type="text">xxx</title>
25 <link rel="self" href=""/>
26 <updated>2000-01-02T03:04:05Z</updated>
27 </feed>
28 #errors
29
30 #data
31 <feed xmlns="http://www.w3.org/2005/Atom">
32 <id>about:</id>
33 <title type="text">x<p xmlns="">x</p>x</title>
34 <link rel="self" href=""/>
35 <updated>2000-01-02T03:04:05Z</updated>
36 </feed>
37 #errors
38 /feed/title/p;element not allowed:atom|TextConstruct;m
39 /feed/title/p;element;unsupported
40
41 #data
42 <feed xmlns="http://www.w3.org/2005/Atom">
43 <id>about:</id>
44 <title type="html">xxx</title>
45 <link rel="self" href=""/>
46 <updated>2000-01-02T03:04:05Z</updated>
47 </feed>
48 #errors
49
50 #data
51 <feed xmlns="http://www.w3.org/2005/Atom">
52 <id>about:</id>
53 <title type="html">x<p xmlns="">x</p>x</title>
54 <link rel="self" href=""/>
55 <updated>2000-01-02T03:04:05Z</updated>
56 </feed>
57 #errors
58 /feed/title/p;element not allowed:atom|TextConstruct;m
59 /feed/title/p;element;unsupported
60
61 #data
62 <feed xmlns="http://www.w3.org/2005/Atom">
63 <id>about:</id>
64 <title type="html"><div xmlns="http://www.w3.org/1999/xhtml">x</div></title>
65 <link rel="self" href=""/>
66 <updated>2000-01-02T03:04:05Z</updated>
67 </feed>
68 #errors
69 /feed/title/div;element not allowed:atom|TextConstruct;m
70
71 #data
72 <feed xmlns="http://www.w3.org/2005/Atom">
73 <id>about:</id>
74 <title type="xhtml">xxx</title>
75 <link rel="self" href=""/>
76 <updated>2000-01-02T03:04:05Z</updated>
77 </feed>
78 #errors
79 /feed/title/"xxx";character not allowed:atom|TextConstruct;m
80 /feed/title;element missing:div;m
81
82 #data
83 <feed xmlns="http://www.w3.org/2005/Atom">
84 <id>about:</id>
85 <title type="xhtml">x<p xmlns="">x</p>x</title>
86 <link rel="self" href=""/>
87 <updated>2000-01-02T03:04:05Z</updated>
88 </feed>
89 #errors
90 /feed/title/"x";character not allowed:atom|TextConstruct;m
91 /feed/title/p;element not allowed:atom|TextConstruct;m
92 /feed/title/p;element;unsupported
93 /feed/title/"x";character not allowed:atom|TextConstruct;m
94 /feed/title;element missing:div;m
95
96 #data
97 <feed xmlns="http://www.w3.org/2005/Atom">
98 <id>about:</id>
99 <title type="xhtml"><p xmlns="http://www.w3.org/1999/xhtml">x</p></title>
100 <link rel="self" href=""/>
101 <updated>2000-01-02T03:04:05Z</updated>
102 </feed>
103 #errors
104 /feed/title/p;element not allowed:atom|TextConstruct;m
105 /feed/title;element missing:div;m
106
107 #data
108 <feed xmlns="http://www.w3.org/2005/Atom">
109 <id>about:</id>
110 <title type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">x</div></title>
111 <link rel="self" href=""/>
112 <updated>2000-01-02T03:04:05Z</updated>
113 </feed>
114 #errors
115
116 #data
117 <feed xmlns="http://www.w3.org/2005/Atom">
118 <id>about:</id>
119 <title type="xhtml"><div>x</div></title>
120 <link rel="self" href=""/>
121 <updated>2000-01-02T03:04:05Z</updated>
122 </feed>
123 #errors
124 /feed/title/div;element not allowed:atom|TextConstruct;m
125 /feed/title;element missing:div;m
126 /feed/title/div;element not defined;m
127
128 #data
129 <feed xmlns="http://www.w3.org/2005/Atom">
130 <id>about:</id>
131 <title type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">x</div><div xmlns="http://www.w3.org/1999/xhtml">x</div></title>
132 <link rel="self" href=""/>
133 <updated>2000-01-02T03:04:05Z</updated>
134 </feed>
135 #errors
136 /feed/title/div;element not allowed:atom|TextConstruct;m
137
138 #data
139 <feed xmlns="http://www.w3.org/2005/Atom">
140 <id>about:</id>
141 <author></author>
142 <title>x</title>
143 <link rel="self" href=""/>
144 <updated>2000-01-02T03:04:05Z</updated>
145 </feed>
146 #errors
147 /feed/author;element missing:atom|name;m
148
149 #data
150 <feed xmlns="http://www.w3.org/2005/Atom">
151 <id>about:</id>
152 <author><name>xx</name></author>
153 <title>x</title>
154 <link rel="self" href=""/>
155 <updated>2000-01-02T03:04:05Z</updated>
156 </feed>
157 #errors
158
159 #data
160 <feed xmlns="http://www.w3.org/2005/Atom">
161 <id>about:</id>
162 <author><name>xx</name><uri>about:</uri></author>
163 <link rel="self" href=""/>
164 <updated>2000-01-02T03:04:05Z</updated>
165 <title>x</title>
166 </feed>
167 #errors
168
169 #data
170 <feed xmlns="http://www.w3.org/2005/Atom">
171 <id>about:</id>
172 <author><name>xx</name><uri>about:</uri><uri>data:,</uri></author>
173 <link rel="self" href=""/>
174 <updated>2000-01-02T03:04:05Z</updated>
175 <title>x</title>
176 </feed>
177 #errors
178 /feed/author/uri;element not allowed:atom|PersonConstruct;m
179
180 #data
181 <feed xmlns="http://www.w3.org/2005/Atom">
182 <id>about:</id>
183 <title>x</title>
184 <author><name>x</name><email>a@example.net</email></author>
185 <link rel="self" href=""/>
186 <updated>2000-01-02T03:04:05Z</updated>
187 </feed>
188 #errors
189 /feed/author/email;addr-spec not supported;u
190
191 #data
192 <feed xmlns="http://www.w3.org/2005/Atom"><id>about:</id><author><name>x</name><email>a@example.net</email><email>b@example.test</email></author>
193 <link rel="self" href=""/>
194 <title>x</title>
195 <updated>2000-01-02T03:04:05Z</updated>
196 </feed>
197 #errors
198 /feed/author/email;element not allowed:atom|PersonConstruct;m
199 /feed/author/email;addr-spec not supported;u
200 /feed/author/email;addr-spec not supported;u
201
202 #data
203 <feed xmlns="http://www.w3.org/2005/Atom">
204 <id>about:</id>
205 <author><email>a@example.net</email></author>
206 <link rel="self" href=""/>
207 <updated>2000-01-02T03:04:05Z</updated>
208 <title>x</title>
209 </feed>
210 #errors
211 /feed/author;element missing:atom|name;m
212 /feed/author/email;addr-spec not supported;u
213
214 #data
215 <feed xmlns="http://www.w3.org/2005/Atom">
216 <id>about:</id>
217 <author><title>a@example.net</title></author>
218 <link rel="self" href=""/>
219 <updated>2000-01-02T03:04:05Z</updated>
220 <title>x</title>
221 </feed>
222 #errors
223 /feed/author;element missing:atom|name;m
224 /feed/author/title;element not allowed:atom|PersonConstruct;m
225
226 #data
227 <feed xmlns="http://www.w3.org/2005/Atom">
228 <id>about:</id>
229 <author><p>a@example.net</p></author>
230 <link rel="self" href=""/>
231 <updated>2000-01-02T03:04:05Z</updated>
232 <title>x</title>
233 </feed>
234 #errors
235 /feed/author;element missing:atom|name;m
236 /feed/author/p;element not allowed:atom|PersonConstruct;m
237 /feed/author/p;element not defined;m
238
239 #data
240 <feed xmlns="http://www.w3.org/2005/Atom">
241 <id>about:</id>
242 <author><name>x</name></author>
243 <link rel="self" href=""/>
244 <updated>2000-01-02T03:04:05Z</updated>
245 <title>x</title>
246 <entry>
247
248 </entry>
249 </feed>
250 #errors
251 /feed/entry;element missing:atom|id
252 /feed/entry;element missing:atom|title
253 /feed/entry;element missing:atom|updated
254 /feed/entry;element missing:atom|link|alternate
255
256 #data
257 <feed xmlns="http://www.w3.org/2005/Atom">
258 <id>about:</id>
259 <author><name>x</name></author>
260 <link rel="self" href=""/>
261 <updated>2000-01-02T03:04:05Z</updated>
262 <title>x</title>
263 <entry>
264
265 </entry>
266 <entry>
267 </entry>
268 </feed>
269 #errors
270 /feed/entry;element missing:atom|id
271 /feed/entry;element missing:atom|title
272 /feed/entry;element missing:atom|updated
273 /feed/entry;element missing:atom|link|alternate
274 /feed/entry;element missing:atom|id
275 /feed/entry;element missing:atom|title
276 /feed/entry;element missing:atom|updated
277 /feed/entry;element missing:atom|link|alternate
278
279 #data
280 <feed xmlns="http://www.w3.org/2005/Atom">
281 <id>about:</id>
282 <link rel="self" href=""/>
283 <updated>2000-01-02T03:04:05Z</updated>
284 <title>x</title>
285 <entry>
286
287 </entry>
288 </feed>
289 #errors
290 /feed/entry;element missing:atom|author;m
291 /feed/entry;element missing:atom|id
292 /feed/entry;element missing:atom|title
293 /feed/entry;element missing:atom|updated
294 /feed/entry;element missing:atom|link|alternate
295
296 #data
297 <feed xmlns="http://www.w3.org/2005/Atom">
298 <id>about:</id>
299 <link rel="self" href=""/>
300 <updated>2000-01-02T03:04:05Z</updated>
301 <title>x</title>
302 <entry>
303
304 </entry>
305 <entry/>
306 </feed>
307 #errors
308 /feed/entry;element missing:atom|author;m
309 /feed/entry;element missing:atom|author;m
310 /feed/entry;element missing:atom|id
311 /feed/entry;element missing:atom|title
312 /feed/entry;element missing:atom|updated
313 /feed/entry;element missing:atom|link|alternate
314 /feed/entry;element missing:atom|id
315 /feed/entry;element missing:atom|title
316 /feed/entry;element missing:atom|updated
317 /feed/entry;element missing:atom|link|alternate
318
319 #data
320 <feed xmlns="http://www.w3.org/2005/Atom">
321 <id>about:</id>
322 <entry/>
323 <link rel="self" href=""/>
324 <updated>2000-01-02T03:04:05Z</updated>
325 <title>x</title>
326 </feed>
327 #errors
328 /feed/entry;element missing:atom|author;m
329 /feed/link;element not allowed
330 /feed/title;element not allowed
331 /feed/updated;element not allowed
332 /feed/entry;element missing:atom|id
333 /feed/entry;element missing:atom|title
334 /feed/entry;element missing:atom|updated
335 /feed/entry;element missing:atom|link|alternate
336
337 #data
338 <feed xmlns="http://www.w3.org/2005/Atom">
339 <id>about:</id>
340 <entry/>
341 <author><name>x</name></author>
342 <link rel="self" href=""/>
343 <updated>2000-01-02T03:04:05Z</updated>
344 <title>x</title>
345 </feed>
346 #errors
347 /feed/entry;element missing:atom|id
348 /feed/entry;element missing:atom|title
349 /feed/entry;element missing:atom|updated
350 /feed/entry;element missing:atom|link|alternate
351 /feed/author;element not allowed
352 /feed/link;element not allowed
353 /feed/updated;element not allowed
354 /feed/title;element not allowed
355
356 #data
357 <feed xmlns="http://www.w3.org/2005/Atom">
358 <id>about:</id>
359 <link rel="self" href=""/>
360 <updated>2000-01-02T03:04:05Z</updated>
361 <title>x</title>
362 <entry>
363 <entry/>
364 </entry>
365 </feed>
366 #errors
367 /feed/entry;element missing:atom|author;m
368 /feed/entry/entry;element not allowed
369 /feed/entry/entry;element missing:atom|author;m
370 /feed/entry;element missing:atom|id
371 /feed/entry;element missing:atom|title
372 /feed/entry;element missing:atom|updated
373 /feed/entry;element missing:atom|link|alternate
374 /feed/entry/entry;element missing:atom|id
375 /feed/entry/entry;element missing:atom|title
376 /feed/entry/entry;element missing:atom|updated
377 /feed/entry/entry;element missing:atom|link|alternate
378
379 #data
380 <feed xmlns="http://www.w3.org/2005/Atom">
381 <id>about:</id>
382 <link rel="self" href=""/>
383 <updated>2000-01-02T03:04:05Z</updated>
384 <title>x</title>
385 <entry>
386 <author><name>x</name></author>
387 </entry>
388 </feed>
389 #errors
390 /feed/entry;element missing:atom|id
391 /feed/entry;element missing:atom|title
392 /feed/entry;element missing:atom|updated
393 /feed/entry;element missing:atom|link|alternate
394
395 #data
396 <feed xmlns="http://www.w3.org/2005/Atom">
397 <id>about:</id>
398 <link rel="self" href=""/>
399 <updated>2000-01-02T03:04:05Z</updated>
400 <title>x</title>
401 <entry>
402 <author><name>x</name></author>
403 </entry>
404 <entry/>
405 </feed>
406 #errors
407 /feed/entry;element missing:atom|author;m
408 /feed/entry;element missing:atom|id
409 /feed/entry;element missing:atom|title
410 /feed/entry;element missing:atom|updated
411 /feed/entry;element missing:atom|link|alternate
412 /feed/entry;element missing:atom|id
413 /feed/entry;element missing:atom|title
414 /feed/entry;element missing:atom|updated
415 /feed/entry;element missing:atom|link|alternate
416
417 #data
418 <feed xmlns="http://www.w3.org/2005/Atom">
419 <id>about:</id>
420 <link rel="self" href=""/>
421 <updated>2000-01-02T03:04:05Z</updated>
422 <title>x</title>
423 <entry>
424 <source>
425 <author><name>x</name></author>
426 </source>
427 </entry>
428 </feed>
429 #errors
430 /feed/entry;element missing:atom|id
431 /feed/entry;element missing:atom|title
432 /feed/entry;element missing:atom|updated
433 /feed/entry;element missing:atom|link|alternate
434
435 #data
436 <feed xmlns="http://www.w3.org/2005/Atom">
437 <id>about:</id>
438 <link rel="self" href=""/>
439 <updated>2000-01-02T03:04:05Z</updated>
440 <title>x</title>
441 <source>
442 <author><name>x</name></author>
443 </source>
444 <entry>
445
446 </entry>
447 </feed>
448 #errors
449 /feed/entry;element missing:atom|author;m
450 /feed/source;element not allowed
451 /feed/entry;element missing:atom|id
452 /feed/entry;element missing:atom|title
453 /feed/entry;element missing:atom|updated
454 /feed/entry;element missing:atom|link|alternate
455
456 #data
457 <x xmlns="">
458 <feed xmlns="http://www.w3.org/2005/Atom">
459 <id>about:</id>
460 <author><name>x</name></author>
461 <link rel="self" href=""/>
462 <updated>2000-01-02T03:04:05Z</updated>
463 <title>x</title>
464 <entry>
465
466 </entry>
467 </feed>
468 </x>
469 #errors
470 /x;element;unsupported
471 /x/feed/entry;element missing:atom|author;m
472 /x/feed/entry;element missing:atom|id
473 /x/feed/entry;element missing:atom|title
474 /x/feed/entry;element missing:atom|updated
475 /x/feed/entry;element missing:atom|link|alternate
476
477 #data
478 <entry xmlns="http://www.w3.org/2005/Atom">
479 <id>about:</id>
480 <link rel="alternate" href=""/>
481 <updated>2000-01-02T03:04:05Z</updated>
482 <title>x</title>
483 </entry>
484 #errors
485 /entry;element missing:atom|author;m
486
487 #data
488 <entry xmlns="http://www.w3.org/2005/Atom">
489 <id>about:</id>
490 <author><name>x</name></author>
491 <link rel="alternate" href=""/>
492 <updated>2000-01-02T03:04:05Z</updated>
493 <title>x</title>
494 </entry>
495 #errors
496
497 #data
498 <entry xmlns="http://www.w3.org/2005/Atom">
499 <id>about:</id>
500 <source><author><name>x</name></author></source>
501 <link rel="alternate" href=""/>
502 <updated>2000-01-02T03:04:05Z</updated>
503 <title>x</title>
504 </entry>
505 #errors

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24