2011-12-01 10:58:12 +00:00
/ * A m a p o f t e s t t i t l e s a n d t h e i r m a n u a l l y v e r i f i e d o u t p u t . I f t h e p a r s e r
* output matches the expected output listed here , the test can be marked as
* passing in parserTests . js . * /
testWhiteList = { } ;
2011-12-01 11:47:22 +00:00
// The nesting of italic/bold tags is changed in this test, but the resulting
// formatting is identical
2011-12-12 20:53:14 +00:00
testWhiteList [ "Italics and bold" ] = "<ul><li> plain</li><li> plain<i>italic</i>plain</li><li> plain<i>italic</i>plain<i>italic</i>plain</li><li> plain<b>bold</b>plain</li><li> plain<b>bold</b>plain<b>bold</b>plain</li><li> plain<i>italic</i>plain<b>bold</b>plain</li><li> plain<b>bold</b>plain<i>italic</i>plain</li><li> plain<i>italic<b>bold-italic</b>italic</i>plain</li><li> plain<b>bold<i>bold-italic</i>bold</b>plain</li><li> plain<i><b>bold-italic</b>italic</i>plain</li><li> plain<i><b>bold-italic</b></i><b>bold</b>plain</li><li> plain<i>italic<b>bold-italic</b></i>plain</li><li> plain<b>bold<i>bold-italic</i></b>plain</li><li> plain l'<i>italic</i>plain</li><li> plain l'<b>bold</b> plain</li></ul>" ;
2011-12-01 10:58:12 +00:00
2012-02-13 13:54:07 +00:00
testWhiteList [ "Bug 2702: Mismatched <i>, <b> and <a> tags are invalid" ] = "<p><i><a href=\"http://example.com\">text</a></i><a href=\"http://example.com\" data-mw-sourcePos=\"30:61\"><b>text</b></a><i data-mw-sourcePos=\"62:106\">Something <a href=\"http://example.com\">in italic</a></i><i data-mw-sourcePos=\"107:164\">Something <a href=\"http://example.com\">mixed</a></i><a href=\"http://example.com\"><b>, even bold</b></a><i data-mw-sourcePos=\"165:204\"><b data-mw-sourcePos=\"165:204\">Now <a href=\"http://example.com\">both</a></b></i></p>" ;
2011-12-01 14:25:59 +00:00
2012-02-13 13:54:07 +00:00
testWhiteList [ "Unclosed and unmatched quotes" ] = "<p data-mw-sourcePos=\"0:66\"><i><b>Bold italic text </b>with bold deactivated<b> in between.</b></i></p><p><i><b>Bold italic text </b></i><b>with italic deactivated<i> in between.</i></b></p><p><b>Bold text..</b></p><p>..spanning two paragraphs (should not work).<b></b></p><p><b>Bold tag left open</b></p><p><i>Italic tag left open</i></p><p>Normal text.<!-- Unmatching number of opening, closing tags: -->\n</p><p><b>This year'</b>s election <i>should</i> beat <b>last year'</b>s.</p><p><i>Tom<b>s car is bigger than </b></i><b>Susan</b>s.</p>" ;
2011-12-06 22:05:43 +00:00
2012-01-04 14:09:05 +00:00
// The expected result for this test is really broken html.
2012-02-13 13:54:07 +00:00
testWhiteList [ "Link containing double-single-quotes '' in text embedded in italics (bug 4598 sanity check)" ] = "<p data-mw-sourcePos=\"0:45\"><i>Some <a data-mw-type=\"internal\" href=\"Link\">pretty </a></i><a data-mw-type=\"internal\" href=\"Link\">italics<i> and stuff</i></a><i>!</i></p>" ;
2011-12-07 11:44:38 +00:00
testWhiteList [ "External link containing double-single-quotes in text embedded in italics (bug 4598 sanity check)" ] = "<p><i>Some <a href=\"http://example.com/\">pretty </a></i><a href=\"http://example.com/\">italics<i> and stuff</i></a><i>!</i></p>" ;
2011-12-12 20:53:14 +00:00
// This is a rare edge case, and the new behavior is arguably more consistent
2012-01-04 14:09:05 +00:00
testWhiteList [ "5 quotes, code coverage +1 line" ] = "<p>'<i></i></p>" ;
2011-12-07 11:44:38 +00:00
2012-01-17 20:01:21 +00:00
// The comment in the test already suggests this result as correct, but
// supplies the old result without preformatting.
2012-02-13 13:54:07 +00:00
testWhiteList [ "Bug 6200: Preformatted in <blockquote>" ] = "<blockquote data-mw-sourcePos=\"0:12\"><pre>\nBlah</pre></blockquote>" ;
2012-01-17 20:01:21 +00:00
2011-12-07 11:44:38 +00:00
2011-12-06 22:05:43 +00:00
// empty table tags / with only a caption are legal in HTML5.
testWhiteList [ "A table with no data." ] = "<table></table>" ;
testWhiteList [ "A table with nothing but a caption" ] = "<table><caption> caption</caption></table>" ;
2012-02-13 13:54:07 +00:00
testWhiteList [ "Fuzz testing: Parser22" ] = "<p data-mw-sourcePos=\"0:23\"><a href=\"http://===r:::https://b\">http://===r:::https://b</a></p><table></table>" ;
2011-12-06 22:05:43 +00:00
2011-12-07 11:44:38 +00:00
// MediaWiki changes the order of attributes in tables, ignore that
testWhiteList [ "Multiplication table" ] = "<table border=\"1\" cellpadding=\"2\"><caption>Multiplication table</caption><tbody><tr><th> × </th><th> 1 </th><th> 2 </th><th> 3</th></tr><tr><th> 1</th><td> 1 </td><td> 2 </td><td> 3</td></tr><tr><th> 2</th><td> 2 </td><td> 4 </td><td> 6</td></tr><tr><th> 3</th><td> 3 </td><td> 6 </td><td> 9</td></tr><tr><th> 4</th><td> 4 </td><td> 8 </td><td> 12</td></tr><tr><th> 5</th><td> 5 </td><td> 10 </td><td> 15</td></tr></tbody></table>" ;
testWhiteList [ "Nested table" ] = "<table border=\"1\"><tbody><tr><td> α </td><td><table bgcolor=\"#ABCDEF\" border=\"2\"><tbody><tr><td>nested</td></tr><tr><td>table</td></tr></tbody></table></td><td>the original table again</td></tr></tbody></table>" ;
2011-12-22 11:43:55 +00:00
// Very minor whitespace difference at end of cell (MediaWiki inserts a
// newline before the close tag even if there was no trailing space in the cell)
2012-02-13 13:54:07 +00:00
testWhiteList [ "Table rowspan" ] = "<table border=\"1\" data-mw-sourcePos=\"0:121\"><tbody><tr><td> Cell 1, row 1 </td><td rowspan=\"2\"> Cell 2, row 1 (and 2) </td><td> Cell 3, row 1 </td></tr><tr><td> Cell 1, row 2 </td><td> Cell 3, row 2 </td></tr></tbody></table>" ;
2011-12-22 11:43:55 +00:00
// Inter-element whitespace only
testWhiteList [ "Indented table markup mixed with indented pre content (proposed in bug 6200)" ] = " \n\n<table><tbody><tr><td><pre>\nText that should be rendered preformatted\n</pre></td></tr></tbody></table>" ;
2011-12-07 11:44:38 +00:00
/* Missing token transform functionality */
// We don't implement percent encoding for URIs yet.
2012-02-13 13:54:07 +00:00
testWhiteList [ "Link containing double-single-quotes '' (bug 4598)" ] = "<p><a data-mw-type=\"internal\" href=\"Lista d''e paise d''o munno\">Lista d''e paise d''o munno</a></p>" ;
2011-12-07 11:44:38 +00:00
2012-02-13 13:54:07 +00:00
testWhiteList [ "Link containing \"<#\" and \">#\" as a hex sequences" ] = "<p><a data-mw-type=\"internal\" href=\"<%23\"><%23</a><a data-mw-type=\"internal\" href=\">%23\">>%23</a></p>" ;
2011-12-07 11:44:38 +00:00
// Sanitizer
testWhiteList [ "Invalid attributes in table cell (bug 1830)" ] = "<table><tbody><tr><td Cell:=\"\">broken</td></tr></tbody></table>" ;
testWhiteList [ "Table security: embedded pipes (http://lists.wikimedia.org/mailman/htdig/wikitech-l/2006-April/022293.html)" ] = "<table><tbody><tr><td> |<a href=\"ftp://|x||\">[1]</a>\" onmouseover=\"alert(document.cookie)\">test</td></tr></tbody></table>" ;
// Sanitizer, but UTF8 in link might actually be ok in HTML5
2012-02-13 13:54:07 +00:00
testWhiteList [ "External link containing double-single-quotes with no space separating the url from text in italics" ] = "<p><a href=\"http://www.musee-picasso.fr/pages/page_id18528_u1l2.htm\"><i>La muerte de Casagemas</i> (1901) en el sitio de </a><a data-mw-type=\"internal\" href=\"Museo Picasso (París)\">Museo Picasso</a>.</p>" ;
2011-12-07 11:44:38 +00:00
2012-02-07 10:28:23 +00:00
// plain percent sign is also valid in HTML5
2012-02-13 13:54:07 +00:00
testWhiteList [ "Bug 4781, 5267: %28, %29 in URL" ] = "<p><a href=\"http://www.example.com/?title=Ben-Hur_(1959_film)\" data-mw-sourcePos=\"0:53\">http://www.example.com/?title=Ben-Hur_(1959_film)</a></p>" ;
2012-02-07 10:28:23 +00:00
2012-02-13 13:54:07 +00:00
testWhiteList [ "External links: wiki links within external link (Bug 3695)" ] = "<p><a href=\"http://example.com\" data-mw-type=\"external\" data-mw-sourcePos=\"0:54\"></a><a data-mw-type=\"internal\" href=\"wikilink\">wikilink</a> embedded in ext link</p>" ;
2012-02-07 10:28:23 +00:00
2012-02-13 13:54:07 +00:00
testWhiteList [ "Bug 4781, 5267: %25 in URL" ] = "<p><a href=\"http://www.example.com/?title=100%_Bran\" data-mw-sourcePos=\"0:41\">http://www.example.com/?title=100%_Bran</a></p>" ;
2012-02-07 10:28:23 +00:00
2012-02-20 22:26:24 +00:00
testWhiteList [ "<pre> with forbidden attribute values (bug 3202)" ] = "<pre width=\"8\" style=\"\">Narrow screen goodies</pre>" ;
2011-12-07 11:44:38 +00:00
2011-12-01 10:58:12 +00:00
if ( typeof module == "object" ) {
module . exports . testWhiteList = testWhiteList ;
}