wiki.techinc.nl/tests/parser
C. Scott Ananian fb125de072 Allow HTML5 <rtc> tag (ruby support for East Asian typography).
We currently allow <ruby>, <rt>, <rb>, and <rp> but not the W3C HTML5
<rtc> element.  Fix that.

(Note that <rb> and <rtc> are new additions to HTML5 which currently
appear in the W3C but not the WHATWG version of the HTML5 spec.
Support for these has already been merged in gecko and webkit and
the editor plans to update the WHATWG spec.)

Bug: 67042
Change-Id: I8c0e65d782b6d23057a9723b87323b28e8bf8852
2014-07-02 18:45:14 -04:00
..
preprocess Removing all disambiguation code from core 2013-09-05 14:07:51 -07:00
extraParserTests.txt Kill off Linker::getExternalLinkAttributes. 2011-02-05 23:06:36 +00:00
parserTest.inc Add parser test for "extra interlanguage links". 2014-06-26 22:46:13 +00:00
ParserTestResult.php Fixed some @params documentation (tests) 2014-04-17 20:43:42 +02:00
parserTests.txt Allow HTML5 <rtc> tag (ruby support for East Asian typography). 2014-07-02 18:45:14 -04:00
parserTestsParserHook.php Update formatting 2013-02-14 12:22:13 +01:00
README tip to run parser tests 2012-01-09 12:47:21 +00:00

Parser tests are run using our PHPUnit test suite in tests/phpunit:

 $ cd tests/phpunit
 ./phpunit.php --group Parser

You can optionally filter by title using --regex. I.e. :

 ./phpunit.php --group Parser --regex="Bug 6200"