1 |
|
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML-tree.t: Use new |What::HTML->parse_string| method |
4 |
|
so that this test don't have to know parser class's |
5 |
|
internals. |
6 |
|
|
7 |
|
* tree-test-1.dat: New tests for "(<head> stuffs) in body" |
8 |
|
and "(<head> stuffs) after body" are added. |
9 |
|
|
10 |
|
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML-tree.t: New test file is added. Sort key |
13 |
|
was incorrect. |
14 |
|
|
15 |
|
* HTML-tokenizer.t: New test file is added. |
16 |
|
|
17 |
|
* tokenizer-test-1.test, tree-test-1.dat: New tests. |
18 |
|
|
19 |
|
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* .cvsignore: |tree-consturction| is added. |
22 |
|
|
23 |
|
* HTML-tree.t: New test. |
24 |
|
|
25 |
|
* Makefile: Rules for tree constructor tests are added. |
26 |
|
|
27 |
|
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML-tokenizer.t: |Data::Dumper::Useqq| is replaced |
30 |
|
by customized ones so that utf8 vs byte string handling |
31 |
|
cause no error. Set |$JSON::UTF8| flag on so |
32 |
|
that the |JSON| module turns the utf8 flag on. |
33 |
|
Support for the |contentModelFlags| and |lastStartTag| |
34 |
|
test props. Show the input as well as description |
35 |
|
when a test fails. |
36 |
|
|
37 |
|
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* .cvsignore: New file. |
40 |
|
|
41 |
|
* Makefile: New file. |
42 |
|
|
43 |
|
* HTML-tokenizer.t: New test. |
44 |
|
|
45 |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
* ContentType.t: Remove some |my|s to avoid warnings. |
* ContentType.t: Remove some |my|s to avoid warnings. |