Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Links to MAIN: | (view) (download) (annotate) |
Sticky Tag: |
++ whatpm/t/ChangeLog 5 Sep 2009 11:31:07 -0000 * tokenizer-test-1.test: Changed to keep non-normal character references (HTML5 revision 3374). 2009-09-05 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/HTML/ChangeLog 5 Sep 2009 11:31:46 -0000 * Tokenizer.pm.src: Changed to keep non-normal character references as is (HTML5 revision 3374). 2009-09-05 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 5 Sep 2009 10:40:03 -0000 * tokenizer-test-1.test: Updated test results on unclosed start and end tags (HTML5 revision 2990). 2009-09-05 Wakaba <wakaba@suika.fam.cx> ++ whatpm/t/xml/ChangeLog 5 Sep 2009 10:40:48 -0000 2009-09-05 Wakaba <wakaba@suika.fam.cx> * attlists-1.dat, attrs-1.dat: Updated test results on unclosed tags and attlist declarations (cf. HTML5 revision 2990). ++ whatpm/Whatpm/HTML/ChangeLog 5 Sep 2009 10:39:09 -0000 * Tokenizer.pm.src: Discard unclosed tags (HTML5 revision 2990). 2009-09-05 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 5 Sep 2009 09:57:06 -0000 * tokenizer-test-1.test: Added test cases for "comment end space state" (HTML5 revision 3195). 2009-09-05 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/HTML/ChangeLog 5 Sep 2009 09:57:45 -0000 space state" (HTML5 revision 3195). 2009-09-05 Wakaba <wakaba@suika.fam.cx> * Tokenizer.pm.src (_get_next_token): Implemented the "comment end
++ whatpm/t/ChangeLog 5 Sep 2009 09:26:39 -0000 2009-09-05 Wakaba <wakaba@suika.fam.cx> * tokenizer-test-1.test: Added test cases for "comment end bang state" (HTML5 revision 3191). ++ whatpm/Whatpm/HTML/ChangeLog 5 Sep 2009 09:26:12 -0000 2009-09-05 Wakaba <wakaba@suika.fam.cx> * Tokenizer.pm.src (_get_next_token): Implemented the "comment end bang state" (HTML5 revision 3191).
++ whatpm/t/ChangeLog 16 Aug 2009 05:21:53 -0000 * tokenizer-test-1.test: "<" in attribute names are now parse errors (HTML5 revision 3354). 2009-08-16 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/HTML/ChangeLog 16 Aug 2009 05:23:17 -0000 * Tokenizer.pm.src: Any "<" character in attribute names become parse error (HTML5 revision 3354). 2009-08-16 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 16 Aug 2009 04:05:04 -0000 * tree-test-1.dat, tree-test-3.dat, tree-test-flow.dat, tree-test-foreign.dat, tree-test-form.dat, tree-test-phrasing.dat, tokenizer-test-1.test, tokenizer-test-2.dat, tokenizer-test-3.dat: DOCTYPE names are now normalized to its lowercased form (HTML5 revision 2502). 2009-08-16 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/HTML/ChangeLog 16 Aug 2009 04:06:26 -0000 2009-08-16 Wakaba <wakaba@suika.fam.cx> * Tokenizer.pm.src: Lowercase-fold doctype names (HTML5 revision 2501, cf. HTML5 revision 3571).
++ whatpm/t/ChangeLog 5 Jul 2009 04:38:11 -0000 2009-07-05 Wakaba <wakaba@suika.fam.cx> * tokenizer-test-1.test: Updated the result (c.f. HTML5 revision 3121). ++ whatpm/Whatpm/HTML/ChangeLog 5 Jul 2009 04:38:33 -0000 2009-07-05 Wakaba <wakaba@suika.fam.cx> * Tokenizer.pm.src: Reduced the number of parse errors on broken DOCTYPE (HTML5 revision 3121).
++ whatpm/t/ChangeLog 2 Jul 2009 21:41:03 -0000 2009-07-03 Wakaba <wakaba@suika.fam.cx> * tokenizer-test-1.test: < in unquoted attribute value is no longer allowed (HTML5 revision 3206). ++ whatpm/Whatpm/HTML/ChangeLog 2 Jul 2009 21:42:34 -0000 2009-07-03 Wakaba <wakaba@suika.fam.cx> * Tokenizer.pm.src: "<" in unquoted attribute values is now treated as parse error (HTML5 revision 3206).
++ whatpm/t/ChangeLog 15 Oct 2008 12:49:07 -0000 * XML-Parser.t: "xml/doctypes-2.dat" added. * tokenizer-test-1.test: Keyword case-sensitivility tests added. 2008-10-15 Wakaba <wakaba@suika.fam.cx> ++ whatpm/t/xml/ChangeLog 15 Oct 2008 12:49:41 -0000 * doctypes-1.dat: A keyword case-sensitivility test added. * doctypes-2.dat: New test data file. 2008-10-15 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/HTML/ChangeLog 15 Oct 2008 12:46:53 -0000 * Tokenizer.pm.src: $self->{s_kwd} for non-DATA_STATE states are renamed as $self->{kwd} to avoid confliction. Don't raise case-sensitivity error for the keyword "DOCTYPE" in HTML mode. Support for internal subsets (internal subset itself only; no declaration in them is supported yet). Raise a parse error for non-uppercase keywords "PUBLIC" and "SYSTEM" in XML mode. Raise a parse error if no system identifier is specified for a DOCTYPE declaration with a public identifier. Don't close the DOCTYPE declaration by a ">" character in the system declaration in XML mode. 2008-10-15 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/XML/ChangeLog 15 Oct 2008 12:48:30 -0000 * Parser.pm.src: Typo fixed. 2008-10-15 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 22 Sep 2008 05:59:48 -0000 * tokenizer-test-1.test: Test data on invalid character references are added (cf. HTML5 revision 2138). * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5 revision 2138). 2008-09-22 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 22 Sep 2008 06:02:01 -0000 2008-09-22 Wakaba <wakaba@suika.fam.cx> * HTML.pm.src: Character references for non-space C0 characters, including U+000B VT, DEL character, noncharacter code points, are now converted to the U+FFFD character (cf. HTML5 revision 2138).
++ whatpm/t/ChangeLog 20 Sep 2008 09:28:04 -0000 * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5 revision 1738). 2008-09-20 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 20 Sep 2008 09:27:21 -0000 * HTML.pm.src: U+000B is no longer a space character (HTML5 revision 1738). 2008-09-20 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 30 Aug 2008 13:30:24 -0000 * tokenizer-test-1.dat: '"' and "'" at the end of attribute name (after another attribute) now raise parse error (HTML5 revision 2123). Empty unquoted attribute is no longer allowed (HTML5 revision 2122). * HTML-tokenizer.t: Hash keys were not sorted when dumped. 2008-08-30 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 30 Aug 2008 13:43:44 -0000 * HTML.pm.src: '"' and "'" at the end of attribute name (after another attribute) now raise parse error (HTML5 revision 2123). Empty unquoted attribute values are no longer allowed (HTML5 revision 2122). 2008-08-30 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 1 Jun 2008 06:46:25 -0000 * HTML-tokenizer.t, tokenizer-test-1.test: Update for new format. 2008-06-01 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 1 Jun 2008 06:39:50 -0000 * HTML.pm.src (_get_next_token): A parse error was missing. 2008-06-01 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 24 May 2008 10:09:03 -0000 * tokenizer-test-1.test: New test data on EOF in tags are added to cover changes in HTML5 revision 1684. 2008-05-24 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 24 May 2008 10:09:40 -0000 * HTML.pm.src: Support for EOF in new states for tags (HTML5 revision 1684). 2008-05-24 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 13 Apr 2008 10:11:49 -0000 * HTML-tokenizer.t: Raise a parse error if there are disallowed character (for compatibility with existing html5lib test data). * tokenizer-test-1.test: Some test results are updated with regard to parse errors on disallowed characters. * tokenizer-test-2.dat: Test data for disallowed characters are added (HTML5 revision 1263). 2008-04-13 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 13 Apr 2008 10:12:20 -0000 * HTML.pm.src: Raise an parse error for any disallowed character (HTML5 revision 1263). 2008-04-13 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 3 Mar 2008 11:49:36 -0000 * tokenizer-test-1.test: New test data are added to cover all possible cases. * HTML-tree.t: Support for test coverage. 2008-03-03 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 3 Mar 2008 11:56:09 -0000 * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints are set. Cases that are unlikely reached are noted as so. 2008-03-03 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 2 Mar 2008 23:42:50 -0000 2008-03-03 Wakaba <wakaba@suika.fam.cx> * tokenizer-test-1.test: New tests on trailing garbage after SYSTEM literal (HTML5 revision 1306) are added.
++ whatpm/t/ChangeLog 2 Mar 2008 14:06:22 -0000 * tokenizer-test-1.test: Tests for |<span ===>| is added (HTML5 revision 1292). Tests for & at the end of attribute value are added (HTML5 revision 1296). Tests for bogus comments are added (HTML5 revision 1297). Tests for |=| in unquoted attribute values are added (HTML5 revision 1299). Tests for single or double quotes in unquoted attribute values or attribute names and tests for missing spaces between attributes are added (HTML5 revision 1303). 2008-03-02 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 2 Mar 2008 14:05:38 -0000 * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision 1292). Entities are not parsed in comment-like part in RCDATA elements (HTML5 revision 1294). Allow bare & at the end of attribute value literals (HTML5 revision 1296). More quirks mode doctypes (HTML5 revision 1302). Requires spaces between attributes and ban attribute names or unquoted attribute values containing single or double quotes (HTML5 revision 1303). 2008-03-02 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 1 Mar 2008 00:26:59 -0000 2008-03-01 Wakaba <wakaba@suika.fam.cx> * tokenizer-test-1.test: Updated (HTML5 recision 1286). * content-model-2.dat: Updated (HTML5 revision 1275). ++ whatpm/Whatpm/ChangeLog 1 Mar 2008 00:19:36 -0000 2008-03-01 Wakaba <wakaba@suika.fam.cx> * _NamedEntityList.pm: Updated (HTML5 revision 1286). * HTML.pm.src: |charset| in |content| attribute is case-insensitive (HTML5 revision 1270). ++ whatpm/Whatpm/HTML/ChangeLog 1 Mar 2008 00:07:44 -0000 2008-03-01 Wakaba <wakaba@suika.fam.cx> * Serializer.pm (get_inner_html): Escape NBSP (HTML5 revision 1277). ++ whatpm/Whatpm/ContentChecker/ChangeLog 29 Feb 2008 23:29:54 -0000 2008-03-01 Wakaba <wakaba@suika.fam.cx> * HTML.pm: Sectioning root category added. |blockquote| is no longer a sectioning content.
++ whatpm/t/ChangeLog 29 Sep 2007 04:36:22 -0000 2007-09-29 Wakaba <wakaba@suika.fam.cx> * tokenizer-test-1.test: New tests for invalid attribute specifications are added. ++ whatpm/Whatpm/ChangeLog 29 Sep 2007 04:38:17 -0000 * ContentChecker.pm: Raise specific error for invalid root element. * SelectorsParser.pm: Pass an empty string as a prefix for lookup namespace prefix callback, for loose compatibility with the |NSResolver| interface. 2007-09-24 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ContentChecker/ChangeLog 29 Sep 2007 04:38:46 -0000 * Atom.pm (atom:link@title): Definition was missing. 2007-09-24 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 25 Aug 2007 03:04:11 -0000 * tokenizer-test-1.test: Two tests removed from |tokenizer/test2.test| are added. * tree-construction/, tokenizer/: Sync with latest html5lib. 2007-08-25 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 16 Jul 2007 07:03:04 -0000 * HTML-tokenizer.t: It now requires newer version of JSON.pm due to the broken handling for utf8 string of older version. Test data files |test3.test| and |test4.test| are added. Convert surrogate pair |\u| escapes in JSON file before it is input into JSON.pm parser since it does not decode them correctly. U+000D convertion was incorrect. * HTML-tree.t: Support for new format for fragment parsing tests. * Makefile (tokenizer-files): New test data files |test3.test| and |test4.test| are added. * tokenizer-test-1.test: Test data for bare |hcro| and entity references in attribute values are added. * tokenizer-test-2.dat: Test data for U+000D are added. 2007-07-16 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 16 Jul 2007 06:56:42 -0000 * HTML.pm.src: The character immediately following a bare |hcro| was discarded. Fix handling of entity references in attribute values. 2007-07-16 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 7 Jul 2007 13:35:29 -0000 2007-07-07 Wakaba <wakaba@suika.fam.cx> * tokenizer-test-1.test: A comment test is added. ++ whatpm/Whatpm/ChangeLog 7 Jul 2007 13:41:02 -0000 2007-07-07 Wakaba <wakaba@suika.fam.cx> * HTML.pm.src: |<!---x-->| was not processed correctly.
++ whatpm/t/ChangeLog 30 Jun 2007 12:28:52 -0000 2007-06-30 Wakaba <wakaba@suika.fam.cx> * URIChecker.t: Error level names in test results has been changed. * tokenizer-test-1.test: A test for bogus SYSTEM identifier is added. * content-model-1.dat, content-model-2.dat, content-model-3.dat, content-model-4.dat: Error messages has been changed. * ContentChecker.t: Appends error level to the error message if any. ++ whatpm/Whatpm/ChangeLog 30 Jun 2007 13:03:50 -0000 2007-06-30 Wakaba <wakaba@suika.fam.cx> * IMTChecker.pm: Report warning for unregistered and private types/subtypes. * ContentChecker.pm, HTML.pm.src, IMTChecker.pm, URIChecker.pm, HTMLTable.pm: Error messages are now consistent; they are all listed in <http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>.
++ whatpm/t/ChangeLog 24 Jun 2007 05:57:34 -0000 * tokenizer-test-1.test: Tests for HTML5 revisions 1.144 and 1.145 (CR and invalid character references) are added. Tests for HTML5 revision 1.148 (character references in attributes) are added. * tree-test-1.dat: Tests for HTML5 revision 1.146 (white space characters before root element start tag). 2007-06-24 Wakaba <wakaba@suika.fam.cx> revisions 1.142 and 1.143 (<noscript> in <head>). ++ whatpm/Whatpm/ChangeLog 24 Jun 2007 06:06:08 -0000 * HTML.pm.src: HTML5 revision 1.144 (
) and 1.145 (invalid character references). HTML5 revision 1.146 (white space characters before root start tag). HTML5 revision 1.148 (named character references in attribute values). HTML5 revision 1.152 (<plaintext>.innerHTML get). 2007-06-24 Wakaba <wakaba@suika.fam.cx> * HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript>
++ whatpm/t/ChangeLog 23 Jun 2007 14:23:56 -0000 * tokenizer-test-1.test: Tests for conforming bare |&| are added. * tree-test-1.dat: Tests for |</body>| are added. 2007-06-23 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 23 Jun 2007 14:24:52 -0000 * HTML.pm.src: HTML5 revision 916 (</body>). HTML5 revision 917 (conforming bare &). 2007-06-23 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 23 Jun 2007 12:56:46 -0000 * tree-test-1.dat: Always use uppercase document type name. 2007-06-23 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 23 Jun 2007 13:05:07 -0000 * NanoDOM.pm (manakai_is_html): Setting to false did not work. * HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA). HTML5 revision 915 (<nobr>). 2007-06-23 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 23 Jun 2007 11:53:34 -0000 * HTML-tokenizer.t: Support for new DOCTYPE token syntax. * tokenizer-test-1.test: Tests for DOCTYPE tokens are revised and added. 2007-06-23 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 23 Jun 2007 11:57:47 -0000 * HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode). * NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode): New attributes. 2007-06-23 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 23 Jun 2007 08:10:55 -0000 * tokenizer-test-1.test: Tests for |<| in tags are added. (HTML5 revisions 900, 901, 902, and 911.) 2007-06-23 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 23 Jun 2007 07:51:12 -0000 * HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (< in tags). 2007-06-23 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 23 Jun 2007 07:42:02 -0000 * tokenizer-test-1.test: |⟨|, and |&rlang;| tests are added. (HTML5 revision 895.) A test for |&;| is added. 2007-06-23 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 23 Jun 2007 07:40:34 -0000 * .cvsignore: |Entities.html| is added. * HTML.pm.src: |$entity_char| is removed and requires |Whatpm::_NamedEntityList| instead. HTML5 revision 898 (refc), except that lack of refc is parse error. * mkentitylist.pl: New script. * Makefile (all): |_NamedEntityList.pm| is added. (_NamedEntityList.pm, Entities.html): New rules. 2007-06-23 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 23 Jun 2007 06:37:09 -0000 * tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) * HTML-tree.t: Output test file names. Escaped new line at the end of test data was removed. * tokenizer-test-2.dat: Tests for newlines, NULL, and escape flag stuff in |set_inner_html|. 2007-06-23 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 23 Jun 2007 06:35:23 -0000 * HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt nodes before appended). Parser was not ready for NULL parse error and escape flag. * NanoDOM.pm (adopt_node): New. 2007-06-23 Wakaba <wakaba@suika.fam.cx>
++ 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>
++ whatpm/t/ChangeLog 23 Jun 2007 03:16:30 -0000 * tokenizer-test-1.test: Tests for C1 character references are added. 2007-06-23 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 23 Jun 2007 03:26:51 -0000 * HTML.pm.src: An error message was incorrect. HTML5 revision 869 (C1 character references). 2007-06-23 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 4 May 2007 09:15:43 -0000 2007-05-03 Wakaba <wakaba@suika.fam.cx> * tokenizer-test-1.test: Incorrect DOCTYPE testa are added. * tree-test-1.dat: |innerHTML| tests are added. 2007-05-03 Wakaba <wakaba@suika.fam.cx> * LICENSE: New document. ++ whatpm/Whatpm/ChangeLog 4 May 2007 09:13:06 -0000 2007-05-04 Wakaba <wakaba@suika.fam.cx> * NanoDOM.pm (manakai_parent_element, document_element, manakai_local_name, manakai_element_type_match): New method. 2007-05-03 Wakaba <wakaba@suika.fam.cx> * HTML.pm.src: Replace decimal and hexadecimal numeric entities in C1 range using Windows-1252 mapping. Bare LF did not count as new line for error reporting.
++ 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.
++ whatpm/What/ChangeLog 1 May 2007 06:20:06 -0000 2007-05-01 Wakaba <wakaba@suika.fam.cx> * NanoDOM.pm (last_child, previous_sibling): New attributes. (clone_node): Attribute nodes were not completely copied. * HTML.pm.src: Many bugs are fixed. ++ whatpm/t/ChangeLog 1 May 2007 06:21:52 -0000 2007-05-01 Wakaba <wakaba@suika.fam.cx> * HTML-tree.t: New test file is added. Sort key was incorrect. * HTML-tokenizer.t: New test file is added. * tokenizer-test-1.test, tree-test-1.dat: New tests.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |