wiki.techinc.nl/tests/parser
Brion Vibber 3e7276208a Followup to r86061: add parser test case to confirm that '&apos' in wikitext doesn't make it to output.
''' is not defined in HTML 4, and some browsers (for instance IE at least through 8) do not support it.
It is however part of XML 1 (and thus XHTML 1), and is also defined in HTML 5 provisional, so it's fine to accept it.

Normalization seems to already handle turning the ' named char reference into ' so we don't have any compatibility worries.

Also added a comment on the def in Sanitizer that it shouldn't be used in output.
2011-06-07 20:11:24 +00:00
..
preprocess Follow up r87220. r86795 tests are now embedded into PreprocessorTest.php 2011-05-03 19:53:13 +00:00
extraParserTests.txt Kill off Linker::getExternalLinkAttributes. 2011-02-05 23:06:36 +00:00
parserTest.inc Per comment on r87680: make parser tests work again. 2011-05-23 17:22:14 +00:00
parserTests.txt Followup to r86061: add parser test case to confirm that '&apos' in wikitext doesn't make it to output. 2011-06-07 20:11:24 +00:00
parserTestsParserHook.php Follow up to r81829. Poison var_dump, so that debug statements like r81671 can be easily detected. 2011-02-09 17:36:25 +00:00
parserTestsStaticParserHook.php