1 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
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 |
* tree-test-1.dat: Tests for |<html>| in trailing |
25 |
end phase and |</frameset>| in after frameset mode |
end phase and |</frameset>| in after frameset mode |
26 |
are added. |
are added. |