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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Wed May 2 13:44:35 2007 UTC (18 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +13 -3 lines
++ ChangeLog	2 May 2007 13:37:34 -0000
2007-05-02  Wakaba  <wakaba@suika.fam.cx>

	* readme.en.html: TODO section is added.

++ whatpm/t/ChangeLog	2 May 2007 13:44:02 -0000
2007-05-02  Wakaba  <wakaba@suika.fam.cx>

	* .cvsignore: Result files are added.

	* HTML-tree.t: Support for document fragment tests.

	* Makefile: Generate test result files.

	* tokenizer-test-1.test: A new test to ensure that
	characters after end tag are preserved in RCDATA or CDATA
	case.

++ whatpm/Whatpm/ChangeLog	2 May 2007 13:42:17 -0000
2007-05-02  Wakaba  <wakaba@suika.fam.cx>

	* NanoDOM.pm (DOMImplementation): New class.
	(append_child): Weaken the |parent_node| reference.
	(create_element_ns, Element new): Set the |owner_document|
	reference.
	(implementation): New attribute.
	(owner_document, local_name, namespace_uri): New attributes.

	* HTML.pm.src (parse_string): Line and column numbers
	are now provided to error handler.
	(!!!parse-error): Short descriptions are added.
	(_construct_tree): Split into three methods; support
	for innerHTML mode.
	(set_inner_html): New method.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24