Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 23 Jun 2007 03:51:41 -0000 * tokenizer-test-2.dat: New test. This test file contains some tests that cannot be reliably tested by |HTML-tokenize.t|, since they depends on how characeters are supplied to the tokenizer. * HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| etc. supported. 2007-06-23 Wakaba <wakaba@suika.fam.cx>
| 1 | #data escaped |
| 2 | <!DOCTYPE html><html><head><title></title></head><body><p>\u0000</p></body> |
| 3 | #errors |
| 4 | NULL |
| 5 | #document escaped |
| 6 | | <!DOCTYPE html> |
| 7 | | <html> |
| 8 | | <head> |
| 9 | | <title> |
| 10 | | <body> |
| 11 | | <p> |
| 12 | | "\uFFFD" |
| 13 |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |