test that preloaded text is unstripped
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 24 Oct 2011 10:51:46 +0000 (10:51 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 24 Oct 2011 10:51:46 +0000 (10:51 +0000)
commit874ae7a73147063ee8adff5a581d113cfcf79203
tree4f58de5dd6bca26af58fb29a8cd43b8178a40b52
parentae87825ed967a5cb4fff653196572141f831d221
test that preloaded text is unstripped

bug 27467 reported our preloaded system did not unstrip <nowiki>
or <pre> enclosed text. The fix was applied by r82473.
tests/phpunit/includes/parser/ParserPreloadTest.php [new file with mode: 0644]