/[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.33 - (hide annotations) (download) (as text)
Thu Sep 18 05:31:46 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.32: +7 -114 lines
File MIME type: application/x-troff
++ whatpm/t/ChangeLog	18 Sep 2008 05:31:37 -0000
2008-09-18  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.t: Test engine moved to another script.

	* content-checker.pl: New script.

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.19 t/content-model-atom-1.dat
19     t/content-model-atom-2.dat
20 wakaba 1.28 t/content-model-atom-threading-1.dat
21 wakaba 1.33 ]);
22 wakaba 1.1
23     ## License: Public Domain.
24 wakaba 1.33 ## $Date: 2008/08/31 06:57:32 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24