This test demonstrates a bug with image link, list item, and table cell parsing when language converter markup is present. The test is disabled until the bug is fixed. Bug: 52661 Change-Id: I2da85ab6ba58639d6959f1abb41461c76b3bf177 |
||
|---|---|---|
| .. | ||
| preprocess | ||
| extraParserTests.txt | ||
| parserTest.inc | ||
| ParserTestResult.php | ||
| parserTests.txt | ||
| parserTestsParserHook.php | ||
| README | ||
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"