1 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML-tokenizer.t: It now requires newer version |
4 |
|
of JSON.pm due to the broken handling for utf8 string |
5 |
|
of older version. Test data files |test3.test| |
6 |
|
and |test4.test| are added. Convert surrogate |
7 |
|
pair |\u| escapes in JSON file before it is input |
8 |
|
into JSON.pm parser since it does not decode |
9 |
|
them correctly. U+000D convertion was incorrect. |
10 |
|
|
11 |
|
* HTML-tree.t: Support for new format for fragment |
12 |
|
parsing tests. |
13 |
|
|
14 |
|
* Makefile (tokenizer-files): New test |
15 |
|
data files |test3.test| and |test4.test| are added. |
16 |
|
|
17 |
|
* tokenizer-test-1.test: Test data for bare |hcro| and |
18 |
|
entity references in attribute values are added. |
19 |
|
|
20 |
|
* tokenizer-test-2.dat: Test data for U+000D are added. |
21 |
|
|
22 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* tree-test-1.dat: Tests for |<html>| in trailing |
25 |
|
end phase and |</frameset>| in after frameset mode |
26 |
|
are added. |
27 |
|
|
28 |
|
* tree-test-2.dat: Tests for |</frameset>| |
29 |
|
in |frameset| fragment parsing are added. |
30 |
|
|
31 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* tree-test-1.dat: New tests for trailing end phase |
34 |
|
and white space in some insertion modes are added. |
35 |
|
|
36 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* Charset-DecodeHandler.t: Cases for charset names has |
39 |
|
been changed to match with the module's implementation. |
40 |
|
|
41 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* Charset-DecodeHandler.t: New test script. |
44 |
|
|
45 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* tokenizer-test-1.test: A comment test is added. |
48 |
|
|
49 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* tree-test-1.dat: New tests for unmatched end tags. |
52 |
|
|
53 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* table-1.dat: New test data. |
56 |
|
|
57 |
|
* ContentChecker.t: |table-1.dat| is added. |
58 |
|
|
59 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* tree-test-2.dat: Tests for <title> in fragments are added. |
62 |
|
|
63 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* URIChecker.t: Error level names in test results has |
66 |
|
been changed. |
67 |
|
|
68 |
|
* tokenizer-test-1.test: A test for bogus SYSTEM identifier |
69 |
|
is added. |
70 |
|
|
71 |
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
72 |
|
content-model-4.dat: Error messages has been changed. |
73 |
|
|
74 |
|
* ContentChecker.t: Appends error level to the error |
75 |
|
message if any. |
76 |
|
|
77 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
* content-model-2.dat: Tests for |<img ismap>| context |
* content-model-2.dat: Tests for |<img ismap>| context |