/* 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'] = ""; testWhiteList["Bug 2702: Mismatched , and tags are invalid"] = "

texttextSomething in italicSomething mixed, even boldNow both

"; if (typeof module == "object") { module.exports.testWhiteList = testWhiteList; }