/* A map of test titles and their manually verified output. If the parser * output matches the expected output listed here, the test can be marked as * passing in parserTests.js. */ testWhiteList = {}; // The nesting of italic/bold tags is changed in this test, but the resulting // formatting is identical testWhiteList['Italics and bold'] = ""; // We don't care about existing or non-existing pages for now, so don't fail // on missing redlink testWhiteList["Definition list with wikilink containing colon"] = "
Help:FAQ
The least-read page on Wikipedia
"; if (typeof module == "object") { module.exports.testWhiteList = testWhiteList; }