/[suikacvs]/markup/html/whatpm/t/Makefile
Suika

Contents of /markup/html/whatpm/t/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Sun May 20 11:12:25 2007 UTC (18 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +16 -2 lines
++ ChangeLog	20 May 2007 11:07:54 -0000
2007-05-20  Wakaba  <wakaba@suika.fam.cx>

	* readme.en.html: Updated.

++ whatpm/t/ChangeLog	20 May 2007 11:12:04 -0000
	* Makefile (content-type-files, content-checker-files): New rukes.

	* content-type-result.txt, content-checker-result.txt: New files.

	* tokenizer-result.txt, tree-construction-result.txt: New to CVS.

	* content-model-2.dat: Warnings are added to unknown attributes
	for unknown elements.  New tests for newly implemented
	attributes are added.

2007-05-20  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	20 May 2007 11:10:24 -0000
	* ContentChecker.pm: Now most attributes are implemented
	or associated to some placeholder.
	($ElementDefault): Warn unknown attributes
	for unknown elements as "attribute not supported".
	($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders.
	($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers.
	(|a| attribute checker): Reimplemented.

2007-05-20  Wakaba  <wakaba@suika.fam.cx>

1 WGET = wget
2 MKDIR = mkdir
3
4 all: \
5 content-type-files \
6 tokenizer-files \
7 tree-construction-files \
8 content-checker-files
9
10 content-type-files: content-type-result.txt
11
12 content-type-result.txt: always
13 cd .. && perl t/ContentType.t &> t/$@
14
15 tokenizer-files: tokenizer \
16 tokenizer/test1.test tokenizer/test2.test tokenizer/contentModelFlags.test \
17 tokenizer-result.txt
18
19 tokenizer:
20 $(MKDIR) $@
21
22 tokenizer/%.test:
23 $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@
24
25 tokenizer-result.txt: always
26 cd .. && perl t/HTML-tokenizer.t &> t/$@
27
28 tree-construction-files: tree-construction \
29 tree-construction/tests1.dat \
30 tree-construction/tests2.dat \
31 tree-construction/tests3.dat \
32 tree-construction/tests4.dat \
33 tree-construction-result.txt
34
35 tree-construction:
36 $(MKDIR) $@
37
38 tree-construction/%.dat:
39 $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@
40
41 tree-construction-result.txt: always
42 cd .. && perl t/HTML-tree.t &> t/$@
43
44 content-checker-files: content-checker-result.txt
45
46 content-checker-result.txt: always
47 cd .. && perl t/ContentChecker.t &> t/$@
48
49 always:
50
51 ## License: Public Domain.
52 ## $Date: 2007/05/02 13:44:35 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24