A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
Validator.nu Unit Tests: Difference between revisions
Jump to navigation
Jump to search
(Start listing unit tests) |
|||
Line 7: | Line 7: | ||
==html5lib Tree Builder Tests== | ==html5lib Tree Builder Tests== | ||
The tree builder of the Validator.nu HTML Parser is tested using the [http://code.google.com/p/html5lib/source/browse/#svn/trunk/testdata/tree-construction | The tree builder of the Validator.nu HTML Parser is tested using the [http://code.google.com/p/html5lib/source/browse/#svn/trunk/testdata/tree-construction tree construction tests] hosted by the html5lib project. <code>nu.validator.htmlparser.test.TreeTester</code> is the test harness. |
Revision as of 08:43, 9 September 2008
Validator.nu has various places for unit tests.
html5lib Tokenizer Tests
The tokenizer of the Validator.nu HTML Parser is tested using the tokenizer tests hosted by the html5lib project. nu.validator.htmlparser.test.TokenizerTester
is the test harness.
html5lib Tree Builder Tests
The tree builder of the Validator.nu HTML Parser is tested using the tree construction tests hosted by the html5lib project. nu.validator.htmlparser.test.TreeTester
is the test harness.