/[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.35 - (hide annotations) (download) (as text)
Sun Oct 5 05:59:37 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.34: +2 -1 lines
File MIME type: application/x-troff
++ whatpm/t/ChangeLog	5 Oct 2008 05:38:58 -0000
	* content-model-1.dat, content-model-2.dat: Test results on
	|label| contents fixed.

	* ContentChecker.t: |dom-conformance/html-form-label.dat| added.

	* dom-conformance/: New directory.

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

++ whatpm/t/dom-conformance/ChangeLog	5 Oct 2008 05:35:48 -0000
2008-10-05  Wakaba  <wakaba@suika.fam.cx>

	* html-form-label.dat: New test data file.

	* ChangeLog: New file.

++ whatpm/Whatpm/ChangeLog	5 Oct 2008 05:58:50 -0000
	* ContentChecker.pod: Note on internal flags is added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	5 Oct 2008 05:36:36 -0000
2008-10-05  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: <label> content conformance checking implemented.

1 wakaba 1.1 #!/usr/bin/perl
2     use strict;
3    
4 wakaba 1.33 BEGIN {
5     require 't/content-checker.pl';
6     plan (tests => 2646);
7     }
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.35 t/dom-conformance/html-form-label.dat
19 wakaba 1.33 ]);
20 wakaba 1.1
21     ## License: Public Domain.
22 wakaba 1.35 ## $Date: 2008/09/18 05:49:13 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24