/[suikacvs]/markup/html/whatpm/t/ContentChecker.t
Suika

Contents of /markup/html/whatpm/t/ContentChecker.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.36 - (hide annotations) (download) (as text)
Sun Oct 5 11:51:14 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.35: +11 -2 lines
File MIME type: application/x-troff
++ whatpm/t/ChangeLog	5 Oct 2008 11:46:29 -0000
	* ContentChecker.t: New files added.

	* content-model-1.dat, content-model-2.dat: Numbers of test
	entries are moved to other files.

2008-10-05  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/dom-conformance/ChangeLog	5 Oct 2008 11:47:29 -0000
	* html-datatemplate.dat, html-flows-1.dat, html-form-input-1.dat,
	html-forms-1.dat, html-global-1.dat, html-metadata-1.dat,
	html-repetitions.dat, html-tables-1.dat, html-texts-1.dat: New
	files (test entries moved from ../content-model-1.dat and
	../content-model-2.dat).

2008-10-05  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 #!/usr/bin/perl
2     use strict;
3    
4 wakaba 1.33 BEGIN {
5     require 't/content-checker.pl';
6 wakaba 1.36 plan (tests => 3201);
7 wakaba 1.33 }
8 wakaba 1.1
9 wakaba 1.33 test_files (qw[
10 wakaba 1.5 t/content-model-1.dat
11     t/content-model-2.dat
12     t/content-model-3.dat
13 wakaba 1.13 t/content-model-4.dat
14 wakaba 1.24 t/content-model-5.dat
15 wakaba 1.29 t/content-model-6.dat
16 wakaba 1.32 t/content-model-7.dat
17 wakaba 1.15 t/table-1.dat
18 wakaba 1.36 t/dom-conformance/html-global-1.dat
19     t/dom-conformance/html-metadata-1.dat
20     t/dom-conformance/html-flows-1.dat
21     t/dom-conformance/html-texts-1.dat
22     t/dom-conformance/html-tables-1.dat
23     t/dom-conformance/html-forms-1.dat
24     t/dom-conformance/html-form-input-1.dat
25 wakaba 1.35 t/dom-conformance/html-form-label.dat
26 wakaba 1.36 t/dom-conformance/html-repetitions.dat
27     t/dom-conformance/html-datatemplate.dat
28 wakaba 1.33 ]);
29 wakaba 1.1
30     ## License: Public Domain.
31 wakaba 1.36 ## $Date: 2008/10/05 05:59:37 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24