/[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.34 - (hide annotations) (download) (as text)
Thu Sep 18 05:49:13 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.33: +1 -4 lines
File MIME type: application/x-troff
++ whatpm/t/ChangeLog	18 Sep 2008 05:48:58 -0000
	* ContentChecker.t: Atom tests are moved to another file.

	* ContentChecker-Atom.t, LangTag.t: New test scripts.

	* Makefile: Updated to invoke new test scripts.

2008-09-18  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     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.33 ]);
19 wakaba 1.1
20     ## License: Public Domain.
21 wakaba 1.34 ## $Date: 2008/09/18 05:31:46 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24