1 # MediaWiki Parser test cases
2 # Some taken from http://meta.wikimedia.org/wiki/Parser_testing
3 # All (C) their respective authors and released under the GPL
5 # The syntax should be fairly self-explanatory.
7 # Currently supported test options:
8 # One of the following three:
10 # (default) generate HTML output
11 # pst apply pre-save transform
12 # msg apply message transform
14 # Plus any combination of these:
16 # cat add category links
17 # (ignored by Parsoid, since it emits <link>s)
18 # ill add inter-language links
19 # (ignored by Parsoid, since it emits <link>s)
20 # subpage enable subpages (disabled by default)
21 # title=[[XXX]] run test using article title XXX
22 # language=XXX set content language to XXX for this test
23 # variant=XXX set the variant of language for this test (eg zh-tw)
24 # disabled do not run test
25 # parsoid parsoid-specific options (not run by PHP parser unless
26 # the test includes an html/php section)
27 # php php-only test (not run by the parsoid parser unless
28 # the test includes an html/parsoid section)
29 # showtitle make the first line the title
30 # showindicators make the first lines the page status indicators
31 # comment run through Linker::formatComment() instead of main parser
32 # local format section links in edit comment text as local links
33 # notoc disable table of contents
34 # thumbsize=NNN set the default thumb size to NNNpx for this test
36 # You can also set the following parser properties via test options:
37 # wgEnableUploads, wgAllowExternalImages, wgMaxTocLevel,
38 # wgLinkHolderBatchSize, wgRawHtml
40 # For testing purposes, temporary articles can created:
41 # !!article / NAMESPACE:TITLE / !!text / ARTICLE TEXT / !!endarticle
42 # where '/' denotes a newline.
44 # This is the standard article assumed to exist.
81 MediaWiki:bad image list
83 * [[File:Bad.jpg]] except [[Nasty page]]
111 Template:echo_with_span
117 Template:echo_with_div
130 Template:table_attribs
133 |</noinclude>style="color:red;"|Foo
137 Template:table_attribs_2
140 |</noinclude>style="color:red;"|Foo
145 Template:table_attribs_3
148 |</noinclude>style{{=}}"background:#f9f9f9;"|Foo
152 Template:table_attribs_4
154 | style="background-color:#DC241f;" width="10px" |
158 Template:table_attribs_5
161 |</noinclude>style="color:red;"||Bar
165 Template:table_attribs_6
167 style="background: <nowiki>
174 Template:table_attribs_7
177 |</noinclude>style{{=}}"background:#f9f9f9;"|Foo<ref>foo</ref>
181 Template:table_header_cells
183 {{table_attribs}}!!style='color:red;'|''Bar''||style='color:brown;'|''Foo'' and Baz
189 {{table_attribs}}||style='color:red;'|''Bar''||style='color:brown;'|''Foo'' and Baz
193 Template:PartialTable
200 Template:image_attribs
203 [[File:foobar.jpg|</noinclude>right|Caption text<noinclude>]]</noinclude>
206 ## See T48811 for details
208 Template:mixed_attr_content_template
210 style="color:red;" title="T48811"
216 Template:definition_list
263 Template:EmptyTRWithHTMLAttrTest
266 <tr align="center"></tr>
267 <tr><td>foo</td></tr>
268 <tr align="center"></tr>
269 <tr><td>bar</td></tr>
286 This is a simple paragraph.
288 <p>This is a simple paragraph.
293 Paragraphs with extra newline spacing
316 Paragraphs with newline spacing with comment lines in between
324 <!--foo--><!--More than 1 comment, still stripped-->
328 <!--foo--> <!----> <!-- bar -->
389 Paragraphs with newline spacing with non-empty white-space lines in between
416 Paragraphs with newline spacing with non-empty mixed comment and white-space lines in between
424 <!--foo--><!--More than 1 comment doesn't disable stripping of this line!-->
463 Extra newlines: More paragraphs with indented comment
478 Extra newlines followed by heading
493 <h1><span class="mw-headline" id="b">b</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: b">edit</a><span class="mw-editsection-bracket">]</span></span></h1>
494 <p><a href="/index.php?title=A&action=edit&redlink=1" class="new" title="A (page does not exist)">a</a>
497 <h1><span class="mw-headline" id="b_2">b</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: b">edit</a><span class="mw-editsection-bracket">]</span></span></h1>
502 Extra newlines between heading and content are swallowed
510 <h1><span class="mw-headline" id="b">b</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: b">edit</a><span class="mw-editsection-bracket">]</span></span></h1>
511 <p><a href="/index.php?title=A&action=edit&redlink=1" class="new" title="A (page does not exist)">a</a>
518 http://fr.wikipedia.org/wiki/🍺
519 <!-- EasterEgg we love beer, better be able be able to link to it -->
521 <p><a rel="nofollow" class="external free" href="http://fr.wikipedia.org/wiki/🍺">http://fr.wikipedia.org/wiki/🍺</a>
525 # Note that the html+tidy output removes the spaces after the <li>,
526 # which is a bug (http://sourceforge.net/p/tidy/bugs/945/, etc).
527 # This is an issue for all tests with lists. We intentionally do
528 # *not* add html+tidy clauses for these, as we don't want to
529 # document/test the broken behavior. (Parsoid matches the non-tidy
530 # output in these cases.)
539 <li> Item 2</li></ul>
547 * plain''italic''plain
548 * plain''italic''plain''italic''plain
549 * plain'''bold'''plain
550 * plain'''bold'''plain'''bold'''plain
551 * plain''italic''plain'''bold'''plain
552 * plain'''bold'''plain''italic''plain
553 * plain''italic'''bold-italic'''italic''plain
554 * plain'''bold''bold-italic''bold'''plain
555 * plain'''''bold-italic'''italic''plain
556 * plain'''''bold-italic''bold'''plain
557 * plain''italic'''bold-italic'''''plain
558 * plain'''bold''bold-italic'''''plain
559 * plain l'''italic''plain
560 * plain l''''bold''' plain
563 <li> plain<i>italic</i>plain</li>
564 <li> plain<i>italic</i>plain<i>italic</i>plain</li>
565 <li> plain<b>bold</b>plain</li>
566 <li> plain<b>bold</b>plain<b>bold</b>plain</li>
567 <li> plain<i>italic</i>plain<b>bold</b>plain</li>
568 <li> plain<b>bold</b>plain<i>italic</i>plain</li>
569 <li> plain<i>italic<b>bold-italic</b>italic</i>plain</li>
570 <li> plain<b>bold<i>bold-italic</i>bold</b>plain</li>
571 <li> plain<i><b>bold-italic</b>italic</i>plain</li>
572 <li> plain<b><i>bold-italic</i>bold</b>plain</li>
573 <li> plain<i>italic<b>bold-italic</b></i>plain</li>
574 <li> plain<b>bold<i>bold-italic</i></b>plain</li>
575 <li> plain l'<i>italic</i>plain</li>
576 <li> plain l'<b>bold</b> plain</li></ul>
580 # this example taken from the [[simple:Moon]] article (bug 47326)
582 Italics and possessives (1)
584 obtained by ''[[Lunar Prospector]]'''s gamma-ray spectrometer
586 <p>obtained by <i><a href="/index.php?title=Lunar_Prospector&action=edit&redlink=1" class="new" title="Lunar Prospector (page does not exist)">Lunar Prospector</a>'</i>s gamma-ray spectrometer
590 # this example taken from [[en:Flaming Pie]] (bug 49926)
592 Italics and possessives (2)
594 '''''Flaming Pie''''' is ... released in 1997. In ''Flaming Pie'''s liner notes
596 <p><i><b>Flaming Pie</b></i> is ... released in 1997. In <i>Flaming Pie'</i>s liner notes
600 # this example taken from [[en:Dictionary]] (bug 49926)
602 Italics and possessives (3)
604 The first monolingual dictionary written in a Romance language was ''Sebastián Covarrubias''' ''Tesoro de la lengua castellana o española'', published in 1611 in Madrid. In 1612 the first edition of the ''Vocabolario dell'[[Accademia della Crusca]]'', for Italian, was published. In 1690 in Rotterdam was published, posthumously, the ''Dictionnaire Universel''.
606 <p>The first monolingual dictionary written in a Romance language was <i>Sebastián Covarrubias'</i> <i>Tesoro de la lengua castellana o española</i>, published in 1611 in Madrid. In 1612 the first edition of the <i>Vocabolario dell'<a href="/index.php?title=Accademia_della_Crusca&action=edit&redlink=1" class="new" title="Accademia della Crusca (page does not exist)">Accademia della Crusca</a></i>, for Italian, was published. In 1690 in Rotterdam was published, posthumously, the <i>Dictionnaire Universel</i>.
612 ### 2-quote opening sequence tests
615 Italics and bold: 2-quote opening sequence: (2,2)
624 Italics and bold: 2-quote opening sequence: (2,3)
633 Italics and bold: 2-quote opening sequence: (2,4)
643 # same html as previous, but wikitext adjusted to match parsoid html2wt
645 Italics and bold: 2-quote opening sequence: (2,4) w/ nowiki
647 ''foo<nowiki>''</nowiki>''
653 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
655 Italics and bold: 2-quote opening sequence: (2,5)
668 # same html as previous, but wikitext adjusted to match parsoid html2wt
670 Italics and bold: 2-quote opening sequence: (2,5+3) w/ nowiki
672 ''foo'''''<nowiki/>'''
683 ### 3-quote opening sequence tests
687 Italics and bold: 3-quote opening sequence: (3,2)
696 Italics and bold: 3-quote opening sequence: (3,3)
705 Italics and bold: 3-quote opening sequence: (3,4)
713 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
715 Italics and bold: 3-quote opening sequence: (3,5)
728 # same html as previous, but wikitext adjusted to match parsoid html2wt
730 Italics and bold: 3-quote opening sequence: (3,5+2) w/ nowiki
732 '''foo'''''<nowiki/>''
743 ### 4-quote opening sequence tests
747 Italics and bold: 4-quote opening sequence: (4,2)
757 # same html as previous, but wikitext adjusted to match parsoid html2wt
759 Italics and bold: 4-quote opening sequence: (4,2) w/ nowiki
761 <nowiki>''</nowiki>''foo''
768 Italics and bold: 4-quote opening sequence: (4,3)
777 Italics and bold: 4-quote opening sequence: (4,4)
787 # same html as previous, but wikitext adjusted to match parsoid html2wt
789 Italics and bold: 4-quote opening sequence: (4,4) w/ nowiki
797 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
799 Italics and bold: 4-quote opening sequence: (4,5)
808 <p>'<b>foo</b><i></i>
812 # same html as previous, but wikitext adjusted to match parsoid html2wt
814 Italics and bold: 4-quote opening sequence: (4,5+2) w/ nowiki
816 '<nowiki/>'''foo'''''<nowiki/>''
821 <p>'<b>foo</b><i></i>
827 ### 5-quote opening sequence tests
831 Italics and bold: 5-quote opening sequence: (5,2)
841 # same html as previous, but wikitext adjusted to match parsoid html2wt
843 Italics and bold: 5-quote opening sequence: (5,2+3)
852 Italics and bold: 5-quote opening sequence: (5,3)
862 # same html as previous, but wikitext adjusted to match parsoid html2wt
864 Italics and bold: 5-quote opening sequence: (5,3+2)
873 Italics and bold: 5-quote opening sequence: (5,4)
879 <p><i><b>foo'</b></i>
884 Italics and bold: 5-quote opening sequence: (5,5)
893 Italics and bold: 5-quote opening sequence: (5,6)
897 <p><i><b>foo'</b></i>
902 ### multiple quote sequences in a line
905 Italics and bold: multiple quote sequences: (2,4,2)
911 <p><i>foo'<b>bar</b></i>
916 # same html as previous, but wikitext adjusted to match parsoid html2wt
918 Italics and bold: multiple quote sequences: (2,4,2+3) w/ nowiki
920 ''foo'<nowiki/>'''bar'''''
922 <p><i>foo'<b>bar</b></i>
928 Italics and bold: multiple quote sequences: (2,4,3)
934 <p><i>foo'<b>bar</b></i>
939 # same html as previous, but wikitext adjusted to match parsoid html2wt
941 Italics and bold: multiple quote sequences: (2,4,3+2) w/ nowiki
943 ''foo'<nowiki/>'''bar'''''
945 <p><i>foo'<b>bar</b></i>
951 Italics and bold: multiple quote sequences: (2,4,4)
957 <p><i>foo'<b>bar'</b></i>
962 # same html as previous, but wikitext adjusted to match parsoid html2wt
964 Italics and bold: multiple quote sequences: (2,4,4+2) w/ nowiki
966 ''foo'<nowiki/>'''bar'<nowiki/>'''''
968 <p><i>foo'<b>bar'</b></i>
973 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
975 Italics and bold: multiple quote sequences: (3,4,2)
984 <p><b>foo'</b>bar<i></i>
988 # same html as previous, but wikitext adjusted to match parsoid html2wt
990 Italics and bold: multiple quote sequences: (3,4,2+2) w/ nowiki
994 '''<nowiki>foo'</nowiki>'''bar''<nowiki/>''
999 <p><b><span typeof="mw:Nowiki">foo'</span></b>bar<i></i>
1004 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
1006 Italics and bold: multiple quote sequences: (3,4,3)
1015 <p><b>foo'</b>bar<b></b>
1019 # same html as previous, but wikitext adjusted to match parsoid html2wt
1021 Italics and bold: multiple quote sequences: (3,4,3+3) w/ nowiki
1023 '''<nowiki>foo'</nowiki>'''bar'''<nowiki/>'''
1028 <p><b><span typeof="mw:Nowiki">foo'</span></b>bar<b></b>
1033 ### other quote tests
1036 Italics and bold: other quote tests: (2,3,5)
1038 ''this is about '''foo's family'''''
1040 <p><i>this is about <b>foo's family</b></i>
1046 Italics and bold: other quote tests: (2,(3,3),2)
1048 ''this is about '''foo's''' family''
1050 <p><i>this is about <b>foo's</b> family</i>
1056 Italics and bold: other quote tests: (3,2,3,2)
1060 '''this is about ''foo'''s family''
1062 <p><b>this is about <i>foo</i></b><i>s family</i>
1067 # same html as previous, but wikitext adjusted to match parsoid html2wt
1069 Italics and bold: other quote tests: (3,2,3+2+2,2)
1071 '''this is about ''foo'''''<nowiki/>''s family''
1073 <p><b>this is about <i>foo</i></b><i>s family</i>
1079 Italics and bold: other quote tests: (3,2,3,3)
1081 '''this is about ''foo'''s family'''
1083 <p>'<i>this is about </i>foo<b>s family</b>
1089 Italics and bold: other quote tests: (3,(2,2),3)
1091 '''this is about ''foo's'' family'''
1093 <p><b>this is about <i>foo's</i> family</b>
1099 Italicized possessive
1101 The ''[[Main Page]]'''s talk page.
1103 <p>The <i><a href="/wiki/Main_Page" title="Main Page">Main Page</a>'</i>s talk page.
1106 <p>The <i><a rel="mw:WikiLink" href="Main_Page" title="Main Page">Main Page</a>'</i>s talk page.</p>
1110 Parsoid only: Quote balancing context should be restricted to td/th cells on the same wikitext line
1111 (Requires tidy for PHP parser output to be fixed up)
1113 parsoid=wt2html,wt2wt
1130 <tbody><tr><th><i>a</i></th><th><i>b</i></th>
1131 <td><i>a</i></td><td><i>b</i></td></tr>
1140 Non-html5 tags should be accepted
1142 <center>''foo''</center>
1144 <font>''foo''</font>
1145 <strike>''foo''</strike>
1148 <center><i>foo</i></center>
1149 <p><big><i>foo</i></big>
1150 <font><i>foo</i></font>
1151 <strike><i>foo</i></strike>
1157 <wbr> is valid wikitext (bug 52468)
1165 # <strike> is HTML4, <s> is HTML4/5.
1167 <s> or <strike> for strikethrough
1169 <strike>strike</strike>
1173 <p><strike>strike</strike>
1181 Text-level semantic html elements in wikitext
1184 <strong>text</strong>
1200 <ruby><rb>明日</rb><rp>(</rp><rt>Ashita</rt><rp> </rp><rtc>あした</rtc><rp>)</rp></ruby>
1207 <strong>text</strong>
1223 <ruby><rb>明日</rb><rp>(</rp><rt>Ashita</rt><rp> </rp><rtc>あした</rtc><rp>)</rp></ruby>
1231 # test cases taken from
1232 # http://www.w3.org/TR/html5/text-level-semantics.html#the-ruby-element
1234 Ruby markup (W3C-style)
1236 ; Mono-ruby for individual base characters
1237 : <ruby>日<rt>に</rt>本<rt>ほん</rt>語<rt>ご</rt></ruby>
1239 : <ruby>今日<rt>きょう</rt></ruby>
1241 : <ruby>法<rb>華</rb><rb>経</rb><rt>ほ</rt><rt>け</rt><rt>きょう</rt></ruby>
1243 : <ruby>東<rb>京</rb><rp>(</rp><rt>とう</rt><rt>きょう</rt><rp>)</rp></ruby>
1245 : <ruby><rb>旧</rb><rb>金</rb><rb>山</rb><rt>jiù</rt><rt>jīn</rt><rt>shān</rt><rtc>San Francisco</rtc></ruby>
1247 <rb>♥</rb><rtc><rt>Heart</rt></rtc><rtc lang="fr"><rt>Cœur</rt></rtc>
1248 <rb>☘</rb><rtc><rt>Shamrock</rt></rtc><rtc lang="fr"><rt>Trèfle</rt></rtc>
1249 <rb>✶</rb><rtc><rt>Star</rt></rtc><rtc lang="fr"><rt>Étoile</rt></rtc>
1252 <dl><dt> Mono-ruby for individual base characters</dt>
1253 <dd> <ruby>日<rt>に</rt>本<rt>ほん</rt>語<rt>ご</rt></ruby></dd>
1254 <dt> Group ruby</dt>
1255 <dd> <ruby>今日<rt>きょう</rt></ruby></dd>
1256 <dt> Jukugo ruby</dt>
1257 <dd> <ruby>法<rb>華</rb><rb>経</rb><rt>ほ</rt><rt>け</rt><rt>きょう</rt></ruby></dd>
1258 <dt> Inline ruby</dt>
1259 <dd> <ruby>東<rb>京</rb><rp>(</rp><rt>とう</rt><rt>きょう</rt><rp>)</rp></ruby></dd>
1260 <dt> Double-sided ruby</dt>
1261 <dd> <ruby><rb>旧</rb><rb>金</rb><rb>山</rb><rt>jiù</rt><rt>jīn</rt><rt>shān</rt><rtc>San Francisco</rtc></ruby></dd></dl>
1263 <rb>♥</rb><rtc><rt>Heart</rt></rtc><rtc lang="fr"><rt>Cœur</rt></rtc>
1264 <rb>☘</rb><rtc><rt>Shamrock</rt></rtc><rtc lang="fr"><rt>Trèfle</rt></rtc>
1265 <rb>✶</rb><rtc><rt>Star</rt></rtc><rtc lang="fr"><rt>Étoile</rt></rtc>
1270 # The next two test different paths in the sanitizer.
1272 Non-word characters don't terminate tag names (bug 17663, 40670, 52022)
1274 <blockquote|>a</blockquote>
1276 <b→> doesn't terminate </b→>
1278 <bä> doesn't terminate </bä>
1280 <boo> doesn't terminate </boo>
1282 <s.foo> doesn't terminate </s.foo>
1286 <p><blockquote|>a</blockquote>
1287 </p><p><b→> doesn't terminate </b→>
1288 </p><p><bä> doesn't terminate </bä>
1289 </p><p><boo> doesn't terminate </boo>
1290 </p><p><s.foo> doesn't terminate </s.foo>
1291 </p><p><sub-ID#1>
1295 # There is a tidy bug here: http://sourceforge.net/p/tidy/bugs/946/
1296 # If the non-word-character tag made it through the sanitizer, tidy
1297 # would munge it up.
1299 Non-word characters don't terminate tag names + tidy
1301 <blockquote|>a</blockquote>
1303 <b→> doesn't terminate </b→>
1305 <bä> doesn't terminate </bä>
1307 <boo> doesn't terminate </boo>
1309 <s.foo> doesn't terminate </s.foo>
1313 <p><blockquote|>a</p>
1314 <p><b→> doesn't terminate </b→></p>
1315 <p><bä> doesn't terminate </bä></p>
1316 <p><boo> doesn't terminate </boo></p>
1317 <p><s.foo> doesn't terminate </s.foo></p>
1318 <p><sub-ID#1></p>
1322 ### See tests/parser/parserTestsParserHook.php for the <tåg> extension)
1323 ### This checks that HTML5 tags (with non-word characters in the tag
1324 ### name) make it safely through the parser -- the Sanitizer will
1325 ### munge them later, as it should.
1328 Non-word characters are valid in extension tags (T19663)
1339 <pre typeof="mw:Extension/tåg" data-mw='{"name":"tåg","attrs":{},"body":{"extsrc":"tåg"}}' data-parsoid='{}' about="#mwt2"></pre>
1343 Isolated close tags should be treated as literal text (bug 52760)
1351 <p><s.foo>s</p>
1353 <p><s.foo>s</p>
1357 ### Special characters
1361 Bare pipe character (bug 52363)
1370 Bare pipe character from a template (bug 52363)
1379 ### <nowiki> test cases
1383 <nowiki> unordered list
1385 <nowiki>* This is not an unordered list item.</nowiki>
1387 <p>* This is not an unordered list item.
1390 <p><span typeof="mw:Nowiki">* This is not an unordered list item.</span></p>
1396 <nowiki>Lorem ipsum dolor
1404 <p>Lorem ipsum dolor
1413 <p><span typeof="mw:Nowiki">Lorem ipsum dolor
1425 :There is not nowiki.
1426 :There is <nowiki>nowiki</nowiki>.
1428 #There is not nowiki.
1429 #There is <nowiki>nowiki</nowiki>.
1431 *There is not nowiki.
1432 *There is <nowiki>nowiki</nowiki>.
1434 <dl><dd>There is not nowiki.</dd>
1435 <dd>There is nowiki.</dd></dl>
1436 <ol><li>There is not nowiki.</li>
1437 <li>There is nowiki.</li></ol>
1438 <ul><li>There is not nowiki.</li>
1439 <li>There is nowiki.</li></ul>
1442 <dl><dd data-parsoid='{}'>There is not nowiki.</dd>
1443 <dd data-parsoid='{}'>There is <span typeof="mw:Nowiki">nowiki</span>.</dd></dl>
1445 <ol><li data-parsoid='{}'>There is not nowiki.</li>
1446 <li data-parsoid='{}'>There is <span typeof="mw:Nowiki">nowiki</span>.</li></ol>
1448 <ul><li data-parsoid='{}'>There is not nowiki.</li>
1449 <li data-parsoid='{}'>There is <span typeof="mw:Nowiki">nowiki</span>.</li></ul>
1453 Entities inside <nowiki>
1455 <nowiki><</nowiki>
1462 Entities inside template parameters
1468 <p><span typeof="mw:Transclusion mw:Entity" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"&ndash;"}},"i":0}}]}'>–</span></p>
1472 Properly escape nowiki when combined with other wiki markup
1476 <p>* </nowiki> tag</p>
1478 <nowiki>*</nowiki> <nowiki></nowiki></nowiki> tag
1482 T93824: Put escaped HTML tags inside nowiki
1486 <p><h2>foo</h2></p>
1488 <nowiki><h2>foo</h2></nowiki>
1492 T71950: 1. Put nowiki as close to cause as possible, even with non-quote escapable chars
1496 <p>This text: L'<a rel="mw:WikiLink" href="./Foo">Foo</a>
1497 This text: L''<a rel="mw:WikiLink" href="./Foo">Foo</a>
1498 This text: L'''<a rel="mw:WikiLink" href="./Foo">Foo</a>''</p>
1500 This text: L'[[Foo]]
1501 This text: L<nowiki>''</nowiki>[[Foo]]
1502 This text: L<nowiki>'''</nowiki>[[Foo]]<nowiki>''</nowiki>
1505 # This test fails because wikitext whitespace is not normalized before comparing.
1507 T71950: 2. Put nowiki as close to cause as possible, after ' :'
1511 <p>This text : L''<a rel="mw:WikiLink" href="./Foo">Foo</a>
1514 This text : L<nowiki>''</nowiki>[[Foo]]
1517 # This test and the next one are html2wt only as they test that incorrect wikitext
1518 # passed in template arguments gets escaped or wrapped in nowikis where required.
1520 T71482: Use {{!}} instead of nowiki for single pipe in template argument
1524 <p><span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo|bar"}},"i":0}}]}" about="#mwt1"></span>
1525 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo|bar |[["}},"i":0}}]}" about="#mwt2"></p>
1527 {{echo|foo{{!}}bar}}
1528 {{echo|<nowiki>foo|bar |[[</nowiki>}}
1532 T53961: Output correct nowikis in template arguments
1536 <p><span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a [ b"}},"i":0}}]}" about="#mwt1"></span>
1537 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a }} b"}},"i":0}}]}" about="#mwt2"></span>
1538 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a [[ b"}},"i":0}}]}" about="#mwt3"></span>
1539 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a | {{ ]]"}},"i":0}}]}" about="#mwt4"></span>
1540 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a }"}},"i":0}}]}" about="#mwt5"></span></p>
1543 {{echo|<nowiki>a }} b</nowiki>}}
1544 {{echo|<nowiki>a [[ b</nowiki>}}
1545 {{echo|<nowiki>a | {{ ]]</nowiki>}}
1546 {{echo|a <nowiki>}</nowiki>}}
1550 Cases where "!!" needs nowiki protection
1555 <tr><th>this needs protection !! here</th></tr>
1559 <tr><th>this does not need
1560 protection !! here</th></tr>
1564 !<nowiki>this needs protection !! here</nowiki>
1577 Comments and Indent-Pre
1579 <!-- comment 1 --> asdf
1581 <!-- comment 1 --> asdf
1584 <!-- comment 1 --> asdf
1585 <!-- comment 2 -->xyz
1587 <!-- comment 1 --> asdf
1588 <!-- comment 2 --> xyz
1644 asdf<!-- comment 1 -->jkl
1654 <!-- foo --> b <!-- bar -->
1668 <!-- returns a single newline, not nothing, since the newline after > is not stripped -->
1674 Comment semantics and delimiters
1676 <!-- --><!----><!-----><!------>
1680 <!-- --><!----><!-----><!------>
1684 Comment semantics and delimiters, redux
1686 <!-- In SGML every "foo" here would actually show up in the text -- foo -- bar
1687 -- foo -- funky huh? ... -->
1691 <!-- In SGML every "foo" here would actually show up in the text -- foo -- bar
1692 -- foo -- funky huh? ... -->
1696 Comment semantics and delimiters: directors cut
1698 <!-- ... However we like to keep things simple and somewhat XML-ish so we eat
1699 everything starting with < followed by !-- until the first -- and > we see,
1700 that wouldn't be valid XML however, since in XML -- has to terminate a comment
1706 <!-- ... However we like to keep things simple and somewhat XML-ish so we eat
1707 everything starting with < followed by !-- until the first -- and > we see,
1708 that wouldn't be valid XML however, since in XML -- has to terminate a comment
1713 Comment semantics: nesting
1715 <!--<!-- no, we're not going to do anything fancy here -->-->
1720 <!--<!-- no, we're not going to do anything fancy here --><p>--></p>
1723 # Parsoid closes the unclosed comment, even if it means a slight
1726 Comment semantics: unclosed comment at end
1728 parsoid=wt2html,html2html
1730 <!--This comment will run out to the end of the document
1734 <!--This comment will run out to the end of the document-->
1738 Comment semantics: normalize comments to play nice with XML and browsers
1740 <!-- Browsers --!> think this is closed -->
1741 <!--> This would normally be text -->
1742 <!---> As would this -->
1743 <!-- XML doesn't like trailing dashes -------->
1744 <!-- Nor doubled hyphens -- anywhere in the data -->
1745 But this is not a comment.
1747 <p>But this is not a comment.
1750 <!-- Browsers --!> think this is closed -->
1751 <!--> This would normally be text -->
1752 <!---> As would this -->
1753 <!-- XML doesn't like trailing dashes -------->
1754 <!-- Nor doubled hyphens -- anywhere in the data -->
1755 <p>But this is not a comment.</p>
1759 Comment semantics: round-trip even text which contains encoded -->
1761 <!-- hello & goodbye - > --> --&gt; --&xx -->
1763 <!-- hello & goodbye - > --> --&gt; --&xx -->
1767 Comment in template title
1776 Comment on its own line post-expand
1788 Comment on its own line post-expand with non-significant whitespace
1800 Multiple comments should still parse as SOL-transparent
1802 parsoid=wt2html,wt2wt
1805 <!--c2--><!--c3--><!--c4-->*b
1814 <!--c2--><!--c3--><!--c4-->
1821 ### paragraph wrapping tests
1836 Block tag on one line (<div>)
1852 Block tag on one line (<blockquote>)
1854 a <blockquote>foo</blockquote>
1858 a <blockquote>foo</blockquote>
1870 Block tag on both lines (<div>)
1887 Block tag on both lines (<blockquote>)
1889 a <blockquote>foo</blockquote>
1891 b <blockquote>foo</blockquote>
1893 a <blockquote>foo</blockquote>
1894 b <blockquote>foo</blockquote>
1908 Multiple lines without block tags
1932 # Tidy strips out the empty <div> tags. Parsoid doesn't.
1933 # So, we have a separate section for Parsoid. We don't want
1934 # to mimic this stripping behavior in Parsoid. It affects
1935 # editing experience and also requires us to maintain additional
1938 Empty lines between lines with block tags
1976 <div data-parsoid='{"stx":"html"}'></div>
1979 <div data-parsoid='{"stx":"html"}'></div><p>a</p>
1982 <div data-parsoid='{"stx":"html"}'>a</div><p>b</p>
1984 <div data-parsoid='{"stx":"html"}'>b</div><p>d</p>
1987 <div data-parsoid='{"stx":"html"}'>e</div>
1990 ## PHP parser emits output which is broken
1992 Unclosed HTML p-tags should be handled properly
2005 <div data-parsoid='{"stx":"html"}'><p data-parsoid='{"stx":"html", "autoInsertedEnd":true}'>foo</p></div>
2010 ## SSS FIXME: I can come up with other scenarios where this doesn't work because
2011 ## of eager output of buffered tokens in the p-wrapper. But, I'm going to ignore
2014 1. P-wrapping should leave sol-transparent tags outside p-tags where possible
2018 a [[Category:A1]] [[Category:A2]]
2023 <link rel="mw:PageProp/Category" href="./Category:A1"/> <link rel="mw:PageProp/Category" href="./Category:A2"/> <link rel="mw:PageProp/Category" href="./Category:A3"/> <link rel="mw:PageProp/Category" href="./Category:A4"/>
2027 2. P-wrapping should leave sol-transparent tags outside p-tags where possible
2033 <link rel="mw:PageProp/Category" href="./Category:A1"/><p>a</p>
2037 ### Preformatted text
2046 And a [[Main Page|link]]
2052 And a <a href="/wiki/Main_Page" title="Main Page">link</a>
2057 Tabs don't trigger preformatted text
2061 This is preformatted text.
2067 <pre>This is preformatted text.
2072 preformatted text.</p>
2073 <pre>This is preformatted text.
2078 Space before tab needs nowiki pre protection
2084 <nowiki> </nowiki> a
2088 Ident preformatting with inline content
2099 <pre> with <nowiki> inside (compatibility with 1.6 and earlier)
2116 Regression with preformatted in <center>
2130 Bug 52763: Preformatted in <blockquote>
2136 indented cell (no pre-wrapping!)
2146 <p> indented cell (no pre-wrapping!)
2154 Bug 51086: Double newlines in blockquotes should be turned into paragraphs
2171 Bug 15491: <ins>/<del> in blockquote
2174 Foo <del>bar</del> <ins>baz</ins> quux
2178 <p>Foo <del>bar</del> <ins>baz</ins> quux
2184 # Note that the p-wrapping is newline sensitive, which could be
2185 # considered a bug: tidy will wrap only the 'Foo' in the example
2186 # below in a <p> tag. (see comment 23-25 of bug #6200)
2188 Bug 15491: <ins>/<del> in blockquote (2)
2190 <blockquote>Foo <del>bar</del> <ins>baz</ins> quux
2193 <blockquote>Foo <del>bar</del> <ins>baz</ins> quux
2199 <del>bar</del> <ins>baz</ins> quux</blockquote>
2203 <pre> with attributes (bug 3202)
2205 <pre style="background: blue; color:white">Bluescreen of WikiDeath</pre>
2207 <pre style="background: blue; color:white">Bluescreen of WikiDeath</pre>
2212 <pre> with width attribute (bug 3202)
2214 <pre width="8">Narrow screen goodies</pre>
2216 <pre width="8">Narrow screen goodies</pre>
2221 <pre> with forbidden attribute (bug 3202)
2223 <pre width="8" onmouseover="alert(document.cookie)">Narrow screen goodies</pre>
2225 <pre width="8">Narrow screen goodies</pre>
2230 Entities inside <pre>
2239 <pre> with forbidden attribute values (bug 3202)
2241 <pre width="8" style="border-width: expression(alert(document.cookie))">Narrow screen goodies</pre>
2243 <pre width="8" style="/* insecure input */">Narrow screen goodies</pre>
2248 <nowiki> inside <pre> (bug 13238)
2256 <pre><nowiki><nowiki></nowiki>Foo<nowiki></nowiki></nowiki></pre>
2264 <pre><nowiki>Foo</nowiki></pre>
2269 <nowiki> inside of #tag:pre
2271 {{#tag:pre|Foo <nowiki>→bar</nowiki>}}
2273 <pre>Foo →bar</pre>
2276 <pre about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[{"k":"1"}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"#tag:pre","function":"#tag"},"params":{"1":{"wt":"Foo <nowiki>&rarr;bar</nowiki>"}},"i":0}}]}'>Foo <span typeof="mw:Entity">→</span>bar</pre>
2280 <nowiki> and <pre> preference (first one wins)
2309 <pre data-parsoid='{"stx":"html","strippedNL":true}'><nowiki>
2311 <p><span typeof="mw:Placeholder" data-parsoid='{"src":"</nowiki>"}'></nowiki></span>
2314 <p><span typeof="mw:Nowiki">
2323 </pre> inside nowiki
2325 <nowiki></pre></nowiki>
2331 # Parsoid doesn't strip empty tags, like Tidy does.
2333 Empty pre; pre inside other HTML tags (bug 54946)
2335 parsoid=wt2html,wt2wt
2366 HTML pre followed by indent-pre
2376 # Note that tidy removes the empty <p> tags from the start and end.
2377 # Parsoid does not, by design.
2381 <p><pre>foo</pre></p>
2387 <p data-parsoid='{"stx":"html","autoInsertedEnd":true}'></p><pre data-parsoid='{"stx":"html"}'>foo</pre><p data-parsoid='{"autoInsertedStart":true,"stx":"html"}'></p>
2391 Templates: Indent-Pre: 1a. Templates that break a line should suppress <pre>
2399 Templates: Indent-Pre: 1b. Templates that break a line should suppress <pre>
2409 Templates: Indent-Pre: 1c: Wrapping should be based on expanded content
2421 Templates: Indent-Pre: 1d: Wrapping should be based on expanded content
2442 Templates: Indent-Pre: 1e. Wrapping should be based on expanded content
2446 {{echo| foo}}{{echo| bar}}
2451 {{echo|<!--cmt--> foo}}
2453 <!--cmt-->{{echo| foo}}
2455 {{echo|{{echo| }}bar}}
2473 Templates: Indent-Pre: 1f: Wrapping should be based on expanded content
2510 Pres with newline attributes
2515 <pre class="one two">hi</pre>
2519 two" data-parsoid='{"stx":"html"}'>hi</pre>
2523 Things that look like <pre> tags aren't treated as such
2525 Barack Obama <President> of the United States
2526 <President></President>
2528 <p>Barack Obama <President> of the United States
2529 <President></President>
2534 Handle broken pre-like tags (bug 64025)
2538 {{echo|<pre <pre>x</pre>}}
2540 <table><pre </table>
2543 <table><pre </table>
2551 <pre about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"a":{"<pre":null},"sa":{"<pre":""},"stx":"html","pi":[[{"k":"1"}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<pre <pre>x</pre>"}},"i":0}}]}'>x</pre>
2560 Parsoid: handle pre with space after attribute
2564 <pre style="width:50%;" >{{echo|foo}}</pre>
2566 <pre style="width:50%;">{{echo|foo}}</pre>
2569 <pre style="width:50%;">{{echo|foo}}</pre>
2572 # TODO / maybe: fix wt2wt for this
2574 Parsoid: Don't paragraph-wrap fosterable content
2600 Parsoid: Don't paragraph-wrap fosterable content even if table syntax is unbalanced
2628 #--------------------------------------------------------------------
2629 # Transclusion parameter whitespace stripping tests
2630 # Behavior is different for positional and named parameters
2631 #--------------------------------------------------------------------
2633 Templates: Strip leading and trailing whitespace from named-param values
2637 {{echo|1= {{echo|b}} }}
2650 <ul><li> d</li></ul>
2655 Templates: Don't strip whitespace from positional-param values
2659 {{echo|{{echo|b}} }}
2691 <ul><li> f</li></ul>
2699 Templates: Handle empty comment-and-ws-only lines correctly
2702 <!--should be ignored-->
2703 <!--should be ignored as well-->
2712 Templates: Handle comments in the target
2715 <!-- should be ignored -->
2718 {{echo<!-- should be ignored -->
2721 {{echo<!-- should be ignored -->|foo}}
2723 {{<!-- should be ignored -->echo|foo}}
2725 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo\n<!-- should be ignored -->\n","href":"./Template:Echo"},"params":{"1":{"wt":"foo"}},"i":0}}]}'>foo</p>
2727 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo<!-- should be ignored -->\n","href":"./Template:Echo"},"params":{"1":{"wt":"foo"}},"i":0}}]}'>foo</p>
2729 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo<!-- should be ignored -->","href":"./Template:Echo"},"params":{"1":{"wt":"foo"}},"i":0}}]}'>foo</p>
2731 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo"}},"i":0}}]}'>foo</p>
2735 Templates: Handle comments in parameter names (bug 67657)
2738 <!-- should be ignored -->
2742 <!-- should be ignored -->
2745 {{echo|1<!-- should be ignored -->=foo}}
2747 {{echo|<!-- should be ignored -->1=foo}}
2749 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo","key":{"wt":"1\n<!-- should be ignored -->"}}},"i":0}}]}'>foo</p>
2751 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo","key":{"wt":"<!-- should be ignored -->\n1"}}},"i":0}}]}'>foo</p>
2753 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo","key":{"wt":"1<!-- should be ignored -->"}}},"i":0}}]}'>foo</p>
2755 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo","key":{"wt":"<!-- should be ignored -->1"}}},"i":0}}]}'>foo</p>
2759 Templates: Other wikitext in parameter names (bug 67657)
2763 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"''1''":{"wt":"foo"}},"i":0}}]}'>{{{1}}}</p>
2769 #--------------------------------------------------------------------
2770 # Transclusion parameter escaping tests
2771 #--------------------------------------------------------------------
2773 Templates: Parsoid parameter escaping test 1
2775 {{echo|[foo]|{{echo|[bar]}}}}
2779 <p about="#mwt1" typeof="mw:Transclusion"
2780 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"[foo]"},"2":{"wt":"{{echo|[bar]}}"}},"i":0}}]}'>[foo]</p>
2784 Parsoid: Pipes in external links in template parameter
2786 {{echo|[{{echo|http://example.com}} link]}}
2788 <p><a rel="nofollow" class="external text" href="http://example.com">link</a></p>
2790 <p><a rel="mw:ExtLink" href="http://example.com" about="#mwt31" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"[{{echo|http://example.com}} link]"}},"i":0}}]}'>link</a></p>
2794 Parsoid: pipe in transclusion parameter
2796 {{echo|http://foo.com/a|b}}
2798 <p><a rel="nofollow" class="external free" href="http://foo.com/a%7Cb">http://foo.com/a%7Cb</a></p>
2800 <p><a rel="mw:ExtLink" href="http://foo.com/a|b" about="#mwt1"
2801 typeof="mw:Transclusion"
2802 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"http://foo.com/a&#124;b"}},"i":0}}]}'>http://foo.com/a|b</a></p>
2806 Parsoid: Pipe in external link target and content in template parameter
2808 parsoid=html2wt,wt2wt
2810 {{echo|[http://foo.com/a|b a|b]}}
2812 <p><a rel="nofollow" class="external text" href="http://foo.com/a%7Cb">a|b</a></p>
2814 <p><a rel="mw:ExtLink" href="http://foo.com/a|b" about="#mwt1"
2815 typeof="mw:Transclusion"
2816 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},
2817 "params":{"1":{"wt":"[http://foo.com/a|b a|b]"}},"i":0}}]}'>a|b</a></p>
2821 Parsoid: Pipe in template with nested template in external link target in template parameter (seriously)
2825 {{echo|[{{fullurl:{{FULLPAGENAME}}|action=edit}} bar]}}
2827 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"[{{fullurl:{{FULLPAGENAME}}|action=edit}} bar]"}},"i":0}}]}'>[Main_Page bar]</p>
2831 Templates: Don't escape already nowiki-escaped text in template parameters
2833 parsoid=html2wt,wt2wt
2835 {{echo|foo<nowiki>|</nowiki>bar}}
2836 {{echo|<nowiki><div></nowiki>}}
2837 {{echo|<nowiki></nowiki>}}
2839 <p>foo|bar <div></p>
2841 <p><span about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo<nowiki>|</nowiki>bar"}},"i":0}}]}'}'>foo</span><span typeof="mw:Nowiki" about="#mwt1">|</span><span about="#mwt1">bar</span>
2842 <span typeof="mw:Transclusion mw:Nowiki" about="#mwt2" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<nowiki>&lt;div&gt;</nowiki>"}},"i":0}}]}'><span typeof="mw:Entity"><</span>div<span typeof="mw:Entity">></span></span>
2843 <span typeof="mw:Transclusion mw:Nowiki" about="#mwt3" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<nowiki></nowiki>"}},"i":0}}]}'></span>
2849 Templates: '=' char in nested transclusions should not trigger nowiki escapes or conversion to named param
2851 parsoid=html2wt,wt2wt
2853 {{echo|{{echo|1=bar}}}}
2857 <p about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"{{echo|1=bar}}"}},"i":0}}]}'>bar</p>
2862 Templates parameters with special tokenizing behavior dont get modified because of arg escaping
2868 <p about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a : b"}},"i":0}}]}'>a<span typeof="mw:DisplaySpace mw:Placeholder" data-parsoid='{"isDisplayHack":true}'> </span>: b</p>
2873 Templates: Preserve blank parameter names
2879 <p about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"":{"wt":"foo"}},"i":0}}]}'>{{{1}}}</p>
2883 Templates: Preserve blank parameter names in other positions
2885 {{blank_param|bar|=foo}}
2889 <p about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[{"k":"1"},{"k":"","named":true}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"blank_param","href":"./Template:Blank_param"},"params":{"1":{"wt":"bar"},"":{"wt":"foo"}},"i":0}}]}'>bar
2894 ### Parsoid-centric tests for testing RT edge cases for pre
2898 1a. Indent-Pre and Comments
2911 1b. Indent-Pre and Comments
2924 1c. Indent-Pre and Comments
2937 1d. Indent-Pre and Comments
2938 (Pre-handler currently cannot distinguish between comment/ws order and normalizes them to [comment,ws] order)
2951 2a. Indent-Pre and tables
2972 2b. Indent-Pre and tables
2988 2c. Indent-Pre and tables (bug 42252)
3005 2d. Indent-Pre and tables
3022 <tbody><tr><td> b</td></tr>
3027 2e. Indent-Pre and table-line syntax
3040 2f. Indent-pre started by table-line syntax
3059 3a. Indent-Pre and block tags (single-line html)
3063 c <blockquote> foo </blockquote>
3068 c <blockquote> foo </blockquote>
3069 <pre><span> foo </span>
3072 <p>a </p><p data-parsoid='{"stx":"html"}'> foo </p>
3073 <p>b </p><div data-parsoid='{"stx":"html"}'> foo </div>
3074 <p>c </p><blockquote data-parsoid='{"stx":"html"}'> foo </blockquote>
3075 <pre><span> foo </span>
3092 3b. Indent-Pre and block tags (multi-line html)
3097 <pre>a <span>foo</span>
3102 <pre>a <span data-parsoid='{"stx":"html"}'>foo</span></pre>
3103 b <div data-parsoid='{"stx":"html"}'> foo </div>
3113 3c. Indent-Pre and block tags (pre-content on separate line)
3177 4. Indent-Pre and extension tags
3183 a <ul class="gallery mw-gallery-traditional">
3184 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
3185 <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/240px-Foobar.jpg 2x" /></a></div></div>
3186 <div class="gallerytext">
3193 <ul class="gallery mw-gallery-traditional">
3194 <li class="gallerybox" style="width: 155px">
3195 <div style="width: 155px">
3196 <div class="thumb" style="width: 150px;">
3197 <div style="margin:68px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/240px-Foobar.jpg 2x" /></a></div>
3199 <div class="gallerytext"></div>
3206 Table wikitext syntax outside wiki-tables
3209 ! not a table heading
3212 | class="foo bar" | baz
3219 ! not a table heading
3222 | class="foo bar" | baz
3231 Render paragraphs when indent-pre is suppressed in blocklevels
3248 4. Multiple spaces at start-of-line
3266 ## NOTE: the leading white-space chars on empty line are significant
3268 5a. White-space in indent-pre
3280 ## NOTE: the leading white-space chars on empty line are significant
3282 5b. White-space in indent-pre
3301 5c. White-space in indent-pre
3314 6. Pre-blocks should extend across lines with leading WS even when there is no wrappable content
3337 7a. Indent-pre and category links
3339 parsoid=wt2html,wt2wt
3341 [[Category:foo]] <!-- No pre-wrapping -->
3342 {{echo| [[Category:foo]]}} <!-- No pre-wrapping -->
3345 <link rel="mw:PageProp/Category" href="./Category:Foo"> <!-- No pre-wrapping -->
3346 <span about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":" [[Category:foo]]"}},"i":0}}]}'> </span><link rel="mw:PageProp/Category" href="./Category:Foo" about="#mwt1"> <!-- No pre-wrapping -->
3349 ## We used to, but no longer wt2wt this test since the default serializer
3350 ## will normalize all categories to serialize on their own line.
3351 ## This wikitext usage is going to be fairly uncommon in production and
3352 ## selser will take care of preserving formatting in those scenarios.
3354 7b. Indent-pre and category links
3359 [[Category:foo]] {{echo|b}}
3361 <pre><link rel="mw:PageProp/Category" href="./Category:Foo"> a
3362 <link rel="mw:PageProp/Category" href="./Category:Foo"> <span about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"b"}},"i":0}}]}'>b</span></pre>
3366 Indent-Pre: Newlines in comments shouldn't affect sol state
3380 ### HTML-pre (some to spec PHP parser behavior and some Parsoid-RT-centric)
3384 HTML-pre: 1. embedded newlines
3419 <pre data-parsoid='{"stx":"html"}'>foo</pre>
3421 <pre data-parsoid='{"stx":"html","strippedNL":"\n"}'>
3425 <pre data-parsoid='{"stx":"html"}'>
3430 <pre data-parsoid='{"stx":"html"}'>
3438 HTML-pre: big spaces
3474 <pre data-parsoid='{"stx":"html"}'>
3493 HTML-pre: 2: indented text
3506 HTML-pre: 3: other wikitext
3525 <pre data-parsoid='{"stx":"html","strippedNL":true}'>* foo
3534 ### Definition lists
3541 <dl><dt> name </dt>
3542 <dd> Definition</dd></dl>
3547 Definition list for indentation only
3551 <dl><dd> Indented text</dd></dl>
3556 Definition list with no space
3561 <dd>Definition</dd></dl>
3566 Definition list with URL link
3568 ; http://example.com/ : definition
3570 <dl><dt> <a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a> </dt>
3571 <dd> definition</dd></dl>
3576 Definition list with bracketed URL link
3578 ;[http://www.example.com/ Example]:Something about it
3580 <dl><dt><a rel="nofollow" class="external text" href="http://www.example.com/">Example</a></dt>
3581 <dd>Something about it</dd></dl>
3586 Definition list with wikilink containing colon
3588 ; [[Help:FAQ]]: The least-read page on Wikipedia
3590 <dl><dt> <a href="/index.php?title=Help:FAQ&action=edit&redlink=1" class="new" title="Help:FAQ (page does not exist)">Help:FAQ</a></dt>
3591 <dd> The least-read page on Wikipedia</dd></dl>
3595 # At Brion's and JeLuF's insistence... :)
3597 Definition list with news link containing colon
3599 ; news:alt.wikipedia.rox: This isn't even a real newsgroup!
3601 <dl><dt> <a rel="nofollow" class="external free" href="news:alt.wikipedia.rox">news:alt.wikipedia.rox</a></dt>
3602 <dd> This isn't even a real newsgroup!</dd></dl>
3605 <dl><dt> <a rel="mw:ExtLink" href="news:alt.wikipedia.rox" data-parsoid='{"stx":"url"}'>news:alt.wikipedia.rox</a></dt><dd data-parsoid='{"stx":"row"}'> This isn't even a real newsgroup!</dd></dl>
3609 Malformed definition list with colon
3611 ; news:alt.wikipedia.rox -- don't crash or enter an infinite loop
3613 <dl><dt> <a rel="nofollow" class="external free" href="news:alt.wikipedia.rox">news:alt.wikipedia.rox</a> -- don't crash or enter an infinite loop</dt></dl>
3618 Definition lists: colon in external link text
3620 ; [http://www.wikipedia2.org/ Wikipedia : The Next Generation]: OK, I made that up
3622 <dl><dt> <a rel="nofollow" class="external text" href="http://www.wikipedia2.org/">Wikipedia : The Next Generation</a></dt>
3623 <dd> OK, I made that up</dd></dl>
3628 Definition lists: colon in HTML attribute
3630 ;<b style="display: inline">bold</b>
3632 <dl><dt><b style="display: inline">bold</b></dt></dl>
3637 Definition lists: self-closed tag
3639 ;one<br/>two : two-line fun
3641 <dl><dt>one<br />two </dt>
3642 <dd> two-line fun</dd></dl>
3647 Bug 11748: Literal closing tags
3651 <dd>test test test test test</dd>
3653 <dd>test test test test test</dd>
3658 <dd>test test test test test</dd>
3660 <dd>test test test test test</dd>
3666 Definition and unordered list using wiki syntax nested in unordered list using html tags.
3669 ; term : description
3674 <dl><dt> term </dt>
3675 <dd> description</dd></dl>
3676 <ul><li> unordered</li></ul>
3683 Definition list with empty definition and following paragraph
3695 Nested definition lists using html syntax
3704 Definition Lists: No nesting: Multiple dd's
3717 Definition Lists: Indentation: Regular
3725 <dl><dd>i3</dd></dl></dd></dl></dd></dl>
3730 Definition Lists: Indentation: Missing 1st level
3736 <dl><dd>i3</dd></dl></dd></dl></dd></dl>
3741 Definition Lists: Indentation: Multi-level indent
3745 <dl><dd><dl><dd><dl><dd>i3</dd></dl></dd></dl></dd></dl>
3750 Definition Lists: Hacky use to indent tables
3757 should be left alone
3759 <dl><dd><dl><dd><table>
3764 </td></tr></table></dd></dl></dd></dl>
3766 should be left alone
3771 Definition Lists: Hacky use to indent tables, with comments (bug 63979)
3779 should be left alone
3782 <dl><dd><dl><dd><table><tr>
3785 </tr></table><!-- bar --></dd></dl></dd></dl>
3787 should be left alone</p>
3791 Definition Lists: Hacky use to indent tables, with comment before table
3797 <dl><dd><dl><dd><!-- foo --><table><tr>
3799 </tr></table></dd></dl></dd></dl>
3802 # The trailing whitespace in this test is to catch a regression in
3803 # Parsoid after T54473.
3805 Definition Lists: Hacky use to indent tables (WS-insensitive)
3814 </td></tr></table></dd></dl>
3818 <tbody><tr><td>a</td></tr>
3819 </tbody></table> </dd></dl>
3822 ## The PHP parser treats : items (dd) without a corresponding ; item (dt)
3823 ## as an empty dt item. It also ignores all but the last ";" when followed
3824 ## by ":" later on. So, ";" are not ignored in ";;;t3" but are ignored in
3825 ## ";;;t3 :d1". So, PHP parser behavior is a little inconsistent wrt multiple
3828 ## Ex: ";;t2 ::d2" is transformed into:
3840 ## But, Parsoid treats "; :" as a tight atomic unit and excess ":" as plain text
3841 ## So, the same wikitext above (;;t2 ::d2) is transformed into:
3852 ## All Parsoid only definition list tests have this difference.
3854 ## See also: https://phabricator.wikimedia.org/T8569
3855 ## and http://lists.wikimedia.org/pipermail/wikitext-l/2011-November/000483.html
3858 Table / list interaction: indented table with lists in table contents
3873 <ul><li> b</li></ul>
3877 <ul><li> d</li></ul>
3878 </td></tr></table></dd></dl>
3883 Table / list interaction: lists nested in tables nested in indented lists
3906 </td></tr></table></dd></dl>
3913 Definition Lists: Nesting: Multi-level (Parsoid only)
3943 Definition Lists: Nesting: Test 2 (Parsoid only)
3970 Definition Lists: Nesting: Test 3 (Parsoid only)
4013 Definition Lists: Nesting: Test 4
4018 <dl><dd><dl><dd><dl><dt>t3</dt>
4019 <dd>d3</dd></dl></dd></dl></dd></dl>
4024 ## The Parsoid team believes the following three test exposes a
4025 ## bug in the PHP parser. (Parsoid team thinks the PHP parser is
4026 ## wrong to close the <dl> after the <dt> containing the <ul>.)
4027 ## It also exposes a "misfeature" in tidy, which doesn't like
4028 ## <dl> tags with a single <dt> child; it converts the <dt> into
4029 ## a <dd> in that case. (Parsoid leaves the <dt> alone!)
4031 Definition Lists: Mixed Lists: Test 1
4037 <dl><dd><dl><dt><ul><li> foo</li>
4038 <li> bar</li></ul></dt></dl>
4039 <dl><dt> baz</dt></dl></dd></dl>
4074 Definition Lists: Mixed Lists: Test 2
4079 <ul><li><dl><dd> d1</dd>
4080 <dd> d2</dd></dl></li></ul>
4086 Definition Lists: Mixed Lists: Test 3
4091 <ul><li><dl><dd><dl><dd><dl><dd> d1</dd>
4092 <dd> d2</dd></dl></dd></dl></dd></dl></li></ul>
4098 Definition Lists: Mixed Lists: Test 4
4103 <ul><li><dl><dt>d1 </dt>
4106 <dd>d4</dd></dl></li></ul>
4112 Definition Lists: Mixed Lists: Test 5
4118 <dl><dd> d2</dd></dl></dd></dl></li></ul>
4124 Definition Lists: Mixed Lists: Test 6
4129 <ol><li><ul><li><dl><dd>d1
4130 <dl><dd><dl><dd> d3</dd></dl></dd></dl></dd></dl></li></ul></li></ol>
4136 Definition Lists: Mixed Lists: Test 7
4141 <dl><dd><ul><li> d1</li>
4142 <li> d2</li></ul></dd></dl>
4148 Definition Lists: Mixed Lists: Test 8
4153 <dl><dd><ul><li> d1</li></ul>
4154 <dl><dd><ul><li> d2</li></ul></dd></dl></dd></dl>
4160 Definition Lists: Mixed Lists: Test 9
4164 <ul><li><dl><dt>foo </dt>
4165 <dd>bar</dd></dl></li></ul>
4171 Definition Lists: Mixed Lists: Test 10
4175 <ul><li><ol><li><dl><dt>foo </dt>
4176 <dd>bar</dd></dl></li></ol></li></ul>
4180 # The Parsoid team disagrees with the PHP parser's seemingly-random
4181 # rules regarding dd/dt on the next two tests. Parsoid is more
4182 # consistent, and recognizes the shared nesting and keeps the
4183 # still-open tags around until the nesting is complete.
4184 # (And tidy again converts <dt> to <dd> before 'bar'.)
4187 Definition Lists: Mixed Lists: Test 11
4192 <ul><li><ol><li><ul><li><ol><li><dl><dt>foo </dt>
4193 <dd><ul><li><dl><dt><dl><dt>bar</dt></dl></dd></dl></li></ul></dd></dl>
4194 <dl><dt>boo </dt>
4195 <dd>baz</dd></dl></li></ol></li></ul></li></ol></li></ul>
4250 <dt>foo<span typeof="mw:Placeholder" data-parsoid='{"src":" "}'> </span></dt>
4251 <dd data-parsoid='{"stx":"row"}'>bar</dd>
4255 <dt>boo<span typeof="mw:Placeholder" data-parsoid='{"src":" "}'> </span></dt>
4256 <dd data-parsoid='{"stx":"row"}'>baz</dd>
4265 # Another case where tidy converts a <dt> to a <dd> (but Parsoid doesn't).
4267 # * The test is wrong, there are two colons where there should be :;
4268 # * The PHP parser is wrong to close the <dl> after the <dt> containing the <ul>.
4270 Definition Lists: Weird Ones: Test 1
4272 *#;*::;; foo : bar (who uses this?)
4274 <ul><li><ol><li><dl><dt> foo </dt>
4275 <dd><ul><li><dl><dd><dl><dd><dl><dt><dl><dt> bar (who uses this?)</dt></dl></dd></dl></dd></dl></dd></dl></li></ul></dd></dl></li></ol></li></ul>
4294 <dt>bar (who uses this?)</dt>
4326 <dt> foo<span typeof="mw:DisplaySpace mw:Placeholder" data-parsoid='{"src":" ","isDisplayHack":true}'> </span></dt>
4327 <dd data-parsoid='{"stx":"row"}'> bar (who uses this?)</dd>
4339 Definition Lists: colons occurring in tags
4357 <dt><span>a:b</span></dt>
4384 <dl><dt>a</dt><dd data-parsoid='{"stx":"row"}'>b</dd>
4386 <dt><i data-parsoid='{"stx":"html"}'>a:b</i></dt>
4387 <dt><span data-parsoid='{"stx":"html"}'>a:b</span></dt>
4388 <dt><div data-parsoid='{"stx":"html"}'>a:b</div></dt>
4389 <dt><div data-parsoid='{"stx":"html","autoInsertedEnd":true}'>a</div></dt>
4391 <dt><span about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[{"k":"1"}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a:b"}},"i":0}}]}'>a:b</span></dt>
4392 <dt><i about="#mwt2" typeof="mw:Transclusion" data-parsoid='{"pi":[[{"k":"1"}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"''a:b''"}},"i":0}}]}'>a:b</i>
4393 <dl><dt><dl><dt><i>a:b</i></dt></dl></dt></dl></dt></dl>
4397 Definition Lists: colons and tables 1
4409 </td></tr></table></dd></dl>
4413 </td></tr></table></dd></dl>
4417 # Parsoid's output (as documented below) differs from php's in this case.
4418 # This is probably a bug. If we fixup parsoid to match php's output, the
4419 # above test should pass and the below test case can be removed. It is
4420 # unclear which output is more desirable.
4423 Definition Lists: colons and tables 2
4435 </td></tr></table></dd>
4439 </td></tr></table></dd></dl>
4443 Definition Lists: template interaction
4445 ::{{definition_list}}
4448 ::{{definition_list}}
4453 <dl><dd><dl data-parsoid='{}'><dd about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[]]}' data-mw='{"parts":[":",{"template":{"target":{"wt":"definition_list","href":"./Template:Definition_list"},"params":{},"i":0}}]}'>one</dd><span about="#mwt1">
4454 </span><dd about="#mwt1">two</dd></dl></dd></dl>
4456 <dl><dd data-parsoid='{}'>one
4457 <dl><dd about="#mwt2" typeof="mw:Transclusion" data-parsoid='{"pi":[[]]}' data-mw='{"parts":["::",{"template":{"target":{"wt":"definition_list","href":"./Template:Definition_list"},"params":{},"i":0}},"\n:::two\n:::three"]}'>one</dd><span about="#mwt2">
4458 </span><dd about="#mwt2">two
4460 <dd>three</dd></dl></dd>
4461 <dd data-parsoid='{}'>four</dd></dl></dd></dl>
4469 External links: non-bracketed
4471 Non-bracketed: http://example.com
4473 <p>Non-bracketed: <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4477 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
4479 External links: numbered
4481 Numbered: [http://example.com]
4482 Numbered: [http://example.net]
4483 Numbered: [http://example.com]
4485 <p>Numbered: <a rel="nofollow" class="external autonumber" href="http://example.com">[1]</a>
4486 Numbered: <a rel="nofollow" class="external autonumber" href="http://example.net">[2]</a>
4487 Numbered: <a rel="nofollow" class="external autonumber" href="http://example.com">[3]</a>
4490 <p>Numbered: <a rel="mw:ExtLink" href="http://example.com"></a>
4491 Numbered: <a rel="mw:ExtLink" href="http://example.net"></a>
4492 Numbered: <a rel="mw:ExtLink" href="http://example.com"></a></p>
4496 External links: specified text
4498 Specified text: [http://example.com link]
4500 <p>Specified text: <a rel="nofollow" class="external text" href="http://example.com">link</a>
4505 External links: trail
4507 Linktrails should not work for external links: [http://example.com link]s
4509 <p>Linktrails should not work for external links: <a rel="nofollow" class="external text" href="http://example.com">link</a>s
4514 External links: dollar sign in URL
4516 http://example.com/1$2345
4518 <p><a rel="nofollow" class="external free" href="http://example.com/1$2345">http://example.com/1$2345</a>
4522 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
4524 External links: dollar sign in URL (autonumber)
4526 [http://example.com/1$2345]
4528 <p><a rel="nofollow" class="external autonumber" href="http://example.com/1$2345">[1]</a>
4531 <p><a rel="mw:ExtLink" href="http://example.com/1$2345"></a></p>
4535 External links: open square bracket forbidden in URL (bug 4377)
4537 parsoid=wt2html,wt2wt,html2html
4539 http://example.com/1[2345
4541 <p><a rel="nofollow" class="external free" href="http://example.com/1">http://example.com/1</a>[2345
4544 <p><a rel="mw:ExtLink" href="http://example.com/1">http://example.com/1</a>[2345</p>
4548 External links: open square bracket forbidden in URL (named) (bug 4377)
4550 parsoid=wt2html,html2html
4552 [http://example.com/1[2345]
4554 <p><a rel="nofollow" class="external text" href="http://example.com/1">[2345</a>
4557 <p><a rel="mw:ExtLink" href="http://example.com/1">[2345</a></p>
4560 # parsoid adds a space before the link name
4562 External links: open square bracket forbidden in URL (named) (bug 4377)
4565 [http://example.com/1 [2345]
4567 <p><a rel="nofollow" class="external text" href="http://example.com/1">[2345</a>
4572 External links: nowiki in URL link text (bug 6230)
4574 [http://example.com/ <nowiki>''example site''</nowiki>]
4576 <p><a rel="nofollow" class="external text" href="http://example.com/">''example site''</a>
4581 External links: newline forbidden in text (bug 6230 regression check)
4583 [http://example.com/ first
4586 <p>[<a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a> first
4592 External links: Pipe char between url and text
4594 [http://example.com | link]
4596 <p><a rel="nofollow" class="external text" href="http://example.com">| link</a>
4601 External links: protocol-relative URL in brackets
4603 [//example.com/ Test]
4605 <p><a rel="nofollow" class="external text" href="//example.com/">Test</a>
4609 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
4611 External links: protocol-relative URL in brackets without text
4615 <p><a rel="nofollow" class="external autonumber" href="//example.com">[1]</a>
4618 <p><a rel="mw:ExtLink" href="//example.com"></a></p>
4622 External links: protocol-relative URL in free text is left alone
4626 <p>//example.com/Foo
4631 External links: protocol-relative URL in the middle of a word is left alone (bug 30269)
4633 foo//example.com/Foo
4635 <p>foo//example.com/Foo
4640 External links: with no contents
4642 [http://en.wikipedia.org/wiki/Foo]
4644 [[wikipedia:Foo|Bar]]
4646 [[wikipedia:Foo|<span>Bar</span>]]
4648 <p><a rel="nofollow" class="external autonumber" href="http://en.wikipedia.org/wiki/Foo">[1]</a>
4649 </p><p><a href="http://en.wikipedia.org/wiki/Foo" class="extiw" title="wikipedia:Foo">Bar</a>
4650 </p><p><a href="http://en.wikipedia.org/wiki/Foo" class="extiw" title="wikipedia:Foo"><span>Bar</span></a>
4653 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo"></a></p>
4654 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" title="wikipedia:Foo">Bar</a></p>
4655 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" title="wikipedia:Foo"><span>Bar</span></a></p>
4659 External links: Free with trailing punctuation
4669 http://example.com/url_with_(brackets)
4670 (http://example.com/url_without_brackets)
4671 http://example.com/url_with_entity&
4672 http://example.com/url_with_entity&
4673 http://example.com/url_with_entity&
4674 http://example.com/url_with_entity
4675 http://example.com/url_with_entity 
4676 http://example.com/url_with_entity 
4677 http://example.com/url_with_entity<
4678 http://example.com/url_with_entity<
4679 http://example.com/url_with_entity<
4681 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>,
4682 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>;
4683 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>\
4684 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>.
4685 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>:
4686 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>!
4687 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>?
4688 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>)
4689 <a rel="nofollow" class="external free" href="http://example.com/url_with_(brackets)">http://example.com/url_with_(brackets)</a>
4690 (<a rel="nofollow" class="external free" href="http://example.com/url_without_brackets">http://example.com/url_without_brackets</a>)
4691 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4692 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4693 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4694 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a> 
4695 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a> 
4696 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a> 
4697 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><
4698 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><
4699 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><
4702 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a>,
4703 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>;
4704 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>\
4705 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>.
4706 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>:
4707 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>!
4708 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>?
4709 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>)
4710 <a rel="mw:ExtLink" href="http://example.com/url_with_(brackets)">http://example.com/url_with_(brackets)</a>
4711 (<a rel="mw:ExtLink" href="http://example.com/url_without_brackets">http://example.com/url_without_brackets</a>)
4712 <a rel="mw:ExtLink" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4713 <a rel="mw:ExtLink" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4714 <a rel="mw:ExtLink" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4715 <a rel="mw:ExtLink" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><span typeof="mw:Entity" data-parsoid='{"src":"&nbsp;","srcContent":" "}'> </span>
4716 <a rel="mw:ExtLink" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><span typeof="mw:Entity" data-parsoid='{"src":"&#xA0;","srcContent":" "}'> </span>
4717 <a rel="mw:ExtLink" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><span typeof="mw:Entity" data-parsoid='{"src":"&#160;","srcContent":" "}'> </span>
4718 <a rel="mw:ExtLink" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><span typeof="mw:Entity" data-parsoid='{"src":"&lt;","srcContent":"<"}'><</span>
4719 <a rel="mw:ExtLink" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><span typeof="mw:Entity" data-parsoid='{"src":"&#x3C;","srcContent":"<"}'><</span>
4720 <a rel="mw:ExtLink" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><span typeof="mw:Entity" data-parsoid='{"src":"&#60;","srcContent":"<"}'><</span></p>
4724 External links: tricky Parsoid html2html case
4726 parsoid=wt2html,wt2wt,html2html
4728 http://example.com/url_with_entity&amp;
4730 <p><a rel="nofollow" class="external free" href="http://example.com/url_with_entity&amp">http://example.com/url_with_entity&amp</a>;
4733 <p><a rel="mw:ExtLink" href="http://example.com/url_with_entity&amp">http://example.com/url_with_entity&amp</a>;</p>
4737 External links: Free with trailing quotes (T113666)
4739 '''News:''' Stuff here
4743 <p><b>News:</b> Stuff here
4744 </p><p><a rel="nofollow" class="external free" href="news:'a'b">news:'a'b</a><i>c</i>d e
4747 <p><b>News:</b> Stuff here</p>
4748 <p><a rel="mw:ExtLink" href="news:'a'b">news:'a'b</a><i>c</i>d e</p>
4752 External links: Lone protocols are never linked (T105697)
4771 External links: No preceding word characters allowed (bug 65278)
4773 NOPEhttp://example.com
4774 N0http://example.com
4775 ok:http://example.com
4776 ok-http://example.com
4778 <p>NOPEhttp://example.com
4779 N0http://example.com
4780 ok:<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4781 ok-<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4786 External links: nofollow domain exception
4788 A [https://no-nofollow.org/foobar link], and another [https://example.org link].
4790 <p>A <a class="external text" href="https://no-nofollow.org/foobar">link</a>, and another <a rel="nofollow" class="external text" href="https://example.org">link</a>.
4797 External image: http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
4799 <p>External image: <img src="http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png" alt="Ncwikicol.png"/>
4804 External image from https
4806 External image from https: https://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
4808 <p>External image from https: <img src="https://meta.wikimedia.org/upload/f/f1/Ncwikicol.png" alt="Ncwikicol.png"/>
4813 External image (when not allowed)
4815 wgAllowExternalImages=0
4817 External image: http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
4819 <p>External image: <a rel="nofollow" class="external free" href="http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png">http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png</a>
4824 Link to non-http image, no img tag
4826 Link to non-http image, no img tag: ftp://example.com/test.jpg
4828 <p>Link to non-http image, no img tag: <a rel="nofollow" class="external free" href="ftp://example.com/test.jpg">ftp://example.com/test.jpg</a>
4833 External links: terminating separator
4835 Terminating separator: http://example.com/thing,
4837 <p>Terminating separator: <a rel="nofollow" class="external free" href="http://example.com/thing">http://example.com/thing</a>,
4842 External links: intervening separator
4844 Intervening separator: http://example.com/1,2,3
4846 <p>Intervening separator: <a rel="nofollow" class="external free" href="http://example.com/1,2,3">http://example.com/1,2,3</a>
4851 External links: old bug with URL in query
4853 Old bug with URL in query: [http://example.com/thing?url=http://example.com link]
4855 <p>Old bug with URL in query: <a rel="nofollow" class="external text" href="http://example.com/thing?url=http://example.com">link</a>
4860 External links: old URL-in-URL bug, mixed protocols
4862 And again with mixed protocols: [ftp://example.com?url=http://example.com link]
4864 <p>And again with mixed protocols: <a rel="nofollow" class="external text" href="ftp://example.com?url=http://example.com">link</a>
4869 External links: URL in text
4871 URL in text: [http://example.com http://example.com]
4873 <p>URL in text: <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4878 External links: Clickable images
4880 ja-style clickable images: [http://example.com http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png]
4882 <p>ja-style clickable images: <a rel="nofollow" class="external text" href="http://example.com"><img src="http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png" alt="Ncwikicol.png"/></a>
4885 <p>ja-style clickable images: <a rel="mw:ExtLink" href="http://example.com"><img src="http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png" alt="Ncwikicol.png" data-parsoid='{"type":"extlink"}'/></a></p>
4889 External links: raw ampersand
4891 Old & use: http://x&y
4893 <p>Old & use: <a rel="nofollow" class="external free" href="http://x&y">http://x&y</a>
4898 External links: encoded ampersand
4900 Old & use: http://x&y
4902 <p>Old & use: <a rel="nofollow" class="external free" href="http://x&y">http://x&y</a>
4905 <p>Old <span typeof="mw:Entity">&</span> use: <a rel="mw:ExtLink" href="http://x&y">http://x&y</a></p>
4909 External links: encoded equals (bug 6102)
4911 http://example.com/?foo=bar
4913 <p><a rel="nofollow" class="external free" href="http://example.com/?foo=bar">http://example.com/?foo=bar</a>
4916 <p><a rel="mw:ExtLink" href="http://example.com/?foo=bar">http://example.com/?foo=bar</a></p>
4920 ## Note that parsoid doesn't explicit mark autonumbered links, nor
4921 ## does it number them. As discussed in bug 53505, we can identify
4922 ## autonumbered links via CSS.
4926 External links: [raw ampersand]
4928 Old & use: [http://x&y]
4930 <p>Old & use: <a rel="nofollow" class="external autonumber" href="http://x&y">[1]</a>
4933 <p>Old <span typeof="mw:Entity">&</span> use: <a rel="mw:ExtLink" href="http://x&y"></a></p>
4936 # note that parsoid html is identical to [raw ampersand] case; so html2wt
4937 # mode will return the [raw ampersand] wikitext
4939 External links: [encoded ampersand]
4941 parsoid=wt2html,wt2wt,html2html
4943 Old & use: [http://x&y]
4945 <p>Old & use: <a rel="nofollow" class="external autonumber" href="http://x&y">[1]</a>
4948 <p>Old <span typeof="mw:Entity">&</span> use: <a rel="mw:ExtLink" href="http://x&y"></a></p>
4952 External links: [raw equals]
4954 [http://example.com/?foo=bar]
4956 <p><a rel="nofollow" class="external autonumber" href="http://example.com/?foo=bar">[1]</a>
4959 <p><a rel="mw:ExtLink" href="http://example.com/?foo=bar"></a></p>
4962 # note that parsoid html is identical to [raw equals] case; so html2wt
4963 # mode will return the [raw equals] wikitext
4965 External links: [encoded equals] (bug 6102)
4967 parsoid=wt2html,wt2wt,html2html
4969 [http://example.com/?foo=bar]
4971 <p><a rel="nofollow" class="external autonumber" href="http://example.com/?foo=bar">[1]</a>
4974 <p><a rel="mw:ExtLink" href="http://example.com/?foo=bar"></a></p>
4977 # xxx parsoid strips the IDN character, so the round-trip tests will
4978 # obviously fail and are disabled. --cscott
4980 External links: [IDN ignored character reference in hostname; strip it right off]
4982 parsoid=wt2html,wt2wt,html2html
4984 [http://e‌xample.com/]
4986 <p><a rel="nofollow" class="external autonumber" href="http://example.com/">[1]</a>
4989 <p><a rel="mw:ExtLink" href="http://example.com/"></a></p>
4992 # FIXME: This test (the IDN characters in the text of a link) is an inconsistency.
4993 # Where an external link could easily circumvent the sanitization of the text of
4994 # a link like this (where an IDN-ignore character is in the URL somewhere), this
4995 # test demands a higher standard. That's a bit strange.
4999 # http://example.com -> [http://example.com|http://example.com]
5000 # [http://example.com|http://example.com] -> [http://example.com|http://example.com]
5002 # The first example is sanitized, but the second is not. Any security benefits
5003 # from this production are trivial to circumvent. Either remove this test and
5004 # let the parser(s) do their thing unaccosted, or fix the inconsistency and change
5005 # the test accordingly.
5009 # xxx parsoid strips the IDN character, so the round-trip tests will
5010 # obviously fail and are disabled. --cscott
5012 External links: IDN ignored character reference in hostname; strip it right off
5014 parsoid=wt2html,html2html
5016 http://e‌xample.com/
5018 <p><a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a>
5021 <p><a rel="mw:ExtLink" href="http://example.com/">http://example.com/</a></p>
5025 External links: www.jpeg.org (bug 554)
5029 <p><a rel="nofollow" class="external free" href="http://www.jpeg.org">http://www.jpeg.org</a>
5033 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
5035 External links: URL within URL (original bug 2)
5037 [http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp]
5039 <p><a rel="nofollow" class="external autonumber" href="http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp">[1]</a>
5042 <p><a rel="mw:ExtLink" href="http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp"></a></p>
5046 BUG 361: URL inside bracketed URL
5048 [http://www.example.com/foo http://www.example.com/bar]
5050 <p><a rel="nofollow" class="external text" href="http://www.example.com/foo">http://www.example.com/bar</a>
5055 BUG 361: URL within URL, not bracketed
5057 http://www.example.com/foo?=http://www.example.com/bar
5059 <p><a rel="nofollow" class="external free" href="http://www.example.com/foo?=http://www.example.com/bar">http://www.example.com/foo?=http://www.example.com/bar</a>
5064 BUG 289: ">"-token in URL-tail
5066 http://www.example.com/<hello>
5068 <p><a rel="nofollow" class="external free" href="http://www.example.com/">http://www.example.com/</a><hello>
5073 BUG 289: literal ">"-token in URL-tail
5075 http://www.example.com/<b>html</b>
5077 <p><a rel="nofollow" class="external free" href="http://www.example.com/">http://www.example.com/</a><b>html</b>
5080 <p><a rel="mw:ExtLink" href="http://www.example.com/" data-parsoid='{"stx":"url"}'>http://www.example.com/</a><b data-parsoid='{"stx":"html"}'>html</b></p>
5084 BUG 289: ">"-token in bracketed URL
5086 [http://www.example.com/<hello> stuff]
5088 <p><a rel="nofollow" class="external text" href="http://www.example.com/"><hello> stuff</a>
5093 BUG 289: literal ">"-token in bracketed URL
5095 [http://www.example.com/<b>html</b> stuff]
5097 <p><a rel="nofollow" class="external text" href="http://www.example.com/"><b>html</b> stuff</a>
5102 BUG 289: literal double quote at end of URL
5104 http://www.example.com/"hello"
5106 <p><a rel="nofollow" class="external free" href="http://www.example.com/">http://www.example.com/</a>"hello"
5111 BUG 289: literal double quote in bracketed URL
5113 [http://www.example.com/"hello" stuff]
5115 <p><a rel="nofollow" class="external text" href="http://www.example.com/">"hello" stuff</a>
5120 External links: multiple legal whitespace is fine, Magnus. Don't break it please. (bug 5081)
5122 [http://www.example.com test]
5124 <p><a rel="nofollow" class="external text" href="http://www.example.com">test</a>
5129 External links: link text with spaces
5131 [http://www.example.com a b c]
5132 [http://www.example.com ''a'' ''b'']
5134 <p><a rel="nofollow" class="external text" href="http://www.example.com">a b c</a>
5135 <a rel="nofollow" class="external text" href="http://www.example.com"><i>a</i> <i>b</i></a>
5140 External links: wiki links within external link (Bug 3695)
5142 parsoid=wt2html,html2html
5144 [http://example.com [[wikilink]] embedded in ext link]
5146 <p><a rel="nofollow" class="external text" href="http://example.com"></a><a href="/index.php?title=Wikilink&action=edit&redlink=1" class="new" title="Wikilink (page does not exist)">wikilink</a><a rel="nofollow" class="external text" href="http://example.com"> embedded in ext link</a>
5149 <p><a rel="mw:ExtLink" href="http://example.com"></a><a rel="mw:WikiLink" href="./Wikilink" title="Wikilink">wikilink</a><span> embedded in ext link</span></p>
5153 BUG 787: Links with one slash after the url protocol are invalid
5157 [http:/example.com title]
5159 <p>http:/example.com
5160 </p><p>[http:/example.com title]
5165 Bracketed external links with template-generated invalid target
5167 [{{echo|http:/example.com}} title]
5169 <p>[http:/example.com title]
5174 Bug 2702: Mismatched <i>, <b> and <a> tags are invalid
5176 ''[http://example.com text'']
5177 [http://example.com '''text]'''
5178 ''Something [http://example.com in italic'']
5179 ''Something [http://example.com mixed''''', even bold]'''
5180 '''''Now [http://example.com both''''']
5182 <p><a rel="nofollow" class="external text" href="http://example.com"><i>text</i></a>
5183 <a rel="nofollow" class="external text" href="http://example.com"><b>text</b></a>
5184 <i>Something </i><a rel="nofollow" class="external text" href="http://example.com"><i>in italic</i></a>
5185 <i>Something </i><a rel="nofollow" class="external text" href="http://example.com"><i>mixed</i><b>, even bold</b></a>
5186 <i><b>Now </b></i><a rel="nofollow" class="external text" href="http://example.com"><i><b>both</b></i></a>
5192 Bug 4781: %26 in URL
5194 http://www.example.com/?title=AT%26T
5196 <p><a rel="nofollow" class="external free" href="http://www.example.com/?title=AT%26T">http://www.example.com/?title=AT%26T</a>
5199 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=AT%26T">http://www.example.com/?title=AT%26T</a></p>
5202 # According to http://www.w3.org/TR/2011/WD-html5-20110525/Overview.html#parsing-urls a plain
5203 # % is actually legal in HTML5. Any change in output would need testing though.
5205 Bug 4781, 5267: %25 in URL
5207 http://www.example.com/?title=100%25_Bran
5209 <p><a rel="nofollow" class="external free" href="http://www.example.com/?title=100%25_Bran">http://www.example.com/?title=100%25_Bran</a>
5212 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=100%25_Bran">http://www.example.com/?title=100%25_Bran</a></p>
5216 Bug 4781, 5267: %28, %29 in URL
5218 http://www.example.com/?title=Ben-Hur_%281959_film%29
5220 <p><a rel="nofollow" class="external free" href="http://www.example.com/?title=Ben-Hur_%281959_film%29">http://www.example.com/?title=Ben-Hur_%281959_film%29</a>
5223 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=Ben-Hur_%281959_film%29">http://www.example.com/?title=Ben-Hur_%281959_film%29</a></p>
5228 Bug 4781: %26 in autonumber URL
5230 [http://www.example.com/?title=AT%26T]
5232 <p><a rel="nofollow" class="external autonumber" href="http://www.example.com/?title=AT%26T">[1]</a>
5235 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=AT%26T"></a></p>
5239 Bug 4781, 5267: %26 in autonumber URL
5241 [http://www.example.com/?title=100%25_Bran]
5243 <p><a rel="nofollow" class="external autonumber" href="http://www.example.com/?title=100%25_Bran">[1]</a>
5246 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=100%25_Bran"></a></p>
5250 Bug 4781, 5267: %28, %29 in autonumber URL
5252 [http://www.example.com/?title=Ben-Hur_%281959_film%29]
5254 <p><a rel="nofollow" class="external autonumber" href="http://www.example.com/?title=Ben-Hur_%281959_film%29">[1]</a>
5257 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=Ben-Hur_%281959_film%29"></a></p>
5262 Bug 4781: %26 in bracketed URL
5264 [http://www.example.com/?title=AT%26T link]
5266 <p><a rel="nofollow" class="external text" href="http://www.example.com/?title=AT%26T">link</a>
5269 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=AT%26T">link</a></p>
5273 Bug 4781, 5267: %25 in bracketed URL
5275 [http://www.example.com/?title=100%25_Bran link]
5277 <p><a rel="nofollow" class="external text" href="http://www.example.com/?title=100%25_Bran">link</a>
5282 Bug 4781, 5267: %28, %29 in bracketed URL
5284 [http://www.example.com/?title=Ben-Hur_%281959_film%29 link]
5286 <p><a rel="nofollow" class="external text" href="http://www.example.com/?title=Ben-Hur_%281959_film%29">link</a>
5289 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=Ben-Hur_%281959_film%29">link</a></p>
5293 External link containing a period in the anchor. (bug 63947)
5295 [//foo.org/bar#baz. bang]
5297 [//foo.org/bar. bang]
5299 <p><a rel="nofollow" class="external text" href="//foo.org/bar#baz.">bang</a>
5300 </p><p><a rel="nofollow" class="external text" href="//foo.org/bar.">bang</a>
5303 <p><a rel="mw:ExtLink" href="//foo.org/bar#baz.">bang</a></p>
5304 <p><a rel="mw:ExtLink" href="//foo.org/bar.">bang</a></p>
5308 External link containing a single quote. (bug 63947)
5312 [//foo.org/bar'baz bang]
5314 <p><a rel="nofollow" class="external autonumber" href="//foo.org/bar'baz">[1]</a>
5315 </p><p><a rel="nofollow" class="external text" href="//foo.org/bar'baz">bang</a>
5318 <p><a rel="mw:ExtLink" href="//foo.org/bar'baz"></a></p>
5319 <p><a rel="mw:ExtLink" href="//foo.org/bar'baz">bang</a></p>
5323 External link containing double-single-quotes in text '' (bug 4598 sanity check)
5325 Some [http://example.com/ pretty ''italics'' and stuff]!
5327 <p>Some <a rel="nofollow" class="external text" href="http://example.com/">pretty <i>italics</i> and stuff</a>!
5332 External link containing double-single-quotes in text embedded in italics (bug 4598 sanity check)
5334 ''Some [http://example.com/ pretty ''italics'' and stuff]!''
5336 <p><i>Some </i><a rel="nofollow" class="external text" href="http://example.com/"><i>pretty </i>italics<i> and stuff</i></a><i>!</i>
5341 External link containing double-single-quotes with no space separating the url from text in italics
5343 [http://www.musee-picasso.fr/pages/page_id18528_u1l2.htm''La muerte de Casagemas'' (1901) en el sitio de [[Museo Picasso (París)|Museo Picasso]].]
5345 <p><a rel="nofollow" class="external text" href="http://www.musee-picasso.fr/pages/page_id18528_u1l2.htm"><i>La muerte de Casagemas</i> (1901) en el sitio de <a href="/index.php?title=Museo_Picasso_(Par%C3%ADs)&action=edit&redlink=1" class="new" title="Museo Picasso (París) (page does not exist)">Museo Picasso</a>.</a>
5348 <p><a rel="nofollow" class="external text" href="http://www.musee-picasso.fr/pages/page_id18528_u1l2.htm"><i>La muerte de Casagemas</i> (1901) en el sitio de</a> <a href="/index.php?title=Museo_Picasso_(Par%C3%ADs)&action=edit&redlink=1" class="new" title="Museo Picasso (París) (page does not exist)">Museo Picasso</a>.</p>
5350 <p><a rel="mw:ExtLink" href="http://www.musee-picasso.fr/pages/page_id18528_u1l2.htm"><i>La muerte de Casagemas</i> (1901) en el sitio de </a><a rel="mw:WikiLink" href="./Museo_Picasso_(París)" title="Museo Picasso (París)">Museo Picasso</a><span>.</span></p>
5354 External link with comments in link text
5356 [http://www.google.com Google <!-- comment -->]
5358 <p><a rel="nofollow" class="external text" href="http://www.google.com">Google </a>
5361 <p><a rel="mw:ExtLink" href="http://www.google.com">Google <!-- comment --></a></p>
5365 External link to bare IPv4 address
5367 [http://192.168.0.1 Link]
5369 <p><a rel="nofollow" class="external text" href="http://192.168.0.1">Link</a>
5372 <p><a rel="mw:ExtLink" href="http://192.168.0.1">Link</a></p>
5376 URL-encoding in URL functions (single parameter)
5378 {{localurl:Some page|amp=&}}
5380 <p>/index.php?title=Some_page&amp=&
5385 URL-encoding in URL functions (multiple parameters)
5387 {{localurl:Some page|q=?&=&}}
5389 <p>/index.php?title=Some_page&q=?&amp=&
5396 http://example.com/index.php?foozoid%5B%5D=bar
5398 http://example.com/index.php?foozoid[]=bar
5400 <p><a rel="nofollow" class="external free" href="http://example.com/index.php?foozoid%5B%5D=bar">http://example.com/index.php?foozoid%5B%5D=bar</a>
5401 </p><p><a rel="nofollow" class="external free" href="http://example.com/index.php?foozoid%5B%5D=bar">http://example.com/index.php?foozoid%5B%5D=bar</a>
5404 <p><a rel="mw:ExtLink" href="http://example.com/index.php?foozoid%5B%5D=bar">http://example.com/index.php?foozoid%5B%5D=bar</a></p>
5406 <p><a rel="mw:ExtLink" href="http://example.com/index.php?foozoid[]=bar">http://example.com/index.php?foozoid[]=bar</a></p>
5410 IPv6 urls, autolink format (T23261)
5412 http://[2404:130:0:1000::187:2]/index.php
5414 Examples from RFC 2373, section 2.2:
5415 * http://[1080::8:800:200C:417A]/unicast
5416 * http://[FF01::101]/multicast
5417 * http://[::1]/loopback
5418 * http://[::]/unspecified
5419 * http://[::13.1.68.3]/ipv4compat
5420 * http://[::FFFF:129.144.52.38]/ipv4compat
5422 Examples from RFC 2732, section 2:
5423 * http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html
5424 * http://[1080:0:0:0:8:800:200C:417A]/index.html
5425 * http://[3ffe:2a00:100:7031::1]
5426 * http://[1080::8:800:200C:417A]/foo
5427 * http://[::192.9.5.5]/ipng
5428 * http://[::FFFF:129.144.52.38]:80/index.html
5429 * http://[2010:836B:4179::836B:4179]
5432 <p><a rel="nofollow" class="external free" href="http://[2404:130:0:1000::187:2]/index.php">http://[2404:130:0:1000::187:2]/index.php</a>
5433 </p><p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2373">RFC 2373</a>, section 2.2:
5435 <ul><li> <a rel="nofollow" class="external free" href="http://[1080::8:800:200C:417A]/unicast">http://[1080::8:800:200C:417A]/unicast</a></li>
5436 <li> <a rel="nofollow" class="external free" href="http://[FF01::101]/multicast">http://[FF01::101]/multicast</a></li>
5437 <li> <a rel="nofollow" class="external free" href="http://[::1]/loopback">http://[::1]/loopback</a></li>
5438 <li> <a rel="nofollow" class="external free" href="http://[::]/unspecified">http://[::]/unspecified</a></li>
5439 <li> <a rel="nofollow" class="external free" href="http://[::13.1.68.3]/ipv4compat">http://[::13.1.68.3]/ipv4compat</a></li>
5440 <li> <a rel="nofollow" class="external free" href="http://[::FFFF:129.144.52.38]/ipv4compat">http://[::FFFF:129.144.52.38]/ipv4compat</a></li></ul>
5441 <p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2732">RFC 2732</a>, section 2:
5443 <ul><li> <a rel="nofollow" class="external free" href="http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html">http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html</a></li>
5444 <li> <a rel="nofollow" class="external free" href="http://[1080:0:0:0:8:800:200C:417A]/index.html">http://[1080:0:0:0:8:800:200C:417A]/index.html</a></li>
5445 <li> <a rel="nofollow" class="external free" href="http://[3ffe:2a00:100:7031::1]">http://[3ffe:2a00:100:7031::1]</a></li>
5446 <li> <a rel="nofollow" class="external free" href="http://[1080::8:800:200C:417A]/foo">http://[1080::8:800:200C:417A]/foo</a></li>
5447 <li> <a rel="nofollow" class="external free" href="http://[::192.9.5.5]/ipng">http://[::192.9.5.5]/ipng</a></li>
5448 <li> <a rel="nofollow" class="external free" href="http://[::FFFF:129.144.52.38]:80/index.html">http://[::FFFF:129.144.52.38]:80/index.html</a></li>
5449 <li> <a rel="nofollow" class="external free" href="http://[2010:836B:4179::836B:4179]">http://[2010:836B:4179::836B:4179]</a></li></ul>
5452 <p><a rel="mw:ExtLink" href="http://[2404:130:0:1000::187:2]/index.php">http://[2404:130:0:1000::187:2]/index.php</a></p>
5454 <p>Examples from <a href="//tools.ietf.org/html/rfc2373" rel="mw:ExtLink">RFC 2373</a>, section 2.2:</p>
5455 <ul><li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]/unicast">http://[1080::8:800:200C:417A]/unicast</a></li>
5456 <li> <a rel="mw:ExtLink" href="http://[FF01::101]/multicast">http://[FF01::101]/multicast</a></li>
5457 <li> <a rel="mw:ExtLink" href="http://[::1]/loopback">http://[::1]/loopback</a></li>
5458 <li> <a rel="mw:ExtLink" href="http://[::]/unspecified">http://[::]/unspecified</a></li>
5459 <li> <a rel="mw:ExtLink" href="http://[::13.1.68.3]/ipv4compat">http://[::13.1.68.3]/ipv4compat</a></li>
5460 <li> <a rel="mw:ExtLink" href="http://[::FFFF:129.144.52.38]/ipv4compat">http://[::FFFF:129.144.52.38]/ipv4compat</a></li></ul>
5462 <p>Examples from <a href="//tools.ietf.org/html/rfc2732" rel="mw:ExtLink">RFC 2732</a>, section 2:</p>
5463 <ul><li> <a rel="mw:ExtLink" href="http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html">http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html</a></li>
5464 <li> <a rel="mw:ExtLink" href="http://[1080:0:0:0:8:800:200C:417A]/index.html">http://[1080:0:0:0:8:800:200C:417A]/index.html</a></li>
5465 <li> <a rel="mw:ExtLink" href="http://[3ffe:2a00:100:7031::1]">http://[3ffe:2a00:100:7031::1]</a></li>
5466 <li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]/foo">http://[1080::8:800:200C:417A]/foo</a></li>
5467 <li> <a rel="mw:ExtLink" href="http://[::192.9.5.5]/ipng">http://[::192.9.5.5]/ipng</a></li>
5468 <li> <a rel="mw:ExtLink" href="http://[::FFFF:129.144.52.38]:80/index.html">http://[::FFFF:129.144.52.38]:80/index.html</a></li>
5469 <li> <a rel="mw:ExtLink" href="http://[2010:836B:4179::836B:4179]">http://[2010:836B:4179::836B:4179]</a></li></ul>
5473 IPv6 urls, bracketed format (T23261)
5475 [http://[2404:130:0:1000::187:2]/index.php test]
5477 Examples from RFC 2373, section 2.2:
5478 * [http://[1080::8:800:200C:417A] unicast]
5479 * [http://[FF01::101] multicast]
5480 * [http://[::1]/ loopback]
5481 * [http://[::] unspecified]
5482 * [http://[::13.1.68.3] ipv4compat]
5483 * [http://[::FFFF:129.144.52.38] ipv4compat]
5485 Examples from RFC 2732, section 2:
5486 * [http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html 1]
5487 * [http://[1080:0:0:0:8:800:200C:417A]/index.html 2]
5488 * [http://[3ffe:2a00:100:7031::1] 3]
5489 * [http://[1080::8:800:200C:417A]/foo 4]
5490 * [http://[::192.9.5.5]/ipng 5]
5491 * [http://[::FFFF:129.144.52.38]:80/index.html 6]
5492 * [http://[2010:836B:4179::836B:4179] 7]
5495 <p><a rel="nofollow" class="external text" href="http://[2404:130:0:1000::187:2]/index.php">test</a>
5496 </p><p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2373">RFC 2373</a>, section 2.2:
5498 <ul><li> <a rel="nofollow" class="external text" href="http://[1080::8:800:200C:417A]">unicast</a></li>
5499 <li> <a rel="nofollow" class="external text" href="http://[FF01::101]">multicast</a></li>
5500 <li> <a rel="nofollow" class="external text" href="http://[::1]/">loopback</a></li>
5501 <li> <a rel="nofollow" class="external text" href="http://[::]">unspecified</a></li>
5502 <li> <a rel="nofollow" class="external text" href="http://[::13.1.68.3]">ipv4compat</a></li>
5503 <li> <a rel="nofollow" class="external text" href="http://[::FFFF:129.144.52.38]">ipv4compat</a></li></ul>
5504 <p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2732">RFC 2732</a>, section 2:
5506 <ul><li> <a rel="nofollow" class="external text" href="http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html">1</a></li>
5507 <li> <a rel="nofollow" class="external text" href="http://[1080:0:0:0:8:800:200C:417A]/index.html">2</a></li>
5508 <li> <a rel="nofollow" class="external text" href="http://[3ffe:2a00:100:7031::1]">3</a></li>
5509 <li> <a rel="nofollow" class="external text" href="http://[1080::8:800:200C:417A]/foo">4</a></li>
5510 <li> <a rel="nofollow" class="external text" href="http://[::192.9.5.5]/ipng">5</a></li>
5511 <li> <a rel="nofollow" class="external text" href="http://[::FFFF:129.144.52.38]:80/index.html">6</a></li>
5512 <li> <a rel="nofollow" class="external text" href="http://[2010:836B:4179::836B:4179]">7</a></li></ul>
5515 <p><a rel="mw:ExtLink" href="http://[2404:130:0:1000::187:2]/index.php">test</a></p>
5517 <p>Examples from <a href="//tools.ietf.org/html/rfc2373" rel="mw:ExtLink">RFC 2373</a>, section 2.2:</p>
5518 <ul><li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]">unicast</a></li>
5519 <li> <a rel="mw:ExtLink" href="http://[FF01::101]">multicast</a></li>
5520 <li> <a rel="mw:ExtLink" href="http://[::1]/">loopback</a></li>
5521 <li> <a rel="mw:ExtLink" href="http://[::]">unspecified</a></li>
5522 <li> <a rel="mw:ExtLink" href="http://[::13.1.68.3]">ipv4compat</a></li>
5523 <li> <a rel="mw:ExtLink" href="http://[::FFFF:129.144.52.38]">ipv4compat</a></li></ul>
5525 <p>Examples from <a href="//tools.ietf.org/html/rfc2732" rel="mw:ExtLink">RFC 2732</a>, section 2:</p>
5526 <ul><li> <a rel="mw:ExtLink" href="http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html">1</a></li>
5527 <li> <a rel="mw:ExtLink" href="http://[1080:0:0:0:8:800:200C:417A]/index.html">2</a></li>
5528 <li> <a rel="mw:ExtLink" href="http://[3ffe:2a00:100:7031::1]">3</a></li>
5529 <li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]/foo">4</a></li>
5530 <li> <a rel="mw:ExtLink" href="http://[::192.9.5.5]/ipng">5</a></li>
5531 <li> <a rel="mw:ExtLink" href="http://[::FFFF:129.144.52.38]:80/index.html">6</a></li>
5532 <li> <a rel="mw:ExtLink" href="http://[2010:836B:4179::836B:4179]">7</a></li></ul>
5536 Non-extlinks in brackets
5545 [{{echo|foo}} ''bar'']
5546 [{{echo|foo}}l's] errand
5547 [{{echo|foo}}l's errand]
5549 [url=http://example.com]
5550 [http:// bare protocols don't count]
5563 [url=<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>]
5564 [http:// bare protocols don't count]
5572 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}"}'>foo</span>]
5573 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}"}'>foo</span> bar]
5574 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}"}'>foo</span> <i>bar</i>]
5575 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}l's"}'>fool's</span>] errand
5576 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}l's"}'>fool's</span> errand]
5577 [<span typeof="mw:Placeholder" data-parsoid='{"src":"url={{echo|foo}}"}'>url=foo</span>]
5578 [url=<a rel="mw:ExtLink" href="http://example.com">http://example.com</a>]
5579 [http:// bare protocols don't count]</p>
5583 Percent encoding in external links
5585 [https://github.com/search?l=&q=ResourceLoader+%40wikimedia Search]
5587 <p><a rel="nofollow" class="external text" href="https://github.com/search?l=&q=ResourceLoader+%40wikimedia">Search</a>
5590 <p><a rel="mw:ExtLink"
5591 href="https://github.com/search?l=&q=ResourceLoader+%40wikimedia">Search</a></p>
5595 Use url link syntax for links where the content is equal the link target
5599 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
5602 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a></p>
5606 Parenthesis in external links, especially URL links
5610 http://example.com/test)
5612 http://example.com/(test)
5614 http://example.com/((test)
5616 (http://example.com/(test))
5618 (http://example.com/(test)))))
5620 http://example.com/a)b
5622 [http://example.com) foo]
5624 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>)
5625 </p><p><a rel="nofollow" class="external free" href="http://example.com/test">http://example.com/test</a>)
5626 </p><p><a rel="nofollow" class="external free" href="http://example.com/(test)">http://example.com/(test)</a>
5627 </p><p><a rel="nofollow" class="external free" href="http://example.com/((test)">http://example.com/((test)</a>
5628 </p><p>(<a rel="nofollow" class="external free" href="http://example.com/(test))">http://example.com/(test))</a>
5629 </p><p>(<a rel="nofollow" class="external free" href="http://example.com/(test)))))">http://example.com/(test)))))</a>
5630 </p><p><a rel="nofollow" class="external free" href="http://example.com/a)b">http://example.com/a)b</a>
5631 </p><p><a rel="nofollow" class="external text" href="http://example.com)">foo</a>
5634 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a>)</p>
5635 <p><a rel="mw:ExtLink" href="http://example.com/test">http://example.com/test</a>)</p>
5636 <p><a rel="mw:ExtLink" href="http://example.com/(test)">http://example.com/(test)</a></p>
5637 <p><a rel="mw:ExtLink" href="http://example.com/((test)">http://example.com/((test)</a></p>
5638 <p>(<a rel="mw:ExtLink" href="http://example.com/(test))">http://example.com/(test))</a></p>
5639 <p>(<a rel="mw:ExtLink" href="http://example.com/(test)))))">http://example.com/(test)))))</a></p>
5640 <p><a rel="mw:ExtLink" href="http://example.com/a)b">http://example.com/a)b</a></p>
5641 <p><a rel="mw:ExtLink" href="http://example.com)">foo</a></p>
5645 Parenthesis in external links, w/ transclusion or comment
5647 (http://example.com/{{echo|hi}})
5649 (http://example.com<!-- hi -->)
5651 <p>(<a rel="nofollow" class="external free" href="http://example.com/hi">http://example.com/hi</a>)
5652 </p><p>(<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>)
5655 <p>(<a typeof="mw:ExpandedAttrs" about="#mwt2" rel="mw:ExtLink" href="http://example.com/hi" data-parsoid='{"stx":"url","a":{"href":"http://example.com/hi"},"sa":{"href":"http://example.com/{{echo|hi}}"}}' data-mw='{"attribs":[[{"txt":"href"},{"html":"http://example.com/<span about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid='{\"pi\":[[{\"k\":\"1\"}]],\"dsr\":[20,31,null,null]}' data-mw='{\"parts\":[{\"template\":{\"target\":{\"wt\":\"echo\",\"href\":\"./Template:Echo\"},\"params\":{\"1\":{\"wt\":\"hi\"}},\"i\":0}}]}'>hi</span>"}]]}'>http://example.com/hi</a>)</p>
5657 <p>(<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url","a":{"href":"http://example.com"},"sa":{"href":"http://example.com<!-- hi -->"}}'>http://example.com</a>)</p>
5661 Serialize <a> tags with invalid link targets as plain text
5663 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
5665 <a rel="mw:WikiLink" href="[[foo]]">text</a>
5666 <a rel="mw:WikiLink" href="[[foo]]">*text</a>
5667 <a rel="mw:WikiLink" href="[[foo]]">[[foo]]</a>
5668 <a rel="mw:WikiLink" href="[[foo]]">*a [[foo]]</a>
5671 <nowiki>*</nowiki>text
5672 <nowiki>[[foo]]</nowiki>
5673 <nowiki>*</nowiki>a <nowiki>[[foo]]</nowiki>
5677 mw:ExtLink -vs- mw:WikiLink (T94723)
5681 <a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{"stx":"piped","a":{"href":"./Foo"},"sa":{"href":"Foo"}}'>Bar</a>
5682 <a rel="mw:WikiLink" href="./Foo" title="Foo">Bar</a>
5683 <a rel="mw:WikiLink" href="http://en.wikipedia.org/wiki/Foo" title="Foo">Bar</a>
5684 <a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" title="Foo">Bar</a>
5686 <a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/European_Robin">European Robin</a>
5687 <a rel="mw:WikiLink" href="http://en.wikipedia.org/wiki/European_Robin">European Robin</a>
5692 [[wikipedia:Foo|Bar]]
5693 [[wikipedia:Foo|Bar]]
5695 [[wikipedia:European_Robin|European Robin]]
5696 [[wikipedia:European_Robin|European Robin]]
5700 mw:ExtLink linking to a interwiki URL can be round-tripped losslessly (T94723)
5704 [http://en.wikipedia.org/wiki/European_Robin European Robin]
5706 THIS SECTION IS NOT USED (but Parsoid won't run the test without it)
5717 Normal text. '''Bold text.''' Normal text. ''Italic text.''
5719 Normal text. '''''Bold italic text.''''' Normal text.
5721 <p>Normal text. <b>Bold text.</b> Normal text. <i>Italic text.</i>
5722 </p><p>Normal text. <i><b>Bold italic text.</b></i> Normal text.
5727 # Parsoid inserts an empty bold tag pair at the end of the line, that the PHP
5728 # parser strips. The wikitext contains just the first half of the bold
5731 Unclosed and unmatched quotes
5733 '''''Bold italic text '''with bold deactivated''' in between.'''''
5735 '''''Bold italic text ''with italic deactivated'' in between.'''''
5739 ..spanning two paragraphs (should not work).'''
5741 '''Bold tag left open
5743 ''Italic tag left open
5747 <!-- Unmatching number of opening, closing tags: -->
5748 '''This year''''s election ''should'' beat '''last year''''s.
5750 ''Tom'''s car is bigger than ''Susan'''s.
5752 Plain ''italic'''s plain
5754 <p><i><b>Bold italic text </b>with bold deactivated<b> in between.</b></i>
5755 </p><p><b><i>Bold italic text </i>with italic deactivated<i> in between.</i></b>
5756 </p><p><b>Bold text..</b>
5757 </p><p>..spanning two paragraphs (should not work).
5758 </p><p><b>Bold tag left open</b>
5759 </p><p><i>Italic tag left open</i>
5761 </p><p><b>This year'</b>s election <i>should</i> beat <b>last year'</b>s.
5762 </p><p><i>Tom<b>s car is bigger than </b></i><b>Susan</b>s.
5763 </p><p>Plain <i>italic'</i>s plain
5766 <p><i><b>Bold italic text </b>with bold deactivated<b> in between.</b></i>
5767 </p><p><b><i>Bold italic text </i>with italic deactivated<i> in between.</i></b>
5768 </p><p><b>Bold text..</b>
5769 </p><p>..spanning two paragraphs (should not work).<b></b>
5770 </p><p><b>Bold tag left open</b>
5771 </p><p><i>Italic tag left open</i>
5774 <!-- Unmatching number of opening, closing tags: -->
5775 <p><b>This year'</b>s election <i>should</i> beat <b>last year'</b>s.
5776 </p><p><i>Tom<b>s car is bigger than </b></i><b>Susan</b>s.
5777 </p><p>Plain <i>italic'</i>s plain
5784 ### some content taken from http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide:_Using_tables
5787 # This should not produce <table></table> as <table><tr><td></td></tr></table>
5788 # is the bare minimum required by the spec, see:
5789 # http://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_module_Basic_Tables
5790 # Parsoid team replies: empty table tags are legal in HTML5
5792 A table with no data.
5805 A table with stray table end tags on start tag line (wt2html)
5809 {|style="color: red;"|}
5811 {|style="color: red;" |}
5815 {|style="color: red;"|} id="foo"
5819 {|style="color: red;" |} id="foo"
5823 <table style="color: red;"></table>
5825 <table style="color: red;">
5831 <table style="color: red;" id="foo">
5837 <table style="color: red;" id="foo">
5846 A table with no data (take 2)
5854 # A table with nothing but a caption is invalid XHTML, we might want to render
5855 # this as <p>caption</p>
5856 # Parsoid team replies: table with only a caption is legal in HTML5
5858 A table with nothing but a caption
5866 </caption><tr><td></td></tr></table>
5869 <table><caption> caption</caption></table>
5873 A table with caption with default-spaced attributes and a table row
5876 |+ style="color: red;" | caption1
5882 <caption style="color: red;"> caption1
5891 A table with captions with non-default spaced attributes and a table row
5894 |+style="color: red;"|caption2
5895 |+ style="color: red;"| caption3
5901 <caption style="color: red;">caption2
5903 <caption style="color: red;"> caption3
5912 Table td-cell syntax variations
5916 | foo bar foo || baz
5917 | style='color:red;' | baz
5918 | style='color:red;' || baz
5925 <td> foo bar foo </td>
5928 <td style="color:red;"> baz
5930 <td> style='color:red;' </td>
5958 Simple table but with multiple dashes for row wikitext
5977 Multiplication table
5979 {| border="1" cellpadding="2"
5980 |+Multiplication table
5982 ! × !! 1 !! 2 !! 3
6000 <table border="1" cellpadding="2">
6001 <caption>Multiplication table
6048 Accept "||" in table headings
6063 Accept "!!" in table data
6077 <tbody><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'> Foo!! </td><td data-parsoid='{"stx_v":"row","autoInsertedEnd":true}'></td></tr>
6082 Accept "||" in indented table headings
6092 </th></tr></table></dd></dl>
6097 Accept "!!" in templates
6111 <tbody><tr><th typeof="mw:Transclusion" about="#mwt1" data-parsoid='{"autoInsertedEnd":true,"pi":[[{"k":"1"}]]}' data-mw='{"parts":["!a ",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"b!!c"}},"i":0}}]}'>a b</th><th about="#mwt1">c</th></tr>
6115 Accept "!!" in table headings after newline
6132 <p>b!!c</p></th></tr>
6137 Accept "!!" in table data of mixed wikitext / html syntax
6141 <tr><td>b!!c</td></tr>
6154 <tbody><tr><th>a</th></tr>
6155 <tr data-parsoid='{"stx":"html"}'><td data-parsoid='{"stx":"html"}'>b!!c</td></tr>
6160 Accept empty attributes in td/th cells (td/th cells starting with leading ||)
6177 Accept "| !" at start of line in tables (ignore !-attribute)
6181 | !style="color:red" | bar
6193 Allow +/- in 2nd and later cells in a row, in 1st cell when td-attrs are present, or in 1st cell when there is a space between "|" and +/-
6197 |style='color:red;'|+1
6198 |style='color:blue;'|-1
6210 <td style="color:red;">+1
6212 <td style="color:blue;">-1
6236 |rowspan=2| Cell 2, row 1 (and 2)
6247 <td rowspan="2"> Cell 2, row 1 (and 2)
6265 {| bgcolor=#ABCDEF border=2
6270 |the original table again
6278 <table bgcolor="#ABCDEF" border="2">
6286 <td>the original table again
6292 Invalid attributes in table cell (bug 1830)
6306 Table cell attributes: Pipes protected by nowikis should be treated as a plain character
6310 | title="foo<nowiki>|</nowiki>" |bar
6311 | title="foo<nowiki>|</nowiki>" bar
6318 <td title="foo|">bar
6320 <td> title="foo|" bar
6325 <tbody><tr><td title="foo">bar</td>
6326 <td title="foo|" data-parsoid='{"a":{"title":"foo|"},"sa":{"title":"foo<nowiki>|</nowiki>"},"autoInsertedEnd":true}'>bar</td>
6327 <td> title="foo<span typeof="mw:Nowiki">|</span>" bar</td></tr>
6331 # See: http://lists.wikimedia.org/mailman/htdig/wikitech-l/2006-April/022293.html
6332 # N.B. The "|}" to close the table is missing from the input, so parsoid's
6333 # *2wt modes will fail.
6335 Table security: embedded pipes
6337 parsoid=wt2html,html2html
6340 | |[ftp://|x||]" onmouseover="alert(document.cookie)">test
6344 <td>[<a rel="nofollow" class="external free" href="ftp://%7Cx">ftp://%7Cx</a></td>
6345 <td>]" onmouseover="alert(document.cookie)">test
6353 <td data-parsoid='{"startTagSrc":"| ","attrSepSrc":"|","autoInsertedEnd":true}'><a rel="mw:ExtLink" href="ftp://|x||"></a>" onmouseover="alert(document.cookie)">test</td></tr></tbody></table>
6357 Element attributes with double ! should not be broken up by <th>
6360 ! hi <div class="!!">ha</div> ho
6365 <th> hi <div class="!!">ha</div> ho
6370 <tbody><tr><th> hi <div class="!!" data-parsoid='{"stx":"html"}'>ha</div> ho</th></tr>
6375 ! and || in element attributes should not be parsed as <th>/<td>
6378 | <div style="color: red !important;" data-contrived="put this here ||">hi</div>
6383 <td> <div style="color: red !important;" data-contrived="put this here ||">hi</div>
6388 <tbody><tr><td> <div style="color: red !important;" data-contrived="put this here ||" data-parsoid='{"stx":"html"}'>hi</div></td></tr>
6392 # FIXME: The output seems broken. Filed as T110268.
6394 ! and || in td attributes should not be parsed as <th>/<td>
6399 | style="color: red !important;" data-contrived="put this here ||" | foo
6404 <td> style="color: red !important;" data-contrived="put this here </td>
6410 <tbody><tr><td> style="color: red !important;" data-contrived="put this here </td><td data-parsoid='{"stx_v":"row","a":{"\"":null},"sa":{"\"":""},"autoInsertedEnd":true}'> foo</td></tr>
6415 Break on | in element attribute in template
6417 parsoid=wt2html,html2html
6419 {{echo|1=<div class="hi|ho">ha</div>}}
6421 <p>ho">ha</div>
6424 <span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"ho\">ha</div>"}},"i":0}}]}'>ho">ha</span>
6428 Indented table markup mixed with indented pre content (proposed in bug 6200)
6433 Text that should be rendered preformatted
6441 <pre>Text that should be rendered preformatted
6450 1. Template-generated table cell attributes and cell content
6455 || {{table_attribs_5}}
6456 | <!--foo--> <!--bar--> <!--baz--> {{table_attribs}}
6457 |align=center {{table_attribs}}
6458 | <!--foo--> align=center <!--bar--> {{table_attribs}}
6463 <td style="color:red;">Foo
6465 <td style="color:red;">Foo
6467 <td> style="color:red;"</td>
6470 <td style="color:red;">Foo
6472 <td align="center" style="color:red;">Foo
6474 <td align="center" style="color:red;">Foo
6480 2. Template-generated table cell attributes and cell content
6483 |{{table_attribs_2}}
6488 <td style="color:red;">Foo
6496 <tbody><tr><td about="#mwt1" typeof="mw:Transclusion" style="color:red;" data-mw='{"parts":["|",{"template":{"target":{"wt":"table_attribs_2","href":"./Template:Table_attribs_2"},"params":{},"i":0}}]}'>Foo</td>
6497 <td about="#mwt1">Bar</td><td about="#mwt1">Baz</td></tr>
6502 3. Template-generated table cell attributes and cell content
6505 !align=center {{table_header_cells}}
6507 |align=center {{table_cells}}
6512 <th align="center" style="color:red;">Foo</th>
6513 <th style="color:red;"><i>Bar</i></th>
6514 <th style="color:brown;"><i>Foo</i> and Baz
6517 <td align="center" style="color:red;">Foo</td>
6518 <td style="color:red;"><i>Bar</i></td>
6519 <td style="color:brown;"><i>Foo</i> and Baz
6524 <tbody><tr><th align="center" style="color:red;" typeof="mw:Transclusion" about="#mwt1" data-mw='{"parts":["!align=center ",{"template":{"target":{"wt":"table_header_cells","href":"./Template:Table_header_cells"},"params":{},"i":0}}]}'>Foo</th><th about="#mwt1" style="color:red;"><i about="#mwt1">Bar</i></th><th about="#mwt1" style="color:brown;"><i about="#mwt1">Foo</i> and Baz</th></tr><tr>
6525 <td align="center" style="color:red;" typeof="mw:Transclusion" about="#mwt1" data-mw='{"parts":["|align=center ",{"template":{"target":{"wt":"table_cells","href":"./Template:Table_cells"},"params":{},"i":0}}]}'>Foo</td><td about="#mwt1" style="color:red;"><i about="#mwt1">Bar</i></td><td about="#mwt1" style="color:brown;"><i about="#mwt1">Foo</i> and Baz</td></tr>
6530 4. Template-generated table cell attributes and cell content inside a templated table
6533 !align=center {{table_header_cells}}
6535 |align=center {{table_cells}}
6540 <th align="center" style="color:red;">Foo</th>
6541 <th style="color:red;"><i>Bar</i></th>
6542 <th style="color:brown;"><i>Foo</i> and Baz
6545 <td align="center" style="color:red;">Foo</td>
6546 <td style="color:red;"><i>Bar</i></td>
6547 <td style="color:brown;"><i>Foo</i> and Baz
6551 <table about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[],[],[],[]]}' data-mw='{"parts":[{"template":{"target":{"wt":"tbl-start","href":"./Template:Tbl-start"},"params":{},"i":0}},"\n!align=center ",{"template":{"target":{"wt":"table_header_cells","href":"./Template:Table_header_cells"},"params":{},"i":1}},"\n|-\n|align=center ",{"template":{"target":{"wt":"table_cells","href":"./Template:Table_cells"},"params":{},"i":2}},"\n",{"template":{"target":{"wt":"tbl-end","href":"./Template:Tbl-end"},"params":{},"i":3}}]}'>
6552 <tbody><tr><th align="center" style="color:red;">Foo</th><th style="color:red;"><i>Bar</i></th><th style="color:brown;"><i>Foo</i> and Baz</th></tr>
6554 <td align="center" style="color:red;">Foo</td><td style="color:red;"><i>Bar</i></td><td style="color:brown;"><i>Foo</i> and Baz</td></tr>
6558 ## Edge case fix to prevent future regressions
6560 T107652: <ref>s in templates that also generate table cell attributes should be rendered properly
6563 |{{table_attribs_7}}
6568 <tbody><tr><td style="background:#f9f9f9;" typeof="mw:Transclusion" about="#mwt1" data-mw='{"parts":["|",{"template":{"target":{"wt":"table_attribs_7","href":"./Template:Table_attribs_7"},"params":{},"i":0}}]}'>Foo<span class="mw-ref" id="cite_ref-1" rel="dc:references" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1" style="counter-reset: mw-Ref 1;"><span class="mw-reflink-text">[1]</span></a></span></td></tr>
6570 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text" data-parsoid="{}">foo</span></li></ol>
6574 Table with row followed by newlines and table heading
6592 Table with empty line following the start tag
6610 Table attributes with empty value
6612 parsoid=wt2html,html2html
6625 <tbody><tr><td style=""> hello</td></tr>
6630 Wikitext table with a lot of comments
6653 Wikitext table comments represented in parsoid dom
6655 {|<!--c1--><!--c2-->
6666 <table><!--c1--><!--c2-->
6667 <tbody><tr data-parsoid='{"startTagSrc":"|-","autoInsertedEnd":true}'><!--c3-->
6668 <td data-parsoid='{"autoInsertedEnd":true}'> x</td></tr>
6673 Wikitext table with double-line table cell
6690 Table cell with a single comment
6707 Table-cell after a comment-only-empty-line
6724 <tbody><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'>a</td>
6726 <!--c2--><td data-parsoid='{"autoInsertedEnd":true}'> b</td></tr>
6732 Build table with {{!}}
6734 {{{!}} class="wikitable"
6737 {{!}}- style="color:red;"
6738 {{!}} data {{!}}{{!}} style="color:red;" {{!}} second data
6741 <table class="wikitable">
6747 <tr style="color:red;">
6749 <td style="color:red;"> second data
6755 Build table with pipe as data
6757 {| class="wikitable"
6760 |- style="color:red;"
6761 | data || style="color:red;" | second data
6763 | style="color:red;" | data with | || style="color:red;" | second data with |
6765 || data with | ||| second data with |
6768 <table class="wikitable">
6774 <tr style="color:red;">
6776 <td style="color:red;"> second data
6779 <td style="color:red;"> data with | </td>
6780 <td style="color:red;"> second data with |
6783 <td> data with | </td>
6784 <td> second data with |
6790 Build table with wikilink
6792 {| class="wikitable"
6793 ! header || second header
6794 |- style="color:red;"
6795 | data [[Main Page|linktext]] || second data [[Main Page|linktext]]
6797 | data || second data [[Main Page|link|text with pipe]]
6800 <table class="wikitable">
6805 <tr style="color:red;">
6806 <td> data <a href="/wiki/Main_Page" title="Main Page">linktext</a> </td>
6807 <td> second data <a href="/wiki/Main_Page" title="Main Page">linktext</a>
6811 <td> second data <a href="/wiki/Main_Page" title="Main Page">link|text with pipe</a>
6816 # The expected HTML structure in this test is debatable. The PHP parser does
6817 # not parse this kind of table at all. The main focus for Parsoid is on
6818 # round-tripping, so this output is ok for now. TODO: revisit!
6820 Wikitext table with html-syntax row
6830 <td>foo</td></tr></tbody></table>
6833 ## Note that Parsoid output differs from PHP and PHP+tidy here.
6834 ## The lack of <tr> tags in the PHP output is arguably a bug in the
6835 ## PHP parser, which tidy then compounds by fostering the content
6836 ## entirely out of the table. Parsoid recognizes the table context
6837 ## and generates <tr> and <td> wrappers as needed. Hopefully nobody
6838 ## depends on PHP's treatment of broken table markup!
6840 Implicit <td> after a |-
6842 parsoid=wt2html,html2html
6862 # Again, Parsoid adds implicit <td>s here, PHP and Tidy strip the b out.
6864 <pre> tags should be recognized in an explicit <td> context, but not in an implicit <td> context
6866 parsoid=wt2html,html2html
6899 <tr><td><pre>a</pre></td></tr>
6900 <tr><td> b</td></tr>
6905 # PHP + Tidy strips the list out of the table; Parsoid wraps it.
6906 # Parsoid generates the missing <td>, so wt2wt won't succeed.
6908 Lists should be recognized in an implicit <td> context
6910 parsoid=wt2html,html2html
6937 Table cells not properly parsed in an implicit-td context
6941 {{table_attribs_4}} || a || b
6946 <td style="background-color:#DC241f;" width="10px"></td>
6953 <tbody><tr data-parsoid='{"startTagSrc":"|-","autoInsertedEnd":true}'>
6954 <td style="background-color:#DC241f;" width="10px" about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"autoInsertedEnd":true,"pi":[[]]}' data-mw='{"parts":["",{"template":{"target":{"wt":"table_attribs_4","href":"./Template:Table_attribs_4"},"params":{},"i":0}}," "]}'> </td><td data-parsoid='{"stx_v":"row","autoInsertedEnd":true}'> a </td><td data-parsoid='{"stx_v":"row","autoInsertedEnd":true}'> b</td></tr>
6959 Parsoid: Round-trip tables directly followed by content (bug 51219)
6961 parsoid=wt2html,wt2wt
6986 Parsoid: Default to a newline after tables in new content (bug 51219)
6991 <tr><td>foo</td></tr></tbody></table> bar
6993 <tr><td>baz</td></tr></tbody></table><b>quux</b>
6998 <nowiki> </nowiki>bar
7006 Parsoid: newline inducing block nodes don't suppress <nowiki>
7018 Parsoid: Row-syntax table headings followed by comment & table cells
7020 parsoid=wt2html,wt2wt
7024 <!-- foo --> || baz || quux
7038 <tbody><tr><th> foo </th><th> bar
7039 <!-- foo --> </th><td> baz </td><td> quux</td></tr>
7044 Parsoid: Recover better from broken table attributes
7064 <p>foo</p></td></tr>
7069 Tables: Digest broken attributes on table and tr tag
7086 Strip unsupported table tags, but introduce row wikitext as required
7091 <caption>Test</caption>
7137 <caption>Test</caption>
7158 Testing serialization after deletion in references
7167 hi <ref><div id="x">ho</div></ref>
7177 Testing serialization after deletion of table cells
7180 "modes": ["wt2wt", "selser"],
7188 | id="x" |c1 {{!}}{{!}}{{!}}c2 |||c3
7198 Testing selser after addition of new row before first row (T125419)
7201 "modes": ["wt2wt", "selser"],
7203 [ "tr", "before", "<tr><td>X</td></tr>" ]
7219 Serialize new table rows in a HTML table using HTML tags
7222 "modes": ["wt2wt", "selser"],
7224 [ "tr", "before", "<tr><td>X</td></tr>" ]
7228 <table><tr><td>a</td></tr></table>
7230 <table><tr><td>X</td></tr><tr><td>a</td></tr></table>
7234 Serialize new table cells in a HTML row using HTML tags
7237 "modes": ["wt2wt", "selser"],
7239 [ "td", "before", "<td>X</td>" ]
7243 <table><tr><td>a</td></tr></table>
7245 <table><tr><td>X</td><td>a</td></tr></table>
7249 Wikitext tables can be nested inside HTML tables
7253 <table data-parsoid='{"stx":"html"}'>
7256 <tr><td>foo</td></tr>
7271 Serialize wikitext list items as HTML list items when embedded in a HTML list
7275 <ul data-parsoid='{"stx": "html"}'>
7276 <li data-parsoid='{}'>a</li>
7286 # SSS FIXME: Is this actually a good thing given the
7287 # odd nested list output that is generated by MW?
7288 # <ul><li>foo<ul>..</ul></li></ul> instead of
7289 # <ul><li>foo</li><ul>..</ul></ul>
7291 Wikitext lists can be nested inside HTML lists
7295 <ul data-parsoid='{"stx": "html"}'>
7296 <li data-parsoid='{"stx": "html"}'>a
7301 <ul data-parsoid='{"stx": "html"}'>
7324 Plain link, capitalized
7328 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
7333 Plain link, uncapitalized
7337 <p><a href="/wiki/Main_Page" title="Main Page">main Page</a>
7344 [[Main Page|The Main Page]]
7346 <p><a href="/wiki/Main_Page" title="Main Page">The Main Page</a>
7351 Piped link with comment in link text
7353 [[Main Page|The Main<!--front--> Page]]
7355 <p><a href="/wiki/Main_Page" title="Main Page">The Main Page</a>
7360 Piped link with multiple pipe characters in link text
7362 [[Main Page||The|Main|Page|]]
7364 <p><a href="/wiki/Main_Page" title="Main Page">|The|Main|Page|</a>
7367 <p><a rel="mw:WikiLink" href="Main_Page" title="Main Page">|The|Main|Page|</a></p>
7371 Piped link with no link text
7373 [[Thomas Bek (bishop of St David's)|]]
7375 <p>[[Thomas Bek (bishop of St David's)|]]
7378 <p>[[Thomas Bek (bishop of St David's)|]]</p>
7386 <p><a href="/index.php?title=Zigzagzogzagzig&action=edit&redlink=1" class="new" title="Zigzagzogzagzig (page does not exist)">Zigzagzogzagzig</a>
7391 Broken link with fragment
7393 [[Zigzagzogzagzig#zug]]
7395 <p><a href="/index.php?title=Zigzagzogzagzig&action=edit&redlink=1" class="new" title="Zigzagzogzagzig (page does not exist)">Zigzagzogzagzig#zug</a>
7400 Special page link with fragment
7402 [[Special:Version#anchor]]
7404 <p><a href="/wiki/Special:Version#anchor" title="Special:Version">Special:Version#anchor</a>
7409 Nonexistent special page link with fragment
7411 [[Special:ThisNameWillHopefullyNeverBeUsed#anchor]]
7413 <p><a href="/wiki/Special:ThisNameWillHopefullyNeverBeUsed" class="new" title="Special:ThisNameWillHopefullyNeverBeUsed (page does not exist)">Special:ThisNameWillHopefullyNeverBeUsed#anchor</a>
7420 xxx[[main Page]], xxx[[Main Page]], Xxx[[main Page]] XXX[[main Page]], XXX[[Main Page]]
7422 <p>xxx<a href="/wiki/Main_Page" title="Main Page">main Page</a>, xxx<a href="/wiki/Main_Page" title="Main Page">Main Page</a>, Xxx<a href="/wiki/Main_Page" title="Main Page">main Page</a> XXX<a href="/wiki/Main_Page" title="Main Page">main Page</a>, XXX<a href="/wiki/Main_Page" title="Main Page">Main Page</a>
7429 [[Main Page]]xxx, [[Main Page]]XXX, [[Main Page]]!!!
7431 <p><a href="/wiki/Main_Page" title="Main Page">Main Pagexxx</a>, <a href="/wiki/Main_Page" title="Main Page">Main Page</a>XXX, <a href="/wiki/Main_Page" title="Main Page">Main Page</a>!!!
7442 Bug 43661: Piped links with identical prefixes
7444 [[prefixed article|prefixed articles with spaces]]
7446 [[prefixed article|prefixed articlesaoeu]]
7448 [[Main Page|Main Page test]]
7450 <p><a href="/wiki/Prefixed_article" title="Prefixed article">prefixed articles with spaces</a>
7451 </p><p><a href="/wiki/Prefixed_article" title="Prefixed article">prefixed articlesaoeu</a>
7452 </p><p><a href="/wiki/Main_Page" title="Main Page">Main Page test</a>
7458 Link with HTML entity in suffix / tail
7460 [[Main Page]]", [[Main Page]]a
7462 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>", <a href="/wiki/Main_Page" title="Main Page">Main Page</a>a
7465 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">Main Page</a><span typeof="mw:Entity" data-parsoid='{"src":"&quot;","srcContent":"\""}'>"</span>, <a rel="mw:WikiLink" href="./Main_Page" title="Main Page">Main Page</a><span typeof="mw:Entity" data-parsoid='{"src":"&#97;","srcContent":"a"}'>a</span></p>
7469 Link with 3 brackets
7480 Link with 4 brackets
7484 <p>[[<a href="/wiki/Main_Page" title="Main Page">Main Page</a>]]
7489 Piped link with 3 brackets
7491 [[[main page|the main page]]]
7493 <p>[[[main page|the main page]]]
7498 Piped link with extlink-like text
7501 [[Main Page|This is a [bar]]]
7503 <p><a href="/wiki/Main_Page" title="Main Page">[bar]</a>
7504 <a href="/wiki/Main_Page" title="Main Page">This is a [bar]</a>
7507 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page" data-parsoid='{"stx":"piped"}'>[bar]</a>
7508 <a rel="mw:WikiLink" href="./Main_Page" title="Main Page" data-parsoid='{"stx":"piped"}'>This is a [bar]</a></p>
7512 Link with multiple pipes
7514 [[Main Page|The|Main|Page]]
7516 <p><a href="/wiki/Main_Page" title="Main Page">The|Main|Page</a>
7520 # Note that parsoid does not munge anchor text; all non-space
7521 # characters are valid in HTML5 ids.
7523 Anchor containing a #. (bug 63430)
7525 [[Main Page#And#Link]]
7527 <p><a href="/wiki/Main_Page#And.23Link" title="Main Page">Main Page#And#Link</a>
7530 <p><a rel="mw:WikiLink" href="./Main_Page#And%23Link" title="Main Page">Main Page#And#Link</a></p>
7536 [[Talk:Parser testing]], [[Meta:Disclaimers]]
7538 <p><a href="/index.php?title=Talk:Parser_testing&action=edit&redlink=1" class="new" title="Talk:Parser testing (page does not exist)">Talk:Parser testing</a>, <a href="/index.php?title=Meta:Disclaimers&action=edit&redlink=1" class="new" title="Meta:Disclaimers (page does not exist)">Meta:Disclaimers</a>
7543 Link with space in namespace
7545 [[User talk:Foo bar]]
7547 <p><a href="/index.php?title=User_talk:Foo_bar&action=edit&redlink=1" class="new" title="User talk:Foo bar (page does not exist)">User talk:Foo bar</a>
7552 MemoryAlpha:AlphaTest
7554 This is an article in the MemoryAlpha namespace
7555 (which shadows the memoryalpha interwiki link).
7559 Namespace takes precedence over interwiki link (bug 51680)
7561 [[MemoryAlpha:AlphaTest]]
7563 <p><a href="/wiki/MemoryAlpha:AlphaTest" title="MemoryAlpha:AlphaTest">MemoryAlpha:AlphaTest</a>
7567 # The previous test doesn't work correctly in html2*, due to not recognizing the
7568 # link as an internal one. This one checks for the correct behavior.
7570 Link to namespace preferred over interwiki with correct rel attribute
7572 parsoid=html2wt,html2html
7574 <p><a rel="mw:WikiLink" href="./MemoryAlpha:AlphaTest" title="MemoryAlpha:AlphaTest">MemoryAlpha:AlphaTest</a></p>
7576 [[MemoryAlpha:AlphaTest]]
7580 Piped link to namespace
7582 [[Meta:Disclaimers|The disclaimers]]
7584 <p><a href="/index.php?title=Meta:Disclaimers&action=edit&redlink=1" class="new" title="Meta:Disclaimers (page does not exist)">The disclaimers</a>
7591 [[Usually caused by a typo (oops}]]
7593 <p>[[Usually caused by a typo (oops}]]
7600 Just a test of an article title containing a percent.
7604 Link containing % (not as a hex sequence)
7608 <p><a href="/wiki/7%25_Solution" title="7% Solution">7% Solution</a>
7611 <p><a rel="mw:WikiLink" href="./7%25_Solution" title="7% Solution">7% Solution</a></p>
7614 # note that the parsoid HTML is identical to the previous test output,
7615 # so the previous test ensures that the html2wt mode will generate the
7616 # "not as a hex sequence" wikitext.
7618 Link containing % as a single hex sequence interpreted to char
7620 parsoid=wt2wt,wt2html,html2html
7624 <p><a href="/wiki/7%25_Solution" title="7% Solution">7% Solution</a>
7627 <p><a rel="mw:WikiLink" href="./7%25_Solution" title="7% Solution">7% Solution</a></p>
7631 Link containing % as a double hex sequence interpreted to hex sequence
7635 <p>[[7%2525 Solution]]
7639 # note that parsoid does not munge anchor text; all non-space
7640 # characters are valid in HTML5 anchors.
7642 Link containing "#<" and "#>" % as a hex sequences- these are valid section anchors
7643 Example for such a section: == < ==
7645 [[%23%3c]][[%23%3e]]
7647 <p><a href="#.3C">#<</a><a href="#.3E">#></a>
7650 <p><a rel="mw:WikiLink" href="./Main_Page#%3C" title="Main Page">#<</a><a rel="mw:WikiLink" href="./Main_Page#%3E" title="Main Page">#></a></p>
7654 Link containing "<#" and ">#" as a hex sequences
7656 [[%3c%23]][[%3e%23]]
7658 <p>[[%3c%23]][[%3e%23]]
7663 Link containing an equals sign
7665 [[Special:BookSources/isbn=4-00-026157-6]]
7667 <p><a href="/wiki/Special:BookSources/isbn%3D4-00-026157-6" title="Special:BookSources/isbn=4-00-026157-6">Special:BookSources/isbn=4-00-026157-6</a>
7670 <p><a rel="mw:WikiLink" href="./Special:BookSources/isbn=4-00-026157-6" title="Special:BookSources/isbn=4-00-026157-6">Special:BookSources/isbn=4-00-026157-6</a></p>
7676 Just a test of an article title containing a tilde.
7679 # note that links containing signatures, like [[Foo~~~~]], are
7680 # massaged by the pre-save transform (PST) and so the tildes are never
7681 # seen by the parser.
7683 Link containing a tilde
7687 <p><a href="/wiki/Foo~bar" title="Foo~bar">Foo~bar</a>
7690 <p><a rel="mw:WikiLink" href="./Foo~bar" title="Foo~bar">Foo~bar</a></p>
7694 Link containing double-single-quotes '' (bug 4598)
7696 [[Lista d''e paise d''o munno]]
7698 <p><a href="/index.php?title=Lista_d%27%27e_paise_d%27%27o_munno&action=edit&redlink=1" class="new" title="Lista d''e paise d''o munno (page does not exist)">Lista d''e paise d''o munno</a>
7701 <p><a rel="mw:WikiLink" href="./Lista_d''e_paise_d''o_munno" title="Lista d''e paise d''o munno">Lista d''e paise d''o munno</a></p>
7705 Link containing double-single-quotes '' in text (bug 4598 sanity check)
7707 Some [[Link|pretty ''italics'' and stuff]]!
7709 <p>Some <a href="/index.php?title=Link&action=edit&redlink=1" class="new" title="Link (page does not exist)">pretty <i>italics</i> and stuff</a>!
7712 <p>Some <a rel="mw:WikiLink" href="Link" title="Link">pretty <i>italics</i> and stuff</a>!</p>
7716 Link containing double-single-quotes '' in text embedded in italics (bug 4598 sanity check)
7718 ''Some [[Link|pretty ''italics'' and stuff]]!''
7720 <p><i>Some <a href="/index.php?title=Link&action=edit&redlink=1" class="new" title="Link (page does not exist)">pretty <i>italics</i> and stuff</a>!</i>
7725 Link with double quotes in title part (literal) and alternate part (interpreted)
7727 [[File:Denys_Savchenko_''Pentecoste''.jpg]]
7731 [[''Pentecoste''|Pentecoste]]
7733 [[''Pentecoste''|''Pentecoste'']]
7735 <p><a href="/index.php?title=Special:Upload&wpDestFile=Denys_Savchenko_%27%27Pentecoste%27%27.jpg" class="new" title="File:Denys Savchenko ''Pentecoste''.jpg">File:Denys Savchenko <i>Pentecoste</i>.jpg</a>
7736 </p><p><a href="/index.php?title=%27%27Pentecoste%27%27&action=edit&redlink=1" class="new" title="''Pentecoste'' (page does not exist)">''Pentecoste''</a>
7737 </p><p><a href="/index.php?title=%27%27Pentecoste%27%27&action=edit&redlink=1" class="new" title="''Pentecoste'' (page does not exist)">Pentecoste</a>
7738 </p><p><a href="/index.php?title=%27%27Pentecoste%27%27&action=edit&redlink=1" class="new" title="''Pentecoste'' (page does not exist)"><i>Pentecoste</i></a>
7741 <p><span class="mw-default-size" typeof="mw:Error mw:Image" data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}]}'><a href="./File:Denys_Savchenko_''Pentecoste''.jpg"><img resource="./File:Denys_Savchenko_''Pentecoste''.jpg" src="./Special:FilePath/Denys_Savchenko_''Pentecoste''.jpg" height="220" width="220"/></a></span></p>
7742 <p><a rel="mw:WikiLink" href="''Pentecoste''" title="''Pentecoste''">''Pentecoste''</a></p>
7743 <p><a rel="mw:WikiLink" href="''Pentecoste''" title="''Pentecoste''">Pentecoste</a></p>
7744 <p><a rel="mw:WikiLink" href="''Pentecoste''" title="''Pentecoste''"><i>Pentecoste</i></a></p>
7748 Broken image links with HTML captions (bug 39700)
7750 [[File:Nonexistent|<script></script>]]
7751 [[File:Nonexistent|100x100px|<script></script>]]
7752 [[File:Nonexistent|<]]
7753 [[File:Nonexistent|a<i>b</i>c]]
7755 <p><a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent"><script></script></a>
7756 <a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent"><script></script></a>
7757 <a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent"><</a>
7758 <a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent">abc</a>
7761 <p><span class="mw-default-size" typeof="mw:Error mw:Image" data-parsoid='{"optList":[{"ck":"caption","ak":"<script></script>"}]}' data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}],"caption":"&lt;script>&lt;/script>"}'><a href="./File:Nonexistent" data-parsoid='{"a":{"href":"./File:Nonexistent"},"sa":{}}'><img resource="./File:Nonexistent" src="./Special:FilePath/Nonexistent" height="220" width="220" data-parsoid='{"a":{"resource":"./File:Nonexistent","height":"220","width":"220"},"sa":{"resource":"File:Nonexistent"}}'/></a></span>
7762 <span typeof="mw:Error mw:Image" data-parsoid='{"optList":[{"ck":"width","ak":"100x100px"},{"ck":"caption","ak":"<script></script>"}]}' data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}],"caption":"&lt;script>&lt;/script>"}'><a href="./File:Nonexistent" data-parsoid='{"a":{"href":"./File:Nonexistent"},"sa":{}}'><img resource="./File:Nonexistent" src="./Special:FilePath/Nonexistent" height="100" width="100" data-parsoid='{"a":{"resource":"./File:Nonexistent","height":"100","width":"100"},"sa":{"resource":"File:Nonexistent"}}'/></a></span>
7763 <span class="mw-default-size" typeof="mw:Error mw:Image" data-parsoid='{"optList":[{"ck":"caption","ak":"&lt;"}]}' data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}],"caption":"<span typeof=\"mw:Entity\" data-parsoid='{\"src\":\"&amp;lt;\",\"srcContent\":\"&lt;\",\"dsr\":[107,111,null,null]}'>&lt;</span>"}'><a href="./File:Nonexistent" data-parsoid='{"a":{"href":"./File:Nonexistent"},"sa":{}}'><img resource="./File:Nonexistent" src="./Special:FilePath/Nonexistent" height="220" width="220" data-parsoid='{"a":{"resource":"./File:Nonexistent","height":"220","width":"220"},"sa":{"resource":"File:Nonexistent"}}'/></a></span>
7764 <span class="mw-default-size" typeof="mw:Error mw:Image" data-parsoid='{"optList":[{"ck":"caption","ak":"a<i>b</i>c"}]}' data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}],"caption":"a<i data-parsoid='{\"stx\":\"html\",\"dsr\":[134,142,3,4]}'>b</i>c"}'><a href="./File:Nonexistent" data-parsoid='{"a":{"href":"./File:Nonexistent"},"sa":{}}'><img resource="./File:Nonexistent" src="./Special:FilePath/Nonexistent" height="220" width="220" data-parsoid='{"a":{"resource":"./File:Nonexistent","height":"220","width":"220"},"sa":{"resource":"File:Nonexistent"}}'/></a></span></p>
7770 [[http://www.example.com]]
7772 <p>[<a rel="nofollow" class="external autonumber" href="http://www.example.com">[1]</a>]
7775 <p>[<a rel="mw:ExtLink" href="http://www.example.com"></a>]</p>
7779 Plain link to URL with link text
7781 [[http://www.example.com Link text]]
7783 <p>[<a rel="nofollow" class="external text" href="http://www.example.com">Link text</a>]
7788 Plain link to protocol-relative URL
7790 [[//www.example.com]]
7792 <p>[<a rel="nofollow" class="external autonumber" href="//www.example.com">[1]</a>]
7795 <p>[<a rel="mw:ExtLink" href="//www.example.com"></a>]</p>
7799 Plain link to protocol-relative URL with link text
7801 [[//www.example.com Link text]]
7803 <p>[<a rel="nofollow" class="external text" href="//www.example.com">Link text</a>]
7808 Plain link to page with question mark in title
7814 <p><a href="/wiki/A%3Fb" title="A?b">A?b</a>
7815 </p><p><a href="/wiki/A%3Fb" title="A?b">Baz</a>
7820 # I'm fairly sure the expected result here is wrong.
7821 # We want these to be URL links, not pseudo-pages with URLs for titles....
7822 # However the current output is also pretty screwy.
7825 # I'm changing it to match the current output--it arguably makes more
7826 # sense in the light of the test above. Old expected result was:
7827 #<p>Piped link to URL: <a href="/index.php?title=Http://www.example.com&action=edit" class="new">an example URL</a>
7829 # But I think this test is bordering on "garbage in, garbage out" anyway.
7834 Piped link to URL: [[http://www.example.com|an example URL]]
7836 <p>Piped link to URL: [<a rel="nofollow" class="external text" href="http://www.example.com%7Can">example URL</a>]
7839 <p>Piped link to URL: [<a rel="mw:ExtLink" href="http://www.example.com|an">example URL</a>]</p>
7843 BUG 2: [[page|http://url/]] should link to page, not http://url/
7845 [[Main Page|http://url/]]
7847 <p><a href="/wiki/Main_Page" title="Main Page">http://url/</a>
7850 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">http://url/</a></p>
7853 # Parsoid does not mark self-links, by design.
7855 BUG 337: Escaped self-links should be bold
7859 [[Bug462]] [[Bug462]]
7861 <p><strong class="selflink">Bug462</strong> <strong class="selflink">Bug462</strong>
7864 <p><strong class="selflink">Bug462</strong> <strong class="selflink">Bug462</strong></p>
7866 <p><a rel="mw:WikiLink" href="./Bug462" title="Bug462">Bug462</a> <a rel="mw:WikiLink" href="./Bug462" title="Bug462">Bug462</a></p>
7870 Self-link to section should not be bold
7874 [[Main Page#section]]
7876 <p><a href="/wiki/Main_Page#section" title="Main Page">Main Page#section</a>
7887 Self-link to numeric title
7893 <p><strong class="selflink">0</strong>
7898 Link to numeric-equivalent title
7904 <p><a href="/wiki/00" title="00">00</a>
7909 <nowiki> inside a link
7911 [[Main<nowiki> Page</nowiki>]] [[Main Page|the main page <nowiki>[it's not very good]</nowiki>]]
7913 <p>[[Main Page]] <a href="/wiki/Main_Page" title="Main Page">the main page [it's not very good]</a>
7918 Non-breaking spaces in title
7920 [[ Main Page ]]
7922 <p><a href="/wiki/Main_Page" title="Main Page">  Main   Page  </a>
7927 Internal link with ca linktrail, surrounded by bold apostrophes (bug 27473 primary issue)
7933 <p><b><a href="/wiki/Main_Page" title="Main Page">Main Page</a></b>
7938 Internal link with ca linktrail, surrounded by italic apostrophes (bug 27473 primary issue)
7944 <p><i><a href="/wiki/Main_Page" title="Main Page">Main Page</a></i>
7949 Internal link with en linktrail: no apostrophes (bug 27473)
7955 <p><a href="/index.php?title=Something&action=edit&redlink=1" class="new" title="Something (page does not exist)">Something</a>'nice
7960 Internal link with ca linktrail with apostrophes (bug 27473)
7966 <p><a href="/index.php?title=Something&action=edit&redlink=1" class="new" title="Something (encara no existeix)">Something'nice</a>
7971 Internal link with kaa linktrail with apostrophes (bug 27473)
7977 <p><a href="/index.php?title=Something&action=edit&redlink=1" class="new" title="Something (bet ele jaratılmag'an)">Something'nice</a>
7982 Link with multiple ":" in a subpage-supporting namespace (bug 63636)
7984 [[User:Foo/Test/63636:Bar|Test]]
7986 <p><a href="/index.php?title=User:Foo/Test/63636:Bar&action=edit&redlink=1" class="new" title="User:Foo/Test/63636:Bar (page does not exist)">Test</a>
7989 <p><a rel="mw:WikiLink" href="./User:Foo/Test/63636:Bar" title="User:Foo/Test/63636:Bar">Test</a></p>
7993 Purely hash wikilink
7995 title=[[User:test/123]]
7999 <p><a href="#a">b</a>
8002 <p><a rel="mw:WikiLink" href="./User:Test/123#a" data-parsoid='{"stx":"piped","a":{"href":"./User:Test/123#a"},"sa":{"href":"#a"}}'>b</a></p>
8006 1. Interaction of linktrail and template encapsulation
8012 <p><a rel="mw:WikiLink" href="Foo" title="Foo" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"[[Foo]]"}},"i":0}},"l"]}'>Fool</a></p>
8016 2. Interaction of linktrail and template encapsulation
8020 {{echo|Some [[Fool]]}}s
8022 <p><span about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"Some [[Fool]]"}},"i":0}},"s"]}' data-parsoid='{"pi":[[{"k":"1"}]]}'>Some </span><a rel="mw:WikiLink" href="./Fool" title="Fool" about="#mwt1" data-parsoid='{"stx":"simple","a":{"href":"./Fool"},"sa":{"href":"Fool"},"tail":"s"}'>Fools</a></p>
8026 3. Interaction of linktrail and template encapsulation
8030 {{echo|Some [[Fool]]s are '''bold and foolish'''}}
8032 <p about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"Some [[Fool]]s are '''bold and foolish'''"}},"i":0}}]}' data-parsoid='{"pi":[[{"k":"1"}]]}'>Some <a rel="mw:WikiLink" href="./Fool" title="Fool" data-parsoid='{"stx":"simple","a":{"href":"./Fool"},"sa":{"href":"Fool"},"tail":"s"}'>Fools</a> are <b>bold and foolish</b></p>
8042 Internal link with is link prefix
8046 Aðrir mótmælenda[[söfnuður|söfnuðir]] og
8048 <p>Aðrir <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuðir</a> og
8059 Internal link with is link trail and link prefix
8063 [[mótmælendatrú|xxx]]ar
8065 mótmælenda[[söfnuður]]
8066 mótmælenda[[söfnuður|söfnuðir]]
8067 mótmælenda[[söfnuður|söfnuðir]]xxx
8069 <p><a href="/wiki/M%C3%B3tm%C3%A6lendatr%C3%BA" title="Mótmælendatrú">xxxar</a>
8070 <a href="/wiki/M%C3%B3tm%C3%A6lendatr%C3%BA" title="Mótmælendatrú">mótmælendatrúar</a>
8071 <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuður</a>
8072 <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuðir</a>
8073 <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuðirxxx</a>
8078 Parsoid link trail escaping
8080 parsoid=html2wt,html2html
8082 <p><a rel="mw:WikiLink" href="Apple" title="Apple">apple</a>s</p>
8088 Parsoid link prefix escaping
8091 parsoid=html2wt,html2html
8093 <p>Aðrir mótmælenda<a rel="mw:WikiLink" href="Söfnuður" title="Söfnuður">söfnuður</a></p>
8095 Aðrir mótmælenda<nowiki/>[[söfnuður]]
8099 Parsoid-centric test: Whitespace in ext- and wiki-links should be preserved
8107 [http://wp.org ''foo'']
8109 <p><a href="/wiki/Foo" title="Foo"> bar</a>
8110 </p><p><a href="/wiki/Foo" title="Foo"> <i>bar</i></a>
8111 </p><p><a rel="nofollow" class="external text" href="http://wp.org">foo</a>
8112 </p><p><a rel="nofollow" class="external text" href="http://wp.org"><i>foo</i></a>
8117 Parsoid: Scoped parsing should handle mixed transclusions and plain text
8121 [[Foo|{{echo|a}} b {{echo|c}}]]
8123 <p><a rel="mw:WikiLink" href="Foo" title="Foo"><span about="#mwt2" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a"}},"i":0}}]}'>a</span> b <span about="#mwt3" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"c"}},"i":0}}]}'>c</span></a></p>
8127 Link with angle bracket after anchor
8131 <p><a href="/wiki/Foo#.3Cbar.3E" title="Foo">Foo#<bar></a>
8134 <p><a rel="mw:WikiLink" href="./Foo#%3Cbar%3E" title="Foo" data-parsoid='{"stx":"simple","a":{"href":"./Foo#%3Cbar%3E"},"sa":{"href":"Foo#<bar>"}}'>Foo#<bar></a></p>
8138 ### Interwiki links (see maintenance/interwiki.sql)
8142 Inline interwiki link
8144 parsoid=wt2html,wt2wt,html2html
8146 [[MeatBall:SoftSecurity]]
8148 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity" class="extiw" title="meatball:SoftSecurity">MeatBall:SoftSecurity</a>
8151 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity" title="meatball:SoftSecurity">MeatBall:SoftSecurity</a></p>
8155 Inline interwiki link with empty title (bug 2372)
8157 parsoid=wt2html,wt2wt,html2html
8161 <p><a href="http://www.usemod.com/cgi-bin/mb.pl" class="extiw" title="meatball:">MeatBall:</a>
8164 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?" title="meatball:">MeatBall:</a></p>
8168 Interwiki link encoding conversion (bug 1636)
8170 *[[Wikipedia:ro:Olteniţa]]
8171 *[[Wikipedia:ro:Olteniţa]]
8173 <ul><li><a href="http://en.wikipedia.org/wiki/ro:Olteni%C5%A3a" class="extiw" title="wikipedia:ro:Olteniţa">Wikipedia:ro:Olteniţa</a></li>
8174 <li><a href="http://en.wikipedia.org/wiki/ro:Olteni%C5%A3a" class="extiw" title="wikipedia:ro:Olteniţa">Wikipedia:ro:Olteniţa</a></li></ul>
8178 <li><a href="http://en.wikipedia.org/wiki/ro:Olteni%C5%A3a" class="extiw" title="wikipedia:ro:Olteniţa">Wikipedia:ro:Olteniţa</a></li>
8179 <li><a href="http://en.wikipedia.org/wiki/ro:Olteni%C5%A3a" class="extiw" title="wikipedia:ro:Olteniţa">Wikipedia:ro:Olteniţa</a></li>
8184 Interwiki link with fragment (bug 2130)
8186 [[MeatBall:SoftSecurity#foo]]
8188 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity#foo" class="extiw" title="meatball:SoftSecurity">MeatBall:SoftSecurity#foo</a>
8192 # Ideally the wikipedia: prefix here should be proto-relative too
8193 # [CSA]: this is kind of a bogus test, as the PHP parser test doesn't
8194 # define the 'en' prefix, and originally the test used 'wikipedia',
8195 # which isn't a localinterwiki prefix hence the links to the 'en:Foo'
8198 Different interwiki prefixes mapping to the same URL
8206 [[:wikipedia:Foo|Foo]]
8208 [[wikipedia:en:Foo]]
8210 [[:wikipedia:en:Foo]]
8214 <p><a rel="mw:ExtLink" href="//en.wikipedia.org/wiki/Foo" data-parsoid='{"stx":"simple","a":{"href":"//en.wikipedia.org/wiki/Foo"},"sa":{"href":":en:Foo"},"isIW":true}' title="en:Foo">en:Foo</a></p>
8216 <p><a rel="mw:ExtLink" href="//en.wikipedia.org/wiki/Foo" data-parsoid='{"stx":"piped","a":{"href":"//en.wikipedia.org/wiki/Foo"},"sa":{"href":":en:Foo"},"isIW":true}' title="en:Foo">Foo</a></p>
8218 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" data-parsoid='{"stx":"simple","a":{"href":"http://en.wikipedia.org/wiki/Foo"},"sa":{"href":"wikipedia:Foo"},"isIW":true}' title="wikipedia:Foo">wikipedia:Foo</a></p>
8220 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" data-parsoid='{"stx":"piped","a":{"href":"http://en.wikipedia.org/wiki/Foo"},"sa":{"href":":wikipedia:Foo"},"isIW":true}' title="wikipedia:Foo">Foo</a></p>
8222 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/en:Foo" data-parsoid='{"stx":"simple","a":{"href":"http://en.wikipedia.org/wiki/en:Foo"},"sa":{"href":"wikipedia:en:Foo"},"isIW":true}' title="wikipedia:en:Foo">wikipedia:en:Foo</a></p>
8224 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/en:Foo" data-parsoid='{"stx":"simple","a":{"href":"http://en.wikipedia.org/wiki/en:Foo"},"sa":{"href":":wikipedia:en:Foo"},"isIW":true}' title="wikipedia:en:Foo">wikipedia:en:Foo</a></p>
8226 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" data-parsoid='{"stx":"simple","a":{"href":"http://en.wikipedia.org/wiki/Foo"},"sa":{"href":" wikiPEdia :Foo"},"isIW":true}' title="wikipedia:Foo"> wikiPEdia :Foo</a></p>
8230 Interwiki links that cannot be represented in wiki syntax
8233 [[meatball:ok#foo|ok with fragment]]
8234 [[meatball:ok_as_well?|ok ending with ? mark]]
8235 [http://de.wikipedia.org/wiki/Foo?action=history has query]
8236 [http://de.wikipedia.org/wiki/#foo is just fragment]
8239 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?ok" class="extiw" title="meatball:ok">meatball:ok</a>
8240 <a href="http://www.usemod.com/cgi-bin/mb.pl?ok#foo" class="extiw" title="meatball:ok">ok with fragment</a>
8241 <a href="http://www.usemod.com/cgi-bin/mb.pl?ok_as_well%3F" class="extiw" title="meatball:ok as well?">ok ending with ? mark</a>
8242 <a rel="nofollow" class="external text" href="http://de.wikipedia.org/wiki/Foo?action=history">has query</a>
8243 <a rel="nofollow" class="external text" href="http://de.wikipedia.org/wiki/#foo">is just fragment</a>
8246 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?ok" title="meatball:ok">meatball:ok</a>
8247 <a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?ok#foo" title="meatball:ok">ok with fragment</a>
8248 <a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?ok_as_well?" title="meatball:ok as well?">ok ending with ? mark</a>
8249 <a rel="mw:ExtLink" href="http://de.wikipedia.org/wiki/Foo?action=history">has query</a>
8250 <a rel="mw:ExtLink" href="http://de.wikipedia.org/wiki/#foo">is just fragment</a></p>
8254 Interwiki links: trail
8256 [[wikipedia:Foo|Ba]]r
8258 <p><a href="http://en.wikipedia.org/wiki/Foo" class="extiw" title="wikipedia:Foo">Bar</a>
8261 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" data-parsoid='{"stx":"piped","a":{"href":"http://en.wikipedia.org/wiki/Foo"},"sa":{"href":"wikipedia:Foo"},"isIW":true,"tail":"r"}' title="wikipedia:Foo">Bar</a></p>
8265 Local interwiki link
8267 parsoid=wt2html,wt2wt,html2html
8269 [[local:Template:Foo]]
8271 <p><a href="/wiki/Template:Foo" title="Template:Foo">local:Template:Foo</a>
8274 <p><a rel="mw:WikiLink" href="./Template:Foo" title="Template:Foo">local:Template:Foo</a></p>
8277 # Parsoid does not mark self-links, by design.
8279 Local interwiki link: self-link to current page
8282 parsoid=wt2html,wt2wt,html2html
8286 <p><strong class="selflink">local:Main Page</strong>
8289 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">local:Main Page</a></p>
8293 Local interwiki link: prefix only (bug 64167)
8295 parsoid=wt2html,wt2wt,html2html
8299 <p><a href="/wiki/Main_Page" title="Main Page">local:</a>
8302 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">local:</a></p>
8306 Local interwiki link: with additional interwiki prefix (bug 61357)
8308 parsoid=wt2html,wt2wt,html2html
8310 [[local:meatball:Hello]]
8312 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?Hello" class="extiw" title="meatball:Hello">local:meatball:Hello</a>
8315 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?Hello" title="meatball:Hello">local:meatball:Hello</a></p>
8319 Multiple local interwiki link prefixes
8321 [[local:local:local:local:mi:local:Foo]]
8323 parsoid=wt2html,wt2wt,html2html
8325 <p><a href="/wiki/Foo" title="Foo">local:local:local:local:mi:local:Foo</a>
8328 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">local:local:local:local:mi:local:Foo</a></p>
8332 ### Interlanguage links
8333 ### Language links (so that searching for '### language' matches..)
8339 parsoid=wt2html,wt2wt,html2html
8347 <p>Blah blah blah</p>
8348 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8352 Interlanguage link with spacing
8354 parsoid=wt2html,wt2wt,html2html
8362 <p>Blah blah blah</p>
8363 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8367 Double interlanguage link
8369 parsoid=wt2html,wt2wt,html2html
8378 <p>Blah blah blah</p>
8379 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Spanish"/>
8380 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8384 Interlanguage link variations
8386 parsoid=wt2html,wt2wt,html2html
8396 <p>Blah blah blah</p>
8397 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Spanish" />
8398 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese" />
8399 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Foo_bar" />
8403 Space and question mark encoding in interlanguage links (T95473)
8405 parsoid=wt2html,wt2wt,html2html
8413 <p>Blah blah blah</p>
8414 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Foo_bar%3F" />
8418 Interlanguage link, with prefix links
8428 <p>Blah blah blah</p>
8429 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8433 Double interlanguage link, with prefix links (bug 8897)
8444 <p>Blah blah blah</p>
8445 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Spanish"/>
8446 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8450 "Extra" interlanguage links (bug 32189 / gerrit 111390)
8458 <p>Blah blah blah</p>
8459 <link rel="mw:PageProp/Language" title="Multilingual" href="http://wikisource.org/wiki/Article"/>
8463 Parsoid-specific test: Wikilinks with should RT properly
8469 <p><a href="/index.php?title=WW_II&action=edit&redlink=1" class="new" title="WW II (lonkásá ezalí tɛ̂)">WW II</a>
8474 Parsoid bug 53221: Wikilinks should be properly entity-escaped
8478 <p>He&nbsp;llo <a href="Foo" rel="mw:WikiLink">He&nbsp;llo</a></p>
8479 <p>He&nbsp;llo <a href="He&nbsp;llo" rel="mw:WikiLink">He&nbsp;llo</a></p>
8481 He&nbsp;llo [[Foo|He&nbsp;llo]]
8483 He&nbsp;llo [[He&nbsp;llo]]
8487 Parsoid: handle constructor well
8493 <p><a href="/index.php?title=Constructor&action=edit&redlink=1" class="new" title="Constructor (page does not exist)">constructor</a>
8494 </p><p><a href="/index.php?title=Constructor:foo&action=edit&redlink=1" class="new" title="Constructor:foo (page does not exist)">constructor:foo</a>
8497 <p><a rel="mw:WikiLink" href="./Constructor" title="Constructor" data-parsoid="{"stx":"simple","a":{"href":"./Constructor"},"sa":{"href":"constructor"}}">constructor</a></p>
8499 <p><a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid="{"stx":"simple","a":{"href":"./Foo"},"sa":{"href":"constructor:foo"}}">constructor:foo</a></p>
8508 # Note that `ko` isn't a known interlanguage prefix
8510 Parsoid: recognize interlanguage links without a target page
8520 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/"/>
8522 <p><a rel="mw:WikiLink" href="./Ko:" title="Ko:">ko:</a></p>
8525 # Note that `ko` isn't a known interwiki prefix
8527 Parsoid: recognize interwiki links without a target page
8529 parsoid=wt2html,wt2wt,html2html
8535 <p><a href="http://es.wikipedia.org/wiki/" class="extiw" title="es:">es:</a>
8536 </p><p><a href="/wiki/Ko:" title="Ko:">ko:</a>
8539 <p><a rel="mw:ExtLink" href="http://es.wikipedia.org/wiki/" title="es:">es:</a></p>
8540 <p><a rel="mw:WikiLink" href="./Ko:" title="Ko:">ko:</a></p>
8544 Handle interwiki links pointing to the current wiki as plain wiki links (bug 45209)
8548 <p><a href="/wiki/Foo" title="Foo">mi:Foo</a>
8551 <p><a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{"stx":"simple","a":{"href":"./Foo"},"sa":{"href":"mi:Foo"}}'>mi:Foo</a></p>
8555 Interlanguage link with preceding local interwiki link (bug 68085)
8557 parsoid=wt2html,wt2wt,html2html
8560 [[local:es:Spanish]]
8563 <a href="http://es.wikipedia.org/wiki/Spanish" class="extiw" title="es:Spanish">local:es:Spanish</a>
8567 <a rel="mw:ExtLink" href="http://es.wikipedia.org/wiki/Spanish" title="es:Spanish">local:es:Spanish</a></p>
8571 Looks like an interlanguage link, but is actually a local interwiki
8573 parsoid=wt2html,wt2wt,html2html
8579 <a href="/wiki/Template:Foo" title="Template:Foo">mi:Template:Foo</a>
8583 <a rel="mw:WikiLink" href="./Template:Foo" title="Template:Foo">mi:Template:Foo</a></p>
8587 ### Redirects, Parsoid-only
8591 1. Simple redirect to page
8593 #REDIRECT [[Main Page]]
8595 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8599 2. Other redirect variants
8601 #REDIRECT [[Main_Page]]
8603 <link rel="mw:PageProp/redirect" href="./Main_Page" data-parsoid='{"src":"#REDIRECT ","a":{"href":"./Main_Page"},"sa":{"href":"Main_Page"}}'/>
8606 # Not a valid redirect in PHP (although perhaps it was, once upon a time)
8607 # This tests the Parsoid bail-out code.
8609 3. Other redirect variants
8611 #REDIRECT [[<nowiki>[[Bar]]</nowiki>]]
8613 <ol><li data-parsoid>REDIRECT [[[[Bar]]]]</li></ol>
8617 4. Redirect to a templated destination
8619 #REDIRECT [[{{echo|Foo}}bar]]
8621 <link about="#mwt2" typeof="mw:ExpandedAttrs" rel="mw:PageProp/redirect" href="./Foobar" data-parsoid='{"a":{"href":"./Foobar"},"sa":{"href":"{{echo|Foo}}bar"}}' data-mw='{"attribs":[[{"txt":"href"},{"html":"<span about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid='{\"pi\":[[{\"k\":\"1\"}]],\"dsr\":[12,24,null,null]}' data-mw='{\"parts\":[{\"template\":{\"target\":{\"wt\":\"echo\",\"href\":\"./Template:Echo\"},\"params\":{\"1\":{\"wt\":\"Foo\"}},\"i\":0}}]}'>Foo</span>bar"}]]}'/>
8627 parsoid=wt2html,wt2wt
8632 <li>REDIRECT [[]]</li></ol>
8636 Optional colon in #REDIRECT
8638 # the colon is archaic syntax. we support it for wt2html, but we
8639 # don't care that it roundtrips back to the modern syntax.
8640 parsoid=wt2html,html2html
8642 #REDIRECT:[[Main Page]]
8644 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8648 Whitespace in #REDIRECT with optional colon
8650 # the colon and gratuitous whitespace is archaic syntax. we support
8651 # it for wt2html, but we don't care that it roundtrips back to the
8652 # modern syntax (without extra whitespace)
8653 parsoid=wt2html,html2html
8660 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8664 Piped link in #REDIRECT
8666 # content after piped link is ignored. we support this syntax,
8667 # but don't care that the piped link is lost when we roundtrip this.
8670 #REDIRECT [[Main Page|bar]]
8672 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8676 Redirect to category (T104502)
8678 parsoid=wt2html,wt2wt
8680 #REDIRECT [[Category:Foo]]
8682 <link rel="mw:PageProp/redirect" href="./Category:Foo"/>
8686 Redirect to category with URL encoding (T104502)
8690 #REDIRECT [[Category%3AFoo]]
8692 <link rel="mw:PageProp/redirect" href="./Category:Foo"/>
8696 Redirect to category page
8698 #REDIRECT [[:Category:Foo]]
8700 <link rel="mw:PageProp/redirect" href="./Category:Foo"/>
8704 Redirect to image page (1)
8706 #REDIRECT [[File:Wiki.png]]
8708 <link rel="mw:PageProp/redirect" href="./File:Wiki.png"/>
8712 Redirect to image page (2)
8714 #REDIRECT [[Image:Wiki.png]]
8716 <link rel="mw:PageProp/redirect" href="./File:Wiki.png" data-parsoid='{"src":"#REDIRECT ","a":{"href":"./File:Wiki.png"},"sa":{"href":"Image:Wiki.png"}}'/>
8719 # html2wt disabled because wts serializes as "#REDIRECT [[:en:File:Wiki.png]]"
8720 # Next test confirms this.
8722 Redirect to language (1) (T104918)
8724 parsoid=wt2html,wt2wt,html2html
8726 #REDIRECT [[en:File:Wiki.png]]
8728 <link rel="mw:PageProp/redirect" href="//en.wikipedia.org/wiki/File:Wiki.png"/>
8732 Redirect to language (2) (T104918)
8734 #REDIRECT [[:en:File:Wiki.png]]
8736 <link rel="mw:PageProp/redirect" href="//en.wikipedia.org/wiki/File:Wiki.png"/>
8740 Redirect to interwiki (T104918)
8742 #REDIRECT [[meatball:File:Wiki.png]]
8744 <link rel="mw:PageProp/redirect" href="http://www.usemod.com/cgi-bin/mb.pl?File:Wiki.png"/>
8748 Non-English #REDIRECT
8752 #TILVÍSUN [[Main Page]]
8754 <link rel="mw:PageProp/redirect" href="./Main_Page" data-parsoid='{"src":"#TILVÍSUN ","a":{"href":"./Main_Page"},"sa":{"href":"Main Page"}}'/>
8758 Redirect syntax under text isn't considered a redirect
8761 #redirect [[Main Page]]
8764 <ol data-parsoid='{}'><li data-parsoid='{}'>redirect <a rel="mw:WikiLink" href="./Main_Page" title="Main Page" data-parsoid='{"stx":"simple","a":{"href":"./Main_Page"},"sa":{"href":"Main Page"}}'>Main Page</a></li></ol>
8767 # FIXME: Should hoist the redirect to the top of the page and ensure there
8774 <p>Foo<link rel="mw:PageProp/redirect" href="./Foo"/></p>
8794 Broken br tag sanitization
8802 # TODO: Fix html2html mode (bug 51055)!
8804 Parsoid: Broken br tag recognition
8817 Incorrecly removing closing slashes from correctly formed XHTML
8819 <br style="clear:both;" />
8821 <p><br style="clear:both;" />
8826 Failing to transform badly formed HTML into correct XHTML
8828 <br style="clear: left;">
8829 <br style="clear: right;">
8830 <br style="clear: both;">
8832 <p><br style="clear: left;" />
8833 <br style="clear: right;" />
8834 <br style="clear: both;" />
8838 ## FIXME: Is Parsoid's acceptance of self-closing html-tags
8839 ## a feature or a bug? See https://phabricator.wikimedia.org/T76962
8841 Handling html with a div self-closing tag
8850 <p><div title />
8854 <p><div title=bar />
8855 <div title=bar/>
8857 <div title="bar/"></div>
8861 <div title="" data-parsoid='{"stx":"html","selfClose":true}'></div>
8862 <div title="" data-parsoid='{"stx":"html","selfClose":true}'></div>
8863 <div title="" data-parsoid='{"stx":"html","selfClose":true,"brokenHTMLTag":true}'></div>
8864 <div title="bar" data-parsoid='{"stx":"html","selfClose":true}'></div>
8865 <div title="bar" data-parsoid='{"stx":"html","selfClose":true}'></div>
8866 <div title="bar/" data-parsoid='{"stx":"html","autoInsertedEnd":true}'></div>
8870 Handling html with a br self-closing tag
8897 Horizontal ruler (should it add that extra space?)
8912 Horizontal ruler -- 4+ dashes render hr
8921 Horizontal ruler -- eats additional dashes on the same line
8930 Horizontal ruler -- does not collapse dashes on consecutive lines
8941 Horizontal ruler -- <4 dashes render as plain text
8950 Horizontal ruler -- Supports content following dashes on same line
8962 ### Block-level elements
8971 <ul><li>Common list</li>
8973 <li>item 3</li></ul>
8984 <ol><li>Numbered list</li>
8986 <li> item 3</li></ol>
9000 ***#Number on level 4
9002 **#Number on level 3
9003 **#Number on level 3
9007 #** Level 3, but ordered
9010 <ol><li> with numbers</li></ol>
9011 <ul><li> and bullets</li></ul>
9012 <ol><li> and numbers</li></ol></li>
9014 <ul><li>bullet level 2
9015 <ul><li>bullet level 3
9016 <ol><li>Number on level 4</li></ol></li></ul></li>
9018 <ol><li>Number on level 3</li>
9019 <li>Number on level 3</li></ol></li></ul>
9020 <ol><li>number level 2</li></ol></li>
9022 <ul><li><ul><li> Level 3</li></ul></li></ul></li></ul>
9023 <ol><li><ul><li><ul><li> Level 3, but ordered</li></ul></li></ul></li></ol>
9028 1. Nested mixed wikitext and html list
9031 * <ul><li>ho</li></ul>
9036 <li> <ul><li>ho</li></ul></li>
9038 <ul><li> ho</li></ul></li></ul>
9042 <li> <ul data-parsoid='{"stx":"html"}'><li data-parsoid='{"stx":"html"}'>ho</li></ul></li>
9044 <ul><li> ho</li></ul></li></ul>
9048 2. Nested mixed wikitext and html list (incompatible)
9051 : {{echo|<li>ho</li>}}
9054 <dd> <li>ho</li></dd></dl>
9058 <dd> <li about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"stx":"html","pi":[[{"k":"1"}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<li>ho</li>"}},"i":0}}]}'>ho</li></dd></dl>
9068 <ul><li>bar</li></ul></li></ul>
9078 <ul><li><ul><li>foo</li></ul></li>
9084 Nested lists 3 (first element empty)
9090 <ul><li>bar</li></ul></li></ul>
9095 Nested lists 4 (first element empty)
9100 <ul><li><ul><li></li></ul></li>
9106 Nested lists 5 (both elements empty)
9111 <ul><li><ul><li></li></ul></li>
9117 Nested lists 6 (both elements empty)
9123 <ul><li></li></ul></li></ul>
9128 Nested lists 7 (skip initial nesting levels)
9132 <ul><li><ul><li><ul><li> foo</li></ul></li></ul></li></ul>
9137 Nested lists 8 (multiple nesting transitions)
9145 <ul><li><ul><li> bar</li></ul></li>
9146 <li> baz</li></ul></li>
9152 Nested lists 9 (extension interaction)
9158 <ul><li data-parsoid='{}'><ol class="mw-references" typeof="mw:Extension/references" about="#mwt2" data-parsoid='{}' data-mw='{"name":"references","attrs":{}}'></ol></li></ul>
9162 1. Lists with start-of-line-transparent tokens before bullets: Comments
9175 2. Lists with start-of-line-transparent tokens before bullets: Template close
9180 <ul><li>foo bar</li>
9186 List items are not parsed correctly following a <pre> block (bug 785)
9192 <ul><li> <pre>foo</pre></li>
9193 <li> <pre>bar</pre></li>
9197 <ul><li> <pre data-parsoid='{"stx":"html"}'>foo</pre></li>
9198 <li> <pre data-parsoid='{"stx":"html"}'>bar</pre></li>
9203 List items from template
9214 * notSOL{{inner list}}
9217 <ul><li> item 1</li>
9218 <li> item 2</li></ul>
9219 <ul><li> item 0</li>
9221 <li> item 2</li></ul>
9222 <ul><li> item 0</li>
9225 <li> item 2</li></ul>
9230 List interrupted by empty line or heading
9238 <ul><li> foo</li></ul>
9239 <ul><li><ul><li> bar</li></ul></li></ul>
9240 <h2><span class="mw-headline" id="A_heading">A heading</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: A heading">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
9241 <ul><li> Another list item</li></ul>
9246 Multiple list tags generated by templates
9267 Single-comment whitespace lines dont break lists, and neither do multi-comment whitespace lines
9270 <!--This line will NOT split the list-->
9272 <!--This line will NOT split the list either-->
9274 <!--foo--> <!----> <!--This line NOT split the list either-->
9285 Replacing whitespace with tabs still doesn't break the list (gerrit 78327)
9288 <!--This line will NOT split the list-->
9290 <!--This line will NOT split the list either-->
9292 <!--foo--> <!----> <!--This line NOT split the list
9305 (The PHP parser relies on Tidy for the hack)
9307 parsoid=wt2html,wt2wt
9311 * {{echo|<li>templated li-hack}}
9312 * <!--foo--> <li> unsupported li-hack with preceding comments
9315 <li><li>not a li-hack
9322 <li>templated li-hack</li>
9323 <li>unsupported li-hack with preceding comments</li>
9326 <li>not a li-hack</li>
9331 Parsoid: Make sure nested lists are serialized on their own line even if HTML contains no newlines
9358 Parsoid: Test of whitespace serialization with Templated bullets
9365 <li> </li><li about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"bullet","href":"./Template:Bullet"},"params":{},"i":0}}]}'> Bar</li>
9369 # ------------------------------------------------------------------------
9370 # The next set of tests are about Parsoid's ability to handle badly nested
9371 # tags (parse, minimize scope of fixup, and roundtrip back)
9372 # ------------------------------------------------------------------------
9375 Unbalanced closing block tags break a list
9376 (php parser relies on Tidy to fix up)
9394 # Parsoid fails this test, but it might be tricky to support properly.
9397 Unbalanced closing non-block tags don't break a list
9398 (php parser relies on Tidy to fix up)
9405 <li><span>a</span></li>
9406 <li><span>b</span></li>
9420 Unclosed formatting tags that straddle lists are closed and reopened
9421 (php parser relies on Tidy to fix up)
9423 parsoid=wt2html,wt2wt,html2html
9433 <ol><li> <s> a</s></li>
9434 <li><s> b </s></li></ol>
9439 1. List embedded in a formatting tag
9446 <li><small>foo</small></li>
9456 ## Ugly Parsoid output here
9457 ## Not sure what the right output is.
9459 2. List embedded in a formatting tag
9466 <li><small>a</small></li>
9467 <li><small>b</small></li>
9474 <li><small>b</small></li>
9478 # Ugly Parsoid and PHP parser output here
9479 # Not sure if we want to make this a test!
9482 ## 3. Unclosed formatting tags in list elements
9488 ## <li><small>a</small></li>
9489 ## <li><small><small>b</small></small></li>
9493 ## <li><small>a</small></li>
9495 ## <li><small>b</small></li>
9499 # This is a bug in the PHP parser + tidy combination.
9500 # (The </tr> tag gets parsed as text and html-escaped by PHP,
9501 # and then fostered out of the table by tidy.)
9502 # We believe the Parsoid output to be correct.
9504 Table with missing opening <tr> tag
9506 parsoid=wt2html,wt2wt
9524 # Note that the current date is hard-coded as
9525 # 1970-01-01T00:02:03Z (a Thursday)
9526 # when running parser tests. The timezone is also fixed to GMT, so
9527 # local date will be identical to current date.
9530 Magic Word: {{CURRENTDAY}}
9539 Magic Word: {{CURRENTDAY2}}
9548 Magic Word: {{CURRENTDAYNAME}}
9557 Magic Word: {{CURRENTDOW}}
9566 Magic Word: {{CURRENTMONTH}}
9575 Magic Word: {{CURRENTMONTH1}}
9584 Magic Word: {{CURRENTMONTHABBREV}}
9586 {{CURRENTMONTHABBREV}}
9593 Magic Word: {{CURRENTMONTHNAME}}
9595 {{CURRENTMONTHNAME}}
9602 Magic Word: {{CURRENTMONTHNAMEGEN}}
9604 {{CURRENTMONTHNAMEGEN}}
9611 Magic Word: {{CURRENTTIME}}
9620 Magic Word: {{CURRENTHOUR}}
9629 Magic Word: {{CURRENTWEEK}} (@bug 4594)
9638 Magic Word: {{CURRENTYEAR}}
9647 Magic Word: {{CURRENTTIMESTAMP}}
9649 {{CURRENTTIMESTAMP}}
9656 Magic Words LOCAL (UTC)
9660 * {{LOCALMONTHNAME}}
9661 * {{LOCALMONTHNAMEGEN}}
9662 * {{LOCALMONTHABBREV}}
9671 * {{LOCALTIMESTAMP}}
9686 <li> 19700101000203</li></ul>
9691 Magic Word: {{FULLPAGENAME}}
9693 title=[[User:Ævar Arnfjörð Bjarmason]]
9697 <p>User:Ævar Arnfjörð Bjarmason
9702 Magic Word: {{FULLPAGENAMEE}}
9704 title=[[User:Ævar Arnfjörð Bjarmason]]
9708 <p>User:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
9713 Magic Word: {{TALKSPACE}}
9715 title=[[User:Ævar Arnfjörð Bjarmason]]
9724 Magic Word: {{TALKSPACE}}, same namespace
9726 title=[[User talk:Ævar Arnfjörð Bjarmason]]
9735 Magic Word: {{TALKSPACE}}, main namespace
9737 title=[[Parser Test]]
9746 Magic Word: {{TALKSPACEE}}
9748 title=[[User:Ævar Arnfjörð Bjarmason]]
9757 Magic Word: {{SUBJECTSPACE}}
9759 title=[[User talk:Ævar Arnfjörð Bjarmason]]
9768 Magic Word: {{SUBJECTSPACE}}, same namespace
9770 title=[[User:Ævar Arnfjörð Bjarmason]]
9779 Magic Word: {{SUBJECTSPACE}}, main namespace
9781 title=[[Parser Test]]
9789 Magic Word: {{SUBJECTSPACEE}}
9791 title=[[User talk:Ævar Arnfjörð Bjarmason]]
9800 Magic Word: {{NAMESPACE}}
9802 title=[[User:Ævar Arnfjörð Bjarmason]]
9811 Magic Word: {{NAMESPACEE}}
9813 title=[[User:Ævar Arnfjörð Bjarmason]]
9822 Magic Word: {{NAMESPACENUMBER}}
9824 title=[[User:Ævar Arnfjörð Bjarmason]]
9833 Magic Word: {{SUBPAGENAME}}
9835 title=[[Ævar Arnfjörð Bjarmason/sub ö]] subpage
9844 Magic Word: {{SUBPAGENAMEE}}
9846 title=[[Ævar Arnfjörð Bjarmason/sub ö]] subpage
9855 Magic Word: {{ROOTPAGENAME}}
9857 title=[[Ævar Arnfjörð Bjarmason/sub/sub2]] subpage
9861 <p>Ævar Arnfjörð Bjarmason
9866 Magic Word: {{ROOTPAGENAMEE}}
9868 title=[[Ævar Arnfjörð Bjarmason/sub/sub2]] subpage
9872 <p>%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
9877 Magic Word: {{BASEPAGENAME}}
9879 title=[[Ævar Arnfjörð Bjarmason/sub]] subpage
9883 <p>Ævar Arnfjörð Bjarmason
9888 Magic Word: {{BASEPAGENAMEE}}
9890 title=[[Ævar Arnfjörð Bjarmason/sub]] subpage
9894 <p>%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
9899 Magic Word: {{TALKPAGENAME}}
9901 title=[[User:Ævar Arnfjörð Bjarmason]]
9905 <p>User talk:Ævar Arnfjörð Bjarmason
9910 Magic Word: {{TALKPAGENAMEE}}
9912 title=[[User:Ævar Arnfjörð Bjarmason]]
9916 <p>User_talk:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
9921 Magic Word: {{SUBJECTPAGENAME}}
9923 title=[[User talk:Ævar Arnfjörð Bjarmason]]
9927 <p>User:Ævar Arnfjörð Bjarmason
9932 Magic Word: {{SUBJECTPAGENAMEE}}
9934 title=[[User talk:Ævar Arnfjörð Bjarmason]]
9936 {{SUBJECTPAGENAMEE}}
9938 <p>User:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
9943 Magic Word: {{NUMBEROFFILES}}
9952 Magic Word: {{PAGENAME}}
9954 title=[[User:Ævar Arnfjörð Bjarmason]]
9958 <p>Ævar Arnfjörð Bjarmason
9963 Magic Word: {{PAGENAME}} with metacharacters
9965 title=[['foo & bar = baz']]
9969 <p><i>'foo & bar = baz'</i>
9972 <p><i>'foo & bar = baz'</i></p>
9976 Magic Word: {{PAGENAME}} with metacharacters (bug 26781)
9978 title=[[*RFC 1234 http://example.com/]]
9982 <p>*RFC 1234 http://example.com/
9985 <p>*RFC 1234 http://example.com/</p>
9989 Magic Word: {{PAGENAMEE}}
9991 title=[[User:Ævar Arnfjörð Bjarmason]]
9995 <p>%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
10000 Magic Word: {{PAGENAMEE}} with metacharacters (bug 26781)
10002 title=[[*RFC 1234 http://example.com/]]
10006 <p>*RFC_1234_http://example.com/
10009 <p>*RFC_1234_http://example.com/</p>
10013 Magic Word: {{REVISIONID}}
10022 Magic Word: {{SCRIPTPATH}}
10030 Magic Word: {{STYLEPATH}}
10039 Magic Word: {{SERVER}}
10043 <p><a rel="nofollow" class="external free" href="http://example.org">http://example.org</a>
10048 Magic Word: {{SERVERNAME}}
10057 Magic Word: {{SITENAME}}
10066 Case-sensitive magic words, when cased differently, should just be template transclusions
10073 <p><a href="/index.php?title=Template:CurrentMonth&action=edit&redlink=1" class="new" title="Template:CurrentMonth (page does not exist)">Template:CurrentMonth</a>
10074 <a href="/index.php?title=Template:Currentday&action=edit&redlink=1" class="new" title="Template:Currentday (page does not exist)">Template:Currentday</a>
10075 <a href="/index.php?title=Template:CURreNTweEK&action=edit&redlink=1" class="new" title="Template:CURreNTweEK (page does not exist)">Template:CURreNTweEK</a>
10076 <a href="/index.php?title=Template:CurrentHour&action=edit&redlink=1" class="new" title="Template:CurrentHour (page does not exist)">Template:CurrentHour</a>
10081 Case-insensitive magic words should still work with weird casing.
10091 <a rel="nofollow" class="external free" href="http://example.org">http://example.org</a>
10095 # From plwiki:PLOS_ONE
10097 Parsoid: Page property magic word with magic word contents
10099 {{DISPLAYTITLE:''{{PAGENAME}}''}}
10101 <meta property="mw:PageProp/displaytitle" content="Main_Page" about="#mwt2" typeof="mw:ExpandedAttrs" data-parsoid='{"src":"{{DISPLAYTITLE:''{{PAGENAME}}''}}"}' data-mw='{"attribs":[[{"txt":"content"},{"html":"<i data-parsoid='{\"dsr\":[15,31,2,2]}'><span about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid='{\"pi\":[[]],\"dsr\":[17,29,null,null]}' data-mw='{\"parts\":[{\"template\":{\"target\":{\"wt\":\"PAGENAME\",\"function\":\"pagename\"},\"params\":{},\"i\":0}}]}'>Main_Page</span></i>"}]]}'/>
10105 Parsoid: Template-generated DISPLAYTITLE
10107 {{{{echo|DISPLAYTITLE}}:Foo}}
10109 <meta property="mw:PageProp/displaytitle" content="Foo" about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[]]}' data-mw='{"parts":[{"template":{"target":{"wt":"{{echo|DISPLAYTITLE}}:Foo"},"params":{},"i":0}}]}'/>
10113 Namespace 1 {{ns:1}}
10122 Namespace 1 {{ns:01}}
10131 Namespace 0 {{ns:0}} (bug 4783)
10139 Namespace 0 {{ns:00}} (bug 4783)
10147 Namespace -1 {{ns:-1}}
10156 Namespace User {{ns:User}}
10165 Namespace User talk {{ns:User_talk}}
10174 Namespace User talk {{ns:uSeR tAlK}}
10183 Namespace File {{ns:File}}
10192 Namespace File {{ns:Image}}
10201 Namespace (lang=de) Benutzer {{ns:User}}
10212 Namespace (lang=de) Benutzer Diskussion {{ns:3}}
10218 <p>Benutzer Diskussion
10226 {{urlencode:hi world?!}}
10227 {{urlencode:hi world?!|WIKI}}
10228 {{urlencode:hi world?!|PATH}}
10229 {{urlencode:hi world?!|QUERY}}
10239 Magic Word: prioritize type info over data-parsoid
10243 <meta property="mw:PageProp/forcetoc" data-parsoid='{"magicSrc":"__NOTOC__"}'/>
10249 Magic Word: serialize on separate line (parsoid)
10251 parsoid=wt2wt,html2wt
10257 foo<meta property="mw:PageProp/notoc"/>bar
10261 Magic Word: rt non-english wikis
10268 <meta property="mw:PageProp/noeditsection" data-parsoid='{"magicSrc":"__NOEDITSECTION__"}'/>
10272 __proto__ is treated as normal wikitext (T105997)
10284 Magic links: internal link to RFC (bug 479)
10288 <p><a href="/index.php?title=RFC_123&action=edit&redlink=1" class="new" title="RFC 123 (page does not exist)">RFC 123</a>
10291 <p><a rel="mw:WikiLink" href="./RFC_123" title="RFC 123">RFC 123</a></p>
10295 Magic links: RFC (bug 479)
10299 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc822">RFC 822</a>
10302 <p><a href="//tools.ietf.org/html/rfc822" rel="mw:ExtLink">RFC 822</a></p>
10306 Magic links: RFC (bug 65278)
10308 This is RFC 822 but thisRFC 822 is not RFC 822linked.
10310 <p>This is <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc822">RFC 822</a> but thisRFC 822 is not RFC 822linked.
10313 <p>This is <a href="//tools.ietf.org/html/rfc822" rel="mw:ExtLink">RFC 822</a> but thisRFC 822 is not RFC 822linked.</p>
10317 Magic links: RFC (w/ non-newline whitespace, bug 28950/29025)
10319 RFC      822
10323 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc822">RFC 822</a>
10328 <p><a href="//tools.ietf.org/html/rfc822" rel="mw:ExtLink">RFC <span typeof="mw:Entity" data-parsoid='{"src":"&nbsp;","srcContent":" "}'> </span><span typeof="mw:Entity" data-parsoid='{"src":"&#160;","srcContent":" "}'> </span><span typeof="mw:Entity" data-parsoid='{"src":"&#0160;","srcContent":" "}'> </span><span typeof="mw:Entity" data-parsoid='{"src":"&#xA0;","srcContent":" "}'> </span><span typeof="mw:Entity" data-parsoid='{"src":"&#Xa0;","srcContent":" "}'> </span> 822</a>
10334 Magic links: ISBN (bug 1937)
10338 <p><a href="/wiki/Special:BookSources/0306406152" class="internal mw-magiclink-isbn">ISBN 0-306-40615-2</a>
10341 <p><a href="./Special:BookSources/0306406152" rel="mw:WikiLink">ISBN 0-306-40615-2</a></p>
10345 Magic links: ISBN (bug 65278)
10347 This is ISBN 978-0-316-09811-3 but thisISBN 978-0-316-09811-3 is not ISBN 978-0-316-09811-3linked.
10349 <p>This is <a href="/wiki/Special:BookSources/9780316098113" class="internal mw-magiclink-isbn">ISBN 978-0-316-09811-3</a> but thisISBN 978-0-316-09811-3 is not ISBN 978-0-316-09811-3linked.
10352 <p>This is <a href="./Special:BookSources/9780316098113" rel="mw:WikiLink">ISBN 978-0-316-09811-3</a> but thisISBN 978-0-316-09811-3 is not ISBN 978-0-316-09811-3linked.</p>
10356 Magic links: ISBN (w/ non-newline whitespace, bug 28950/29025)
10358 ISBN      978 0 316 09811 3
10364 <p><a href="/wiki/Special:BookSources/9780316098113" class="internal mw-magiclink-isbn">ISBN 978 0 316 09811 3</a>
10371 <p><a href="./Special:BookSources/9780316098113" rel="mw:WikiLink">ISBN <span typeof="mw:Entity" data-parsoid='{"src":"&nbsp;","srcContent":" "}'> </span><span typeof="mw:Entity" data-parsoid='{"src":"&#160;","srcContent":" "}'> </span><span typeof="mw:Entity" data-parsoid='{"src":"&#0160;","srcContent":" "}'> </span><span typeof="mw:Entity" data-parsoid='{"src":"&#xA0;","srcContent":" "}'> </span><span typeof="mw:Entity" data-parsoid='{"src":"&#Xa0;","srcContent":" "}'> </span> 978<span typeof="mw:Entity" data-parsoid='{"src":"&nbsp;","srcContent":" "}'> </span>0<span typeof="mw:Entity" data-parsoid='{"src":"&#160;","srcContent":" "}'> </span>316<span typeof="mw:Entity" data-parsoid='{"src":"&#0160;","srcContent":" "}'> </span>09811<span typeof="mw:Entity" data-parsoid='{"src":"&#xA0;","srcContent":" "}'> </span>3</a>
10379 Magic links: PMID incorrectly converts space to underscore
10383 <p><a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a>
10386 <p><a href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract" rel="mw:ExtLink">PMID 1234</a></p>
10390 Magic links: PMID (bug 65278)
10392 This is PMID 1234 but thisPMID 1234 is not PMID 1234linked.
10394 <p>This is <a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a> but thisPMID 1234 is not PMID 1234linked.
10397 <p>This is <a href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract" rel="mw:ExtLink">PMID 1234</a> but thisPMID 1234 is not PMID 1234linked.</p>
10401 Magic links: PMID (w/ non-newline whitespace, bug 28950/29025)
10403 PMID      1234
10407 <p><a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a>
10412 <p><a href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract" rel="mw:ExtLink">PMID <span typeof="mw:Entity" data-parsoid='{"src":"&nbsp;","srcContent":" "}'> </span><span typeof="mw:Entity" data-parsoid='{"src":"&#160;","srcContent":" "}'> </span><span typeof="mw:Entity" data-parsoid='{"src":"&#0160;","srcContent":" "}'> </span><span typeof="mw:Entity" data-parsoid='{"src":"&#xA0;","srcContent":" "}'> </span><span typeof="mw:Entity" data-parsoid='{"src":"&#Xa0;","srcContent":" "}'> </span> 1234</a>
10417 # <nowiki> nodes shouldn't be inserted during html2wt by Parsoid,
10418 # since these are ExtLinkText, not MagicLinkText
10420 Magic links: use appropriate serialization for "almost" magic links.
10422 X[[Special:BookSources/0978739256|foo]]
10424 X[//tools.ietf.org/html/rfc1234 foo]
10426 <p>X<a href="/wiki/Special:BookSources/0978739256" title="Special:BookSources/0978739256">foo</a>
10427 </p><p>X<a rel="nofollow" class="external text" href="//tools.ietf.org/html/rfc1234">foo</a>
10430 <p>X<a rel="mw:WikiLink" href="./Special:BookSources/0978739256" title="Special:BookSources/0978739256">foo</a></p>
10431 <p>X<a rel="mw:ExtLink" href="//tools.ietf.org/html/rfc1234">foo</a></p>
10439 Nonexistent template
10441 {{thistemplatedoesnotexist}}
10443 <p><a href="/index.php?title=Template:Thistemplatedoesnotexist&action=edit&redlink=1" class="new" title="Template:Thistemplatedoesnotexist (page does not exist)">Template:Thistemplatedoesnotexist</a>
10448 Template with invalid target containing tags
10450 {{a<b>b</b>|{{echo|foo}}|{{echo|a}}={{echo|b}}|a = b}}
10452 <p>{{a<b>b</b>|foo|a=b|a = b}}
10457 Template with invalid target containing unclosed tag
10459 {{a<b>|{{echo|foo}}|{{echo|a}}={{echo|b}}|a = b}}
10461 <p>{{a<b>|foo|a=b|a = b}}</b>
10466 Template with invalid target containing wikilink
10470 <p>{{<a href="/wiki/Main_Page" title="Main Page">Main Page</a>}}
10473 <p><span typeof="mw:Transclusion" about="#mwt1" data-mw='{"parts":[{"template":{"target":{"wt":"[[Main Page]]"},"params":{},"i":0}}]}'>{{</span><a rel="mw:WikiLink" href="./Main_Page" about="#mwt1">Main Page</a><span about="#mwt1">}}</span></p>
10477 Template with just whitespace in it, bug #68421
10481 <p about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[{"k":"1"}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"{{ }}"}},"i":0}}]}'>{{ }}</p>
10487 This is a test template
10495 <p>This is a test template
10500 Template with explicit namespace
10504 <p>This is a test template
10512 This is a test template with parameter {{{param}}}
10518 {{paramtest|param=foo}}
10520 <p>This is a test template with parameter foo
10525 Template:paramtestnum
10527 [[{{{1}}}|{{{2}}}]]
10531 Template unnamed parameter
10533 {{paramtestnum|Main Page|the main page}}
10535 <p><a href="/wiki/Main_Page" title="Main Page">the main page</a>
10540 Template:templatesimple
10546 Template:templateredirect
10548 #redirect [[Template:templatesimple]]
10552 Template:templateasargtestnum
10558 Template:templateasargtest
10560 {{template{{{templ}}}}}
10564 Template:templateasargtest2
10570 Template with template name as unnamed argument
10572 {{templateasargtestnum|templatesimple}}
10579 Template with template name as argument
10581 {{templateasargtest|templ=simple}}
10588 Template with template name as argument (2)
10590 {{templateasargtest2|templ=templatesimple}}
10597 Template:templateasargtestdefault
10599 {{{{{templ|templatesimple}}}}}
10609 Template with default value
10611 {{templateasargtestdefault}}
10618 Template with default value (value set)
10620 {{templateasargtestdefault|templ=templa}}
10629 {{templateredirect}}
10634 <link rel="mw:PageProp/redirect" href="./Template:Templatesimple" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"templateredirect","href":"./Template:Templateredirect"},"params":{},"i":0}}]}'/>
10638 Template with argument in separate line
10640 {{ templateasargtest |
10648 Template with complex template as argument
10651 param ={{ templateasargtest |
10652 templ = simple }}}}
10654 <p>This is a test template with parameter (test)
10659 Template with thumb image (with link in description)
10661 {{paramtest|param=[[Image:noimage.png|thumb|[[no link|link]] [[no link|caption]]]]}}
10663 This is a test template with parameter <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/index.php?title=Special:Upload&wpDestFile=Noimage.png" class="new" title="File:Noimage.png">File:Noimage.png</a> <div class="thumbcaption"><a href="/index.php?title=No_link&action=edit&redlink=1" class="new" title="No link (page does not exist)">link</a> <a href="/index.php?title=No_link&action=edit&redlink=1" class="new" title="No link (page does not exist)">caption</a></div></div></div>
10666 <p>This is a test template with parameter</p>
10667 <div class="thumb tright">
10668 <div class="thumbinner" style="width:182px;"><a href="/index.php?title=Special:Upload&wpDestFile=Noimage.png" class="new" title="File:Noimage.png">File:Noimage.png</a>
10669 <div class="thumbcaption"><a href="/index.php?title=No_link&action=edit&redlink=1" class="new" title="No link (page does not exist)">link</a> <a href="/index.php?title=No_link&action=edit&redlink=1" class="new" title="No link (page does not exist)">caption</a></div>
10673 <p about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"paramtest","href":"./Template:Paramtest"},"params":{"param":{"wt":"[[Image:noimage.png|thumb|[[no link|link]] [[no link|caption]]]]"}},"i":0}}]}'>This is a test template with parameter </p><figure class="mw-default-size" typeof="mw:Error mw:Image/Thumb" about="#mwt1" data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}]}'><a href="./File:Noimage.png" ><img resource="./File:Noimage.png" src="./Special:FilePath/Noimage.png" height="220" width="220"/></a><figcaption><a rel="mw:WikiLink" href="./No_link" title="No link">link</a> <a rel="mw:WikiLink" href="./No_link" title="No link">caption</a></figcaption></figure>
10677 Template:complextemplate
10679 {{{1}}} {{paramtest|
10680 param ={{{param}}}}}
10684 Template with complex arguments
10687 param ={{ templateasargtest |
10688 templ = simple }}|[[Template:complextemplate|link]]}}
10690 <p><a href="/wiki/Template:Complextemplate" title="Template:Complextemplate">link</a> This is a test template with parameter (test)
10695 BUG 553: link with two variables in a piped link
10698 |[[{{{1}}}|{{{2}}}]]
10703 <td>[[{{{1}}}|{{{2}}}]]
10708 <tbody><tr><td>[[<span about="#mwt5" typeof="mw:Param" data-parsoid='{"src":"{{{1}}}"}'>{{{1}}}</span>|<span about="#mwt2" typeof="mw:Param" data-parsoid='{"src":"{{{2}}}"}'>{{{2}}}</span>]]</td></tr>
10713 Abort table cell attribute parsing on wikilink
10716 | testing [[one|two]] | three || four
10717 | testing one two | three || four
10718 | testing="[[one|two]]" | three || four
10723 <td> testing <a href="/index.php?title=One&action=edit&redlink=1" class="new" title="One (page does not exist)">two</a> | three </td>
10729 <td> testing="<a href="/index.php?title=One&action=edit&redlink=1" class="new" title="One (page does not exist)">two</a>" | three </td>
10735 <tbody><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'> testing <a rel="mw:WikiLink" href="./One" title="One" data-parsoid='{"stx":"piped","a":{"href":"./One"},"sa":{"href":"one"}}'>two</a> | three </td><td data-parsoid='{"stx_v":"row","autoInsertedEnd":true}'> four</td>
10736 <td data-parsoid='{"a":{"testing":null,"one":null,"two":null},"sa":{"testing":"","one":"","two":""},"autoInsertedEnd":true}'> three </td><td data-parsoid='{"stx_v":"row","autoInsertedEnd":true}'> four</td>
10737 <td> testing="<a rel="mw:WikiLink" href="./One" title="One" data-parsoid='{"stx":"piped","a":{"href":"./One"},"sa":{"href":"one"}}'>two</a>" | three </td><td data-parsoid='{"stx_v":"row","autoInsertedEnd":true}'> four</td></tr>
10742 Don't abort table cell attribute parsing if wikilink is found in template arg
10745 | Test {{#tag:ref|One two "[[three]]" four}}
10749 <tbody><tr><td> Test <ref about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[{"k":"1"}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"#tag:ref","function":"#tag"},"params":{"1":{"wt":"One two \"[[three]]\" four"}},"i":0}}]}'>One two "<a rel="mw:WikiLink" href="./Three" title="Three">three</a>" four</ref></td></tr>
10754 Magic variable as template parameter
10756 {{paramtest|param={{SITENAME}}}}
10758 <p>This is a test template with parameter MediaWiki
10765 [[{{{param}}}|link]]
10769 Template parameter as link source
10771 {{linktest|param=Main Page}}
10773 <p><a href="/wiki/Main_Page" title="Main Page">link</a>
10778 Template:paramtest2
10780 including another template, {{paramtest|param={{{arg}}}}}
10784 Template passing argument to another template
10786 {{paramtest2|arg='hmm'}}
10788 <p>including another template, This is a test template with parameter 'hmm'
10799 Template as link source
10803 [[{{linktest2}}|Main Page]]
10805 [[{{linktest2}}]]Page
10807 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
10808 </p><p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
10809 </p><p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>Page
10827 Template infinite loop
10831 <p><span class="error">Template loop detected: <a href="/wiki/Template:Loop1" title="Template:Loop1">Template:Loop1</a></span>
10836 Template from main namespace
10855 BUG 529: Template with table, not included at beginning of line
10874 BUG 523: Template shouldn't eat newline (or add an extra one before table)
10894 BUG 41: Template parameters shown as broken links
10903 Template with targets containing wikilinks
10907 {{[[{{echo|foo}}]]}}
10909 {{{{echo|[[foo}}]]}}
10911 <p>{{<a href="/wiki/Foo" title="Foo">foo</a>}}
10912 </p><p>{{<a href="/wiki/Foo" title="Foo">foo</a>}}
10924 Templates: Double quotes as template target
10931 <p>foo <span about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"''"},"params":{},"i":0}}]}'>bar</span> baz
10935 ## This test is about making sure Parsoid's data-mw is well formed in the
10936 ## face of multiple templates with intersecting and overlapping ranges. The
10937 ## wikitext itself is wretched.
10939 Templates with intersecting and overlapping ranges
10964 <p about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"stx":"html","autoInsertedEnd":true,"pi":[[{"k":"1"}],[{"k":"1"}],[{"k":"1"}]],"firstWikitextNode":"table"}' data-mw='{"parts":["{|",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"\n<p>ha</p>"}},"i":0}},"\n","{|",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"\n<p>ho</p>"}},"i":1}},"\n",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"{{!}}hi"}},"i":2}},"\n|}"]}'>ha</p><table about="#mwt1" typeof="mw:ExpandedAttrs" data-mw='{"attribs":[[{"txt":"","html":""},{"html":""}]]}'>
10966 </table><p about="#mwt1">ho</p><table about="#mwt1" typeof="mw:ExpandedAttrs" data-mw='{"attribs":[[{"txt":"","html":""},{"html":""}]]}'>
10968 <tbody><tr><td>hi</td></tr>
10973 Template:MSGNW test
10975 ''None'' of '''this''' should be
10977 but rather passed unmodified
10985 # hmm, fix this or just deprecate msgnw and document its behavior?
10989 {{msgnw:MSGNW test}}
10991 <p>''None'' of '''this''' should be
10993  but rather passed unmodified
10994 {{test}}
10998 <!-- comment -->
11005 {{int:youhavenewmessages|lots of money|not!}}
11007 <p>You have lots of money (not!).
11012 int keyword - non-existing message
11023 Foo<noinclude>zar</noinclude><includeonly>bar</includeonly>
11027 <includeonly> and <noinclude> being included
11038 <onlyinclude>Foo</onlyinclude>bar
11042 <onlyinclude> being included
11054 <onlyinclude>Foo</onlyinclude>bar<includeonly>zar</includeonly>
11058 <onlyinclude> and <includeonly> being included
11067 <includeonly> and <noinclude> on a page
11069 Foo<noinclude>zar</noinclude><includeonly>bar</includeonly>
11076 Un-closed <noinclude>
11083 <onlyinclude> on a page
11085 <onlyinclude>Foo</onlyinclude>bar
11092 Un-closed <onlyinclude>
11099 Self-closed noinclude, includeonly, onlyinclude tags
11110 Unbalanced includeonly and noinclude tags
11114 |b</noinclude></noinclude>
11115 |c</noinclude></includeonly>
11116 |d</includeonly></includeonly>
11125 <td>c</includeonly>
11127 <td>d</includeonly></includeonly>
11133 Template:Includeonly section
11136 ==Includeonly section==
11142 Bug 6563: Edit link generation for section shown by <includeonly>
11144 {{includeonly section}}
11146 <h2><span class="mw-headline" id="Includeonly_section">Includeonly section</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Template:Includeonly_section&action=edit&section=T-1" title="Template:Includeonly section">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
11147 <h2><span class="mw-headline" id="Section_T-1">Section T-1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Template:Includeonly_section&action=edit&section=T-2" title="Template:Includeonly section">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
11151 # Uses same input as the contents of [[Template:Includeonly section]]
11153 Bug 6563: Section extraction for section shown by <includeonly>
11158 ==Includeonly section==
11166 Bug 6563: Edit link generation for section suppressed by <includeonly>
11169 ==Includeonly section==
11173 <h2><span class="mw-headline" id="Section_1">Section 1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Section 1">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
11178 Bug 6563: Section extraction for section suppressed by <includeonly>
11183 ==Includeonly section==
11191 Un-closed <includeonly>
11196 <meta typeof="mw:Includes/IncludeOnly" data-parsoid='{"src":"<includeonly>"}'/>
11199 ## We used to, but no longer wt2wt this test since the default serializer
11200 ## will normalize the include directives to serialize on their own line.
11201 ## Selser will take care of preserving formatting in scenarios where they
11202 ## intermingled with other wikitext.
11204 Includes and comments at SOL
11206 parsoid=wt2html,html2html
11208 <!-- comment --><noinclude><!-- comment --></noinclude><!-- comment -->== hu ==
11212 </noinclude>* stuff
11215 <includeonly>can have stuff</includeonly>=== here ===
11218 <h2><span class="mw-headline" id="hu">hu</span></h2>
11221 <ul><li> stuff</li>
11222 <li> here</li></ul>
11223 <h3><span class="mw-headline" id="here">here</span></h3>
11226 <!-- comment --><meta typeof="mw:Includes/NoInclude" data-parsoid='{"src":"<noinclude>"}'/><!-- comment --><meta typeof="mw:Includes/NoInclude/End" data-parsoid='{"src":"</noinclude>"}'/><!-- comment --><h2> hu </h2>
11228 <meta typeof="mw:Includes/NoInclude" data-parsoid='{"src":"<noinclude>"}'/>
11230 <meta typeof="mw:Includes/NoInclude/End" data-parsoid='{"src":"</noinclude>"}'/><ul><li> stuff</li>
11231 <li> here</li></ul>
11233 <meta typeof="mw:Includes/IncludeOnly" data-parsoid='{"src":"<includeonly>can have stuff</includeonly>"}'/><meta typeof="mw:Includes/IncludeOnly/End" data-parsoid='{"src":""}'/><h3> here </h3>
11237 # TODO: test with DOM fragment reuse!
11239 Parsoid: DOM fragment reuse
11241 parsoid=wt2wt,wt2html
11243 a{{echo|b<table></table>c}}d
11255 <p about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":["a",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"b<table></table>c"}},"i":0}},"d"]}' data-parsoid='{"pi":[[{"k":"1"}]]}'>ab</p><table about="#mwt1" data-parsoid='{"stx":"html"}'></table><p about="#mwt1">cd</p>
11257 <p about="#mwt2" typeof="mw:Transclusion" data-mw='{"parts":["a",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"b\n<table></table>\nc"}},"i":0}},"d"]}' data-parsoid='{"pi":[[{"k":"1"}]]}'>ab</p><span about="#mwt2">
11258 </span><table about="#mwt2" data-parsoid='{"stx":"html"}'></table><span about="#mwt2">
11259 </span><p about="#mwt2">cd</p>
11261 <p about="#mwt3" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a\n\n<table></table>\n\nb"}},"i":0}}]}' data-parsoid='{"pi":[[{"k":"1"}]]}'>a</p><span about="#mwt3">
11263 </span><table about="#mwt3" data-parsoid='{"stx":"html"}'></table><span about="#mwt3">
11265 </span><p about="#mwt3">b</p>
11269 Parsoid: Merge double tds (T52603)
11274 |{{echo|{{!}} foo}}
11278 <tr><td about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":["|",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"{{!}} foo"}},"i":0}}]}'> foo</td></tr>
11283 Parsoid: Merge double tds in nested transclusion content (T52603)
11289 |{{echo|{{!}} foo}}
11293 <div about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<div>"}},"i":0}},"\n{|\n|",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"{{!}} foo"}},"i":1}},"\n|}\n",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"</div>"}},"i":2}}]}'>
11295 <tr><td data-mw='{"parts":["|"]}'> foo</td></tr>
11301 ### <includeonly> and <noinclude> in attributes
11304 0. includeonly around the entire attribute
11306 <span <includeonly>id="v1"</includeonly><noinclude>id="v2"</noinclude>>bar</span>
11308 <p><span id="v2">bar</span>
11313 1. includeonly in html attr key
11315 <span <noinclude>id</noinclude><includeonly>about</includeonly>="foo">bar</span>
11317 <p><span id="foo">bar</span>
11322 2. includeonly in html attr value
11324 <span id="<noinclude>v1</noinclude><includeonly>v2</includeonly>">bar</span>
11325 <span id=<noinclude>"v1"</noinclude><includeonly>"v2"</includeonly>>bar</span>
11327 <p><span id="v1">bar</span>
11328 <span id="v1">bar</span>
11333 3. includeonly in part of an attr value
11335 <span style="color:<noinclude>red</noinclude><includeonly>blue</includeonly>;">bar</span>
11337 <p><span style="color:red;">bar</span>
11342 4. includeonly in table attributes
11366 ### Token Stream Patcher tests
11368 ### These tests won't always pass wt2wt and other modes because
11369 ### on serialization, the table will be output on a new line.
11370 ### For now, we are blacklisting them, and using this to test selser.
11374 1. Table tag in SOL posn. should get reparsed correctly with valid TSR
11376 parsoid=wt2html,wt2wt
11378 {{echo|}}{| width = '100%'
11382 <span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":""}},"i":0}}]}'></span><table width="100%">
11383 <tbody><tr><td>foo</td></tr>
11387 ## We used to, but no longer wt2wt this test since the default serializer
11388 ## will normalize the include directives to serialize on their own line.
11389 ## Selser will take care of preserving formatting in scenarios where they
11390 ## intermingled with other wikitext.
11392 2. Table tag in SOL posn. should get reparsed correctly with valid TSR
11396 <includeonly>a</includeonly>{| {{{b}}}
11400 <meta typeof="mw:Includes/IncludeOnly" data-parsoid='{"src":"<includeonly>a</includeonly>"}'/><meta typeof="mw:Includes/IncludeOnly/End" data-parsoid='{"src":""}'/><table about="#mwt2" typeof="mw:ExpandedAttrs" data-parsoid='{"a":{"{{{b}}}":null},"sa":{"{{{b}}}":""}}' data-mw='{"attribs":[[{"txt":"{{{b}}}","html":"<span about=\"#mwt1\" typeof=\"mw:Param\" data-parsoid='{\"dsr\":[31,38,null,null],\"src\":\"{{{b}}}\"}'>{{{b}}}</span>"},{"html":""}]]}'>
11401 <tbody><tr><td>c</td></tr>
11406 ### Testing parsing of templates where a template arg
11407 ### has the same name as the template itself.
11413 {{{quote|{{{1}}}}}}
11417 Templates: Template Name/Arg clash: 1. Use of positional param
11426 Templates: Template Name/Arg clash: 2. Use of named param
11428 {{quote|quote=foo}}
11435 Templates: Template Name/Arg clash: 3. Use of named param with empty input
11444 ### Parsoid-centric tests to stress Parsoid's ability to RT them unchanged
11448 Templates: 1. Simple use
11457 Templates: 2. Inside a block tag
11459 <div>{{echo|Foo}}</div>
11460 <blockquote>{{echo|Foo}}</blockquote>
11463 <blockquote>Foo</blockquote>
11473 Templates: P-wrapping: 1a. Templates on consecutive lines
11484 Templates: P-wrapping: 1b. Templates on consecutive lines
11498 Templates: P-wrapping: 1c. Templates on consecutive lines
11501 {{echo|bar}} <div>baz</div>
11514 Templates: P-wrapping: 1d. Template preceded by comment-only line
11523 <p about="#mwt223" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"Bar"}},"i":0}}]}'>Bar</p>
11527 Templates: Inline Text: 1. Multiple template uses
11529 {{echo|Foo}}bar{{echo|baz}}
11536 Templates: Inline Text: 2. Back-to-back template uses
11538 {{echo|Foo}}{{echo|bar}}
11545 Templates: Block Tags: 1. Multiple template uses
11547 {{echo|<div>Foo</div>}}<div>bar</div>{{echo|<div>baz</div>}}
11549 <div>Foo</div><div>bar</div><div>baz</div>
11554 Templates: Block Tags: 2. Back-to-back template uses
11556 {{echo|<div>Foo</div>}}{{echo|<div>bar</div>}}
11558 <div>Foo</div><div>bar</div>
11562 # This is an edge case relating to paragraph wrapping.
11564 Templates: Correctly encapsulate templates producing </p> tag without a corresponding <p> tag
11569 <p about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a\nb</p>"}},"i":0}}]}'>a
11574 Templates: Links: 1. Simple example
11576 {{echo|[[Foo|bar]]}}
11578 <p><a href="/wiki/Foo" title="Foo">bar</a>
11583 Templates: Links: 2. Generation of link href
11585 [[{{echo|Foo}}|bar]]
11587 <p><a href="/wiki/Foo" title="Foo">bar</a>
11592 Templates: Links: 3. Generation of part of a link href
11594 [[Fo{{echo|o}}|bar]]
11596 [[Foo{{echo|bar}}]]
11598 [[Foo{{echo|bar}}baz]]
11600 [[Foo{{echo|bar}}|bar]]
11602 [[:Foo{{echo|bar}}]]
11604 [[:Foo{{echo|bar}}|bar]]
11606 <p><a href="/wiki/Foo" title="Foo">bar</a>
11607 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">Foobar</a>
11608 </p><p><a href="/index.php?title=Foobarbaz&action=edit&redlink=1" class="new" title="Foobarbaz (page does not exist)">Foobarbaz</a>
11609 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">bar</a>
11610 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">Foobar</a>
11611 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">bar</a>
11616 Templates: Links: 4. Multiple templates generating link href
11618 [[{{echo|F}}{{echo|o}}ob{{echo|ar}}]]
11620 <p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">Foobar</a>
11625 Templates: Links: 5. Generation of link text
11627 [[Foo|{{echo|bar}}]]
11629 <p><a href="/wiki/Foo" title="Foo">bar</a>
11634 Templates: Links: 5. Nested templates (only outermost template should be marked)
11636 {{echo|[[{{echo|Foo}}|bar]]}}
11638 <p><a href="/wiki/Foo" title="Foo">bar</a>
11643 Templates: HTML Tag: 1. Generation of HTML attr. key
11645 <div {{echo|style}}="color:red;">foo</div>
11647 <div style="color:red;">foo</div>
11652 Templates: HTML Tag: 2. Generation of HTML attr. value
11654 <div style={{echo|'color:red;'}}>foo</div>
11656 <div style="color:red;">foo</div>
11661 Templates: HTML Tag: 3. Generation of HTML attr key and value
11663 <div {{echo|style}}={{echo|'color:red;'}}>foo</div>
11665 <div style="color:red;">foo</div>
11670 Templates: HTML Tag: 4. Generation of starting piece of HTML attr value
11672 <div title="{{echo|This is a long title}} with just one piece templated">foo</div>
11674 <div title="This is a long title with just one piece templated">foo</div>
11679 Templates: HTML Tag: 5. Generation of middle piece of HTML attr value
11681 <div title="This is a long title with just {{echo|one piece}} templated">foo</div>
11683 <div title="This is a long title with just one piece templated">foo</div>
11688 Templates: HTML Tag: 6. Generation of end piece of HTML attr value
11690 <div title="This is a long title with just one piece {{echo|templated}}">foo</div>
11692 <div title="This is a long title with just one piece templated">foo</div>
11696 # SSS FIXME: While it is great we added support for all this,
11697 # do we want to make this part of the spec? Maybe we want to
11698 # deprecate this kind of usage in the future?
11700 Templates: HTML Tag: 7. Generation of partial attribute key string
11702 <div st{{echo|yle}}="color:red;">foo</div>
11704 <div style="color:red;">foo</div>
11709 Templates: HTML Tag: 8. Template-generated attribute (k=v)
11711 <div {{echo|1=id="v1"}}>bar</div>
11713 <div id="v1">bar</div>
11718 Templates: HTML Tag: 9. Multiple template-generated attributes
11720 <div {{echo|1=id="v1" title="foo"}}>bar</div>
11722 <div id="v1" title="foo">bar</div>
11727 Templates: Support for templates generating attributes and content
11729 {| {{mixed_attr_content_template}}
11734 <table style="color:red;" title="T48811">
11744 <table style="color:red;" title="T48811" about="#mwt1" typeof="mw:Transclusion mw:ExpandedAttrs" data-mw='{"parts":["{| ",{"template":{"target":{"wt":"mixed_attr_content_template","href":"./Template:Mixed_attr_content_template"},"params":{},"i":0}},"\n|-\n|bar\n|}"]}'>
11753 1. Entities and nowikis inside templated attributes should be handled correctly
11755 <div {{echo|style{{=}}"background:#f9f9f9;"}}>foo</div>
11757 <div style="background:#f9f9f9;">foo</div>
11760 <div style="background:#f9f9f9;" about="#mwt3" typeof="mw:ExpandedAttrs" data-parsoid='{"stx":"html"}' data-mw='{"attribs":[[{"txt":"style","html":"<span about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid='{\"pi\":[[{\"k\":\"1\"}]],\"dsr\":[5,49,null,null]}' data-mw='{\"parts\":[{\"template\":{\"target\":{\"wt\":\"echo\",\"href\":\"./Template:Echo\"},\"params\":{\"1\":{\"wt\":\"style{{=}}\\\"background:&amp;#35;f9f9f9;\\\"\"}},\"i\":0}}]}'>style</span><span typeof=\"mw:Nowiki\" about=\"#mwt1\" data-parsoid=\"{}\">=</span><span about=\"#mwt1\" data-parsoid=\"{}\">\"background:</span><span typeof=\"mw:Entity\" about=\"#mwt1\" data-parsoid='{\"src\":\"&amp;#35;\",\"srcContent\":\"#\"}'>#</span><span about=\"#mwt1\" data-parsoid=\"{}\">f9f9f9;\"</span>"},{"html":""}]]}'>foo</div>
11764 2. Entities and nowikis inside templated attributes should be handled correctly
11767 |{{table_attribs_3}}
11772 <td style="background:#f9f9f9;">Foo
11777 <tbody><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td style="background:#f9f9f9;" typeof="mw:Transclusion" about="#mwt1" data-parsoid='{"autoInsertedEnd":true,"pi":[[]]}' data-mw='{"parts":["|",{"template":{"target":{"wt":"table_attribs_3","href":"./Template:Table_attribs_3"},"params":{},"i":0}}]}'>Foo</td></tr>
11782 3. Entities and nowikis inside templated attributes should be handled correctly inside templated tables
11785 |{{table_attribs_3}}
11790 <td style="background:#f9f9f9;">Foo
11794 <table about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[],[],[]]}' data-mw='{"parts":[{"template":{"target":{"wt":"tbl-start","href":"./Template:Tbl-start"},"params":{},"i":0}},"\n|",{"template":{"target":{"wt":"table_attribs_3","href":"./Template:Table_attribs_3"},"params":{},"i":1}},"\n",{"template":{"target":{"wt":"tbl-end","href":"./Template:Tbl-end"},"params":{},"i":2}}]}'>
11795 <tbody><tr><td style="background:#f9f9f9;">Foo</td></tr>
11801 4. Entities and nowikis inside templated attributes should be handled correctly inside templated tables
11804 | {{table_attribs_6}} hi
11809 <td style="background: red;"> hi
11814 <tbody><tr><td style="background: red;" typeof="mw:Transclusion" about="#mwt1" data-parsoid='{"autoInsertedEnd":true,"pi":[[]]}' data-mw='{"parts":["| ",{"template":{"target":{"wt":"table_attribs_6","href":"./Template:Table_attribs_6"},"params":{},"i":0}}," hi"]}'> hi</td></tr>
11819 Templates: HTML Tables: 1. Generating start of a HTML table
11821 {{echo|<table><tr><td>foo</td>}}</tr></table>
11823 <table><tr><td>foo</td></tr></table>
11828 Templates: HTML Tables: 2a. Generating middle of a HTML table
11830 <table><tr>{{echo|<td>foo</td>}}</tr></table>
11832 <table><tr><td>foo</td></tr></table>
11837 Templates: HTML Tables: 2b. Generating middle of a HTML table
11839 <table>{{echo|<tr><td>foo</td></tr>}}</table>
11841 <table><tr><td>foo</td></tr></table>
11846 Templates: HTML Tables: 3. Generating end of a HTML table
11848 <table><tr>{{echo|<td>foo</td></tr></table>}}
11850 <table><tr><td>foo</td></tr></table>
11855 Templates: HTML Tables: 4a. Generating a single tag of a HTML table
11857 {{echo|<table>}}<tr><td>foo</td></tr></table>
11859 <table><tr><td>foo</td></tr></table>
11864 Templates: HTML Tables: 4b. Generating a single tag of a HTML table
11866 <table>{{echo|<tr>}}<td>foo</td></tr></table>
11868 <table><tr><td>foo</td></tr></table>
11873 Templates: HTML Tables: 4c. Generating a single tag of a HTML table
11875 <table><tr>{{echo|<td>}}foo</td></tr></table>
11877 <table><tr><td>foo</td></tr></table>
11882 Templates: HTML Tables: 4d. Generating a single tag of a HTML table
11884 <table><tr><td>foo{{echo|</td>}}</tr></table>
11886 <table><tr><td>foo</td></tr></table>
11891 Templates: HTML Tables: 4e. Generating a single tag of a HTML table
11893 <table><tr><td>foo</td>{{echo|</tr>}}</table>
11895 <table><tr><td>foo</td></tr></table>
11900 Templates: HTML Tables: 4f. Generating a single tag of a HTML table
11902 <table><tr><td>foo</td></tr>{{echo|</table>}}
11904 <table><tr><td>foo</td></tr></table>
11909 Templates: HTML Tables: 5. Proper fostering of categories from inside
11911 parsoid=wt2html,wt2wt
11913 <table>[[Category:foo1]]<tr><td>foo</td></tr></table>
11914 <!--Two categories (Bug 50330)-->
11915 <table>[[Category:bar1]][[Category:bar2]]<tr><td>foo</td></tr></table>
11917 <link rel="mw:PageProp/Category" href="./Category:Foo1"><table><tbody><tr><td>foo</td></tr></tbody></table>
11918 <!--Two categories (Bug 50330)-->
11919 <link rel="mw:PageProp/Category" href="./Category:Bar1"><link rel="mw:PageProp/Category" href="./Category:Bar2"><table><tbody><tr><td>foo</td></tr></tbody></table>
11923 Templates: Wiki Tables: 1a. Fostering of entire template content
11931 <tr><td></td></tr></table>
11943 Templates: Wiki Tables: 1b. Fostering of entire template content
11956 <tr><td></td></tr></table>
11970 Templates: Wiki Tables: 2. Fostering of partial template content
11980 <tr><td></td></tr></table>
11993 Templates: Wiki Tables: 3. td-content via multiple templates
11996 {{echo|{{pipe}}a}}{{echo|b}}
12007 Templates: Wiki Tables: 4. Templated tags, no content
12013 <tr><td></td></tr></table>
12018 Templates: Wiki Tables: 5. Templated tags, regular td-tags
12032 Templates: Wiki Tables: 6. Templated tags, templated td-tags
12045 ## This test case is very specific to Parsoid's internals
12046 ## and is hence only tested for Parsoid's code. Parsoid uses
12047 ## a <meta> marker tag for <ref> tags and they are expanded
12048 ## much later. We are verifying that this <meta> tag usage
12049 ## doesn't prevent foster parenting.
12051 Templates: Wiki Tables: 7. Fosterable <ref>s should get fostered
12053 {{PartialTable}}<ref>foo</ref>
12058 <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Transclusion mw:Extension/ref" data-mw='{"parts":[{"template":{"target":{"wt":"PartialTable","href":"./Template:PartialTable"},"params":{},"i":0}},"<ref>foo</ref>\n|}"]}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span><table about="#mwt2">
12062 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li></ol>
12066 Templates: Wiki Tables: 8. Fosterable meta-tags should get fostered
12076 <span about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"\n{{{!}}\n{{!}}-"}},"i":0}},"\n<onlyinclude>\n|foo\n</onlyinclude>\n{{!}}}"]}'>
12077 </span><meta typeof="mw:Includes/OnlyInclude" about="#mwt1"/><table about="#mwt1">
12081 <meta typeof="mw:Includes/OnlyInclude/End"/></td></tr>
12086 Templates: Lists: Multi-line list-items via templates
12088 *{{echo|a {{nonexistent|
12090 *{{echo|b {{nonexistent|
12093 <ul><li>a <a href="/index.php?title=Template:Nonexistent&action=edit&redlink=1" class="new" title="Template:Nonexistent (page does not exist)">Template:Nonexistent</a></li>
12094 <li>b <a href="/index.php?title=Template:Nonexistent&action=edit&redlink=1" class="new" title="Template:Nonexistent (page does not exist)">Template:Nonexistent</a></li></ul>
12099 Templates: Ugly nesting: 1. Quotes opened/closed across templates (echo)
12101 {{echo|''a}}{{echo|b''c''d}}{{echo|''e}}
12103 <p><i>ab</i>c<i>d</i>e
12108 Templates: Ugly nesting: 2. Quotes opened/closed across templates (echo_with_span)
12109 (PHP parser generates misnested html)
12111 {{echo_with_span|''a}}{{echo_with_span|b''c''d}}{{echo_with_span|''e}}
12113 <p><span about="#mwt1" typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo_with_span","href":"./Template:Echo_with_span"},"params":{"1":{"wt":"''a"}},"i":0}}]}"><i>a</i></span><i about="#mwt2" typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo_with_span","href":"./Template:Echo_with_span"},"params":{"1":{"wt":"b''c''d"}},"i":0}},{"template":{"target":{"wt":"echo_with_span","href":"./Template:Echo_with_span"},"params":{"1":{"wt":"''e"}},"i":1}}]}"><span>b</span></i><span about="#mwt2">c</span><i about="#mwt2">d<span></span></i><span about="#mwt2">e</span></p>
12117 Templates: Ugly nesting: 3. Quotes opened/closed across templates (echo_with_div)
12118 (PHP parser generates misnested html; Parsoid html2wt mode adds newlines between {{echo}}s)
12120 parsoid=wt2html,wt2wt
12122 {{echo_with_div|''a}}{{echo_with_div|b''c''d}}{{echo_with_div|''e}}
12124 <div about="#mwt1" typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo_with_div","href":"./Template:Echo_with_div"},"params":{"1":{"wt":"''a"}},"i":0}}]}"><i>a</i></div>
12125 <div about="#mwt2" typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo_with_div","href":"./Template:Echo_with_div"},"params":{"1":{"wt":"b''c''d"}},"i":0}}]}"><i>b</i>c<i>d</i></div>
12126 <div about="#mwt3" typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo_with_div","href":"./Template:Echo_with_div"},"params":{"1":{"wt":"''e"}},"i":0}}]}">e</div>
12130 Templates: Ugly nesting: 4. Divs opened/closed across templates
12132 a<div>b{{echo|c</div>d}}e
12143 Templates: Ugly templates: 1. Navbox template parses badly leading to table misnesting
12149 |{{echo|foo</table>}}
12153 <table about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":["{|\n|",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo</table>"}},"i":0}},"\n|bar\n|}"]}'>
12157 <td>foo</td></tr></tbody></table><span about="#mwt1">
12158 </span><span about="#mwt1">|bar</span><span about="#mwt1">
12163 Templates: Ugly templates: 2. Navbox template parses badly leading to table misnesting
12173 <td>1. {{echo|foo </table>}}</td>
12175 <td>2. {{echo|baz </table>}}</td>
12188 <table about="#mwt2" typeof="mw:Transclusion" data-mw='{"parts":["<table>\n <tr>\n <td>\n <table>\n <tr>\n <td>1. ",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo </table>"}},"i":0}},"</td>\n <td> bar </td>\n <td>2. ",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"baz </table>"}},"i":1}},"</td>\n </tr>\n <tr>\n <td>abc</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td>xyz</td>\n </tr>\n</table>"]}'>
12193 <td>1. foo </td></tr></tbody></table></td>
12195 <td>2. baz </td></tr></tbody></table><span about="#mwt2">
12196 </span><span about="#mwt2">
12197 </span><span about="#mwt2">
12198 </span><span about="#mwt2">abc</span><span about="#mwt2">
12199 </span><span about="#mwt2">
12200 </span><span about="#mwt2">
12201 </span><span about="#mwt2">
12202 </span><span about="#mwt2">
12203 </span><span about="#mwt2">
12204 </span><span about="#mwt2">xyz</span><span about="#mwt2">
12205 </span><span about="#mwt2">
12210 Templates: Ugly templates: 3. newline-only template parameter
12219 # This looks like a bug: a single newline triggers p/br for some reason.
12221 Templates: Ugly templates: 4. newline-only template parameter inconsistency
12230 # Bug 64017 -- ugly wikitext with fostered content generates two template ranges that
12231 # have a true overlap (T1-start - T2-start - T1-end - T2-end).
12233 Templates: Ugly templates: 5. Template encapsulation test: Non-trivial overlap of template ranges is properly handled
12239 <div about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<table>"}},"i":0}},"\n",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<div>foo"}},"i":1}},"\n",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"</table>"}},"i":2}}]}' data-parsoid='{"stx":"html","autoInsertedEnd":true,"pi":[[{"k":"1"}],[{"k":"1"}],[{"k":"1"}]]}'>foo
12240 </div><table about="#mwt1" data-parsoid='{"stx":"html"}'>
12244 # Bug 64017 -- ugly wikitext with fostered content generates two template ranges
12245 # that are "identical" and generate nesting cycles in the algorithm
12247 Templates: Ugly templates: 6. Template encapsulation test: Cyclical nesting of template ranges is properly handled
12249 {{echo|<table><tr><td><table>}}
12253 <table about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<table><tr><td><table>"}},"i":0}},"\n",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<div>"}},"i":1}},"\n",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"</div>"}},"i":2}}]}' data-parsoid='{"stx":"html","autoInsertedEnd":true,"pi":[[{"k":"1"}],[{"k":"1"}],[{"k":"1"}]]}'><tbody><tr data-parsoid='{"stx":"html"}'><td data-parsoid='{"stx":"html"}'><div data-parsoid='{"stx":"html"}'>
12254 </div><table about="#mwt1" data-parsoid='{"stx":"html"}'>
12255 </table></td></tr></tbody></table>
12259 Templates: Parameters substituted at the top-level
12261 {{{foo|''who'' {{echo|me}}? '''never!'''}}}
12263 <p><i>who</i> me? <b>never!</b>
12266 <p about="#mwt2" typeof="mw:Param" data-parsoid="{"src":"{{{foo|''who'' {{echo|me}}? '''never!'''}}}"}"><i>who</i> me? <b>never!</b></p>
12270 Parser Functions: 1. Simple example
12279 Parser Functions: 2. Nested use (only outermost should be marked up)
12288 ### Pre-save transform tests
12291 pre-save transform: subst:
12297 This is a test template
12301 pre-save transform: normal template
12311 pre-save transform: nonexistent template
12315 {{thistemplatedoesnotexist}}
12317 {{thistemplatedoesnotexist}}
12321 pre-save transform: subst magic variables
12330 # This is bug 89, which I fixed. -- wtm
12332 pre-save transform: subst: templates with parameters
12336 {{subst:paramtest|param="something else"}}
12338 This is a test template with parameter "something else"
12342 Template:nowikitest
12344 <nowiki>'''not wiki'''</nowiki>
12348 pre-save transform: nowiki in subst (bug 1188)
12352 {{subst:nowikitest}}
12354 <nowiki>'''not wiki'''</nowiki>
12358 Template:commenttest
12360 This template has <!-- a comment --> in it.
12364 pre-save transform: comment in subst (bug 1936)
12368 {{subst:commenttest}}
12370 This template has <!-- a comment --> in it.
12374 pre-save transform: unclosed tag
12378 <nowiki>'''not wiki'''
12380 <nowiki>'''not wiki'''
12384 pre-save transform: mixed tag case
12388 <NOwiki>'''not wiki'''</noWIKI>
12390 <NOwiki>'''not wiki'''</noWIKI>
12394 pre-save transform: unclosed comment in <nowiki>
12398 wiki<nowiki>nowiki<!--nowiki</nowiki>wiki
12400 wiki<nowiki>nowiki<!--nowiki</nowiki>wiki
12403 # Leading @ in this template definition works around a limitation
12404 # in parsoid's parserTests which otherwise strips the <span> from the
12405 # result (confusing it for a template wrapper)
12409 @<span onmouseover="alert('crap')">Oh no</span>
12413 (confirming safety of fix for subst bug 1936)
12415 {{Template:dangerous}}
12417 <p>@<span>Oh no</span>
12422 pre-save transform: comment containing gallery (bug 5024)
12426 <!-- <gallery>data</gallery> -->
12428 <!-- <gallery>data</gallery> -->
12432 pre-save transform: comment containing extension
12436 <!-- <tag>data</tag> -->
12438 <!-- <tag>data</tag> -->
12442 pre-save transform: comment containing nowiki
12446 <!-- <nowiki>data</nowiki> -->
12448 <!-- <nowiki>data</nowiki> -->
12452 pre-save transform: <noinclude> in subst (bug 3298)
12462 pre-save transform: <onlyinclude> in subst (bug 3298)
12466 {{subst:Includes2}}
12474 {{<includeonly>subst:</includeonly>Includes}}
12478 Template:SafeSubstTest
12480 {{<includeonly>safesubst:</includeonly>Includes}}
12484 bug 22297: safesubst: works during PST
12488 {{subst:SafeSubstTest}}{{safesubst:SubstTest}}
12494 bug 22297: safesubst: works during normal parse
12503 subst: does not work during normal parse
12507 <p>{{subst:Includes}}
12512 pre-save transform: context links ("pipe trick")
12516 [[Article (context)|]]
12519 [[Bar:Article (context)|]]
12520 [[:Bar:Article (context)|]]
12522 [[|Article (context)]]
12526 [[Article (context)|Article]]
12527 [[Bar:Article|Article]]
12528 [[:Bar:Article|Article]]
12529 [[Bar:Article (context)|Article]]
12530 [[:Bar:Article (context)|Article]]
12532 [[Article (context)]]
12533 [[Bar:X (Y) Z|X (Y) Z]]
12534 [[:Bar:X (Y) Z|X (Y) Z]]
12538 pre-save transform: context links ("pipe trick") with interwiki prefix
12542 [[interwiki:Article|]]
12543 [[:interwiki:Article|]]
12544 [[interwiki:Bar:Article|]]
12545 [[:interwiki:Bar:Article|]]
12547 [[interwiki:Article|Article]]
12548 [[:interwiki:Article|Article]]
12549 [[interwiki:Bar:Article|Bar:Article]]
12550 [[:interwiki:Bar:Article|Bar:Article]]
12554 pre-save transform: context links ("pipe trick") with parens in title
12556 pst title=[[Somearticle (context)]]
12560 [[Article (context)|Article]]
12564 pre-save transform: context links ("pipe trick") with comma in title
12566 pst title=[[Someplace, Somewhere]]
12569 [[Otherplace, Elsewhere|]]
12570 [[Otherplace, Elsewhere, Anywhere|]]
12572 [[Otherplace, Somewhere|Otherplace]]
12573 [[Otherplace, Elsewhere|Otherplace]]
12574 [[Otherplace, Elsewhere, Anywhere|Otherplace]]
12578 pre-save transform: context links ("pipe trick") with parens and comma
12580 pst title=[[Someplace (IGNORED), Somewhere]]
12583 [[Otherplace (place), Elsewhere|]]
12585 [[Otherplace, Somewhere|Otherplace]]
12586 [[Otherplace (place), Elsewhere|Otherplace]]
12590 pre-save transform: context links ("pipe trick") with comma and parens
12592 pst title=[[Who, me? (context)]]
12595 [[Me, Myself, and I (1937 song)|]]
12597 [[Yes, you. (context)|Yes, you.]]
12598 [[Me, Myself, and I (1937 song)|Me, Myself, and I]]
12602 pre-save transform: context links ("pipe trick") with namespace
12604 pst title=[[Ns:Somearticle]]
12608 [[Ns:Article|Article]]
12612 pre-save transform: context links ("pipe trick") with namespace and parens
12614 pst title=[[Ns:Somearticle (context)]]
12618 [[Ns:Article (context)|Article]]
12622 pre-save transform: context links ("pipe trick") with namespace and comma
12624 pst title=[[Ns:Somearticle, Context, Whatever]]
12628 [[Ns:Article, Context, Whatever|Article]]
12632 pre-save transform: context links ("pipe trick") with namespace, comma and parens
12634 pst title=[[Ns:Somearticle, Context (context)]]
12638 [[Ns:Article (context)|Article]]
12642 pre-save transform: context links ("pipe trick") with namespace, parens and comma
12644 pst title=[[Ns:Somearticle (IGNORED), Context]]
12648 [[Ns:Article, Context|Article]]
12652 pre-save transform: context links ("pipe trick") with full-width parens and no space (Japanese and Chinese style, bug 30149)
12656 [[Article(context)|]]
12657 [[Bar:Article(context)|]]
12658 [[:Bar:Article(context)|]]
12659 [[|Article(context)]]
12663 [[Article(context)|Article]]
12664 [[Bar:Article(context)|Article]]
12665 [[:Bar:Article(context)|Article]]
12666 [[Article(context)]]
12667 [[Bar:X(Y)Z|X(Y)Z]]
12668 [[:Bar:X(Y)Z|X(Y)Z]]
12672 pre-save transform: context links ("pipe trick") with full-width parens and space (Japanese and Chinese style, bug 30149)
12676 [[Article (context)|]]
12677 [[Bar:Article (context)|]]
12678 [[:Bar:Article (context)|]]
12679 [[|Article (context)]]
12683 [[Article (context)|Article]]
12684 [[Bar:Article (context)|Article]]
12685 [[:Bar:Article (context)|Article]]
12686 [[Article (context)]]
12687 [[Bar:X (Y) Z|X (Y) Z]]
12688 [[:Bar:X (Y) Z|X (Y) Z]]
12692 pre-save transform: context links ("pipe trick") with parens and no space (Korean style, bug 30149)
12696 [[Article(context)|]]
12697 [[Bar:Article(context)|]]
12698 [[:Bar:Article(context)|]]
12699 [[|Article(context)]]
12703 [[Article(context)|Article]]
12704 [[Bar:Article(context)|Article]]
12705 [[:Bar:Article(context)|Article]]
12706 [[Article(context)]]
12707 [[Bar:X(Y)Z|X(Y)Z]]
12708 [[:Bar:X(Y)Z|X(Y)Z]]
12712 pre-save transform: context links ("pipe trick") with commas (bug 21660)
12716 [[Article (context), context|]]
12717 [[Article (context),context|]]
12718 [[Bar:Article (context), context|]]
12719 [[Bar:Article (context),context|]]
12720 [[:Bar:Article (context), context|]]
12721 [[:Bar:Article (context),context|]]
12723 [[Article (context), context|Article]]
12724 [[Article (context),context|Article]]
12725 [[Bar:Article (context), context|Article]]
12726 [[Bar:Article (context),context|Article]]
12727 [[:Bar:Article (context), context|Article]]
12728 [[:Bar:Article (context),context|Article]]
12732 pre-save transform: trim trailing empty lines
12736 Empty lines are trimmed
12742 Empty lines are trimmed
12746 pre-save transform: Signature expansion
12751 * <noinclude>~~~</noinclude>
12752 * <includeonly>~~~</includeonly>
12753 * <onlyinclude>~~~</onlyinclude>
12755 * [[Special:Contributions/127.0.0.1|127.0.0.1]]
12756 * <noinclude>[[Special:Contributions/127.0.0.1|127.0.0.1]]</noinclude>
12757 * <includeonly>[[Special:Contributions/127.0.0.1|127.0.0.1]]</includeonly>
12758 * <onlyinclude>[[Special:Contributions/127.0.0.1|127.0.0.1]]</onlyinclude>
12763 pre-save transform: Signature expansion in nowiki tags (bug 93)
12769 <nowiki>~~~~</nowiki>
12771 <includeonly><nowiki>~~~~</nowiki></includeonly>
12773 <noinclude><nowiki>~~~~</nowiki></noinclude>
12775 <onlyinclude><nowiki>~~~~</nowiki></onlyinclude>
12777 {{subst:Foo}} shall be converted to FOO
12779 As well as inside noinclude/onlyinclude
12780 <noinclude>{{subst:Foo}}</noinclude>
12781 <onlyinclude>{{subst:Foo}}</onlyinclude>
12783 But not inside includeonly
12784 <includeonly>{{subst:Foo}}</includeonly>
12788 <nowiki>~~~~</nowiki>
12790 <includeonly><nowiki>~~~~</nowiki></includeonly>
12792 <noinclude><nowiki>~~~~</nowiki></noinclude>
12794 <onlyinclude><nowiki>~~~~</nowiki></onlyinclude>
12796 FOO shall be converted to FOO
12798 As well as inside noinclude/onlyinclude
12799 <noinclude>FOO</noinclude>
12800 <onlyinclude>FOO</onlyinclude>
12802 But not inside includeonly
12803 <includeonly>{{subst:Foo}}</includeonly>
12807 Parsoid: Recognize nowiki with trailing space in tags
12811 <nowiki ><div>[[foo]]</nowiki >
12819 <p><span typeof="mw:Nowiki"><div>[[foo]]</span></p>
12826 Parsoid: Recognize nowiki with odd capitalization
12830 <noWikI ><div>[[foo]]</Nowiki >
12832 <p><span typeof="mw:Nowiki"><div>[[foo]]</span></p>
12837 Parsoid: Escape nowiki with trailing space in tags
12841 <p><nowiki > foo </nowiki ></p>
12842 <p>a<nowiki />b</p>
12843 <p>c<nowiki/ >d</p>
12845 <nowiki > foo </nowiki >
12853 Parsoid: Escape weird noWikI capitalizations
12857 <p><noWikI > foo </NoWikI ></p>
12859 <noWikI > foo </NoWikI >
12863 ### Message transform tests
12866 message transform: magic variables
12876 message transform: should not transform wiki markup
12886 message transform: <noinclude> in transcluded template (bug 4926)
12896 message transform: <onlyinclude> in transcluded template (bug 4926)
12906 {{#special:}} page name, known
12910 {{#special:Recentchanges}}
12912 Special:RecentChanges
12916 {{#special:}} page name with subpage, known
12920 {{#special:Recentchanges/param}}
12922 Special:RecentChanges/param
12926 {{#special:}} page name, unknown
12930 {{#special:foobar nonexistent}}
12932 Special:Foobar nonexistent
12936 {{#speciale:}} page name, known
12940 {{#speciale:Recentchanges}}
12942 Special:RecentChanges
12946 {{#speciale:}} page name with subpage, known
12950 {{#speciale:Recentchanges/param}}
12952 Special:RecentChanges/param
12956 {{#speciale:}} page name, unknown
12960 {{#speciale:foobar nonexistent}}
12962 Special:Foobar_nonexistent
12968 ### For Parsoid-specific tests, see
12969 #### https://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec#Images
12974 parsoid=wt2html,wt2wt,html2html
12976 [[Image:foobar.jpg]]
12978 <p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
12981 <p><span class="mw-default-size" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></span></p>
12985 Simple image (using File: namespace, now canonical)
12987 [[File:Foobar.jpg]]
12989 <p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
12992 <p><span class="mw-default-size" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></span></p>
12996 Right-aligned image
12998 [[File:Foobar.jpg|right]]
13000 <div class="floatright"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a></div>
13003 <figure class="mw-default-size mw-halign-right" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></figure>
13009 [[File:Foobar.jpg|right|Caption text]]
13011 <div class="floatright"><a href="/wiki/File:Foobar.jpg" class="image" title="Caption text"><img alt="Caption text" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a></div>
13014 <figure class="mw-default-size mw-halign-right" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>Caption text</figcaption></figure>
13018 Image with caption, bug 53312 #1
13020 [[File:Foobar.jpg|right|Caption page stuff]]
13022 <div class="floatright"><a href="/wiki/File:Foobar.jpg" class="image" title="Caption page stuff"><img alt="Caption page stuff" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a></div>
13025 <figure class="mw-default-size mw-halign-right" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>Caption page stuff</figcaption></figure>
13029 Image with caption, bug 53312 #2
13031 [[File:Foobar.jpg|right|Caption page=]]
13033 <div class="floatright"><a href="/wiki/File:Foobar.jpg" class="image" title="Caption page="><img alt="Caption page=" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a></div>
13036 <figure class="mw-default-size mw-halign-right" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>Caption page=</figcaption></figure>
13040 Image with caption, bug 53312 #3
13042 [[File:Foobar.jpg|right|Caption page=stuff]]
13044 <div class="floatright"><a href="/wiki/File:Foobar.jpg" class="image" title="Caption page=stuff"><img alt="Caption page=stuff" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a></div>
13047 <figure class="mw-default-size mw-halign-right" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>Caption page=stuff</figcaption></figure>
13051 Allow empty links in image captions (Bug 60753)
13055 [[File:Foobar.jpg|thumb|Caption [[Link1]]
13060 <div class="thumb tright"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" width="220" height="25" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/330px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/440px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>Caption <a href="/index.php?title=Link1&action=edit&redlink=1" class="new" title="Link1 (page does not exist)">Link1</a> [[]] <a href="/index.php?title=Link2&action=edit&redlink=1" class="new" title="Link2 (page does not exist)">Link2</a></div></div></div>
13063 <figure class="mw-default-size" typeof="mw:Image/Thumb" data-parsoid='{"optList":[{"ck":"thumbnail","ak":"thumb"},{"ck":"caption","ak":"Caption [[Link1]]\n[[]]\n[[Link2]]\n"}]}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"}}'><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"25","width":"220"},"sa":{"resource":"File:Foobar.jpg"}}'/></a><figcaption>Caption <a rel="mw:WikiLink" href="./Link1" title="Link1" data-parsoid='{"stx":"simple","a":{"href":"./Link1"},"sa":{"href":"Link1"}}'>Link1</a>
13065 <a rel="mw:WikiLink" href="./Link2" title="Link2" data-parsoid='{"stx":"simple","a":{"href":"./Link2"},"sa":{"href":"Link2"}}'>Link2</a>
13066 </figcaption></figure>
13070 Titles in unlinked images (T23454)
13072 [[File:Foobar.jpg|link=|stuff]]
13074 <p><img alt="stuff" src="http://example.com/images/3/3a/Foobar.jpg" title="stuff" width="1941" height="220" />
13079 Link with empty target
13088 Image with link trail
13090 Linktrails should not work for images: [[File:Foobar.jpg]]s
13092 <p>Linktrails should not work for images: <a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>s
13095 <p>Linktrails should not work for images: <span class="mw-default-size" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></span>s</p>
13099 Image with empty attribute
13101 parsoid=wt2html,wt2wt,html2html
13103 [[File:Foobar.jpg|right||Caption text]]
13105 <div class="floatright"><a href="/wiki/File:Foobar.jpg" class="image" title="Caption text"><img alt="Caption text" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a></div>
13108 <figure class="mw-default-size mw-halign-right" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>Caption text</figcaption></figure>
13112 1. Block image with individual attributes from templates
13114 [[File:Foobar.jpg|thumb|{{echo|137px}}|This is a caption]]
13116 <div class="thumb tright"><div class="thumbinner" style="width:139px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/137px-Foobar.jpg" width="137" height="16" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/206px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/274px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>This is a caption</div></div></div>
13119 <figure typeof="mw:Image/Thumb mw:ExpandedAttrs" about="#mwt2" data-parsoid='{"optList":[{"ck":"thumbnail","ak":"thumb"},{"ck":"width","ak":"{{echo|137px}}"},{"ck":"caption","ak":"This is a caption"}]}' data-mw='{"attribs":[["thumbnail",{"html":"thumb"}],["width",{"html":"<span about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid='{\"pi\":[[{\"k\":\"1\"}]],\"dsr\":[24,38,null,null]}' data-mw='{\"parts\":[{\"template\":{\"target\":{\"wt\":\"echo\",\"href\":\"./Template:Echo\"},\"params\":{\"1\":{\"wt\":\"137px\"}},\"i\":0}}]}'>137px</span>"}]]}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/137px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="16" width="137" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"16","width":"137"},"sa":{"resource":"File:Foobar.jpg"}}'/></a><figcaption>This is a caption</figcaption></figure>
13123 2. Block Image with individual attributes from templates
13125 [[File:Foobar.jpg|{{echo|thumb}}|{{echo|137px}}|This is a caption]]
13127 <div class="thumb tright"><div class="thumbinner" style="width:139px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/137px-Foobar.jpg" width="137" height="16" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/206px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/274px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>This is a caption</div></div></div>
13130 <figure typeof="mw:Image/Thumb mw:ExpandedAttrs" about="#mwt3" data-parsoid='{"optList":[{"ck":"thumbnail","ak":"{{echo|thumb}}"},{"ck":"width","ak":"{{echo|137px}}"},{"ck":"caption","ak":"This is a caption"}]}' data-mw='{"attribs":[["thumbnail",{"html":"<span about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid='{\"pi\":[[{\"k\":\"1\"}]],\"dsr\":[18,32,null,null]}' data-mw='{\"parts\":[{\"template\":{\"target\":{\"wt\":\"echo\",\"href\":\"./Template:Echo\"},\"params\":{\"1\":{\"wt\":\"thumb\"}},\"i\":0}}]}'>thumb</span>"}],["width",{"html":"<span about=\"#mwt2\" typeof=\"mw:Transclusion\" data-parsoid='{\"pi\":[[{\"k\":\"1\"}]],\"dsr\":[33,47,null,null]}' data-mw='{\"parts\":[{\"template\":{\"target\":{\"wt\":\"echo\",\"href\":\"./Template:Echo\"},\"params\":{\"1\":{\"wt\":\"137px\"}},\"i\":0}}]}'>137px</span>"}]]}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/137px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="16" width="137" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"16","width":"137"},"sa":{"resource":"File:Foobar.jpg"}}'/></a><figcaption>This is a caption</figcaption></figure>
13134 3. Inline image with individual attributes from templates
13136 [[File:Foobar.jpg|{{echo|50px}}]]
13138 <p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/50px-Foobar.jpg" width="50" height="6" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/75px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/100px-Foobar.jpg 2x" /></a>
13141 <p><span typeof="mw:Image mw:ExpandedAttrs" about="#mwt2" data-parsoid='{"optList":[{"ck":"width","ak":"{{echo|50px}}"}]}' data-mw='{"attribs":[["width",{"html":"<span about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid='{\"pi\":[[{\"k\":\"1\"}]],\"dsr\":[18,31,null,null]}' data-mw='{\"parts\":[{\"template\":{\"target\":{\"wt\":\"echo\",\"href\":\"./Template:Echo\"},\"params\":{\"1\":{\"wt\":\"50px\"}},\"i\":0}}]}'>50px</span>"}]]}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/50px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="6" width="50" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"6","width":"50"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
13144 ## Parsoid does not provide editing support for images where templates produce multiple image attributes.
13145 ## To signal this, we add a 'mw:Placeholder' type to such images. This could change in the future.
13147 Image with multiple attributes from the same template
13149 [[File:Foobar.jpg|{{image_attribs}}]]
13151 <div class="floatright"><a href="/wiki/File:Foobar.jpg" class="image" title="Caption text"><img alt="Caption text" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a></div>
13154 <figure class="mw-default-size mw-halign-right" typeof="mw:Image mw:Placeholder"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>Caption text</figcaption></figure>
13158 Image with link tails
13162 123[[File:Foobar.jpg]]456
13163 123[[File:Foobar.jpg|right]]456
13164 123[[File:Foobar.jpg|thumb]]456
13166 <p>123<a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>456
13168 123<div class="floatright"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a></div>456
13169 123<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" width="220" height="25" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/330px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/440px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div></div></div></div>456
13172 <p>123<a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>456</p>
13174 <div class="floatright"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a></div>
13176 <div class="thumb tright">
13177 <div class="thumbinner" style="width:222px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" width="220" height="25" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/330px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/440px-Foobar.jpg 2x" /></a>
13178 <div class="thumbcaption">
13179 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
13185 <p>123<span class="mw-default-size" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></span>456</p>
13186 <p>123</p><figure class="mw-default-size mw-halign-right" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></figure><p>456</p>
13187 <p>123</p><figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a></figure><p>456</p>
13191 Image with multiple captions -- only last one is accepted
13193 [[File:Foobar.jpg|right|Caption1 - ignored|[[Caption2]] - ignored|Caption3 - accepted]]
13195 <div class="floatright"><a href="/wiki/File:Foobar.jpg" class="image" title="Caption3 - accepted"><img alt="Caption3 - accepted" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a></div>
13198 <figure class="mw-default-size mw-halign-right" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>Caption3 - accepted</figcaption></figure>
13202 Image with multiple widths -- use last
13204 [[File:Foobar.jpg|200px|300px|caption]]
13206 <p><a href="/wiki/File:Foobar.jpg" class="image" title="caption"><img alt="caption" src="http://example.com/images/thumb/3/3a/Foobar.jpg/300px-Foobar.jpg" width="300" height="34" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/450px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/600px-Foobar.jpg 2x" /></a>
13209 <p><span typeof="mw:Image" data-mw='{"caption":"caption"}'><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/300px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="34" width="300"/></a></span></p>
13213 Image with multiple alignments -- use first (bug 48664)
13217 [[File:Foobar.jpg|thumb|left|right|center|caption]]
13219 [[File:Foobar.jpg|middle|text-top|caption]]
13221 <div class="thumb tleft"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" width="220" height="25" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/330px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/440px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>caption</div></div></div>
13222 <p><a href="/wiki/File:Foobar.jpg" class="image" title="caption"><img alt="caption" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" style="vertical-align: middle" /></a>
13225 <figure class="mw-default-size mw-halign-left" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>caption</figcaption></figure>
13226 <p><span class="mw-default-size mw-valign-middle" typeof="mw:Image" data-mw='{"caption":"caption"}'><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></span></p>
13230 Image with width attribute at different positions
13232 [[File:Foobar.jpg|200px|right|Caption]]
13233 [[File:Foobar.jpg|right|200px|Caption]]
13234 [[File:Foobar.jpg|right|Caption|200px]]
13236 <div class="floatright"><a href="/wiki/File:Foobar.jpg" class="image" title="Caption"><img alt="Caption" src="http://example.com/images/thumb/3/3a/Foobar.jpg/200px-Foobar.jpg" width="200" height="23" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/300px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/400px-Foobar.jpg 2x" /></a></div>
13237 <div class="floatright"><a href="/wiki/File:Foobar.jpg" class="image" title="Caption"><img alt="Caption" src="http://example.com/images/thumb/3/3a/Foobar.jpg/200px-Foobar.jpg" width="200" height="23" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/300px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/400px-Foobar.jpg 2x" /></a></div>
13238 <div class="floatright"><a href="/wiki/File:Foobar.jpg" class="image" title="Caption"><img alt="Caption" src="http://example.com/images/thumb/3/3a/Foobar.jpg/200px-Foobar.jpg" width="200" height="23" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/300px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/400px-Foobar.jpg 2x" /></a></div>
13241 <figure class="mw-halign-right" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/200px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="23" width="200"/></a><figcaption>Caption</figcaption></figure>
13242 <figure class="mw-halign-right" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/200px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="23" width="200"/></a><figcaption>Caption</figcaption></figure>
13243 <figure class="mw-halign-right" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/200px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="23" width="200"/></a><figcaption>Caption</figcaption></figure>
13246 # a sad bit of backward-compatibility
13248 Image with size specified with pxpx (bug 13500, 51628)
13250 parsoid=wt2html,wt2wt,html2html
13252 [[File:Foobar.jpg|20pxpx]]
13253 [[File:Foobar.jpg|200x20pxpx]]
13255 <p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/20px-Foobar.jpg" width="20" height="2" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/30px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/40px-Foobar.jpg 2x" /></a>
13256 <a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/177px-Foobar.jpg" width="177" height="20" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/265px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/353px-Foobar.jpg 2x" /></a>
13259 <p><span typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/20px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="2" width="20"/></a></span> <span typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/177px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="20" width="177"/></a></span></p>
13263 Image with link parameter, wiki target
13265 [[File:Foobar.jpg|link=Main Page]]
13267 <p><a href="/wiki/Main_Page" title="Main Page"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13270 <p><span class="mw-default-size" typeof="mw:Image"><a href="Main_Page"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></span></p>
13273 # parsoid bug 49293 (part 1)
13275 Image with link parameter, URL target
13277 [[File:Foobar.jpg|link=http://example.com/]]
13279 <p><a href="http://example.com/" rel="nofollow"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13282 <p><span class="mw-default-size" typeof="mw:Image"><a href="http://example.com/"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></span></p>
13285 # parsoid bug 49293 (part 2)
13287 Image with link parameter, protocol-less URL target
13289 [[File:Foobar.jpg|link=//example.com/]]
13291 <p><a href="//example.com/" rel="nofollow"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13294 <p><span class="mw-default-size" typeof="mw:Image"><a href="//example.com/"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></span></p>
13298 Escaping non-block captions (T107435)
13301 "modes": ["wt2wt"],
13303 ["[typeof~='mw:Image']", "attr", "data-mw", "{\"caption\": \"|\"}"]
13307 [[Image:Foobar.jpg|caption]]
13309 [[Image:Foobar.jpg|<nowiki>|</nowiki>]]
13312 # wgExternalLinkTarget not supported by Parsoid
13314 Image with link parameter, wgExternalLinkTarget
13316 [[Image:foobar.jpg|link=http://example.com/]]
13318 wgExternalLinkTarget='foobar'
13320 <p><a href="http://example.com/" target="foobar" rel="nofollow noreferrer noopener"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13325 Image with link parameter, wgNoFollowLinks set to false
13327 [[Image:foobar.jpg|link=http://example.com/]]
13329 wgNoFollowLinks=false
13331 <p><a href="http://example.com/"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13336 Image with link parameter, wgNoFollowDomainExceptions
13338 [[Image:foobar.jpg|link=http://example.com/]]
13340 wgNoFollowDomainExceptions='example.com'
13342 <p><a href="http://example.com/"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13346 # wgExternalLinkTarget not supported by Parsoid
13348 Image with link parameter, wgExternalLinkTarget, unnamed parameter
13350 [[Image:foobar.jpg|link=http://example.com/|Title]]
13352 wgExternalLinkTarget='foobar'
13354 <p><a href="http://example.com/" title="Title" target="foobar" rel="nofollow noreferrer noopener"><img alt="Title" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13359 Image with empty link parameter
13361 [[File:Foobar.jpg|link=]]
13363 <p><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" />
13366 <p><span class="mw-default-size" typeof="mw:Image"><span><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></span></span></p>
13370 Image with link parameter (wiki target) and unnamed parameter
13372 [[File:Foobar.jpg|link=Main_Page|Title]]
13374 <p><a href="/wiki/Main_Page" title="Title"><img alt="Title" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13377 <p><span class="mw-default-size" typeof="mw:Image" data-mw='{"caption":"Title"}'><a href="Main_Page"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></span></p>
13381 Image with link parameter (URL target) and unnamed parameter
13383 [[File:Foobar.jpg|link=http://example.com/|Title]]
13385 <p><a href="http://example.com/" title="Title" rel="nofollow"><img alt="Title" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13388 <p><span class="mw-default-size" typeof="mw:Image" data-mw='{"caption":"Title"}'><a href="http://example.com/"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></span></p>
13392 Thumbnail image with link parameter
13395 parsoid=wt2html,wt2wt,html2html
13397 [[File:Foobar.jpg|thumb|link=http://example.com/|Title]]
13399 <div class="thumb tright"><div class="thumbinner" style="width:222px;"><a href="http://example.com/"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" width="220" height="25" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/330px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/440px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>Title</div></div></div>
13402 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="http://example.com/"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>Title</figcaption></figure>
13406 Manually-specified thumbnail image
13410 [[File:Foobar.jpg|thumb=Thumb.png|Title]]
13412 <div class="thumb tright"><div class="thumbinner" style="width:137px;"><a href="/wiki/File:Foobar.jpg"><img alt="" src="http://example.com/images/e/ea/Thumb.png" width="135" height="135" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>Title</div></div></div>
13415 <figure class="mw-default-size" typeof="mw:Image/Thumb" data-mw='{"thumb":"Thumb.png"}'><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/e/ea/Thumb.png" data-file-width="135" data-file-height="135" data-file-type="bitmap" height="135" width="135"/></a><figcaption>Title</figcaption></figure>
13419 Manually-specified thumbnail image with explicit link to wiki page
13422 parsoid=wt2html,wt2wt,html2html
13424 [[File:Foobar.jpg|thumb=Thumb.png|link=Main_Page|Title]]
13426 <div class="thumb tright"><div class="thumbinner" style="width:137px;"><a href="/wiki/Main_Page" title="Main Page"><img alt="" src="http://example.com/images/e/ea/Thumb.png" width="135" height="135" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>Title</div></div></div>
13429 <figure class="mw-default-size" typeof="mw:Image/Thumb" data-mw='{"thumb":"Thumb.png"}'><a href="Main_Page"><img resource="./File:Foobar.jpg" src="//example.com/images/e/ea/Thumb.png" data-file-width="135" data-file-height="135" data-file-type="bitmap" height="135" width="135"/></a><figcaption>Title</figcaption></figure>
13433 Manually-specified thumbnail image with explicit link to url
13436 parsoid=wt2html,wt2wt,html2html
13438 [[File:Foobar.jpg|thumb=Thumb.png|link=http://example.com|Title]]
13440 <div class="thumb tright"><div class="thumbinner" style="width:137px;"><a href="http://example.com"><img alt="" src="http://example.com/images/e/ea/Thumb.png" width="135" height="135" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>Title</div></div></div>
13443 <figure class="mw-default-size" typeof="mw:Image/Thumb" data-mw='{"thumb":"Thumb.png"}'><a href="http://example.com"><img resource="./File:Foobar.jpg" src="//example.com/images/e/ea/Thumb.png" data-file-width="135" data-file-height="135" data-file-type="bitmap" height="135" width="135"/></a><figcaption>Title</figcaption></figure>
13447 Manually-specified thumbnail image with explicit no link
13450 parsoid=wt2html,wt2wt,html2html
13452 [[File:Foobar.jpg|thumb=Thumb.png|link=|Title]]
13454 <div class="thumb tright"><div class="thumbinner" style="width:137px;"><img alt="" src="http://example.com/images/e/ea/Thumb.png" width="135" height="135" class="thumbimage" /> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>Title</div></div></div>
13457 <figure class="mw-default-size" typeof="mw:Image/Thumb" data-mw='{"thumb":"Thumb.png"}'><span><img resource="./File:Foobar.jpg" src="//example.com/images/e/ea/Thumb.png" data-file-width="135" data-file-height="135" data-file-type="bitmap" height="135" width="135"/></span><figcaption>Title</figcaption></figure>
13461 Manually-specified thumbnail image with explicit link and alt text
13464 parsoid=wt2html,wt2wt,html2html
13466 [[File:Foobar.jpg|thumb=Thumb.png|link=Main_Page|alt=alttext|Title]]
13468 <div class="thumb tright"><div class="thumbinner" style="width:137px;"><a href="/wiki/Main_Page" title="Main Page"><img alt="alttext" src="http://example.com/images/e/ea/Thumb.png" width="135" height="135" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>Title</div></div></div>
13471 <figure class="mw-default-size" typeof="mw:Image/Thumb" data-mw='{"thumb":"Thumb.png"}'><a href="Main_Page"><img alt="alttext" resource="./File:Foobar.jpg" src="//example.com/images/e/ea/Thumb.png" data-file-width="135" data-file-height="135" data-file-type="bitmap" height="135" width="135"/></a><figcaption>Title</figcaption></figure>
13475 Image with frame and link
13477 parsoid=wt2html,wt2wt,html2html
13479 [[File:Foobar.jpg|frame|left|This is a test image [[Main Page]]]]
13481 <div class="thumb tleft"><div class="thumbinner" style="width:1943px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" class="thumbimage" /></a> <div class="thumbcaption">This is a test image <a href="/wiki/Main_Page" title="Main Page">Main Page</a></div></div></div>
13484 <figure class="mw-default-size mw-halign-left" typeof="mw:Image/Frame"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>This is a test image <a rel="mw:WikiLink" href="Main_Page" title="Main Page">Main Page</a></figcaption></figure>
13488 Image with frame and link and explicit alt
13490 parsoid=wt2html,wt2wt,html2html
13492 [[Image:Foobar.jpg|frame|left|This is a test image [[Main Page]]|alt=Altitude]]
13494 <div class="thumb tleft"><div class="thumbinner" style="width:1943px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Altitude" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" class="thumbimage" /></a> <div class="thumbcaption">This is a test image <a href="/wiki/Main_Page" title="Main Page">Main Page</a></div></div></div>
13497 <figure class="mw-default-size mw-halign-left" typeof="mw:Image/Frame"><a href="./File:Foobar.jpg"><img alt="Altitude" resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>This is a test image <a rel="mw:WikiLink" href="Main_Page" title="Main Page">Main Page</a></figcaption></figure>
13501 Image with wiki markup in implicit alt
13503 [[Image:Foobar.jpg|testing '''bold''' in alt]]
13505 [[Image:Foobar.jpg|alt=testing '''bold''' in alt]]
13507 <p><a href="/wiki/File:Foobar.jpg" class="image" title="testing bold in alt"><img alt="testing bold in alt" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13508 </p><p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="testing bold in alt" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13511 <p><span class="mw-default-size" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"caption","ak":"testing '''bold''' in alt"}]}' data-mw='{"caption":"testing <b data-parsoid='{\"dsr\":[27,37,3,3]}'>bold</b> in alt"}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"220","width":"1941"},"sa":{"resource":"Image:Foobar.jpg"}}'/></a></span></p>
13513 <p><span class="mw-default-size" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"alt","ak":"alt=testing '''bold''' in alt"}]}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img alt="testing bold in alt" resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941" data-parsoid='{"a":{"alt":"testing bold in alt","resource":"./File:Foobar.jpg","height":"220","width":"1941"},"sa":{"alt":"alt=testing '''bold''' in alt","resource":"Image:Foobar.jpg"}}'/></a></span></p>
13517 Alt image option should handle most kinds of wikitext without barfing
13519 [[Image:Foobar.jpg|thumb|This is the image caption|alt=This is a [[link]] and a {{echo|''bold template''}}.]]
13521 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="This is a link and a bold template." src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>This is the image caption</div></div></div>
13524 <figure class="mw-default-size" typeof="mw:Image/Thumb mw:ExpandedAttrs" about="#mwt2" data-parsoid='{"optList":[{"ck":"thumbnail","ak":"thumb"},{"ck":"caption","ak":"This is the image caption"},{"ck":"alt","ak":"alt=This is a [[link]] and a {{echo|''bold template''}}."}]}' data-mw='{"attribs":[["thumbnail",{"html":"thumb"}],["alt",{"html":"alt=This is a <a rel=\"mw:WikiLink\" href=\"./Link\" title=\"Link\" data-parsoid='{\"stx\":\"simple\",\"a\":{\"href\":\"./Link\"},\"sa\":{\"href\":\"link\"},\"dsr\":[65,73,2,2]}'>link</a> and a <i about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid='{\"dsr\":[80,106,null,null],\"pi\":[[{\"k\":\"1\"}]]}' data-mw='{\"parts\":[{\"template\":{\"target\":{\"wt\":\"echo\",\"href\":\"./Template:Echo\"},\"params\":{\"1\":{\"wt\":\"&#39;&#39;bold template&#39;&#39;\"}},\"i\":0}}]}'>bold template</i>."}]]}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img alt="This is a link and a bold template." resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220" data-parsoid='{"a":{"alt":"This is a link and a bold template.","resource":"./File:Foobar.jpg","height":"25","width":"220"},"sa":{"alt":"alt=This is a [[link]] and a {{echo|''bold template''}}.","resource":"Image:Foobar.jpg"}}'/></a><figcaption>This is the image caption</figcaption></figure>
13527 ###################
13528 # Conflicting image format options.
13529 # First option specified should 'win'.
13530 # All three cases in each test should be identical.
13533 Image with 'frameless' first.
13535 parsoid=wt2html,wt2wt,html2html
13537 [[File:Foobar.jpg|frameless|caption]]
13539 [[File:Foobar.jpg|frameless|frame|caption]]
13541 [[File:Foobar.jpg|frameless|thumb|caption]]
13543 <p><a href="/wiki/File:Foobar.jpg" class="image" title="caption"><img alt="caption" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a>
13544 </p><p><a href="/wiki/File:Foobar.jpg" class="image" title="caption"><img alt="caption" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a>
13545 </p><p><a href="/wiki/File:Foobar.jpg" class="image" title="caption"><img alt="caption" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a>
13548 <p><span class="mw-default-size" typeof="mw:Image/Frameless" data-mw='{"caption":"caption"}'><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a></span></p>
13549 <p><span class="mw-default-size" typeof="mw:Image/Frameless" data-mw='{"caption":"caption"}'><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a></span></p>
13550 <p><span class="mw-default-size" typeof="mw:Image/Frameless" data-mw='{"caption":"caption"}'><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a></span></p>
13554 Image with 'frame' first.
13556 parsoid=wt2html,wt2wt,html2html
13558 [[File:Foobar.jpg|frame|caption]]
13559 [[File:Foobar.jpg|frame|frameless|caption]]
13560 [[File:Foobar.jpg|frame|thumb|caption]]
13562 <div class="thumb tright"><div class="thumbinner" style="width:1943px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" class="thumbimage" /></a> <div class="thumbcaption">caption</div></div></div>
13563 <div class="thumb tright"><div class="thumbinner" style="width:1943px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" class="thumbimage" /></a> <div class="thumbcaption">caption</div></div></div>
13564 <div class="thumb tright"><div class="thumbinner" style="width:1943px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" class="thumbimage" /></a> <div class="thumbcaption">caption</div></div></div>
13567 <figure class="mw-default-size" typeof="mw:Image/Frame"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>caption</figcaption></figure>
13568 <figure class="mw-default-size" typeof="mw:Image/Frame"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>caption</figcaption></figure>
13569 <figure class="mw-default-size" typeof="mw:Image/Frame"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>caption</figcaption></figure>
13573 Image with 'thumb' first.
13575 parsoid=wt2html,wt2wt,html2html
13577 [[File:Foobar.jpg|thumb|caption]]
13578 [[File:Foobar.jpg|thumb|frameless|caption]]
13579 [[File:Foobar.jpg|thumb|frame|caption]]
13581 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>caption</div></div></div>
13582 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>caption</div></div></div>
13583 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>caption</div></div></div>
13586 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>caption</figcaption></figure>
13587 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>caption</figcaption></figure>
13588 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>caption</figcaption></figure>
13591 ###################
13593 # See https://www.mediawiki.org/wiki/Help:Images#Size_and_frame
13594 # and https://phabricator.wikimedia.org/T64258
13595 # Foobar has actual size of 1941x220
13596 # 1. Thumbs & frameless always reduce, can't be enlarged unless it's
13597 # a scalable format.
13598 # 2. Framed images always ignore size options; always render at default size.
13599 # 3. "Unspecified format" and border are the only types which can be
13603 Image: "unspecified format" and border enlarge
13605 parsoid=wt2html,wt2wt,html2html
13607 [[File:Foobar.jpg|2000px]]
13609 [[File:Foobar.jpg|border|2000px]]
13611 <p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="2000" height="227" /></a>
13612 </p><p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="2000" height="227" class="thumbborder" /></a>
13615 <p><span typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/1941px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="227" width="2000"/></a></span></p>
13616 <p><span class="mw-image-border" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/1941px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="227" width="2000"/></a></span></p>
13620 Image: "unspecified format" and border reduce
13622 parsoid=wt2html,wt2wt,html2html
13624 [[File:Foobar.jpg|1000px]]
13626 [[File:Foobar.jpg|border|1000px]]
13628 <p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/1000px-Foobar.jpg" width="1000" height="113" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/1500px-Foobar.jpg 1.5x, http://example.com/images/3/3a/Foobar.jpg 2x" /></a>
13629 </p><p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/1000px-Foobar.jpg" width="1000" height="113" class="thumbborder" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/1500px-Foobar.jpg 1.5x, http://example.com/images/3/3a/Foobar.jpg 2x" /></a>
13632 <p><span typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/1000px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="113" width="1000"/></a></span></p>
13633 <p><span class="mw-image-border" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/1000px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="113" width="1000"/></a></span></p>
13637 Image: thumbs reduce
13639 parsoid=wt2html,wt2wt,html2html
13641 [[File:Foobar.jpg|thumb|50px]]
13643 <div class="thumb tright"><div class="thumbinner" style="width:52px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/50px-Foobar.jpg" width="50" height="6" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/75px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/100px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div></div></div></div>
13646 <figure typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/50px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="6" width="50"/></a></figure>
13650 Image: bitmap thumbs can't be enlarged past original size, but vector can.
13652 parsoid=wt2html,wt2wt,html2html
13654 [[File:Foobar.jpg|thumb|2000px]]
13656 [[File:Foobar.svg|thumb|2000px]]
13658 <div class="thumb tright"><div class="thumbinner" style="width:1943px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div></div></div></div>
13659 <div class="thumb tright"><div class="thumbinner" style="width:2002px;"><a href="/wiki/File:Foobar.svg" class="image"><img alt="Foobar.svg" src="http://example.com/images/thumb/f/ff/Foobar.svg/2000px-Foobar.svg.png" width="2000" height="1500" class="thumbimage" srcset="http://example.com/images/thumb/f/ff/Foobar.svg/3000px-Foobar.svg.png 1.5x, http://example.com/images/thumb/f/ff/Foobar.svg/4000px-Foobar.svg.png 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.svg" class="internal" title="Enlarge"></a></div></div></div></div>
13662 <figure typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/1941px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></figure>
13663 <figure typeof="mw:Image/Thumb"><a href="./File:Foobar.svg"><img resource="./File:Foobar.svg" src="//example.com/images/thumb/f/ff/Foobar.svg/240px-Foobar.svg" data-file-width="240" data-file-height="180" data-file-type="drawing" height="1500" width="2000"/></a></figure>
13667 Image: frameless can reduce in size
13669 parsoid=wt2html,wt2wt,html2html
13671 [[File:Foobar.jpg|frameless|50px]]
13673 <p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/50px-Foobar.jpg" width="50" height="6" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/75px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/100px-Foobar.jpg 2x" /></a>
13676 <p><span typeof="mw:Image/Frameless"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/50px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="6" width="50"/></a></span></p>
13680 Image: bitmap frameless can't be enlarged past original size, but vector can
13682 parsoid=wt2html,wt2wt,html2html
13684 [[File:Foobar.jpg|frameless|2000px]]
13686 [[File:Foobar.svg|frameless|2000px]]
13688 <p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13689 </p><p><a href="/wiki/File:Foobar.svg" class="image"><img alt="Foobar.svg" src="http://example.com/images/thumb/f/ff/Foobar.svg/2000px-Foobar.svg.png" width="2000" height="1500" srcset="http://example.com/images/thumb/f/ff/Foobar.svg/3000px-Foobar.svg.png 1.5x, http://example.com/images/thumb/f/ff/Foobar.svg/4000px-Foobar.svg.png 2x" /></a>
13692 <p><span typeof="mw:Image/Frameless"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/1941px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></span></p>
13693 <p><span typeof="mw:Image/Frameless"><a href="./File:Foobar.svg"><img resource="./File:Foobar.svg" src="//example.com/images/thumb/f/ff/Foobar.svg/240px-Foobar.svg" data-file-width="240" data-file-height="180" data-file-type="drawing" height="1500" width="2000"/></a></span></p>
13697 Image: framed images are always unscaled.
13699 parsoid=wt2html,wt2wt,html2html
13701 [[File:Foobar.jpg|frame]]
13703 [[File:Foobar.jpg|frame|50px]]
13705 [[File:Foobar.jpg|frame|50x50px]]
13707 [[File:Foobar.jpg|frame|2000px]]
13709 <div class="thumb tright"><div class="thumbinner" style="width:1943px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" class="thumbimage" /></a> <div class="thumbcaption"></div></div></div>
13710 <div class="thumb tright"><div class="thumbinner" style="width:1943px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" class="thumbimage" /></a> <div class="thumbcaption"></div></div></div>
13711 <div class="thumb tright"><div class="thumbinner" style="width:1943px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" class="thumbimage" /></a> <div class="thumbcaption"></div></div></div>
13712 <div class="thumb tright"><div class="thumbinner" style="width:1943px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" class="thumbimage" /></a> <div class="thumbcaption"></div></div></div>
13715 <figure class="mw-default-size" typeof="mw:Image/Frame"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></figure>
13716 <figure typeof="mw:Image/Frame"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></figure>
13717 <figure typeof="mw:Image/Frame"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></figure>
13718 <figure typeof="mw:Image/Frame"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></figure>
13721 ###################
13724 Link to image page- image page normally doesn't exists, hence edit link
13725 Add test with existing image page
13726 #<p><a href="/wiki/File:Test" title="Image:Test">Image:test</a>
13730 <p><a href="/index.php?title=File:Test&action=edit&redlink=1" class="new" title="File:Test (page does not exist)">Image:test</a>
13735 bug 18784 Link to non-existent image page with caption should use caption as link text
13737 [[:Image:test|caption]]
13739 <p><a href="/index.php?title=File:Test&action=edit&redlink=1" class="new" title="File:Test (page does not exist)">caption</a>
13744 Frameless image caption with a free URL
13746 [[File:Foobar.jpg|http://example.com]]
13748 <p><a href="/wiki/File:Foobar.jpg" class="image" title="http://example.com"><img alt="http://example.com" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13751 <p><span class="mw-default-size" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"caption","ak":"http://example.com"}]}' data-mw='{"caption":"<a rel=\"mw:ExtLink\" href=\"http://example.com\" data-parsoid='{\"stx\":\"url\",\"dsr\":[18,36,0,0]}'>http://example.com</a>"}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"220","width":"1941"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
13755 Thumbnail image caption with a free URL
13759 [[File:Foobar.jpg|thumb|http://example.com]]
13761 <div class="thumb tright"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" width="220" height="25" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/330px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/440px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a></div></div></div>
13764 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption><a rel="mw:ExtLink" href="http://example.com">http://example.com</a></figcaption></figure>
13768 Thumbnail image caption with a free URL and explicit alt
13771 parsoid=wt2html,wt2wt,html2html
13773 [[File:Foobar.jpg|thumb|http://example.com|alt=Alteration]]
13775 <div class="thumb tright"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Alteration" src="http://example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" width="220" height="25" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/330px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/440px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a></div></div></div>
13778 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img alt="Alteration" resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption><a rel="mw:ExtLink" href="http://example.com">http://example.com</a></figcaption></figure>
13782 SVG thumbnails with no language set
13785 [[File:Foobar.svg|thumb|caption]]
13787 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.svg" class="image"><img alt="" src="http://example.com/images/thumb/f/ff/Foobar.svg/180px-Foobar.svg.png" width="180" height="135" class="thumbimage" srcset="http://example.com/images/thumb/f/ff/Foobar.svg/270px-Foobar.svg.png 1.5x, http://example.com/images/thumb/f/ff/Foobar.svg/360px-Foobar.svg.png 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.svg" class="internal" title="Enlarge"></a></div>caption</div></div></div>
13790 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.svg"><img resource="./File:Foobar.svg" src="//example.com/images/thumb/f/ff/Foobar.svg/220px-Foobar.svg" data-file-width="240" data-file-height="180" data-file-type="drawing" height="165" width="220"/></a><figcaption>caption</figcaption></figure>
13794 SVG thumbnails with language de
13796 parsoid=wt2html,wt2wt,html2html
13798 [[File:Foobar.svg|thumb|caption|lang=de]]
13800 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/index.php?title=File:Foobar.svg&lang=de" class="image"><img alt="" src="http://example.com/images/thumb/f/ff/Foobar.svg/langde-180px-Foobar.svg.png" width="180" height="135" class="thumbimage" srcset="http://example.com/images/thumb/f/ff/Foobar.svg/langde-270px-Foobar.svg.png 1.5x, http://example.com/images/thumb/f/ff/Foobar.svg/langde-360px-Foobar.svg.png 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.svg" class="internal" title="Enlarge"></a></div>caption</div></div></div>
13803 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.svg"><img resource="./File:Foobar.svg" src="//example.com/images/thumb/f/ff/Foobar.svg/220px-Foobar.svg" lang="de" data-file-width="240" data-file-height="180" data-file-type="drawing" height="165" width="220"/></a><figcaption>caption</figcaption></figure>
13807 SVG thumbnails with invalid language code
13809 parsoid=wt2html,wt2wt,html2html
13811 [[File:Foobar.svg|thumb|caption|lang=invalid.language.code]]
13813 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.svg" class="image"><img alt="" src="http://example.com/images/thumb/f/ff/Foobar.svg/180px-Foobar.svg.png" width="180" height="135" class="thumbimage" srcset="http://example.com/images/thumb/f/ff/Foobar.svg/270px-Foobar.svg.png 1.5x, http://example.com/images/thumb/f/ff/Foobar.svg/360px-Foobar.svg.png 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.svg" class="internal" title="Enlarge"></a></div>lang=invalid.language.code</div></div></div>
13816 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.svg"><img resource="./File:Foobar.svg" src="//example.com/images/f/ff/Foobar.svg" data-file-width="240" data-file-height="180" data-file-type="drawing" height="165" width="220"/></a><figcaption>lang=invalid.language.code</figcaption></figure>
13820 BUG 1887: A ISBN with a thumbnail
13822 [[File:Foobar.jpg|thumb|ISBN 1235467890]]
13824 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div><a href="/wiki/Special:BookSources/1235467890" class="internal mw-magiclink-isbn">ISBN 1235467890</a></div></div></div>
13827 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption><a href="./Special:BookSources/1235467890" rel="mw:WikiLink">ISBN 1235467890</a></figcaption></figure>
13831 BUG 1887: A RFC with a thumbnail
13833 [[File:Foobar.jpg|thumb|This is RFC 12354]]
13835 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>This is <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc12354">RFC 12354</a></div></div></div>
13838 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>This is <a href="//tools.ietf.org/html/rfc12354" rel="mw:ExtLink">RFC 12354</a></figcaption></figure>
13842 BUG 1887: A mailto link with a thumbnail
13844 [[File:Foobar.jpg|thumb|Please mailto:nobody@example.com]]
13846 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>Please <a rel="nofollow" class="external free" href="mailto:nobody@example.com">mailto:nobody@example.com</a></div></div></div>
13849 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>Please <a rel="mw:ExtLink" href="mailto:nobody@example.com">mailto:nobody@example.com</a></figcaption></figure>
13852 # Pending resolution to bug 368
13854 BUG 648: Frameless image caption with a link
13856 [[File:Foobar.jpg|text with a [[link]] in it]]
13858 <p><a href="/wiki/File:Foobar.jpg" class="image" title="text with a link in it"><img alt="text with a link in it" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13861 <p><span class="mw-default-size" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"caption","ak":"text with a [[link]] in it"}]}' data-mw='{"caption":"text with a <a rel=\"mw:WikiLink\" href=\"./Link\" title=\"Link\" data-parsoid='{\"stx\":\"simple\",\"a\":{\"href\":\"./Link\"},\"sa\":{\"href\":\"link\"},\"dsr\":[30,38,2,2]}'>link</a> in it"}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"220","width":"1941"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
13865 BUG 648: Frameless image caption with a link (suffix)
13867 [[File:Foobar.jpg|text with a [[link]]foo in it]]
13869 <p><a href="/wiki/File:Foobar.jpg" class="image" title="text with a linkfoo in it"><img alt="text with a linkfoo in it" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13872 <p><span class="mw-default-size" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"caption","ak":"text with a [[link]]foo in it"}]}' data-mw='{"caption":"text with a <a rel=\"mw:WikiLink\" href=\"./Link\" title=\"Link\" data-parsoid='{\"stx\":\"simple\",\"a\":{\"href\":\"./Link\"},\"sa\":{\"href\":\"link\"},\"dsr\":[30,41,2,5],\"tail\":\"foo\"}'>linkfoo</a> in it"}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"220","width":"1941"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
13876 BUG 648: Frameless image caption with an interwiki link
13878 [[File:Foobar.jpg|text with a [[MeatBall:Link]] in it]]
13880 <p><a href="/wiki/File:Foobar.jpg" class="image" title="text with a MeatBall:Link in it"><img alt="text with a MeatBall:Link in it" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13883 <p><span class="mw-default-size" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"caption","ak":"text with a [[MeatBall:Link]] in it"}]}' data-mw='{"caption":"text with a <a rel=\"mw:ExtLink\" href=\"http://www.usemod.com/cgi-bin/mb.pl?Link\" title=\"meatball:Link\" data-parsoid='{\"stx\":\"simple\",\"a\":{\"href\":\"http://www.usemod.com/cgi-bin/mb.pl?Link\"},\"sa\":{\"href\":\"MeatBall:Link\"},\"isIW\":true,\"dsr\":[30,47,2,2]}'>MeatBall:Link</a> in it"}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"220","width":"1941"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
13887 BUG 648: Frameless image caption with a piped interwiki link
13889 [[File:Foobar.jpg|text with a [[MeatBall:Link|link]] in it]]
13891 <p><a href="/wiki/File:Foobar.jpg" class="image" title="text with a link in it"><img alt="text with a link in it" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13894 <p><span class="mw-default-size" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"caption","ak":"text with a [[MeatBall:Link|link]] in it"}]}' data-mw='{"caption":"text with a <a rel=\"mw:ExtLink\" href=\"http://www.usemod.com/cgi-bin/mb.pl?Link\" title=\"meatball:Link\" data-parsoid='{\"stx\":\"piped\",\"a\":{\"href\":\"http://www.usemod.com/cgi-bin/mb.pl?Link\"},\"sa\":{\"href\":\"MeatBall:Link\"},\"isIW\":true,\"dsr\":[30,52,16,2]}'>link</a> in it"}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"220","width":"1941"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
13898 T107474: Frameless image caption with <nowiki>
13900 [[File:Foobar.jpg|<nowiki>text with a [[MeatBall:Link|link]] in it</nowiki>]]
13902 <p><span class="mw-default-size" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"caption","ak":"<nowiki>text with a [[MeatBall:Link|link]] in it</nowiki>"}]}' data-mw='{"caption":"<span typeof=\"mw:Nowiki\" data-parsoid='{\"dsr\":[18,75,8,9]}'>text with a [[MeatBall:Link|link]] in it</span>"}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"220","width":"1941"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
13906 Escape HTML special chars in image alt text
13908 [[File:Foobar.jpg|& < > "]]
13910 <p><a href="/wiki/File:Foobar.jpg" class="image" title="& < > ""><img alt="& < > "" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13913 <p><span class="mw-default-size" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"caption","ak":"& < > \""}]}' data-mw='{"caption":"&amp; &lt; > \""}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"220","width":"1941"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
13917 BUG 499: Alt text should have Ӓ, not &1234;
13919 [[File:Foobar.jpg|♀]]
13921 <p><a href="/wiki/File:Foobar.jpg" class="image" title="♀"><img alt="♀" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13924 <p><span class="mw-default-size" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"caption","ak":"&#9792;"}]}' data-mw='{"caption":"<span typeof=\"mw:Entity\" data-parsoid='{\"src\":\"&amp;#9792;\",\"srcContent\":\"♀\",\"dsr\":[18,25,null,null]}'>♀</span>"}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"220","width":"1941"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
13928 Broken image caption with link
13930 parsoid=wt2html,wt2wt,html2html
13932 [[Image:Foobar.jpg|thumb|This is a broken caption. But [[Main Page|this]] is just an ordinary link.
13934 <p>[[Image:Foobar.jpg|thumb|This is a broken caption. But <a href="/wiki/Main_Page" title="Main Page">this</a> is just an ordinary link.
13937 <p>[[Image:Foobar.jpg|thumb|This is a broken caption. But <a rel="mw:WikiLink" href="Main_Page" title="Main Page">this</a> is just an ordinary link.</p>
13941 Image caption containing another image
13943 [[File:Foobar.jpg|thumb|This is a caption with another [[File:Thumb.png|image]] inside it!]]
13945 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>This is a caption with another <a href="/wiki/File:Thumb.png" class="image" title="image"><img alt="image" src="http://example.com/images/e/ea/Thumb.png" width="135" height="135" /></a> inside it!</div></div></div>
13948 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>This is a caption with another <span class="mw-default-size" typeof="mw:Image" data-mw='{"caption":"image"}'><a href="./File:Thumb.png"><img resource="./File:Thumb.png" src="//example.com/images/e/ea/Thumb.png" data-file-width="135" data-file-height="135" data-file-type="bitmap" height="135" width="135"/></a></span> inside it!</figcaption></figure>
13952 Image: caption containing a newline
13954 [[File:Foobar.jpg|This
13957 <p><a href="/wiki/File:Foobar.jpg" class="image" title="This *is some text"><img alt="This *is some text" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13960 <p><span class="mw-default-size" typeof="mw:Image" data-mw='{"caption":"This\n*is some text"}'><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></span></p>
13964 Image: caption containing leading space
13965 (The leading space should not trigger nowiki escaping in wt2wt mode)
13967 [[File:Foobar.jpg|thumb| bar]]
13969 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>bar</div></div></div>
13972 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption> bar</figcaption></figure>
13976 Image: caption containing a table
13978 parsoid=wt2html,wt2wt,html2html
13980 [[Image:Foobar.jpg|thumb|200px|This is an example image thumbnail caption with a table
13986 and some more text.]]
13988 <div class="thumb tright"><div class="thumbinner" style="width:202px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/200px-Foobar.jpg" width="200" height="23" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/300px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/400px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>This is an example image thumbnail caption with a table <table> <tr> <th> Foo </th> <th> Bar </th></tr> <tr> <td> Foo1 </td> <td> Bar1 </td></tr></table> and some more text.</div></div></div>
13991 <figure typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/200px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="23" width="200"/></a><figcaption>This is an example image thumbnail caption with a table
13994 <tr><th>Foo </th><th>Bar</th></tr>
13997 <td>Bar1</td></tr></tbody></table>and some more text.</figcaption></figure>
14001 Bug 3090: External links other than http: in image captions
14003 [[File:Foobar.jpg|thumb|200x200px|This caption has [irc://example.net irc] and [https://example.com Secure] ext links in it.]]
14005 <div class="thumb tright"><div class="thumbinner" style="width:202px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/200px-Foobar.jpg" width="200" height="23" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/300px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/400px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>This caption has <a rel="nofollow" class="external text" href="irc://example.net">irc</a> and <a rel="nofollow" class="external text" href="https://example.com">Secure</a> ext links in it.</div></div></div>
14008 <figure typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/200px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="23" width="200"/></a><figcaption>This caption has <a rel="mw:ExtLink" href="irc://example.net">irc</a> and <a rel="mw:ExtLink" href="https://example.com">Secure</a> ext links in it.</figcaption></figure>
14014 parsoid=wt2html,wt2wt,html2html
14016 [[Image:foobar.jpg|a|class=b]]
14018 <p><a href="/wiki/File:Foobar.jpg" class="image" title="a"><img alt="a" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" class="b" /></a>
14021 <p><span class="mw-default-size b" typeof="mw:Image" data-mw='{"caption":"a"}'><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></span></p>
14025 Localized image handling (1).
14027 parsoid=wt2html,wt2wt,html2html
14030 [[Archivo:Foobar.jpg|izquierda|enlace=foo|caption]]
14032 <div class="floatleft"><a href="/wiki/Foo" title="caption"><img alt="caption" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a></div>
14035 <figure class="mw-default-size mw-halign-left" typeof="mw:Image"><a href="./Foo"><img resource="./Archivo:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>caption</figcaption></figure>
14039 Localized image handling (2).
14042 parsoid=wt2html,wt2wt,html2html
14045 [[Archivo:Foobar.jpg|miniatura|izquierda|enlace=foo|caption]]
14047 <div class="thumb tleft"><div class="thumbinner" style="width:222px;"><a href="/wiki/Foo" title="Foo"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" width="220" height="25" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/330px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/440px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/Archivo:Foobar.jpg" class="internal" title="Aumentar"></a></div>caption</div></div></div>
14050 <figure class="mw-default-size mw-halign-left" typeof="mw:Image/Thumb"><a href="Foo"><img resource="./Archivo:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>caption</figcaption></figure>
14054 Localized image handling (3).
14059 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a></figure>
14061 [[File:Foobar.jpg|بندانگشتی]]
14065 "border", "frameless" and "class" attributes on an image.
14068 parsoid=wt2html,wt2wt,html2html
14070 [[File:Foobar.jpg|frameless|border|class=extra|caption]]
14072 <p><a href="/wiki/File:Foobar.jpg" class="image" title="caption"><img alt="caption" src="http://example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" width="220" height="25" class="extra thumbborder" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/330px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/440px-Foobar.jpg 2x" /></a>
14075 <p><span class="mw-default-size mw-image-border extra" typeof="mw:Image/Frameless" data-mw='{"caption":"caption"}'><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a></span></p>
14078 # Note that 'right' is the default alignment, despite the misspelled 'righ' below
14080 Invalid image attributes (bug 62500)
14083 parsoid=wt2html,wt2wt,html2html
14085 [[File:Foobar.jpg|thumb|float|left|caption]]
14087 [[File:Foobar.jpg|thumb|righ|caption]]
14089 [[File:Foobar.jpg|bogus1|thumb|bogus2|left|bogus3|caption]]
14091 <div class="thumb tleft"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" width="220" height="25" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/330px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/440px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>caption</div></div></div>
14092 <div class="thumb tright"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" width="220" height="25" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/330px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/440px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>caption</div></div></div>
14093 <div class="thumb tleft"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" width="220" height="25" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/330px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/440px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>caption</div></div></div>
14096 <figure class="mw-default-size mw-halign-left" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>caption</figcaption></figure>
14097 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>caption</figcaption></figure>
14098 <figure class="mw-default-size mw-halign-left" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>caption</figcaption></figure>
14104 #REDIRECT [[File:Barfoo.jpg]]
14107 # FIXME: Parsoid should run this test -- but we'd need to teach the
14108 # mockAPI about the redirected Barfoo.jpg image.
14112 [[Image:Barfoo.jpg]]
14114 <p><a href="/wiki/File:Barfoo.jpg" class="mw-redirect" title="File:Barfoo.jpg">File:Barfoo.jpg</a>
14119 Missing image with uploads disabled
14123 [[File:Foobaz.jpg]]
14125 <p><a href="/wiki/File:Foobaz.jpg" title="File:Foobaz.jpg">File:Foobaz.jpg</a>
14128 <p><span class="mw-default-size" typeof="mw:Error mw:Image" data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}]}'><a href="./File:Foobaz.jpg"><img resource="./File:Foobaz.jpg" src="./Special:FilePath/Foobaz.jpg" height="220" width="220"/></a></span></p>
14131 # Parsoid-specific testing for images
14132 # https://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec#Images
14133 # Currently imperfect due to a flaw in the Parsoid testrunner
14135 # THESE TESTS SHOULD BE MOVED UP and merged with the php-specific
14139 Parsoid-specific image handling - simple image with size and middle alignment
14141 [[File:Foobar.jpg|middle|50px]]
14143 <p><span class="mw-valign-middle" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/50px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="6" width="50"/></a></span></p>
14147 Parsoid-specific image handling - simple image with size, middle alignment,
14148 non-standard namespace alias
14150 parsoid=wt2wt,wt2html,html2html
14152 [[Image:Foobar.jpg|middle|50px]]
14154 <p><span class="mw-valign-middle" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/50px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="6" width="50"/></a></span></p>
14158 Parsoid-specific image handling - simple image with size and middle alignment
14161 [[File:Foobar.jpg|50px|middle]]
14163 <p><span class="mw-valign-middle" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"width","ak":"50px"},{"ck":"middle","ak":"middle"}]}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"}}'><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/50px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="6" width="50" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"6","width":"50"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
14167 Parsoid-specific image handling - simple image with size and middle alignment
14168 and non-standard namespace name
14170 parsoid=wt2html,wt2wt,html2html
14172 [[Image:Foobar.jpg|50px|middle]]
14174 <p><span class="mw-valign-middle" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/50px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="6" width="50"/></a></span></p>
14178 Parsoid-specific image handling - simple image with both sizes, a baseline alignment, and a caption
14180 [[File:Foobar.jpg|500x10px|baseline|caption]]
14182 <p><span class="mw-valign-baseline" typeof="mw:Image" data-mw='{"caption":"caption"}' data-parsoid='{"optList":[{"ck":"width","ak":"500x10px"},{"ck":"baseline","ak":"baseline"},{"ck":"caption","ak":"caption"}],"size":"500x10"}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"}}'><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/89px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="10" width="89" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"10","width":"89"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
14186 Parsoid-specific image handling - simple image with border and size spec
14188 [[File:Foobar.jpg|50px|border|caption]]
14190 <p><span class="mw-image-border" typeof="mw:Image" data-mw='{"caption":"caption"}' data-parsoid='{"optList":[{"ck":"width","ak":"50px"},{"ck":"border","ak":"border"},{"ck":"caption","ak":"caption"}]}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"}}'><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/50px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="6" width="50" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"6","width":"50"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
14194 Parsoid-specific image handling - thumbnail with halign, valign, and caption
14196 [[File:Foobar.jpg|left|baseline|thumb|caption content]]
14198 <figure class="mw-default-size mw-halign-left mw-valign-baseline" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>caption content</figcaption></figure>
14202 Parsoid-specific image handling - thumbnail with halign, valign, and caption
14205 [[File:Foobar.jpg|thumb|left|baseline|caption content]]
14207 <figure class="mw-default-size mw-halign-left mw-valign-baseline" typeof="mw:Image/Thumb" data-parsoid='{"optList":[{"ck":"thumbnail","ak":"thumb"},{"ck":"left","ak":"left"},{"ck":"baseline","ak":"baseline"},{"ck":"caption","ak":"caption content"}]}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"}}'><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"25","width":"220"},"sa":{"resource":"File:Foobar.jpg"}}'/></a><figcaption>caption content</figcaption></figure>
14211 Parsoid-specific image handling - thumbnail with specific size, halign, valign, and caption
14213 [[Image:Foobar.jpg|right|middle|thumb|50x50px|caption]]
14215 <figure class="mw-halign-right mw-valign-middle" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/50px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="6" width="50"/></a><figcaption>caption</figcaption></figure>
14219 Parsoid-specific image handling - thumbnail with specific size, halign,
14220 valign, and caption (existing content)
14222 [[File:Foobar.jpg|thumb|50x50px|right|middle|caption]]
14224 <figure class="mw-halign-right mw-valign-middle" typeof="mw:Image/Thumb" data-parsoid='{"optList":[{"ck":"thumbnail","ak":"thumb"},{"ck":"width","ak":"50x50px"},{"ck":"right","ak":"right"},{"ck":"middle","ak":"middle"},{"ck":"caption","ak":"caption"}],"size":"50x50"}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"}}'><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/50px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="6" width="50" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"6","width":"50"},"sa":{"resource":"File:Foobar.jpg"}}'/></a><figcaption>caption</figcaption></figure>
14228 Parsoid-specific image handling - framed image with specific size and caption
14231 parsoid=wt2html,wt2wt,html2html
14233 [[File:Foobar.jpg|frame|500x50px|caption]]
14235 <figure typeof="mw:Image/Frame"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>caption</figcaption></figure>
14239 Parsoid-specific image handling - framed image with specific size, halign, valign, and caption
14242 parsoid=wt2html,wt2wt,html2html
14244 [[File:Foobar.jpg|left|baseline|frame|500x50px|caption]]
14246 <figure class="mw-halign-left mw-valign-baseline" typeof="mw:Image/Frame"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>caption</figcaption></figure>
14250 Parsoid-specific image handling - frameless image with specific size, border, and caption
14252 [[File:Foobar.jpg|frameless|442x50px|border|caption]]
14254 <p><span class="mw-image-border" typeof="mw:Image/Frameless" data-mw='{"caption":"caption"}' data-parsoid='{"optList":[{"ck":"frameless","ak":"frameless"},{"ck":"width","ak":"442x50px"},{"ck":"border","ak":"border"},{"ck":"caption","ak":"caption"}],"size":"442x50"}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"}}'><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/442px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="50" width="442" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"50","width":"442"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
14258 Parsoid-specific image handling - simple image with a formatted caption
14260 [[File:Foobar.jpg|<table><tr><td>a</td><td>b</td></tr><tr><td>c</td></tr></table>]]
14262 <p><span class="mw-default-size" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"caption","ak":"<table><tr><td>a</td><td>b</td></tr><tr><td>c</td></tr></table>"}]}' data-mw='{"caption":"<table data-parsoid='{\"stx\":\"html\",\"dsr\":[18,81,7,8]}'><tbody data-parsoid='{\"dsr\":[25,73,0,0]}'><tr data-parsoid='{\"stx\":\"html\",\"dsr\":[25,54,4,5]}'><td data-parsoid='{\"stx\":\"html\",\"dsr\":[29,39,4,5]}'>a</td><td data-parsoid='{\"stx\":\"html\",\"dsr\":[39,49,4,5]}'>b</td></tr><tr data-parsoid='{\"stx\":\"html\",\"dsr\":[54,73,4,5]}'><td data-parsoid='{\"stx\":\"html\",\"dsr\":[58,68,4,5]}'>c</td></tr></tbody></table>"}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"220","width":"1941"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
14266 Parsoid-specific image handling - caption with a template in it
14268 [[File:Foobar.jpg|thumb|200x23px|This caption has a {{echo|transclusion}} in it.]]
14270 <figure typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/200px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="23" width="200"></a><figcaption>This caption has a <span about="#mwt1" typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"transclusion"}},"i":0}}]}">transclusion</span> in it.</figcaption></figure>
14274 Parsoid-specific image handling - caption with unbalanced tags in it
14276 parsoid=wt2html,wt2wt,html2html
14279 [[File:Foobar.jpg|thumb|200x200px|This caption has a <center>unbalanced tag in it.]]
14283 <figure typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/200px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="23" width="200"/></a><figcaption>This caption has a <center>unbalanced tag in it.</center></figcaption></figure>
14288 Parsoid-specific image handling - empty caption (1)
14290 parsoid=wt2html,wt2wt
14292 [[File:Foobar.jpg|thumb|]]
14294 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption></figcaption></figure>
14297 # empty captions don't get serialized unless we're in the "round trip" case
14299 Parsoid-specific image handling - empty caption (2)
14303 <figure class="mw-default-size" typeof="mw:Image/Thumb">
14304 <a href="./File:Foobar.jpg">
14305 <img resource="./File:Foobar.jpg"
14306 src="//example.com/images/3/3a/Foobar.jpg"
14307 data-file-width="1941" data-file-height="220" data-file-type="bitmap"
14308 height="25" width="220"/>
14310 <figcaption></figcaption>
14313 [[File:Foobar.jpg|thumb]]
14317 Parsoid-specific image handling - whitespace caption
14319 [[File:Foobar.jpg|thumb| ]]
14321 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption> </figcaption></figure>
14325 Parsoid-specific image handling - lang option
14328 [[File:Foobar.svg|lang=de|caption]]
14332 <span class="mw-default-size" typeof="mw:Image" data-mw='{"caption":"caption"}'><a href="./File:Foobar.svg"><img resource="./File:Foobar.svg" src="//example.com/images/f/ff/Foobar.svg" lang="de" data-file-width="240" data-file-height="180" data-file-type="drawing" height="180" width="240"/></a></span>
14336 ## Edge case bugs in Parsoid from T93580
14338 T93580: 1. Templated <ref> inside block images
14340 [[File:Foobar.jpg|thumb|Caption with templated ref: {{echo|<ref>foo</ref>}}]]
14344 <figure class="mw-default-size" typeof="mw:Image/Thumb" data-parsoid='{"optList":[{"ck":"thumbnail","ak":"thumb"},{"ck":"caption","ak":"Caption with templated ref: {{echo|<ref>foo</ref>}}"}]}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"25","width":"220"},"sa":{"resource":"File:Foobar.jpg"}}'/></a><figcaption>Caption with templated ref: <span about="#mwt5" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Transclusion mw:Extension/ref" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<ref>foo</ref>"}},"i":0}}]}'><a href="#cite_note-1" style="counter-reset: mw-Ref 1;"><span class="mw-reflink-text">[1]</span></a></span></figcaption></figure>
14346 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text" data-parsoid="{}">foo</span></li></ol>
14350 T93580: 2. <ref> inside inline images
14352 [[File:Foobar.jpg|Undisplayed caption in inline image with ref: <ref>foo</ref>]]
14356 <p><span class="mw-default-size" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"caption","ak":"Undisplayed caption in inline image with ref: <ref>foo</ref>"}]}' data-mw='{"caption":"Undisplayed caption in inline image with ref: <span about=\"#mwt2\" class=\"mw-ref\" id=\"cite_ref-1\" rel=\"dc:references\" typeof=\"mw:Extension/ref\" data-parsoid='{\"dsr\":[64,78,5,6]}' data-mw='{\"name\":\"ref\",\"body\":{\"id\":\"mw-reference-text-cite_note-1\"},\"attrs\":{}}'><a href=\"#cite_note-1\" style=\"counter-reset: mw-Ref 1;\" data-parsoid=\"{}\"><span class=\"mw-reflink-text\" data-parsoid=\"{}\">[1]</span></a></span><meta typeof=\"mw:Extension/ref/Marker\" about=\"#mwt2\" data-parsoid='{\"group\":\"\",\"name\":\"\",\"content\":\"foo\",\"hasRefInRef\":false,\"dsr\":[64,78,5,6]}'/>"}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"220","width":"1941"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
14358 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text" data-parsoid="{}">foo</span></li></ol>
14362 T93580: 3. Templated <ref> inside inline images
14364 [[File:Foobar.jpg|Undisplayed caption in inline image with ref: {{echo|<ref>{{echo|foo}}</ref>}}]]
14368 <p><span class="mw-default-size" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"caption","ak":"Undisplayed caption in inline image with ref: {{echo|<ref>{{echo|foo}}</ref>}}"}]}' data-mw='{"caption":"Undisplayed caption in inline image with ref: <span about=\"#mwt2\" class=\"mw-ref\" id=\"cite_ref-1\" rel=\"dc:references\" typeof=\"mw:Transclusion mw:Extension/ref\" data-parsoid='{\"dsr\":[64,96,null,null],\"pi\":[[{\"k\":\"1\"}]]}' data-mw='{\"parts\":[{\"template\":{\"target\":{\"wt\":\"echo\",\"href\":\"./Template:Echo\"},\"params\":{\"1\":{\"wt\":\"&lt;ref>{{echo|foo}}&lt;/ref>\"}},\"i\":0}}]}'><a href=\"#cite_note-1\" style=\"counter-reset: mw-Ref 1;\" data-parsoid=\"{}\"><span class=\"mw-reflink-text\" data-parsoid=\"{}\">[1]</span></a></span><meta typeof=\"mw:Transclusion mw:Extension/ref/Marker\" about=\"#mwt2\" data-parsoid='{\"group\":\"\",\"name\":\"\",\"content\":\"foo\",\"hasRefInRef\":false,\"dsr\":[64,96,null,null],\"pi\":[[{\"k\":\"1\"}]]}' data-mw='{\"parts\":[{\"template\":{\"target\":{\"wt\":\"echo\",\"href\":\"./Template:Echo\"},\"params\":{\"1\":{\"wt\":\"&lt;ref>{{echo|foo}}&lt;/ref>\"}},\"i\":0}}]}'/>"}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"220","width":"1941"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></span></p>
14370 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text" data-parsoid="{}">foo</span></li></ol>
14377 Subpage test/subpage
14385 subpage title=[[Subpage test]]
14389 <p><a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">/subpage</a>
14394 Subpage noslash link
14396 subpage title=[[Subpage test]]
14400 <p><a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">subpage</a>
14405 Subpage test/1/2/subpage
14411 Relative subpage noslash link
14413 parsoid=wt2wt,wt2html,html2html
14414 subpage title=[[Subpage test/1/2/3/4]]
14420 <p><a href="/wiki/Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">subpage</a>
14421 </p><p><a href="/wiki/Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">Subpage test/1/2/subpage</a>
14424 <p><a rel="mw:WikiLink" href="Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">subpage</a></p>
14425 <p><a rel="mw:WikiLink" href="Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">Subpage_test/1/2/subpage</a></p>
14429 Parsoid: dot-slash prefixed wikilinks
14439 </p><p>[[././baz/]]
14444 </p><p>[[././baz/]]
14449 Render invalid page names as plain text (bug 51090)
14462 [[{{echo|./../foo}}|bar]]
14463 [[{{echo|foo/.}}|bar]]
14464 [[{{echo|foo/..}}|bar]]
14465 [[{{echo|foo~~~~bar}}]]
14466 [[{{echo|foo>bar}}]]
14467 [[{{echo|foo././bar}}]]
14468 [[{{echo|foo{bar}}]]
14469 [[{{echo|foo}bar}}]]
14470 [[{{echo|foo[bar}}]]
14471 [[{{echo|foo]bar}}]]
14472 [[{{echo|foo<bar}}]]
14474 <p>[[./../foo|bar]]
14484 </p><p>[[./../foo|bar]]
14497 <p>[[./../foo|bar]]
14508 <p>[[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"./../foo"}},"i":0}}]}'>./../foo</span>|bar]]
14509 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo/."}},"i":0}}]}'>foo/.</span>|bar]]
14510 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo/.."}},"i":0}}]}'>foo/..</span>|bar]]
14511 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo~~~~bar"}},"i":0}}]}'>foo~~~~bar</span>]]
14512 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo>bar"}},"i":0}}]}'>foo>bar</span>]]
14513 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo././bar"}},"i":0}}]}'>foo././bar</span>]]
14514 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo{bar"}},"i":0}}]}'>foo{bar</span>]]
14515 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo}bar"}},"i":0}}]}'>foo}bar</span>]]
14516 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo[bar"}},"i":0}}]}'>foo[bar</span>]]
14517 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo]bar"}},"i":0}}]}'>foo]bar</span>]]
14518 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo<bar"}},"i":0}}]}'>foo<bar</span>]]</p>
14526 <p><a href="/index.php?title=/subpage&action=edit&redlink=1" class="new" title="/subpage (page does not exist)">/subpage</a>
14531 BUG 561: {{/Subpage}}
14533 subpage title=[[Page]]
14537 <p><a href="/index.php?title=Page/Subpage&action=edit&redlink=1" class="new" title="Page/Subpage (page does not exist)">Page/Subpage</a>
14545 Category:MediaWiki User's Guide
14553 [[:Category:MediaWiki User's Guide]]
14555 <p><a href="/wiki/Category:MediaWiki_User%27s_Guide" title="Category:MediaWiki User's Guide">Category:MediaWiki User's Guide</a>
14564 [[Category:MediaWiki User's Guide]]
14566 <a href="/wiki/Category:MediaWiki_User%27s_Guide" title="Category:MediaWiki User's Guide">MediaWiki User's Guide</a>
14570 PAGESINCATEGORY invalid title fatal (r33546 fix)
14572 {{PAGESINCATEGORY:<bogus>}}
14579 Category with different sort key
14583 [[Category:MediaWiki User's Guide|Foo]]
14585 <a href="/wiki/Category:MediaWiki_User%27s_Guide" title="Category:MediaWiki User's Guide">MediaWiki User's Guide</a>
14589 Category with identical sort key
14593 [[Category:MediaWiki User's Guide|MediaWiki User's Guide]]
14595 <a href="/wiki/Category:MediaWiki_User%27s_Guide" title="Category:MediaWiki User's Guide">MediaWiki User's Guide</a>
14599 Category with empty sort key
14604 [[Category:MediaWiki User's Guide|]]
14606 [[Category:MediaWiki User's Guide|MediaWiki User's Guide]]
14610 Category with empty sort key and parentheses
14615 [[Category:Foo (bar)|]]
14617 [[Category:Foo (bar)|Foo]]
14620 ## We used to, but no longer wt2wt this test since the default serializer
14621 ## will normalize all categories to serialize on their own line.
14622 ## This wikitext usage is going to be fairly uncommon in production and
14623 ## selser will take care of preserving formatting in those scenarios.
14625 Category with link tail
14631 123[[Category:Foo]]456
14633 123[[Category:Foo]]456
14635 <p>123<link rel="mw:PageProp/Category" href="Category:Foo"/>456</p>
14639 Category with template
14644 [[Category:{{echo|Foo}}]]
14646 [[Category:{{echo|Foo}}]]
14650 Category with template in sort key
14655 [[Category:Foo|{{echo|Bar}}]]
14657 [[Category:Foo|{{echo|Bar}}]]
14661 Category with template in sort key and title
14666 [[Category:{{echo|Foo}}|{{echo|Bar}}]]
14668 [[Category:{{echo|Foo}}|{{echo|Bar}}]]
14671 ## We used to, but no longer wt2wt this test since the default serializer
14672 ## will normalize all categories to serialize on their own line.
14673 ## This wikitext usage is going to be fairly uncommon in production and
14674 ## selser will take care of preserving formatting in those scenarios.
14676 Category / paragraph interactions
14680 Foo [[Category:Baz]] Bar
14682 Foo [[Category:Baz]]
14690 [[Category:Baz]] Bar
14703 {{echo|[[Category:Baz]]}}
14716 <p>Foo <link rel="mw:PageProp/Category" href="Category:Baz"/> Bar</p>
14717 <p>Foo <link rel="mw:PageProp/Category" href="Category:Baz"/> Bar</p>
14718 <p>Foo <link rel="mw:PageProp/Category" href="Category:Baz"/> Bar</p>
14719 <p>Foo <link rel="mw:PageProp/Category" href="Category:Baz"/> Bar</p>
14720 <p>Foo <link rel="mw:PageProp/Category" href="Category:Baz"/> <link rel="mw:PageProp/Category" href="Category:Baz"/> <link rel="mw:PageProp/Category" href="Category:Baz"/> Bar <link rel="mw:PageProp/Category" href="Category:Baz"/> <link rel="mw:PageProp/Category" href="Category:Baz"/> <link rel="mw:PageProp/Category" href="Category:Baz"/> <link rel="mw:PageProp/Category" href="Category:Baz"/> <link rel="mw:PageProp/Category" href="Category:Baz" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"[[Category:Baz]]"}},"i":0}}]}'/></p>
14721 <link rel="mw:PageProp/Category" href="Category:Baz"/>
14724 ## We used to, but no longer wt2wt this test since the default serializer
14725 ## will normalize all categories to serialize on their own line.
14726 ## This wikitext usage is going to be fairly uncommon in production and
14727 ## selser will take care of preserving formatting in those scenarios.
14729 ## The whitespace on the empty line is part of the test. Please do not delete
14731 1. Categories and newlines: All preceding newlines should be suppressed (courtesy bug 87)
14737 [[Category:Foo]] and this should be part of same paragraph (not an indent-pre)
14739 {{echo|[[Category:Foo]] and so should this!}}
14741 <p>This and this should be part of same paragraph (not an indent-pre) and so should this!
14746 <link rel="mw:PageProp/Category" href="./Category:Foo"/> and this should be part of same paragraph (not an indent-pre)
14748 <link rel="mw:PageProp/Category" href="./Category:Foo" about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"[[Category:Foo]] and so should this!"}},"i":0}}]}'/><span about="#mwt1"> and so should this!</span></p>
14751 ## Parsoid will not try to wt2wt this while preserving newlines because
14752 ## it suppresses excess newlines within list items -- and we don't want to
14753 ## introduce a special case just for categories, which is, in reality somewhat
14754 ## odd behavior -- categories are unlikely to be used in list items like this
14755 ## in top-level pages and are only likely to show up in template-generated
14756 ## list items where this RT-ing is a non-issue.
14758 ## The whitespace on the empty line is part of the test. Please do not delete
14760 2. Categories and newlines: All preceding newlines should be suppressed (courtesy bug 87)
14766 [[Category:Foo]] and this should be part of the same list item
14769 {{echo|[[Category:Foo]] and this should be part of the same list item}}
14771 <ul><li>This and this should be part of the same list item</li>
14772 <li>So should this and this should be part of the same list item</li></ul>
14775 <li>This <link rel="mw:PageProp/Category" href="./Category:Foo"/> and this should be part of the same list item</li>
14776 <li>So should this <link rel="mw:PageProp/Category" href="./Category:Foo" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"[[Category:Foo]] and this should be part of the same list item"}},"i":0}}]}'/><span> and this should be part of the same list item</span></li>
14780 ## Newlines and categories that follow the last item of a list
14781 ## are treated differently because this (list followed by categories)
14782 ## is an extremely common pattern on wikis.
14784 3. Categories and newlines: newline suppression for last list item should RT properly
14797 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/>
14799 <link rel="mw:PageProp/Category" href="./Category:Bar" data-parsoid='{"stx":"simple","a":{"href":"./Category:Bar"},"sa":{"href":"Category:Bar"}}'/>
14800 <link rel="mw:PageProp/Category" href="./Category:Baz" data-parsoid='{"stx":"simple","a":{"href":"./Category:Baz"},"sa":{"href":"Category:Baz"}}'/>
14804 4. Categories and newlines: newline suppression for last list item should RT properly
14812 <ul><li><ul><li><ul><li> b</li></ul></li></ul></li></ul></li></ul>
14814 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/>
14817 ## only wt2html for this to make sure the algo only applies to the rightmost path
14819 5. Categories and newlines: migrateTrailingCategories dom pass should only run on the rightmost path of nested lists
14832 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/></li></ul></li>
14834 <ul><li> d</li></ul></li></ul>
14835 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/>
14838 ## We used to, but no longer wt2wt this test since the default serializer
14839 ## will normalize all categories to serialize on their own line.
14840 ## This wikitext usage is going to be fairly uncommon in production and
14841 ## selser will take care of preserving formatting in those scenarios.
14843 6. Categories and newlines: migrateTrailingCategories dom pass should not migrate categories not preceded by newlines
14847 * a [[Category:Foo]]
14849 <ul><li>a <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/></li></ul>
14852 # This test also demonstrates because of newline+category tunneling
14853 # through the list hander, template wrapping doesn't expand to the
14854 # containing list when the list item swallows the category.
14856 7. Categories and newlines: migrateTrailingCategories dom pass should leave template content alone
14861 <ul><li> <span about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[{"k":"1"}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a\n[[Category:Foo]]"}},"i":0}}]}'>a
14862 </span><link rel="mw:PageProp/Category" href="./Category:Foo" about="#mwt1" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/></li></ul>
14866 8. Categories and newlines: migrateTrailingCategories dom pass should not get tripped by intervening templates
14870 {{echo|[[Category:Foo]]
14874 <ul><li> a</li></ul>
14876 <link rel="mw:PageProp/Category" href="./Category:Foo" about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"},"pi":[[{"k":"1"}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"[[Category:Foo]]\n[[Category:Bar]]"}},"i":0}}]}'/><span about="#mwt1">
14877 </span><link rel="mw:PageProp/Category" href="./Category:Bar" about="#mwt1" data-parsoid='{"stx":"simple","a":{"href":"./Category:Bar"},"sa":{"href":"Category:Bar"}}'/>
14878 <link rel="mw:PageProp/Category" href="./Category:Baz" data-parsoid='{"stx":"simple","a":{"href":"./Category:Baz"},"sa":{"href":"Category:Baz"}}'/>
14882 Parsoid: Serialize link to category page with colon escape
14888 [[:Category:Foo|Bar]]
14891 <a rel="mw:WikiLink" href="./Category:Foo" title="Category:Foo">Category:Foo</a>
14892 <a rel="mw:WikiLink" href="./Category:Foo" title="Category:Foo">Bar</a>
14896 # We used to, but no longer wt2wt this test since the default serializer
14897 # will normalize all categories to serialize on their own line.
14898 # This wikitext usage is going to be fairly uncommon in production and
14899 # selser will take care of preventing whitespace insertion if this
14900 # occurs in an article.
14902 # html2html disabled for the same reason (whitespace insertion between
14905 # html2wt disabled because it localizes the "Category" namespace.
14907 Link prefix/suffixes aren't applied to category links
14917 <p>x<link rel="mw:PageProp/Category" href="./Flokkur:Foo" data-parsoid=""/>y</p>
14921 Parsoid: Serialize link to file page with colon escape
14927 [[:File:Foo.png|Bar]]
14930 <a rel="mw:WikiLink" href="./File:Foo.png" title="File:Foo.png">File:Foo.png</a>
14931 <a rel="mw:WikiLink" href="./File:Foo.png" title="File:Foo.png">Bar</a>
14936 Parsoid: Serialize a genuine category link without colon escape
14941 [[Category:Foo|Bar]]
14943 <link rel="mw:PageProp/Category" href="./Category:Foo">
14944 <link rel="mw:PageProp/Category" href="./Category:Foo#Bar">
14948 Normalize hrefs properly before testing for invalid link targets (bug 70894)
14952 <link rel="mw:PageProp/Category" href="./Category:Toxine_bactérienne"/>
14954 [[Category:Toxine bactérienne]]
14958 Parsoid: Defaultsort
14960 {{DEFAULTSORT:Foo}}
14962 <meta property="mw:PageProp/categorydefaultsort" content="Foo"/>
14966 Parsoid: Defaultsort (template-generated)
14968 {{{{echo|DEFAULTSORT}}:Foo}}
14970 <meta property="mw:PageProp/categorydefaultsort" content="Foo" about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[]]}' data-mw='{"parts":[{"template":{"target":{"wt":"{{echo|DEFAULTSORT}}:Foo"},"params":{},"i":0}}]}'/>
14974 ### Inter-language links
14977 Interlanguage links
14985 es:Alimento fr:Nourriture zh:食品
14987 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Alimento"/>
14988 <link rel="mw:PageProp/Language" href="http://fr.wikipedia.org/wiki/Nourriture"/>
14989 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/食品"/>
14993 Duplicate interlanguage links (bug 24502)
15004 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/1"/>
15005 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/2"/>
15006 <link rel="mw:PageProp/Language" href="http://fr.wikipedia.org/wiki/1"/>
15007 <link rel="mw:PageProp/Language" href="http://fr.wikipedia.org/wiki/2"/>
15014 Basic section headings
15021 ===Smaller headline===
15024 <h2><span class="mw-headline" id="Headline_1">Headline 1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Headline 1">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15027 <h2><span class="mw-headline" id="Headline_2">Headline 2</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Headline 2">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15030 <h3><span class="mw-headline" id="Smaller_headline">Smaller headline</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: Smaller headline">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
15036 Section headings with TOC
15039 === Subheadline 1 ===
15040 ===== Skipping a level =====
15041 ====== Skipping a level ======
15045 ===Another headline===
15047 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15049 <li class="toclevel-1 tocsection-1"><a href="#Headline_1"><span class="tocnumber">1</span> <span class="toctext">Headline 1</span></a>
15051 <li class="toclevel-2 tocsection-2"><a href="#Subheadline_1"><span class="tocnumber">1.1</span> <span class="toctext">Subheadline 1</span></a>
15053 <li class="toclevel-3 tocsection-3"><a href="#Skipping_a_level"><span class="tocnumber">1.1.1</span> <span class="toctext">Skipping a level</span></a>
15055 <li class="toclevel-4 tocsection-4"><a href="#Skipping_a_level_2"><span class="tocnumber">1.1.1.1</span> <span class="toctext">Skipping a level</span></a></li>
15062 <li class="toclevel-1 tocsection-5"><a href="#Headline_2"><span class="tocnumber">2</span> <span class="toctext">Headline 2</span></a>
15064 <li class="toclevel-2 tocsection-6"><a href="#Another_headline"><span class="tocnumber">2.1</span> <span class="toctext">Another headline</span></a></li>
15070 <h2><span class="mw-headline" id="Headline_1">Headline 1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Headline 1">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15071 <h3><span class="mw-headline" id="Subheadline_1">Subheadline 1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Subheadline 1">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
15072 <h5><span class="mw-headline" id="Skipping_a_level">Skipping a level</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: Skipping a level">edit</a><span class="mw-editsection-bracket">]</span></span></h5>
15073 <h6><span class="mw-headline" id="Skipping_a_level_2">Skipping a level</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: Skipping a level">edit</a><span class="mw-editsection-bracket">]</span></span></h6>
15074 <h2><span class="mw-headline" id="Headline_2">Headline 2</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: Headline 2">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15077 <h3><span class="mw-headline" id="Another_headline">Another headline</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=6" title="Edit section: Another headline">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
15082 TOC anchors don't collide
15090 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15092 <li class="toclevel-1 tocsection-1"><a href="#Headline_2"><span class="tocnumber">1</span> <span class="toctext">Headline 2</span></a></li>
15093 <li class="toclevel-1 tocsection-2"><a href="#Headline"><span class="tocnumber">2</span> <span class="toctext">Headline</span></a></li>
15094 <li class="toclevel-1 tocsection-3"><a href="#Headline_2_2"><span class="tocnumber">3</span> <span class="toctext">Headline 2</span></a></li>
15095 <li class="toclevel-1 tocsection-4"><a href="#Headline_3"><span class="tocnumber">4</span> <span class="toctext">Headline</span></a></li>
15099 <h2><span class="mw-headline" id="Headline_2">Headline 2</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Headline 2">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15100 <h2><span class="mw-headline" id="Headline">Headline</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Headline">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15101 <h2><span class="mw-headline" id="Headline_2_2">Headline 2</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: Headline 2">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15102 <h2><span class="mw-headline" id="Headline_3">Headline</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: Headline">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15106 # perl -e 'print "="x$_," Level $_ heading","="x$_,"\n" for 1..10'
15108 Handling of sections up to level 6 and beyond
15111 == Level 2 Heading==
15112 === Level 3 Heading===
15113 ==== Level 4 Heading====
15114 ===== Level 5 Heading=====
15115 ====== Level 6 Heading======
15116 ======= Level 7 Heading=======
15117 ======== Level 8 Heading========
15118 ========= Level 9 Heading=========
15119 ========== Level 10 Heading==========
15121 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15123 <li class="toclevel-1 tocsection-1"><a href="#Level_1_Heading"><span class="tocnumber">1</span> <span class="toctext">Level 1 Heading</span></a>
15125 <li class="toclevel-2 tocsection-2"><a href="#Level_2_Heading"><span class="tocnumber">1.1</span> <span class="toctext">Level 2 Heading</span></a>
15127 <li class="toclevel-3 tocsection-3"><a href="#Level_3_Heading"><span class="tocnumber">1.1.1</span> <span class="toctext">Level 3 Heading</span></a>
15129 <li class="toclevel-4 tocsection-4"><a href="#Level_4_Heading"><span class="tocnumber">1.1.1.1</span> <span class="toctext">Level 4 Heading</span></a>
15131 <li class="toclevel-5 tocsection-5"><a href="#Level_5_Heading"><span class="tocnumber">1.1.1.1.1</span> <span class="toctext">Level 5 Heading</span></a>
15133 <li class="toclevel-6 tocsection-6"><a href="#Level_6_Heading"><span class="tocnumber">1.1.1.1.1.1</span> <span class="toctext">Level 6 Heading</span></a></li>
15134 <li class="toclevel-6 tocsection-7"><a href="#.3D_Level_7_Heading.3D"><span class="tocnumber">1.1.1.1.1.2</span> <span class="toctext">= Level 7 Heading=</span></a></li>
15135 <li class="toclevel-6 tocsection-8"><a href="#.3D.3D_Level_8_Heading.3D.3D"><span class="tocnumber">1.1.1.1.1.3</span> <span class="toctext">== Level 8 Heading==</span></a></li>
15136 <li class="toclevel-6 tocsection-9"><a href="#.3D.3D.3D_Level_9_Heading.3D.3D.3D"><span class="tocnumber">1.1.1.1.1.4</span> <span class="toctext">=== Level 9 Heading===</span></a></li>
15137 <li class="toclevel-6 tocsection-10"><a href="#.3D.3D.3D.3D_Level_10_Heading.3D.3D.3D.3D"><span class="tocnumber">1.1.1.1.1.5</span> <span class="toctext">==== Level 10 Heading====</span></a></li>
15151 <h1><span class="mw-headline" id="Level_1_Heading">Level 1 Heading</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Level 1 Heading">edit</a><span class="mw-editsection-bracket">]</span></span></h1>
15152 <h2><span class="mw-headline" id="Level_2_Heading">Level 2 Heading</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Level 2 Heading">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15153 <h3><span class="mw-headline" id="Level_3_Heading">Level 3 Heading</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: Level 3 Heading">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
15154 <h4><span class="mw-headline" id="Level_4_Heading">Level 4 Heading</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: Level 4 Heading">edit</a><span class="mw-editsection-bracket">]</span></span></h4>
15155 <h5><span class="mw-headline" id="Level_5_Heading">Level 5 Heading</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: Level 5 Heading">edit</a><span class="mw-editsection-bracket">]</span></span></h5>
15156 <h6><span class="mw-headline" id="Level_6_Heading">Level 6 Heading</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=6" title="Edit section: Level 6 Heading">edit</a><span class="mw-editsection-bracket">]</span></span></h6>
15157 <h6><span class="mw-headline" id=".3D_Level_7_Heading.3D">= Level 7 Heading=</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=7" title="Edit section: = Level 7 Heading=">edit</a><span class="mw-editsection-bracket">]</span></span></h6>
15158 <h6><span class="mw-headline" id=".3D.3D_Level_8_Heading.3D.3D">== Level 8 Heading==</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=8" title="Edit section: == Level 8 Heading==">edit</a><span class="mw-editsection-bracket">]</span></span></h6>
15159 <h6><span class="mw-headline" id=".3D.3D.3D_Level_9_Heading.3D.3D.3D">=== Level 9 Heading===</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=9" title="Edit section: === Level 9 Heading===">edit</a><span class="mw-editsection-bracket">]</span></span></h6>
15160 <h6><span class="mw-headline" id=".3D.3D.3D.3D_Level_10_Heading.3D.3D.3D.3D">==== Level 10 Heading====</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=10" title="Edit section: ==== Level 10 Heading====">edit</a><span class="mw-editsection-bracket">]</span></span></h6>
15165 TOC regression (T11764)
15169 ==== title 1.1.1 ====
15174 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15176 <li class="toclevel-1 tocsection-1"><a href="#title_1"><span class="tocnumber">1</span> <span class="toctext">title 1</span></a>
15178 <li class="toclevel-2 tocsection-2"><a href="#title_1.1"><span class="tocnumber">1.1</span> <span class="toctext">title 1.1</span></a>
15180 <li class="toclevel-3 tocsection-3"><a href="#title_1.1.1"><span class="tocnumber">1.1.1</span> <span class="toctext">title 1.1.1</span></a></li>
15183 <li class="toclevel-2 tocsection-4"><a href="#title_1.2"><span class="tocnumber">1.2</span> <span class="toctext">title 1.2</span></a></li>
15186 <li class="toclevel-1 tocsection-5"><a href="#title_2"><span class="tocnumber">2</span> <span class="toctext">title 2</span></a>
15188 <li class="toclevel-2 tocsection-6"><a href="#title_2.1"><span class="tocnumber">2.1</span> <span class="toctext">title 2.1</span></a></li>
15194 <h2><span class="mw-headline" id="title_1">title 1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: title 1">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15195 <h3><span class="mw-headline" id="title_1.1">title 1.1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: title 1.1">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
15196 <h4><span class="mw-headline" id="title_1.1.1">title 1.1.1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: title 1.1.1">edit</a><span class="mw-editsection-bracket">]</span></span></h4>
15197 <h3><span class="mw-headline" id="title_1.2">title 1.2</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: title 1.2">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
15198 <h2><span class="mw-headline" id="title_2">title 2</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: title 2">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15199 <h3><span class="mw-headline" id="title_2.1">title 2.1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=6" title="Edit section: title 2.1">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
15204 TOC for heading containing <span id="..."></span> (T96153)
15207 ==<span id="old-anchor"></span>New title==
15209 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15211 <li class="toclevel-1 tocsection-1"><a href="#New_title"><span class="tocnumber">1</span> <span class="toctext">New title</span></a></li>
15215 <h2><span class="mw-headline" id="New_title"><span id="old-anchor"></span>New title</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: New title">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15220 TOC with wgMaxTocLevel=3 (bug 6204)
15226 ==== title 1.1.1 ====
15231 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15233 <li class="toclevel-1 tocsection-1"><a href="#title_1"><span class="tocnumber">1</span> <span class="toctext">title 1</span></a>
15235 <li class="toclevel-2 tocsection-2"><a href="#title_1.1"><span class="tocnumber">1.1</span> <span class="toctext">title 1.1</span></a></li>
15236 <li class="toclevel-2 tocsection-4"><a href="#title_1.2"><span class="tocnumber">1.2</span> <span class="toctext">title 1.2</span></a></li>
15239 <li class="toclevel-1 tocsection-5"><a href="#title_2"><span class="tocnumber">2</span> <span class="toctext">title 2</span></a>
15241 <li class="toclevel-2 tocsection-6"><a href="#title_2.1"><span class="tocnumber">2.1</span> <span class="toctext">title 2.1</span></a></li>
15247 <h2><span class="mw-headline" id="title_1">title 1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: title 1">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15248 <h3><span class="mw-headline" id="title_1.1">title 1.1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: title 1.1">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
15249 <h4><span class="mw-headline" id="title_1.1.1">title 1.1.1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: title 1.1.1">edit</a><span class="mw-editsection-bracket">]</span></span></h4>
15250 <h3><span class="mw-headline" id="title_1.2">title 1.2</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: title 1.2">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
15251 <h2><span class="mw-headline" id="title_2">title 2</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: title 2">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15252 <h3><span class="mw-headline" id="title_2.1">title 2.1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=6" title="Edit section: title 2.1">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
15257 TOC with wgMaxTocLevel=3 and two level four headings (bug 6204)
15263 ====Section 1.1.1====
15264 ====Section 1.1.1.1====
15267 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15269 <li class="toclevel-1 tocsection-1"><a href="#Section_1"><span class="tocnumber">1</span> <span class="toctext">Section 1</span></a>
15271 <li class="toclevel-2 tocsection-2"><a href="#Section_1.1"><span class="tocnumber">1.1</span> <span class="toctext">Section 1.1</span></a></li>
15274 <li class="toclevel-1 tocsection-5"><a href="#Section_2"><span class="tocnumber">2</span> <span class="toctext">Section 2</span></a></li>
15278 <h2><span class="mw-headline" id="Section_1">Section 1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Section 1">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15279 <h3><span class="mw-headline" id="Section_1.1">Section 1.1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Section 1.1">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
15280 <h4><span class="mw-headline" id="Section_1.1.1">Section 1.1.1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: Section 1.1.1">edit</a><span class="mw-editsection-bracket">]</span></span></h4>
15281 <h4><span class="mw-headline" id="Section_1.1.1.1">Section 1.1.1.1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: Section 1.1.1.1">edit</a><span class="mw-editsection-bracket">]</span></span></h4>
15282 <h2><span class="mw-headline" id="Section_2">Section 2</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: Section 2">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15288 Resolving duplicate section names
15293 <h2><span class="mw-headline" id="Foo_bar">Foo bar</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Foo bar">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15294 <h2><span class="mw-headline" id="Foo_bar_2">Foo bar</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Foo bar">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15299 Resolving duplicate section names with differing case (bug 10721)
15304 <h2><span class="mw-headline" id="Foo_bar">Foo bar</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Foo bar">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15305 <h2><span class="mw-headline" id="Foo_Bar_2">Foo Bar</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Foo Bar">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15317 Template with sections, __NOTOC__
15324 <h2><span class="mw-headline" id="Section_0">Section 0</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Section 0">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15325 <h3><span class="mw-headline" id="Section_1">Section 1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Template:Sections&action=edit&section=T-1" title="Template:Sections">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
15326 <h2><span class="mw-headline" id="Section_2">Section 2</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Template:Sections&action=edit&section=T-2" title="Template:Sections">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15327 <h2><span class="mw-headline" id="Section_4">Section 4</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Section 4">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15332 __NOEDITSECTION__ keyword
15338 <h2><span class="mw-headline" id="Section_1">Section 1</span></h2>
15339 <h2><span class="mw-headline" id="Section_2">Section 2</span></h2>
15344 Link inside a section heading
15346 ==Section with a [[Main Page|link]] in it==
15348 <h2><span class="mw-headline" id="Section_with_a_link_in_it">Section with a <a href="/wiki/Main_Page" title="Main Page">link</a> in it</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Section with a link in it">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15353 TOC regression (T14077)
15360 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15362 <li class="toclevel-1 tocsection-1"><a href="#title_1"><span class="tocnumber">1</span> <span class="toctext">title 1</span></a>
15364 <li class="toclevel-2 tocsection-2"><a href="#title_1.1"><span class="tocnumber">1.1</span> <span class="toctext">title 1.1</span></a></li>
15367 <li class="toclevel-1 tocsection-3"><a href="#title_2"><span class="tocnumber">2</span> <span class="toctext">title 2</span></a></li>
15371 <h2><span class="mw-headline" id="title_1">title 1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: title 1">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15372 <h3><span class="mw-headline" id="title_1.1">title 1.1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: title 1.1">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
15373 <h2><span class="mw-headline" id="title_2">title 2</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: title 2">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15378 BUG 1219 URL next to image (good)
15380 http://example.com [[File:Foobar.jpg]]
15382 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a> <a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
15385 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a> <span class="mw-default-size" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></span></p>
15389 Short headings with trailing space should match behavior of Parser::doHeadings (bug 19910)
15392 The line above must have a trailing space!
15395 But just in case it doesn't...
15397 <h1><span class="mw-headline" id=".3D">=</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: =">edit</a><span class="mw-editsection-bracket">]</span></span></h1>
15398 <p>The line above must have a trailing space!
15400 <h1><span class="mw-headline" id=".3D_2">=</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: =">edit</a><span class="mw-editsection-bracket">]</span></span></h1>
15401 <p>But just in case it doesn't...
15406 Header with special characters (bug 25462)
15408 The tooltips shall not show entities to the user (ie. be double escaped)
15425 <p>The tooltips shall not show entities to the user (ie. be double escaped)
15427 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15429 <li class="toclevel-1 tocsection-1"><a href="#text_.3E_text"><span class="tocnumber">1</span> <span class="toctext">text > text</span></a></li>
15430 <li class="toclevel-1 tocsection-2"><a href="#text_.3C_text"><span class="tocnumber">2</span> <span class="toctext">text < text</span></a></li>
15431 <li class="toclevel-1 tocsection-3"><a href="#text_.26_text"><span class="tocnumber">3</span> <span class="toctext">text & text</span></a></li>
15432 <li class="toclevel-1 tocsection-4"><a href="#text_.27_text"><span class="tocnumber">4</span> <span class="toctext">text ' text</span></a></li>
15433 <li class="toclevel-1 tocsection-5"><a href="#text_.22_text"><span class="tocnumber">5</span> <span class="toctext">text " text</span></a></li>
15437 <h2><span class="mw-headline" id="text_.3E_text">text > text</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: text > text">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15440 <h2><span class="mw-headline" id="text_.3C_text">text < text</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: text < text">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15443 <h2><span class="mw-headline" id="text_.26_text">text & text</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: text & text">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15446 <h2><span class="mw-headline" id="text_.27_text">text ' text</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: text ' text">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15449 <h2><span class="mw-headline" id="text_.22_text">text " text</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: text " text">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15455 Header with space, plus and underscore as entity
15457 Id should not contain + for spaces
15459 == Space between Text ==
15462 == Space-Entity between Text ==
15465 == Plus+between+Text ==
15468 == Plus-Entity+between+Text ==
15471 == Underscore_between_Text ==
15474 == Underscore-Entity_between_Text ==
15477 [[#Space between Text]]
15478 [[#Space-Entity between Text]]
15479 [[#Plus+between+Text]]
15480 [[#Plus-Entity+between+Text]]
15481 [[#Underscore_between_Text]]
15482 [[#Underscore-Entity_between_Text]]
15484 <p>Id should not contain + for spaces
15486 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15488 <li class="toclevel-1 tocsection-1"><a href="#Space_between_Text"><span class="tocnumber">1</span> <span class="toctext">Space between Text</span></a></li>
15489 <li class="toclevel-1 tocsection-2"><a href="#Space-Entity_between_Text"><span class="tocnumber">2</span> <span class="toctext">Space-Entity between Text</span></a></li>
15490 <li class="toclevel-1 tocsection-3"><a href="#Plus.2Bbetween.2BText"><span class="tocnumber">3</span> <span class="toctext">Plus+between+Text</span></a></li>
15491 <li class="toclevel-1 tocsection-4"><a href="#Plus-Entity.2Bbetween.2BText"><span class="tocnumber">4</span> <span class="toctext">Plus-Entity+between+Text</span></a></li>
15492 <li class="toclevel-1 tocsection-5"><a href="#Underscore_between_Text"><span class="tocnumber">5</span> <span class="toctext">Underscore_between_Text</span></a></li>
15493 <li class="toclevel-1 tocsection-6"><a href="#Underscore-Entity_between_Text"><span class="tocnumber">6</span> <span class="toctext">Underscore-Entity_between_Text</span></a></li>
15497 <h2><span class="mw-headline" id="Space_between_Text">Space between Text</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Space between Text">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15500 <h2><span class="mw-headline" id="Space-Entity_between_Text">Space-Entity between Text</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Space-Entity between Text">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15503 <h2><span class="mw-headline" id="Plus.2Bbetween.2BText">Plus+between+Text</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: Plus+between+Text">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15506 <h2><span class="mw-headline" id="Plus-Entity.2Bbetween.2BText">Plus-Entity+between+Text</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: Plus-Entity+between+Text">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15509 <h2><span class="mw-headline" id="Underscore_between_Text">Underscore_between_Text</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: Underscore between Text">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15512 <h2><span class="mw-headline" id="Underscore-Entity_between_Text">Underscore-Entity_between_Text</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=6" title="Edit section: Underscore-Entity_between_Text">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
15514 </p><p><a href="#Space_between_Text">#Space between Text</a>
15515 <a href="#Space-Entity_between_Text">#Space-Entity between Text</a>
15516 <a href="#Plus.2Bbetween.2BText">#Plus+between+Text</a>
15517 <a href="#Plus-Entity.2Bbetween.2BText">#Plus-Entity+between+Text</a>
15518 <a href="#Underscore_between_Text">#Underscore_between_Text</a>
15519 <a href="#Underscore-Entity_between_Text">#Underscore-Entity_between_Text</a>
15524 Headers with excess '=' characters
15525 (Are similar tests necessary beyond the 1st level?)
15529 =''italic'' heading==
15530 ==''italic'' heading=
15532 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15534 <li class="toclevel-1 tocsection-1"><a href="#foo.3D"><span class="tocnumber">1</span> <span class="toctext">foo=</span></a></li>
15535 <li class="toclevel-1 tocsection-2"><a href="#.3Dfoo"><span class="tocnumber">2</span> <span class="toctext">=foo</span></a></li>
15536 <li class="toclevel-1 tocsection-3"><a href="#italic_heading.3D"><span class="tocnumber">3</span> <span class="toctext"><i>italic</i> heading=</span></a></li>
15537 <li class="toclevel-1 tocsection-4"><a href="#.3Ditalic_heading"><span class="tocnumber">4</span> <span class="toctext">=<i>italic</i> heading</span></a></li>
15541 <h1><span class="mw-headline" id="foo.3D">foo=</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: foo=">edit</a><span class="mw-editsection-bracket">]</span></span></h1>
15542 <h1><span class="mw-headline" id=".3Dfoo">=foo</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: =foo">edit</a><span class="mw-editsection-bracket">]</span></span></h1>
15543 <h1><span class="mw-headline" id="italic_heading.3D"><i>italic</i> heading=</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: italic heading=">edit</a><span class="mw-editsection-bracket">]</span></span></h1>
15544 <h1><span class="mw-headline" id=".3Ditalic_heading">=<i>italic</i> heading</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: =italic heading">edit</a><span class="mw-editsection-bracket">]</span></span></h1>
15549 HTML headers vs TOC (bug 23393)
15550 (__NOEDITSECTION__ for clearer output, doesn't matter here)
15562 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15564 <li class="toclevel-1"><a href="#Header_1"><span class="tocnumber">1</span> <span class="toctext">Header 1</span></a>
15566 <li class="toclevel-2 tocsection-1"><a href="#Header_1.1"><span class="tocnumber">1.1</span> <span class="toctext">Header 1.1</span></a></li>
15567 <li class="toclevel-2 tocsection-2"><a href="#Header_1.2"><span class="tocnumber">1.2</span> <span class="toctext">Header 1.2</span></a></li>
15570 <li class="toclevel-1"><a href="#Header_2"><span class="tocnumber">2</span> <span class="toctext">Header 2</span></a>
15572 <li class="toclevel-2 tocsection-3"><a href="#Header_2.1"><span class="tocnumber">2.1</span> <span class="toctext">Header 2.1</span></a></li>
15573 <li class="toclevel-2 tocsection-4"><a href="#Header_2.2"><span class="tocnumber">2.2</span> <span class="toctext">Header 2.2</span></a></li>
15579 <h1><span class="mw-headline" id="Header_1">Header 1</span></h1>
15580 <h2><span class="mw-headline" id="Header_1.1">Header 1.1</span></h2>
15581 <h2><span class="mw-headline" id="Header_1.2">Header 1.2</span></h2>
15582 <h1><span class="mw-headline" id="Header_2">Header 2</span></h1>
15583 <h2><span class="mw-headline" id="Header_2.1">Header 2.1</span></h2>
15584 <h2><span class="mw-headline" id="Header_2.2">Header 2.2</span></h2>
15589 Single-line or multiline-comments can follow headings
15591 parsoid=wt2html,wt2wt
15599 <h2><span class="mw-headline" id="foo">foo</span></h2>
15600 <h2><span class="mw-headline" id="bar">bar</span></h2>
15601 <h2><span class="mw-headline" id="baz">baz</span></h2>
15606 BUG 1219 URL next to image (broken)
15608 http://example.com[[File:Foobar.jpg]]
15610 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
15613 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a><span class="mw-default-size" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a></span></p>
15617 Bug 1186 news: in the middle of text
15619 http://en.wikinews.org/wiki/Wikinews:Workplace
15621 <p><a rel="nofollow" class="external free" href="http://en.wikinews.org/wiki/Wikinews:Workplace">http://en.wikinews.org/wiki/Wikinews:Workplace</a>
15627 Namespaced link must have a title
15636 Namespaced link must have a title (bad fragment version)
15638 [[Project:#fragment]]
15640 <p>[[Project:#fragment]]
15646 ### HTML tags and HTML attributes
15650 div with no attributes
15652 <div>HTML rocks</div>
15654 <div>HTML rocks</div>
15659 div with double-quoted attribute
15661 <div id="rock">HTML rocks</div>
15663 <div id="rock">HTML rocks</div>
15668 div with single-quoted attribute
15670 <div id='rock'>HTML rocks</div>
15672 <div id="rock">HTML rocks</div>
15677 div with unquoted attribute
15679 <div id=rock>HTML rocks</div>
15681 <div id="rock">HTML rocks</div>
15686 div with illegal double attributes
15688 <div id="a" id="b">HTML rocks</div>
15690 <div id="b">HTML rocks</div>
15695 div with empty attribute value, space before equals
15697 parsoid=wt2html,html2html
15699 <div class =>HTML rocks</div>
15701 <div class="">HTML rocks</div>
15704 <div class="" data-parsoid='{"stx":"html"}'>HTML rocks</div>
15708 div with multiple empty attribute values
15710 parsoid=wt2html,html2html
15712 <div id= title=>HTML rocks</div>
15714 <div id="title.3D">HTML rocks</div>
15717 <div id="title=" data-parsoid='{"stx":"html"}'>HTML rocks</div>
15721 table with multiple empty attribute values
15723 parsoid=wt2html,html2html
15729 <table title="id=">
15735 <table title="id=">
15736 <tbody><tr><td> hi</td></tr>
15741 div with braces in attribute value
15743 <div title="{}">Foo</div>
15745 <div title="{}">Foo</div>
15748 <div title="{}">Foo</div>
15752 div with empty attribute value, no space before equals
15754 parsoid=wt2html,html2html
15756 <div class=>HTML rocks</div>
15758 <div class="">HTML rocks</div>
15761 <div class="">HTML rocks</div>
15765 HTML multiple attributes correction
15767 <p class="error" class="awesome">Awesome!</p>
15769 <p class="awesome">Awesome!</p>
15774 Table multiple attributes correction
15777 !+ class="error" class="awesome"| status
15782 <th class="awesome"> status
15790 <DIV ID="x">HTML ROCKS</DIV>
15792 <div id="x">HTML ROCKS</div>
15797 Non-ASCII pseudo-tags are rendered as text
15806 Pseudo-tag with URL 'name' renders as url link
15808 <http://example.com/>
15810 <p><<a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a>>
15815 text with amp in the middle of nowhere
15819 <p>Remember AT&T?
15824 text with character entity: eacute
15826 I always thought é was a cute letter.
15828 <p>I always thought é was a cute letter.
15831 <p>I always thought é was a cute letter.</p>
15835 text with entity-escaped character entity-like string: eacute
15837 I always thought &eacute; was a cute letter.
15839 <p>I always thought &eacute; was a cute letter.
15844 text with undefined character entity: xacute
15846 I always thought &xacute; was a cute letter.
15848 <p>I always thought &xacute; was a cute letter.
15855 <data value="5">five</data>
15856 <time datetime="2000-01-01T00:00Z">The new millenium started</time>
15857 <mark>This highlighted text</mark>
15859 <p><data value="5">five</data>
15860 <time datetime="2000-01-01T00:00Z">The new millenium started</time>
15861 <mark>This highlighted text</mark>
15866 HTML tag with leading space is parsed as text
15870 <p>< div>foo< /div>
15875 ### Nesting tests (see bug 41545, 50604, 51081)
15878 # This test case is fixed in Parsoid by domino 1.0.12. (bug 50604)
15879 # Note that html2wt is considerably more difficult if we use <b> in
15880 # the test case, instead of <big>
15882 Ensure that HTML adoption agency algorithm is properly implemented.
15884 <big>X<big>Y</big>Z</big>
15886 <p><big>X<big>Y</big>Z</big>
15890 # This was bug 41545 in the PHP parser.
15891 # Note that tidy doesn't handle this correctly.
15895 <kbd>X<kbd>Y</kbd>Z</kbd>
15897 <p><kbd>X<kbd>Y</kbd>Z</kbd>
15901 # The following cases were bug 51081 in the PHP parser.
15902 # Note that there are some other nestable tags (b, i, etc) which are
15903 # not covered; see bug 51081 for discussion.
15905 # Note that tidy doesn't handle this correctly.
15909 <em>X<em>Y</em>Z</em>
15911 <p><em>X<em>Y</em>Z</em>
15915 # Note that tidy doesn't handle this correctly.
15917 Nesting of <strong>
15919 <strong>X<strong>Y</strong>Z</strong>
15921 <p><strong>X<strong>Y</strong>Z</strong>
15930 <p><q>X<q>Y</q>Z</q></p>
15933 # Note that tidy doesn't handle this correctly.
15937 <ruby>X<ruby>Y</ruby>Z</ruby>
15939 <p><ruby>X<ruby>Y</ruby>Z</ruby>
15943 # Note that tidy doesn't handle this correctly.
15947 <bdo>X<bdo>Y</bdo>Z</bdo>
15949 <p><bdo>X<bdo>Y</bdo>Z</bdo>
15961 [[Media:Foobar.jpg]]
15963 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class="internal" title="Foobar.jpg">Media:Foobar.jpg</a>
15968 Media link with text
15970 [[Media:Foobar.jpg|A neat file to look at]]
15972 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class="internal" title="Foobar.jpg">A neat file to look at</a>
15976 # FIXME: this is still bad HTML tag nesting
15977 # FIXME: doBlockLevels won't wrap this in a paragraph because it contains a div
15979 Media link with nasty text
15981 [[Media:Foobar.jpg|Safe Link<div style=display:none>" onmouseover="alert(document.cookie)" onfoo="</div>]]
15983 <a href="http://example.com/images/3/3a/Foobar.jpg" class="internal" title="Foobar.jpg">Safe Link<div style="display:none">" onmouseover="alert(document.cookie)" onfoo="</div></a>
15986 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class="internal" title="Foobar.jpg">Safe Link</a></p>
15987 <div style="display:none">" onmouseover="alert(document.cookie)" onfoo="</div>
15991 Media link to nonexistent file (bug 1702)
15993 [[Media:No such.jpg]]
15995 <p><a href="/index.php?title=Special:Upload&wpDestFile=No_such.jpg" class="new" title="No such.jpg">Media:No such.jpg</a>
16000 Image link to nonexistent file (bug 1850 - good)
16002 [[File:No_such.jpg]]
16004 <p><a href="/index.php?title=Special:Upload&wpDestFile=No_such.jpg" class="new" title="File:No such.jpg">File:No such.jpg</a>
16007 <p><span class="mw-default-size" typeof="mw:Error mw:Image" data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}]}'><a href="./File:No_such.jpg"><img resource="./File:No_such.jpg" src="./Special:FilePath/No_such.jpg" height="220" width="220"/></a></span></p>
16011 :Image link to nonexistent file (bug 1850 - bad)
16013 [[:Image:No such.jpg]]
16015 <p><a href="/index.php?title=File:No_such.jpg&action=edit&redlink=1" class="new" title="File:No such.jpg (page does not exist)">Image:No such.jpg</a>
16018 <p><a rel="mw:WikiLink" href="./File:No_such.jpg" title="File:No such.jpg">Image:No such.jpg</a></p>
16024 Character reference normalization in link text (bug 1938)
16026 [[Main Page|this&that]]
16028 <p><a href="/wiki/Main_Page" title="Main Page">this&that</a>
16035 Test for unicode normalization
16037 The page's name is U+05d0 U+05b7, with non-canonical form U+FB2E
16041 (bug 19451) Links should refer to the normalized form.
16049 <p><a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
16050 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
16051 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
16052 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
16053 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
16058 Empty attribute crash test (bug 2067)
16060 <font color="">foo</font>
16062 <p><font color="">foo</font>
16067 Empty attribute crash test single-quotes (bug 2067)
16069 <font color=''>foo</font>
16071 <p><font color="">foo</font>
16076 Attribute test: equals, then nothing
16078 parsoid=wt2html,html2html
16080 <font color=>foo</font>
16082 <p><font color="">foo</font>
16085 <p><font color="" data-parsoid='{"stx":"html"}'>foo</font></p>
16089 Attribute test: unquoted value
16091 parsoid=wt2html,html2html
16093 <font color=x>foo</font>
16095 <p><font color="x">foo</font>
16098 <p><font color="x" data-parsoid='{"stx":"html"}'>foo</font></p>
16102 Attribute test: unquoted but illegal value (hash)
16104 <font color=#x>foo</font>
16106 <p><font color="#x">foo</font>
16110 # Parsoid does not serialize to empty attribute syntax,
16111 # so wt2wt and html2wt cases are skipped
16113 Attribute test: no value (T54330)
16115 parsoid=wt2html,html2html
16117 <font color>foo</font>
16119 <p><font color="">foo</font>
16122 <p><font color="">foo</font></p>
16126 Bug 2095: link with three closing brackets
16130 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>]
16133 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">Main Page</a>]</p>
16137 Bug 2095: link with pipe and three closing brackets
16139 [[Main Page|link]]]
16141 <p><a href="/wiki/Main_Page" title="Main Page">link</a>]
16144 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">link</a>]</p>
16148 Bug 2095: link with pipe and three closing brackets, version 2
16150 [[Main Page|[http://example.com/]]]
16152 <p><a href="/wiki/Main_Page" title="Main Page">[http://example.com/]</a>
16155 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">[http://example.com/]</a></p>
16164 Template:Dangerous attribute
16166 " onmouseover="alert(document.cookie)
16170 Template:Dangerous style attribute
16172 border-size: expression(alert(document.cookie))
16178 <div style="float: right; {{{1}}}">Magic div</div>
16182 Bug 2304: HTML attribute safety (safe template; regression bug 2309)
16184 <div title="{{test}}"></div>
16186 <div title="This is a test template"></div>
16190 # Parsoid has enough context to handle this case
16192 Bug 2304: HTML attribute safety (dangerous template; 2309)
16194 <div title="{{dangerous attribute}}"></div>
16196 <div title=""></div>
16199 <div title='" onmouseover="alert(document.cookie)' about="#mwt2" typeof="mw:ExpandedAttrs" data-parsoid='{"stx":"html","a":{"title":"\" onmouseover=\"alert(document.cookie)"},"sa":{"title":"{{dangerous attribute}}"}}' data-mw='{"attribs":[[{"txt":"title"},{"html":"<span about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid='{\"pi\":[[]],\"dsr\":[12,35,null,null]}' data-mw='{\"parts\":[{\"template\":{\"target\":{\"wt\":\"dangerous attribute\",\"href\":\"./Template:Dangerous_attribute\"},\"params\":{},\"i\":0}}]}'>\" onmouseover=\"alert(document.cookie)</span>"}]]}'></div>
16203 Bug 2304: HTML attribute safety (dangerous style template; 2309)
16205 <div style="{{dangerous style attribute}}"></div>
16207 <div style="/* insecure input */"></div>
16212 Bug 2304: HTML attribute safety (safe parameter; 2309)
16214 {{div style|width: 200px}}
16216 <div style="float: right; width: 200px">Magic div</div>
16221 Bug 2304: HTML attribute safety (unsafe parameter; 2309)
16223 {{div style|width: expression(alert(document.cookie))}}
16225 <div style="/* insecure input */">Magic div</div>
16230 Bug 2304: HTML attribute safety (unsafe breakout parameter; 2309)
16232 {{div style|"><script>alert(document.cookie)</script>}}
16234 <div style="float: right;"><script>alert(document.cookie)</script>">Magic div</div>
16239 Bug 2304: HTML attribute safety (unsafe breakout parameter 2; 2309)
16241 {{div style|" ><script>alert(document.cookie)</script>}}
16243 <div style="float: right;"><script>alert(document.cookie)</script>">Magic div</div>
16248 Bug 2304: HTML attribute safety (link)
16250 <div title="[[Main Page]]"></div>
16252 <div title="[[Main Page]]"></div>
16257 Bug 2304: HTML attribute safety (italics)
16259 <div title="''foobar''"></div>
16261 <div title="''foobar''"></div>
16266 Bug 2304: HTML attribute safety (bold)
16268 <div title="'''foobar'''"></div>
16270 <div title="'''foobar'''"></div>
16276 Bug 2304: HTML attribute safety (ISBN)
16278 <div title="ISBN 1234567890"></div>
16280 <div title="ISBN 1234567890"></div>
16285 Bug 2304: HTML attribute safety (RFC)
16287 <div title="RFC 1234"></div>
16289 <div title="RFC 1234"></div>
16294 Bug 2304: HTML attribute safety (PMID)
16296 <div title="PMID 1234567890"></div>
16298 <div title="PMID 1234567890"></div>
16303 Bug 2304: HTML attribute safety (web link)
16305 <div title="http://example.com/"></div>
16307 <div title="http://example.com/"></div>
16312 Bug 2304: HTML attribute safety (named web link)
16314 <div title="[http://example.com/ link]"></div>
16316 <div title="[http://example.com/ link]"></div>
16321 Bug 3244: HTML attribute safety (extension; safe)
16323 <div style="<nowiki>background:blue</nowiki>"></div>
16325 <div style="background:blue"></div>
16330 Bug 3244: HTML attribute safety (extension; unsafe)
16332 <div style="<nowiki>border-left:expression(alert(document.cookie))</nowiki>"></div>
16334 <div style="/* insecure input */"></div>
16338 # More MSIE fun discovered by Tom Gilder
16341 MSIE CSS safety test: spurious slash
16343 <div style="background-image:u\rl(javascript:alert('boo'))">evil</div>
16345 <div style="/* insecure input */">evil</div>
16350 MSIE CSS safety test: hex code
16352 <div style="background-image:u\72l(javascript:alert('boo'))">evil</div>
16354 <div style="/* insecure input */">evil</div>
16359 MSIE CSS safety test: comment in url
16361 <div style="background-image:u/**/rl(javascript:alert('boo'))">evil</div>
16363 <div style="background-image:u rl(javascript:alert('boo'))">evil</div>
16368 MSIE CSS safety test: comment in expression
16370 <div style="background-image:expres/**/sion(alert('boo4'))">evil4</div>
16372 <div style="background-image:expres sion(alert('boo4'))">evil4</div>
16377 CSS safety test (all browsers): vertical tab (bug 55332 / CVE-2013-4567)
16379 <p style="font-size: 100px; background-image:url\b(https://www.google.com/images/srpr/logo6w.png)">A</p>
16381 <p style="/* invalid control char */">A</p>
16386 MSIE 6 CSS safety test: Fullwidth (bug 55332)
16388 <p style="font-size: 100px; color: expression((title='XSSed'),'red')">A</p>
16389 <div style="top:EXPRESSION(alert())">B</div>
16391 <p style="/* insecure input */">A</p>
16392 <div style="/* insecure input */">B</div>
16397 MSIE 6 CSS safety test: IPA extensions (bug 55332)
16399 <div style="background-image:uʀʟ(javascript:alert())">A</div>
16400 <p style="font-size: 100px; color: expʀessɪoɴ((title='XSSed'),'red')">B</p>
16402 <div style="/* insecure input */">A</div>
16403 <p style="/* insecure input */">B</p>
16408 MSIE 6 CSS safety test: sup/sub script (bug 55332)
16410 <div style="background-image:url⁽javascript:alert())">A</div>
16411 <div style="background-image:url₍javascript:alert())">B</div>
16412 <p style="font-size: 100px; color: expressioⁿ((title='XSSed'),'red')">C</p>
16414 <div style="/* insecure input */">A</div>
16415 <div style="/* insecure input */">B</div>
16416 <p style="/* insecure input */">C</p>
16420 # FIXME: Parsoid fails to sanitize this! See T58846.
16425 title="data:text/html,<img src=1 onerror=alert(1)>"
16426 style="-o-link:attr(title);-o-link-source:current">X</div>
16428 <div title="data:text/html,<img src=1 onerror=alert(1)>" style="/* insecure input */">X</div>
16433 MSIE 6 CSS safety test: Repetition markers (bug 55332)
16435 <p style="font-size: 100px; color: expres〱ion((title='XSSed'),'red')">A</p>
16436 <p style="font-size: 100px; color: expresゝion((title='XSSed'),'red')">B</p>
16437 <p style="font-size: 100px; color: expresーion((title='XSSed'),'red')">C</p>
16438 <p style="font-size: 100px; color: expresヽion((title='XSSed'),'red')">D</p>
16439 <p style="font-size: 100px; color: expresﹽion((title='XSSed'),'red')">E</p>
16440 <p style="font-size: 100px; color: expresﹼion((title='XSSed'),'red')">F</p>
16441 <p style="font-size: 100px; color: expresーion((title='XSSed'),'red')">G</p>
16443 <p style="/* insecure input */">A</p>
16444 <p style="/* insecure input */">B</p>
16445 <p style="/* insecure input */">C</p>
16446 <p style="/* insecure input */">D</p>
16447 <p style="/* insecure input */">E</p>
16448 <p style="/* insecure input */">F</p>
16449 <p style="/* insecure input */">G</p>
16454 Table attribute legitimate extension
16457 !+ style="<nowiki>color:blue</nowiki>"| status
16462 <th style="color:blue"> status
16468 Table attribute safety
16471 !+ style="<nowiki>border-width:expression(0+alert(document.cookie))</nowiki>"| status
16476 <th style="/* insecure input */"> status
16482 CSS line continuation 1
16484 <div style="background-image: u\ rl(test.jpg);"></div>
16486 <div style="/* insecure input */"></div>
16491 CSS line continuation 2
16493 <div style="background-image: u\ rl(test.jpg); "></div>
16495 <div style="/* invalid control char */"></div>
16506 Expansion of multi-line templates in attribute values (bug 6255)
16508 <div style="background: {{identity|#00FF00}}">-</div>
16510 <div style="background: #00FF00">-</div>
16516 Expansion of multi-line templates in attribute values (bug 6255 sanity check)
16518 <div style="background:
16521 <div style="background: #00FF00">-</div>
16524 <div style="background:
16529 Expansion of multi-line templates in attribute values (bug 6255 sanity check 2)
16531 <div style="background: #00FF00">-</div>
16533 <div style="background: #00FF00">-</div>
16538 evil <math>-wiki-tags without Extension:Math enabled
16540 <math><img src="some evil external link"><script>some_evil_javascript();</script></math>
16542 <p><math><img src="some evil external link"><script>some_evil_javascript();</script></math></p>
16546 ### Parser hooks (see tests/parser/parserTestsParserHook.php for the <tag> extension)
16549 Parser hook: empty input
16560 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
16563 ## Don't expect parsoid to rt this form.
16565 Parser hook: empty input using terminated empty elements
16567 parsoid=wt2html,html2html
16578 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":null}' data-parsoid='{}' about="#mwt2"></pre>
16582 Parser hook: empty input using terminated empty elements (space before)
16593 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":null}' data-parsoid='{}' about="#mwt2"></pre>
16597 Parser hook: basic input
16608 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"input"}}' data-parsoid='{}' about="#mwt2"></pre>
16611 ## Don't expect parsoid to rt this form.
16613 Parser hook: case insensitive
16615 parsoid=wt2html,html2html
16626 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"input"}}' data-parsoid='{}' about="#mwt2"></pre>
16629 ## Don't expect parsoid to rt this form.
16631 Parser hook: case insensitive, redux
16633 parsoid=wt2html,html2html
16644 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"input"}}' data-parsoid='{}' about="#mwt2"></pre>
16648 Parser hook: nested tags
16650 <tag><tag></tag></tag>
16659 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"<tag>"}}' data-parsoid='{}' about="#mwt2"></pre></tag>
16663 Parser hook: basic arguments
16665 <tag width="200" height="100" depth="50" square=""></tag>
16678 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"width":"200","height":"100","depth":"50","square":""},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
16681 ## Don't expect parsoid to rt this form.
16683 Parser hook: basic arguments, variations
16685 parsoid=wt2html,html2html
16687 <tag width=200 height = "100" depth = '50' square></tag>
16700 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"width":"200","height":"100","depth":"50","square":""},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
16704 Parser hook: argument containing a forward slash (bug 5344)
16706 <tag filename="/tmp/bla"></tag>
16711 'filename' => '/tmp/bla',
16716 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"filename":"/tmp/bla"},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
16719 ## Don't expect parsoid to rt this form.
16721 Parser hook: empty input using terminated empty elements (bug 2374)
16723 parsoid=wt2html,html2html
16735 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"foo":"bar"},"body":null}' data-parsoid='{}' about="#mwt2"></pre>text
16738 ## </tag> should be output literally since there is no matching tag that begins it
16739 ## Don't expect parsoid to rt this form.
16741 Parser hook: basic arguments using terminated empty elements (bug 2374)
16745 <tag width=200 height = "100" depth = '50' square/>
16762 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"width":"200","height":"100","depth":"50","square":""},"body":null}' about="#mwt2"></pre><p>other stuff
16766 ## Don't expect parsoid to rt this form.
16768 Parser hook: Don't allow unclosed extension tags
16774 this is a '''test'''
16776 <p>test <tag>123
16777 </p><p>this is a <b>test</b>
16780 <p>test <tag>123</p>
16782 <p>this is a <b>test</b></p>
16786 ### (see tests/parser/parserTestsParserHook.php for the <statictag> extension)
16790 Parser hook: static parser hook not inside a comment
16792 <statictag>hello, world</statictag>
16794 <statictag action="flush" />
16800 <p><span typeof="mw:Extension/statictag" data-mw='{"name":"statictag","attrs":{},"body":{"extsrc":"hello, world"}}' data-parsoid='{}' about="#mwt2"></span></p>
16801 <p typeof="mw:Extension/statictag" data-mw='{"name":"statictag","attrs":{"action":"flush"},"body":null}' data-parsoid='{}' about="#mwt4">hello, world</p>
16805 Parser hook: static parser hook inside a comment
16807 <!-- <statictag>hello, world</statictag> -->
16808 <statictag action="flush" />
16813 <!-- <statictag>hello, world</statictag> -->
16814 <p typeof="mw:Extension/statictag" data-mw='{"name":"statictag","attrs":{"action":"flush"},"body":null}' data-parsoid='{}' about="#mwt2"></p>
16817 # Nested template calls; this case was broken by Parser.php rev 1.506,
16821 Template:One-parameter
16823 (My parameter is: {{{1}}})
16827 Template:Map-one-parameter
16829 {{{{{1}}}|{{{2}}}}}
16833 Nested template calls
16835 {{Map-one-parameter|One-parameter|param}}
16837 <p>(My parameter is: param)
16846 # HTML+Tidy effectively strips out the empty tags completely
16847 # But since Parsoid doesn't it wraps the <s></s> tags in p-tags
16848 # which Tidy would have done for the PHP parser had there been content inside it.
16850 Sanitizer: Closing of open tags
16852 <s></s><table></table>
16854 <s></s><table></table>
16857 <p><s></s></p><table></table>
16861 Sanitizer: Closing of open but not closed tags
16870 Sanitizer: Closing of closed but not open tags
16880 Sanitizer: Closing of closed but not open table tags
16884 Table not started</td></tr></table>
16886 <p>Table not started</p>
16888 <p>Table not started</p>
16892 Sanitizer: Escaping of spaces, multibyte characters, colons & other stuff in id=""
16894 <span id="æ: v">byte</span>[[#æ: v|backlink]]
16896 <p><span id=".C3.A6:_v">byte</span><a href="#.C3.A6:_v">backlink</a>
16900 # In HTML5, the restrictions are that id must contain at least one character,
16901 # and must not contain any space characters.
16903 Sanitizer: Validating the contents of the id attribute (bug 4515)
16907 <br id="" /><br id="a space" />
16912 # In HTML5, id must be unique amongst all the ids in the element's home subtree.
16914 Sanitizer: Validating id attribute uniqueness (bug 4515, bug 6301)
16918 <br id="foo" /><br id="foo" />
16920 Something need to be done. foo-2 ?
16924 Sanitizer: Validating that <meta> and <link> work, but only for Microdata
16927 <meta itemprop="hello" content="world">
16928 <meta http-equiv="refresh" content="5">
16929 <meta itemprop="hello" http-equiv="refresh" content="5">
16930 <link itemprop="hello" href="{{SERVER}}">
16931 <link rel="stylesheet" href="{{SERVER}}">
16932 <link rel="stylesheet" itemprop="hello" href="{{SERVER}}">
16936 <p> <meta itemprop="hello" content="world" />
16937 <meta http-equiv="refresh" content="5">
16938 <meta itemprop="hello" content="5" />
16940 <link itemprop="hello" href="http://example.org" />
16941 <link rel="stylesheet" href="<a rel="nofollow" class="external free" href="http://example.org">http://example.org</a>">
16942 <link itemprop="hello" href="http://example.org" />
16948 Language converter: output gets cut off unexpectedly (bug 5757)
16952 this bit is safe: }-
16954 but if we add a conversion instance: -{zh-cn:xxx;zh-tw:yyy}-
16956 then we get cut off here: }-
16958 all additional text is vanished
16960 <p>this bit is safe: }-
16961 </p><p>but if we add a conversion instance: xxx
16962 </p><p>then we get cut off here: }-
16963 </p><p>all additional text is vanished
16968 Self closed html pairs (bug 5487)
16971 <center><font id="bug" />Centered text</center>
16972 <div><font id="bug2" />In div text</div>
16974 <center><font id="bug" />Centered text</center>
16975 <div><font id="bug2" />In div text</div>
16984 Punctuation: nbsp before exclamation
16988 <p>C'est grave !
16993 Punctuation: CSS !important (bug 11874)
16995 <div style="width:50% !important">important</div>
16997 <div style="width:50% !important">important</div>
17002 Punctuation: CSS ! important (bug 11874; with space after)
17004 <div style="width:50% ! important">important</div>
17006 <div style="width:50% ! important">important</div>
17011 HTML bullet list, closed tags (bug 5497)
17024 <ul data-parsoid='{"stx":"html"}'>
17025 <li data-parsoid='{"stx":"html"}'>One</li>
17026 <li data-parsoid='{"stx":"html"}'>Two</li>
17032 HTML bullet list, unclosed tags (bug 5497)
17044 <ul data-parsoid='{"stx":"html"}'>
17045 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>One</li>
17046 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>Two</li>
17052 HTML ordered list, closed tags (bug 5497)
17065 <ol data-parsoid='{"stx":"html"}'>
17066 <li data-parsoid='{"stx":"html"}'>One</li>
17067 <li data-parsoid='{"stx":"html"}'>Two</li>
17073 HTML ordered list, unclosed tags (bug 5497)
17086 <ol data-parsoid='{"stx":"html"}'>
17087 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>One</li>
17088 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>Two</li>
17094 HTML nested bullet list, closed tags (bug 5497)
17117 <ul data-parsoid='{"stx":"html"}'>
17118 <li data-parsoid='{"stx":"html"}'>One</li>
17119 <li data-parsoid='{"stx":"html"}'>Two:
17120 <ul data-parsoid='{"stx":"html"}'>
17121 <li data-parsoid='{"stx":"html"}'>Sub-one</li>
17122 <li data-parsoid='{"stx":"html"}'>Sub-two</li>
17129 HTML nested bullet list, open tags (bug 5497)
17166 HTML nested ordered list, closed tags (bug 5497)
17191 HTML nested ordered list, open tags (bug 5497)
17228 HTML ordered list item with parameters oddity
17230 <ol><li id="fragment">One</li>
17233 <ol><li id="fragment">One</li>
17238 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
17240 bug 5918: autonumbering
17242 [http://first/] [http://second] [ftp://ftp]
17246 [mailto:enclosed@mail.tld With target]
17248 [mailto:enclosed@mail.tld]
17250 mailto:inline@mail.tld
17252 <p><a rel="nofollow" class="external autonumber" href="http://first/">[1]</a> <a rel="nofollow" class="external autonumber" href="http://second">[2]</a> <a rel="nofollow" class="external autonumber" href="ftp://ftp">[3]</a>
17253 </p><p><a rel="nofollow" class="external free" href="ftp://inlineftp">ftp://inlineftp</a>
17254 </p><p><a rel="nofollow" class="external text" href="mailto:enclosed@mail.tld">With target</a>
17255 </p><p><a rel="nofollow" class="external autonumber" href="mailto:enclosed@mail.tld">[4]</a>
17256 </p><p><a rel="nofollow" class="external free" href="mailto:inline@mail.tld">mailto:inline@mail.tld</a>
17259 <p><a rel="mw:ExtLink" href="http://first/"></a> <a rel="mw:ExtLink" href="http://second"></a> <a rel="mw:ExtLink" href="ftp://ftp"></a></p>
17260 <p><a rel="mw:ExtLink" href="ftp://inlineftp">ftp://inlineftp</a></p>
17261 <p><a rel="mw:ExtLink" href="mailto:enclosed@mail.tld">With target</a></p>
17262 <p><a rel="mw:ExtLink" href="mailto:enclosed@mail.tld"></a></p>
17263 <p><a rel="mw:ExtLink" href="mailto:inline@mail.tld">mailto:inline@mail.tld</a></p>
17268 # Security and HTML correctness
17269 # From Nick Jenkins' fuzz testing
17273 Fuzz testing: Parser13
17288 Fuzz testing: Parser14
17293 <h2><span class="mw-headline" id="onmouseover.3D">onmouseover=</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: onmouseover=">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
17294 http://<div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
17296 <li class="toclevel-1 tocsection-1"><a href="#onmouseover.3D"><span class="tocnumber">1</span> <span class="toctext">onmouseover=</span></a></li>
17302 <h2><span class="mw-headline" id="onmouseover.3D">onmouseover=</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: onmouseover=">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
17304 <div id="toc" class="toc">
17305 <div id="toctitle">
17309 <li class="toclevel-1 tocsection-1"><a href="#onmouseover.3D"><span class="tocnumber">1</span> <span class="toctext">onmouseover=</span></a></li>
17316 Fuzz testing: Parser14-table
17318 parsoid=wt2html,html2html
17323 <h2><span class="mw-headline" id="a">a</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: a">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
17324 <table style="__TOC__">
17329 <h2><span class="mw-headline" id="a">a</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: a">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
17330 <table style="__TOC__">
17337 <table style="__TOC__"></table>
17340 # Known to produce bogus xml (extra </td>)
17342 Fuzz testing: Parser16
17369 Fuzz testing: Parser21
17372 ! irc://{{ftp://a" onmouseover="alert('hello world');"
17377 <th> <a rel="nofollow" class="external free" href="irc://{{ftp://a">irc://{{ftp://a</a>" onmouseover="alert('hello world');"
17387 Fuzz testing: Parser22
17389 http://===r:::https://b
17393 <p><a rel="nofollow" class="external free" href="http://===r:::https://b">http://===r:::https://b</a>
17401 # Known to produce bad XML for now
17403 Fuzz testing: Parser24
17408 | {{{{SSSll!!!!!!!VVVV)]]][[Special:*xxxxxxx--><noinclude>}}}} >
17409 <br style="onmouseover='alert(document.cookie);' " />
17411 MOVE YOUR MOUSE CURSOR OVER THIS TEXT
17416 <u class="|">}}}} >
17417 <br style="onmouseover='alert(document.cookie);'" />
17419 MOVE YOUR MOUSE CURSOR OVER THIS TEXT
17428 # Note: the current result listed for this is not what the original one was,
17429 # but the original bug was JavaScript injection, which is fixed in any case.
17430 # It's not clear that the original result listed was any more correct than the
17431 # current one. Original result:
17434 # <li class="||">
17435 # }}}blah" onmouseover="alert('hello world');" align="left"<b>MOVE MOUSE CURSOR OVER HERE</b>
17437 Fuzz testing: Parser25 (bug 6055)
17443 }}}blah" onmouseover="alert('hello world');" align="left"'''MOVE MOUSE CURSOR OVER HERE
17445 <p><LI CLASS=blah" onmouseover="alert('hello world');" align="left"<b>MOVE MOUSE CURSOR OVER HERE</b>
17450 Fuzz testing: URL adjacent extension (with space, clean)
17452 http://example.com <nowiki>junk</nowiki>
17454 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a> junk
17457 <p><a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a> <span typeof="mw:Nowiki">junk</span></p>
17461 Fuzz testing: URL adjacent extension (no space, dirty; nowiki)
17463 http://example.com<nowiki>junk</nowiki>
17465 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>junk
17468 <p><a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a><span typeof="mw:Nowiki">junk</span></p>
17472 Fuzz testing: URL adjacent extension (no space, dirty; pre)
17474 http://example.com<pre>junk</pre>
17476 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a><pre>junk</pre>
17479 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a></p>
17484 <p><a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a></p><pre data-parsoid='{"stx":"html"}'>junk</pre>
17488 Fuzz testing: image with bogus manual thumbnail
17490 [[Image:foobar.jpg|thumbnail= ]]
17492 <div class="thumb tright"><div class="thumbinner" style="width:182px;">Error creating thumbnail: <div class="thumbcaption"></div></div></div>
17495 <figure class="mw-default-size" typeof="mw:Error mw:Image/Thumb" data-parsoid='{"optList":[{"ck":"manualthumb","ak":"thumbnail= "}]}' data-mw='{"errors":[{"key":"missing-thumbnail","message":"This thumbnail does not exist.","params":{"name":""}}],"thumb":""}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="./Special:FilePath/" height="220" width="220" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"220","width":"220"},"sa":{"resource":"Image:foobar.jpg"}}'/></a></figure>
17499 Fuzz testing: encoded newline in generated HTML replacements (bug 6577)
17501 <pre dir=" "></pre>
17503 <pre dir=" "></pre>
17508 Parsing optional HTML elements (Bug 6171)
17513 <td> Some tabular data</td>
17514 <td> More tabular data ...
17515 <td> And yet som tabular data</td>
17521 <td> Some tabular data</td>
17522 <td> More tabular data ...
17523 </td><td> And yet som tabular data</td>
17530 Correct handling of <td>, <tr> (Bug 6171)
17535 <td> Some tabular data</td>
17536 <td> More tabular data ...</td>
17537 <td> And yet som tabular data</td>
17543 <td> Some tabular data</td>
17544 <td> More tabular data ...</td>
17545 <td> And yet som tabular data</td>
17553 Parsing crashing regression (fr:JavaScript)
17557 <p></body></x>
17562 Inline wiki vs wiki block nesting
17568 <p><b>Bold paragraph</b>
17569 </p><p>New wiki paragraph
17573 # FIXME: The current php output is documented
17574 # and desired output is the parsoid target.
17576 Inline HTML vs wiki block nesting
17582 <p><b>Bold paragraph
17583 </p><p>New wiki paragraph</b>
17586 <p><b>Bold paragraph</b>
17587 </p><p>New wiki paragraph
17591 # Original result was this:
17592 # <p><b>bold</b><b>bold<i>bolditalics</i></b>
17594 # While that might be marginally more intuitive, maybe, the six-apostrophe
17595 # construct is clearly pathological and the result stated here (which is what
17596 # the parser actually does) is about as reasonable as anything.
17598 Mixing markup for italics and bold
17601 '''bold''''''bold''bolditalics'''''
17603 <p>'<i>bold'</i><b>bold<i>bolditalics</i></b>
17611 Article for special page transclusion test
17615 Special page transclusion
17618 {{Special:Prefixindex/Xyzzyx}}
17620 <ul class="mw-prefixindex-list"><li><a href="/wiki/Xyzzyx" title="Xyzzyx">Xyzzyx</a></li>
17626 Special page transclusion twice (bug 5021)
17629 {{Special:Prefixindex/Xyzzyx}}
17630 {{Special:Prefixindex/Xyzzyx}}
17632 <ul class="mw-prefixindex-list"><li><a href="/wiki/Xyzzyx" title="Xyzzyx">Xyzzyx</a></li>
17634 <ul class="mw-prefixindex-list"><li><a href="/wiki/Xyzzyx" title="Xyzzyx">Xyzzyx</a></li>
17640 Transclusion of default MediaWiki message
17642 {{MediaWiki:Mainpage}}
17649 Transclusion of nonexistent MediaWiki message
17651 {{MediaWiki:Mainpagexxx}}
17653 <p><a href="/index.php?title=MediaWiki:Mainpagexxx&action=edit&redlink=1" class="new" title="MediaWiki:Mainpagexxx (page does not exist)">MediaWiki:Mainpagexxx</a>
17658 Transclusion of MediaWiki message with underscore
17660 {{MediaWiki:history_short}}
17667 Transclusion of MediaWiki message with space
17669 {{MediaWiki:history short}}
17676 Invalid header with following text
17686 Section extraction test (section 0)
17706 Section extraction test (section 1)
17728 Section extraction test (section 2)
17749 Section extraction test (section 3)
17769 Section extraction test (section 4)
17793 Section extraction test (section 5)
17813 Section extraction test (section 6)
17834 Section extraction test (section 7)
17854 Section extraction test (section 8)
17874 Section extraction test (section 9)
17895 Section extraction test (section 10)
17915 Section extraction test (nonexistent section 11)
17934 Section extraction test with bogus heading (section 1)
17939 ==bogus== not a legal section
17943 ==bogus== not a legal section
17947 Section extraction test with bogus heading (section 2)
17952 ==bogus== not a legal section
17959 Section extraction test with comment after heading (section 1)
17971 Section extraction test with comment after heading (section 2)
17983 Section extraction test with bogus <nowiki> heading (section 1)
17988 ==bogus== <nowiki>not a legal section</nowiki>
17992 ==bogus== <nowiki>not a legal section</nowiki>
17996 Section extraction test with bogus <nowiki> heading (section 2)
18001 ==bogus== <nowiki>not a legal section</nowiki>
18007 # Formerly testing for bug 2587, now resolved by the use of unmarked sections
18008 # instead of respecting commented sections
18010 Section extraction prefixed by comment (section 1)
18021 Section extraction prefixed by comment (section 2)
18031 # Formerly testing for bug 2607, now resolved by the use of unmarked sections
18032 # instead of respecting HTML-style headings
18034 Section extraction, mixed wiki and html (section 1)
18050 Section extraction, mixed wiki and html (section 2)
18066 # Formerly testing for bug 3342
18068 Section extraction, heading surrounded by <noinclude>
18072 <noinclude>==unmarked==</noinclude>
18078 # Test behavior of bug 19910
18080 Sectiion with all-equals
18085 The line above must have a trailing space
18088 But just in case it doesn't...
18092 But just in case it doesn't...
18096 Section replacement test (section 0)
18127 Section replacement test (section 1)
18156 Section replacement test (section 2)
18186 Section replacement test (section 3)
18217 Section replacement test (section 4)
18244 Section replacement test (section 5)
18275 Section replacement test (section 6)
18305 Section replacement test (section 7)
18336 Section replacement test (section 8)
18367 Section replacement test (section 9)
18396 Section replacement test (section 10)
18426 Section replacement test with initial whitespace (bug 13728)
18430 Preformatted initial line
18434 Preformatted initial line
18441 Section extraction, heading followed by pre with 20 spaces (bug 6398)
18453 Section extraction, heading followed by pre with 19 spaces (bug 6398 sanity check)
18466 Section extraction, <pre> around bogus header (bug 10309)
18483 Section replacement, <pre> around bogus header (bug 10309)
18505 Handling of 
 in URLs
18509 <ul><li><ul><li> <a rel="nofollow" class="external free" href="irc://%0Aa">irc://%0Aa</a></li></ul></li></ul>
18512 <ul><li><ul><li> <a rel="mw:ExtLink" href="irc://
18514 a</a></li></ul></li></ul>
18518 Handling of %0A in URLs
18522 <ul><li><ul><li> <a rel="nofollow" class="external free" href="irc://%0Aa">irc://%0Aa</a></li></ul></li></ul>
18525 <ul><li><ul><li> <a rel="mw:ExtLink" href="irc://%0Aa">irc://%0Aa</a></li></ul></li></ul>
18529 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
18531 5 quotes, code coverage +1 line
18538 <p><b><i></i></b></p>
18541 # same html as previous, but wikitext adjusted to match parsoid html2wt
18542 # note that wt2html and html2html will put the <i> before the <b>
18544 5 quotes, code coverage +1 line w/ nowiki (1)
18546 parsoid=wt2wt,html2wt
18548 '''''<nowiki/>'''''
18553 <p><b><i></i></b></p>
18556 # same as previous, just swapping the <i> and <b>
18558 5 quotes, code coverage +1 line w/ nowiki (2)
18560 '''''<nowiki/>'''''
18565 <p><i><b></b></i></p>
18569 Special:Search page linking.
18573 <p><a href="/wiki/Special:Search" title="Special:Search">Special:Search</a>
18578 {{!}} is a magic word
18580 {{!}} is a magic word there and {{!}} is still a magic word here
18581 | is not a magic word here but {{!}} is still a magic word here
18583 <p>| is a magic word there and | is still a magic word here
18584 | is not a magic word here but | is still a magic word here
18587 <p><span about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[]]}' data-mw='{"parts":[{"template":{"target":{"wt":"!","href":"./Template:!"},"params":{},"i":0}}]}'>|</span> is a magic word there and <span about="#mwt2" typeof="mw:Transclusion" data-parsoid='{"pi":[[]]}' data-mw='{"parts":[{"template":{"target":{"wt":"!","href":"./Template:!"},"params":{},"i":0}}]}'>|</span> is still a magic word here
18588 | is not a magic word here but <span about="#mwt3" typeof="mw:Transclusion" data-parsoid='{"pi":[[]]}' data-mw='{"parts":[{"template":{"target":{"wt":"!","href":"./Template:!"},"params":{},"i":0}}]}'>|</span> is still a magic word here</p>
18595 title=[[Parser test]]
18600 * {{FULLPAGENAMEE}}
18602 * {{BASEPAGENAMEE}}
18606 * {{ROOTPAGENAMEE}}
18608 * {{TALKPAGENAMEE}}
18609 * {{SUBJECTPAGENAME}}
18610 * {{SUBJECTPAGENAMEE}}
18613 * {{NAMESPACENUMBER}}
18617 * {{SUBJECTSPACEE}}
18618 * {{Dynamic|{{NUMBEROFUSERS}}|{{NUMBEROFPAGES}}|{{CURRENTVERSION}}|{{CONTENTLANGUAGE}}|{{DIRECTIONMARK}}|{{CURRENTTIMESTAMP}}|{{NUMBEROFARTICLES}}}}
18620 <ul><li> Parser test</li>
18621 <li> Parser_test</li>
18622 <li> Parser test</li>
18623 <li> Parser_test</li>
18624 <li> Parser test</li>
18625 <li> Parser_test</li>
18626 <li> Parser test</li>
18627 <li> Parser_test</li>
18628 <li> Parser test</li>
18629 <li> Parser_test</li>
18630 <li> Talk:Parser test</li>
18631 <li> Talk:Parser_test</li>
18632 <li> Parser test</li>
18633 <li> Parser_test</li>
18641 <li> <a href="/index.php?title=Template:Dynamic&action=edit&redlink=1" class="new" title="Template:Dynamic (page does not exist)">Template:Dynamic</a></li></ul>
18644 ### Note: Above tests excludes the "{{NUMBEROFADMINS}}" magic word because it generates a MySQL error when included.
18654 image4 |300px| centre
18655 image5.svg| http://///////
18660 <ul class="gallery mw-gallery-traditional">
18661 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18662 <div class="thumb" style="height: 150px;">Image1.png</div>
18663 <div class="gallerytext">
18666 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18667 <div class="thumb" style="height: 150px;">Image2.gif</div>
18668 <div class="gallerytext">
18671 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18672 <div class="thumb" style="height: 150px;">Image3</div>
18673 <div class="gallerytext">
18676 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18677 <div class="thumb" style="height: 150px;">Image4</div>
18678 <div class="gallerytext">
18683 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18684 <div class="thumb" style="height: 150px;">Image5.svg</div>
18685 <div class="gallerytext">
18686 <p><a rel="nofollow" class="external free" href="http://///////">http://///////</a>
18690 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18691 <div class="thumb" style="height: 150px;">* image6</div>
18692 <div class="gallerytext">
18700 Gallery (with options)
18702 <gallery widths='70px' heights='40px' perrow='2' caption='Foo [[Main Page]]' >
18703 File:Nonexistent.jpg|caption
18704 File:Nonexistent.jpg
18705 image:foobar.jpg|some '''caption''' [[Main Page]]
18707 image:foobar.jpg|Blabla|alt=This is a foo-bar.|blabla.
18710 <ul class="gallery mw-gallery-traditional" style="max-width: 226px;_width: 226px;">
18711 <li class='gallerycaption'>Foo <a href="/wiki/Main_Page" title="Main Page">Main Page</a></li>
18712 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
18713 <div class="thumb" style="height: 70px;">Nonexistent.jpg</div>
18714 <div class="gallerytext">
18719 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
18720 <div class="thumb" style="height: 70px;">Nonexistent.jpg</div>
18721 <div class="gallerytext">
18724 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
18725 <div class="thumb" style="width: 100px;"><div style="margin:31px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/70px-Foobar.jpg" width="70" height="8" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/105px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/140px-Foobar.jpg 2x" /></a></div></div>
18726 <div class="gallerytext">
18727 <p>some <b>caption</b> <a href="/wiki/Main_Page" title="Main Page">Main Page</a>
18731 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
18732 <div class="thumb" style="width: 100px;"><div style="margin:31px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/70px-Foobar.jpg" width="70" height="8" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/105px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/140px-Foobar.jpg 2x" /></a></div></div>
18733 <div class="gallerytext">
18736 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
18737 <div class="thumb" style="width: 100px;"><div style="margin:31px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="This is a foo-bar." src="http://example.com/images/thumb/3/3a/Foobar.jpg/70px-Foobar.jpg" width="70" height="8" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/105px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/140px-Foobar.jpg 2x" /></a></div></div>
18738 <div class="gallerytext">
18748 Gallery with link that has fragment
18751 image:foobar.jpg|link=Main_Page
18752 image:foobar.jpg|link=Main_Page#section
18753 image:foobar.jpg|link=Main Page#section|caption
18756 <ul class="gallery mw-gallery-traditional">
18757 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18758 <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/Main_Page"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/240px-Foobar.jpg 2x" /></a></div></div>
18759 <div class="gallerytext">
18762 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18763 <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/Main_Page#section"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/240px-Foobar.jpg 2x" /></a></div></div>
18764 <div class="gallerytext">
18767 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18768 <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/Main_Page#section"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/240px-Foobar.jpg 2x" /></a></div></div>
18769 <div class="gallerytext">
18779 Gallery with wikitext inside caption
18782 File:foobar.jpg|[[File:foobar.jpg|20px|desc|alt=inneralt]]|alt=galleryalt
18783 File:foobar.jpg|{{Test|unamedParam|alt=param}}|alt=galleryalt
18786 <ul class="gallery mw-gallery-traditional">
18787 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18788 <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="galleryalt" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/240px-Foobar.jpg 2x" /></a></div></div>
18789 <div class="gallerytext">
18790 <p><a href="/wiki/File:Foobar.jpg" class="image" title="desc"><img alt="inneralt" src="http://example.com/images/thumb/3/3a/Foobar.jpg/20px-Foobar.jpg" width="20" height="2" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/30px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/40px-Foobar.jpg 2x" /></a>
18794 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18795 <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="galleryalt" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/240px-Foobar.jpg 2x" /></a></div></div>
18796 <div class="gallerytext">
18797 <p>This is a test template
18806 gallery (with showfilename option)
18808 <gallery showfilename>
18809 File:Nonexistent.jpg|caption
18810 File:Nonexistent.jpg
18811 image:foobar.jpg|some '''caption''' [[Main Page]]
18815 <ul class="gallery mw-gallery-traditional">
18816 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18817 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
18818 <div class="gallerytext">
18819 <p><a href="/wiki/File:Nonexistent.jpg" title="File:Nonexistent.jpg">Nonexistent.jpg</a><br />
18824 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18825 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
18826 <div class="gallerytext">
18827 <p><a href="/wiki/File:Nonexistent.jpg" title="File:Nonexistent.jpg">Nonexistent.jpg</a><br />
18831 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18832 <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/240px-Foobar.jpg 2x" /></a></div></div>
18833 <div class="gallerytext">
18834 <p><a href="/wiki/File:Foobar.jpg" title="File:Foobar.jpg">Foobar.jpg</a><br />
18835 some <b>caption</b> <a href="/wiki/Main_Page" title="Main Page">Main Page</a>
18839 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18840 <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/240px-Foobar.jpg 2x" /></a></div></div>
18841 <div class="gallerytext">
18842 <p><a href="/wiki/File:Foobar.jpg" title="File:Foobar.jpg">Foobar.jpg</a><br />
18851 Gallery (with namespace-less filenames)
18854 File:Nonexistent.jpg
18860 <ul class="gallery mw-gallery-traditional">
18861 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18862 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
18863 <div class="gallerytext">
18866 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18867 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
18868 <div class="gallerytext">
18871 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18872 <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/240px-Foobar.jpg 2x" /></a></div></div>
18873 <div class="gallerytext">
18876 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18877 <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/240px-Foobar.jpg 2x" /></a></div></div>
18878 <div class="gallerytext">
18886 HTML Hex character encoding (spells the word "JavaScript")
18888 parsoid=wt2html,wt2wt,html2html
18890 JavaScript
18892 <p>JavaScript
18897 <p><span typeof="mw:Entity">J</span><span typeof="mw:Entity">a</span><span typeof="mw:Entity">v</span><span typeof="mw:Entity">a</span><span typeof="mw:Entity">S</span><span typeof="mw:Entity">c</span><span typeof="mw:Entity">r</span><span typeof="mw:Entity">i</span><span typeof="mw:Entity">p</span><span typeof="mw:Entity">t</span></p>
18901 HTML Hex character encoding bogus encoding (bug 26437 regression check)
18905 <p>&#xsee;&#XSEE;
18908 <p>&#xsee;&#XSEE;</p>
18912 HTML Hex character encoding mixed case
18914 parsoid=wt2html,wt2wt,html2html
18923 <p><span typeof="mw:Entity">î</span><span typeof="mw:Entity">î</span></p>
18926 # See: http://www.w3.org/TR/html5/syntax.html#character-references
18927 # Note that U+000C (form feed) is not a valid XML character, so
18928 # it is banned even though allowed in HTML5.
18930 Illegal character references (T106578)
18935 ; Control (low): 
18936 ; Control (high):  Ÿ
18937 ; Surrogate: ��
18938 ; This is an okay astral character: 💩
18947 <dt>Control (low)</dt>
18949 <dt>Control (high)</dt>
18950 <dd>&#x7F; &#x9F;</dd>
18952 <dd>&#xD83D;&#xDCA9;</dd>
18953 <dt>This is an okay astral character</dt>
18959 __FORCETOC__ override
18971 ISBN 978-0-1234-56 789
18973 <p><a href="/wiki/Special:BookSources/9780123456" class="internal mw-magiclink-isbn">ISBN 978-0-1234-56</a> 789
18976 <p><a href="/wiki/Special:BookSources/9780123456" class="internal mw-magiclink-isbn">ISBN 978-0-1234-56</a> 789</p>
18978 <p><a href="./Special:BookSources/9780123456" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 978-0-1234-56</a><span typeof="mw:Entity" data-parsoid='{"src":"&#x20;","srcContent":" "}'> </span>789</p>
18982 ISBN followed by 5 spaces
18993 ISBN ISBN 1234567890
18995 <p>ISBN <a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>
18998 <p>ISBN <a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a></p>
19001 # Uppercase X and lowercase x as well
19012 <p><a href="/wiki/Special:BookSources/346204561X" class="internal mw-magiclink-isbn">ISBN 3-462-04561-X</a>
19013 <a href="/wiki/Special:BookSources/346204561X" class="internal mw-magiclink-isbn">ISBN 3-462-04561-x</a>
19014 <a href="/wiki/Special:BookSources/080442957X" class="internal mw-magiclink-isbn">ISBN 080442957X</a>
19015 <a href="/wiki/Special:BookSources/080442957X" class="internal mw-magiclink-isbn">ISBN 080442957x</a>
19016 <a href="/wiki/Special:BookSources/978080442957X" class="internal mw-magiclink-isbn">ISBN 978080442957X</a>
19017 <a href="/wiki/Special:BookSources/978080442957X" class="internal mw-magiclink-isbn">ISBN 978080442957x</a>
19020 <p><a href="./Special:BookSources/346204561X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 3-462-04561-X</a>
19021 <a href="./Special:BookSources/346204561X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 3-462-04561-x</a>
19022 <a href="./Special:BookSources/080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 080442957X</a>
19023 <a href="./Special:BookSources/080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 080442957x</a>
19024 <a href="./Special:BookSources/978080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 978080442957X</a>
19025 <a href="./Special:BookSources/978080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 978080442957x</a></p>
19029 ISBN with empty prefix (parsoid test)
19033 <p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>
19036 <p><a href="./Special:BookSources/1234567890" rel="mw:WikiLink">ISBN 1234567890</a></p>
19040 Bug 22905: <abbr> followed by ISBN followed by </a>
19042 <abbr>(fr)</abbr> ISBN 2753300917 [http://www.example.com example.com]
19044 <p><abbr>(fr)</abbr> <a href="/wiki/Special:BookSources/2753300917" class="internal mw-magiclink-isbn">ISBN 2753300917</a> <a rel="nofollow" class="external text" href="http://www.example.com">example.com</a>
19047 <p><abbr data-parsoid='{"stx":"html"}'>(fr)</abbr> <a href="./Special:BookSources/2753300917" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 2753300917</a> <a rel="mw:ExtLink" href="http://www.example.com">example.com</a></p>
19055 <p>RFC <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc1234">RFC 1234</a>
19060 Double RFC with a wiki link
19064 <p>RFC <a href="/index.php?title=RFC_1234&action=edit&redlink=1" class="new" title="RFC 1234 (page does not exist)">RFC 1234</a>
19073 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc983">RFC 983</a> 987
19076 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc983">RFC 983</a> 987</p>
19080 Centre-aligned image
19082 [[Image:foobar.jpg|centre]]
19084 <div class="center"><div class="floatnone"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a></div></div>
19091 [[Image:foobar.jpg|none]]
19093 <div class="floatnone"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a></div>
19098 Width + Height sized image (using px) (height is ignored)
19100 [[Image:foobar.jpg|640x480px]]
19102 <p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/640px-Foobar.jpg" width="640" height="73" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/960px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/1280px-Foobar.jpg 2x" /></a>
19107 Width-sized image (using px, no following whitespace)
19109 [[Image:foobar.jpg|640px]]
19111 <p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/640px-Foobar.jpg" width="640" height="73" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/960px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/1280px-Foobar.jpg 2x" /></a>
19116 Width-sized image (using px, with following whitespace - test regression from r39467)
19118 [[Image:foobar.jpg|640px ]]
19120 <p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/640px-Foobar.jpg" width="640" height="73" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/960px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/1280px-Foobar.jpg 2x" /></a>
19125 Width-sized image (using px, with preceding whitespace - test regression from r39467)
19127 [[Image:foobar.jpg| 640px]]
19129 <p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/640px-Foobar.jpg" width="640" height="73" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/960px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/1280px-Foobar.jpg 2x" /></a>
19134 Image with page parameter
19138 [[File:LoremIpsum.djvu|page=2]]
19140 <p><a href="/index.php?title=File:LoremIpsum.djvu&page=2" class="image"><img alt="LoremIpsum.djvu" src="http://example.com/images/thumb/5/5f/LoremIpsum.djvu/page2-2480px-LoremIpsum.djvu.jpg" width="2480" height="3508" srcset="http://example.com/images/thumb/5/5f/LoremIpsum.djvu/page2-3720px-LoremIpsum.djvu.jpg 1.5x, http://example.com/images/thumb/5/5f/LoremIpsum.djvu/page2-4960px-LoremIpsum.djvu.jpg 2x" /></a>
19143 <p><span class="mw-default-size" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"page","ak":"page=2"}]}'><a href="./File:LoremIpsum.djvu" data-parsoid='{"a":{"href":"./File:LoremIpsum.djvu"},"sa":{}}'><img resource="./File:LoremIpsum.djvu" src="//example.com/images/5/5f/LoremIpsum.djvu" data-file-width="2480" data-file-height="3508" data-file-type="bitmap" height="3508" width="2480" data-parsoid='{"a":{"resource":"./File:LoremIpsum.djvu","height":"3508","width":"2480"},"sa":{"resource":"File:LoremIpsum.djvu"}}'/></a></span></p>
19147 Another italics / bold test
19155 # FIXME: The php output seems broken. It's interleaving some open/close tags.
19161 <dl><dd><dl><dt><dl><dt><dl><dt><dl><dd><dl><dd></dt></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl>
19164 <dl><dd><dl><dt><dl><dt><dl><dt><dl><dd><dl><dd></dd></dl></dd></dl></dt></dl></dt></dl></dt></dl></dd></dl>
19169 # Images with the "|" character in external URLs in comment tags; Eats half the comment, leaves unmatched "</a>" tag.
19171 Images with the "|" character in the comment
19173 [[File:Foobar.jpg|thumb|An [http://test/?param1=|left|¶m2=|x external] URL]]
19175 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>An <a rel="nofollow" class="external text" href="http://test/?param1=%7Cleft%7C&param2=%7Cx">external</a> URL</div></div></div>
19178 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>An <a rel="mw:ExtLink" href="http://test/?param1=|left|&param2=|x">external</a> URL</figcaption></figure>
19182 [Before] HTML without raw HTML enabled ($wgRawHtml==false)
19184 <html><script>alert(1);</script></html>
19186 <p><html><script>alert(1);</script></html>
19191 HTML with raw HTML ($wgRawHtml==true)
19195 <html><script>alert(1);</script></html>
19197 <p><script>alert(1);</script>
19202 Parents of subpages, one level up
19204 subpage title=[[Subpage test/L1/L2/L3]]
19208 <p><a href="/index.php?title=Subpage_test/L1/L2&action=edit&redlink=1" class="new" title="Subpage test/L1/L2 (page does not exist)">L2</a>
19214 Parents of subpages, one level up, not named
19216 subpage title=[[Subpage test/L1/L2/L3]]
19220 <p><a href="/index.php?title=Subpage_test/L1/L2&action=edit&redlink=1" class="new" title="Subpage test/L1/L2 (page does not exist)">Subpage test/L1/L2</a>
19227 Parents of subpages, two levels up
19229 subpage title=[[Subpage test/L1/L2/L3]]
19235 <p><a href="/index.php?title=Subpage_test/L1&action=edit&redlink=1" class="new" title="Subpage test/L1 (page does not exist)">L1</a>2
19236 </p><p><a href="/index.php?title=Subpage_test/L1&action=edit&redlink=1" class="new" title="Subpage test/L1 (page does not exist)">L1l</a>
19241 Parents of subpages, two levels up, without trailing slash or name.
19243 subpage title=[[Subpage test/L1/L2/L3]]
19252 Parents of subpages, two levels up, with lots of extra trailing slashes.
19254 subpage title=[[Subpage test/L1/L2/L3]]
19258 <p><a href="/index.php?title=Subpage_test/L1&action=edit&redlink=1" class="new" title="Subpage test/L1 (page does not exist)">Subpage test/L1</a>
19263 Subpage test/L1/L2/L3Sibling
19269 Transclusion of a sibling page (one level up)
19271 subpage title=[[Subpage test/L1/L2/L3]]
19280 Transclusion of a child page
19282 subpage title=[[Subpage test/L1/L2]]
19291 Non-transclusion because of too many up levels
19293 subpage title=[[Subpage test/L1/L2/L3]]
19295 {{../../../../More than parent}}
19297 <p>{{../../../../More than parent}}
19302 Definition list code coverage
19308 <dl><dt> title  </dt>
19310 <dt> title </dt>
19316 <dl><dt> title <span typeof="mw:Placeholder"> </span></dt><dd> def</dd>
19317 <dt> title<span typeof="mw:Placeholder"> </span></dt><dd> def</dd>
19318 <dt>title</dt><dd> def</dd></dl>
19322 Don't fall for the self-closing div
19324 <div>hello world</div/>
19326 <div>hello world</div>
19335 <p>[[:Template:Msg]]
19344 <p><a href="/index.php?title=Template:QUERTY&action=edit&redlink=1" class="new" title="Template:QUERTY (page does not exist)">Template:QUERTY</a>
19348 # This isn't needed for XHTML conformance, but would be handy as a fallback security measure
19350 Always escape literal '>' in output, not just after '<'
19364 <p>This is a test template
19365 This is a test template
19377 Inclusion of !userCanEdit() content
19381 <h2><span class="mw-headline" id="header">header</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=MediaWiki:Fake&action=edit&section=T-1" title="MediaWiki:Fake">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
19387 Out-of-order TOC heading levels
19396 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
19398 <li class="toclevel-1 tocsection-1"><a href="#2"><span class="tocnumber">1</span> <span class="toctext">2</span></a>
19400 <li class="toclevel-2 tocsection-2"><a href="#6"><span class="tocnumber">1.1</span> <span class="toctext">6</span></a></li>
19401 <li class="toclevel-2 tocsection-3"><a href="#3"><span class="tocnumber">1.2</span> <span class="toctext">3</span></a></li>
19404 <li class="toclevel-1 tocsection-4"><a href="#1"><span class="tocnumber">2</span> <span class="toctext">1</span></a>
19406 <li class="toclevel-2 tocsection-5"><a href="#5"><span class="tocnumber">2.1</span> <span class="toctext">5</span></a></li>
19407 <li class="toclevel-2 tocsection-6"><a href="#2_2"><span class="tocnumber">2.2</span> <span class="toctext">2</span></a></li>
19413 <h2><span class="mw-headline" id="2">2</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: 2">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
19414 <h6><span class="mw-headline" id="6">6</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: 6">edit</a><span class="mw-editsection-bracket">]</span></span></h6>
19415 <h3><span class="mw-headline" id="3">3</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: 3">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
19416 <h1><span class="mw-headline" id="1">1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: 1">edit</a><span class="mw-editsection-bracket">]</span></span></h1>
19417 <h5><span class="mw-headline" id="5">5</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: 5">edit</a><span class="mw-editsection-bracket">]</span></span></h5>
19418 <h2><span class="mw-headline" id="2_2">2</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=6" title="Edit section: 2">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
19424 ISBN with a dummy number
19434 ISBN with space-delimited number
19438 <p><a href="/wiki/Special:BookSources/9290170328" class="internal mw-magiclink-isbn">ISBN 92 9017 032 8</a>
19444 ISBN with multiple spaces, no number
19463 </p><p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>
19464 </p><p>ISBN 12345678901
19470 ISBN with trailing year (bug 8110)
19472 ISBN 1-234-56789-0 - 2006
19474 ISBN 1 234 56789 0 - 2006
19476 <p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1-234-56789-0</a> - 2006
19477 </p><p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1 234 56789 0</a> - 2006
19485 {{anchorencode:foo bar©#%n}}
19487 <p>foo_bar.C2.A9.23.25n
19492 anchorencode trims spaces
19494 {{anchorencode: __pretty__please__}}
19501 anchorencode deals with links
19503 {{anchorencode: [[hello|world]] [[hi]]}}
19510 anchorencode deals with templates
19512 {{anchorencode: {{Foo}} }}
19519 anchorencode encodes like the TOC generator: (bug 18431)
19521 === _ +:.3A%3A&&]] ===
19522 {{anchorencode: _ +:.3A%3A&&]] }}
19525 <h3><span class="mw-headline" id=".2B:.3A.253A.26.26.5D.5D">_ +:.3A%3A&&]]</span></h3>
19526 <p>.2B:.3A.253A.26.26.5D.5D
19531 Bug 6200: blockquotes and paragraph formatting
19552 Bug 8293: Use of center tag ruins paragraph formatting
19573 Parsing of overlapping (improperly nested) inline html tags
19575 <span><s>x</span></s>
19577 <p><span><s>x</span></s></span>
19580 <p><span><s>x</s></span>
19585 ### Language variants related tests
19588 Self-link in language variants
19590 title=[[Dunav]] language=sr
19592 Both [[Dunav]] and [[Дунав]] are names for this river.
19594 <p>Both <strong class="selflink">Dunav</strong> and <strong class="selflink">Дунав</strong> are names for this river.
19605 Link to another existing title shouldn't be parsed as self-link even if it's a variant of this title
19607 title=[[Duna]] language=sr
19609 [[Дуна]] is not a self-link while [[Duna]] and [[Dуна]] are still self-links.
19611 <p><a href="/wiki/%D0%94%D1%83%D0%BD%D0%B0" title="Дуна">Дуна</a> is not a self-link while <strong class="selflink">Duna</strong> and <strong class="selflink">Dуна</strong> are still self-links.
19616 Link to a section of a variant of this title shouldn't be parsed as self-link
19618 title=[[Duna]] language=sr
19620 [[Dуна]] is a self-link while [[Dunа#Foo]] and [[Dуна#Foo]] are not self-links.
19622 <p><strong class="selflink">Dуна</strong> is a self-link while <a href="/wiki/%D0%94%D1%83%D0%BD%D0%B0" title="Дуна">Dunа#Foo</a> and <a href="/wiki/%D0%94%D1%83%D0%BD%D0%B0" title="Дуна">Dуна#Foo</a> are not self-links.
19627 Link to pages in language variants
19631 Main Page can be written as [[Маин Паге]]
19633 <p>Main Page can be written as <a href="/wiki/Main_Page" title="Main Page">Маин Паге</a>
19639 Multiple links to pages in language variants
19643 [[Main Page]] can be written as [[Маин Паге]] same as [[Маин Паге]].
19645 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a> can be written as <a href="/wiki/Main_Page" title="Main Page">Маин Паге</a> same as <a href="/wiki/Main_Page" title="Main Page">Маин Паге</a>.
19651 Simple template in language variants
19657 <p>This is a test template
19663 Template with explicit namespace in language variants
19669 <p>This is a test template
19675 Basic test for template parameter in language variants
19679 {{парамтест|param=foo}}
19681 <p>This is a test template with parameter foo
19687 Simple category in language variants
19691 [[Category:МедиаWики Усер'с Гуиде]]
19693 <a href="/wiki/%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D0%B8%D1%98%D0%B0:MediaWiki_User%27s_Guide" title="Категорија:MediaWiki User's Guide">MediaWiki User's Guide</a>
19709 ## We used to, but no longer wt2wt this test since the default serializer
19710 ## will normalize all categories to serialize on their own line.
19711 ## This wikitext usage is going to be fairly uncommon in production and
19712 ## selser will take care of preserving formatting in those scenarios.
19714 Don't convert blue categorylinks to another variant (bug 33210)
19720 [[A]][[Category:分类]]
19722 <a href="/wiki/Category:%E5%88%86%E7%B1%BB" title="Category:分类">分类</a>
19724 <p><a rel="mw:WikiLink" href="A" title="A">A</a></p>
19725 <link rel="mw:PageProp/Category" href="Category:分类"/>
19729 Stripping -{}- tags (language variants)
19733 Latin proverb: -{Ne nuntium necare}-
19735 <p>Latin proverb: Ne nuntium necare
19741 Prevent conversion with -{}- tags (language variants)
19743 language=sr variant=sr-ec
19745 Latinski: -{Ne nuntium necare}-
19747 <p>Латински: Ne nuntium necare
19753 Prevent conversion of text with -{}- tags (language variants)
19755 language=sr variant=sr-ec
19757 Latinski: -{Ne nuntium necare}-
19759 <p>Латински: Ne nuntium necare
19765 Prevent conversion of links with -{}- tags (language variants)
19767 language=sr variant=sr-ec
19771 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
19777 -{}- tags within headlines (within html for parserConvert())
19779 language=sr variant=sr-ec
19783 <h2><span class="mw-headline" id="-.7BNaslov.7D-">Naslov</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Уреди одељак „Naslov“">уреди</a><span class="mw-editsection-bracket">]</span></span></h2>
19789 Explicit definition of language variant alternatives
19791 language=zh variant=zh-tw
19793 -{zh:China;zh-tw:Taiwan}-, not China
19795 <p>Taiwan, not China
19801 Conversion around HTML tags
19803 language=sr variant=sr-ec
19805 -{H|span=>sr-ec:script;title=>sr-ec:src;}-
19806 <span title="La-{sr-el:L;sr-ec:C;}-tin">ski</span>
19809 <span title="ЛаCтин">ски</span>
19815 Explicit session-wise language variant mapping (A flag and - flag)
19817 language=zh variant=zh-tw
19819 Taiwan is not China.
19820 But -{A|zh:China;zh-tw:Taiwan}- is China,
19821 (This-{-|zh:China;zh-tw:Taiwan}- should be stripped!)
19822 and -{China}- is China.
19824 <p>Taiwan is not China.
19825 But Taiwan is Taiwan,
19826 (This should be stripped!)
19827 and China is China.
19832 Explicit session-wise language variant mapping (H flag for hide)
19834 language=zh variant=zh-tw
19836 (This-{H|zh:China;zh-tw:Taiwan}- should be stripped!)
19839 <p>(This should be stripped!)
19845 Adding explicit conversion rule for title (T flag)
19847 language=zh variant=zh-tw showtitle
19849 Should be stripped-{T|zh:China;zh-tw:Taiwan}-!
19852 <p>Should be stripped!
19857 Testing that changing the language variant here in the tests actually works
19859 language=zh variant=zh showtitle
19861 Should be stripped-{T|zh:China;zh-tw:Taiwan}-!
19864 <p>Should be stripped!
19869 Recursive conversion of alt and title attrs shouldn't clear converter state
19871 language=zh variant=zh-cn showtitle
19873 -{H|zh-cn:Exclamation;zh-tw:exclamation;}-
19874 Should be stripped-{T|zh-cn:China;zh-tw:Taiwan}-<span title="exclamation">!</span>
19878 Should be stripped<span title="Exclamation">!</span>
19883 Bug 24072: more test on conversion rule for title
19885 language=zh variant=zh-tw showtitle
19887 This should be stripped-{T|zh:China;zh-tw:Taiwan}-!
19888 This won't take interferes with the title rule-{H|zh:Beijing;zh-tw:Taipei}-.
19891 <p>This should be stripped!
19892 This won't take interferes with the title rule.
19897 Partly disable title conversion if variant == main language code
19899 language=zh variant=zh title=[[ZH]] showtitle
19901 -{T|zh-cn:CN;zh-tw:TW}-
19909 Partly disable title conversion if variant == main language code, more
19911 language=zh variant=zh title=[[ZH]] showtitle
19921 Raw output of variant escape tags (R flag)
19923 language=zh variant=zh-tw
19925 Raw: -{R|zh:China;zh-tw:Taiwan}-
19927 <p>Raw: zh:China;zh-tw:Taiwan
19932 Strings evaluating false shouldn't be ignored by Language converter (T51072)
19934 language=zh variant=zh-cn
19936 -{zh-cn:0;zh-sg:1;zh-tw:2;zh-hk:3}-
19943 Conversion rules from [numeric-only string] to [something else] (T48634)
19945 language=zh variant=zh-cn
19947 -{H|0=>zh-cn:B}--{H|0=>zh-cn:C;0=>zh-cn:D}--{H|0=>zh-hans:A}-012345-{A|zh-tw:0;zh-cn:E;}-012345
19954 Bidirectional converter rule entries with an empty value should be ignored (T53551)
19956 language=zh variant=zh-cn
19958 -{H|zh-cn:foo;zh-tw:;}-foobar
19965 Unidirectional converter rule entries with an empty "from" string should be ignored (T53551)
19967 language=zh variant=zh-cn
19969 -{H|=>zh-cn:foo;}-foobar
19976 Empty converter rule entries shouldn't be inserted into the conversion table (T53551)
19978 language=zh variant=zh-cn
19987 Nested using of manual convert syntax
19989 language=zh variant=zh-hk
19991 Nested: -{zh-hans:Hi -{zh-cn:China;zh-sg:Singapore;}-;zh-hant:Hello -{zh-tw:Taiwan;zh-hk:H-{ong}- K-{}-ong;}-;}-!
19993 <p>Nested: Hello Hong Kong!
19998 Proper conversion of text in external links
20000 language=sr variant=sr-ec
20002 http://www.google.com
20003 gopher://www.google.com
20004 [http://www.google.com http://www.google.com]
20005 [gopher://www.google.com gopher://www.google.com]
20006 [https://www.google.com irc://www.google.com]
20007 [ftp://www.google.com www.google.com/ftp://dir]
20008 [//www.google.com www.google.com]
20010 <p><a rel="nofollow" class="external free" href="http://www.google.com">http://www.google.com</a>
20011 <a rel="nofollow" class="external free" href="gopher://www.google.com">gopher://www.google.com</a>
20012 <a rel="nofollow" class="external free" href="http://www.google.com">http://www.google.com</a>
20013 <a rel="nofollow" class="external free" href="gopher://www.google.com">gopher://www.google.com</a>
20014 <a rel="nofollow" class="external text" href="https://www.google.com">irc://www.google.com</a>
20015 <a rel="nofollow" class="external text" href="ftp://www.google.com">www.гоогле.цом/фтп://дир</a>
20016 <a rel="nofollow" class="external text" href="//www.google.com">www.гоогле.цом</a>
20021 Do not convert roman numbers to language variants
20023 language=sr variant=sr-ec
20027 <p>Фридрих IV је цар.
20032 Unclosed language converter markup "-{"
20043 Don't convert raw rule "-{R|=>}-" to "=>"
20054 Don't break link parsing if language converter markup is in the caption.
20056 language=sr variant=sr-ec
20058 [[Main Page|-{R|main page}-]]
20060 <p><a href="/wiki/Main_Page" title="Маин Паге">main page</a>
20064 # FIXME: This test is currently broken in the PHP parser (bug 52661)
20066 Don't break image parsing if language converter markup is in the caption.
20070 [[File:Foobar.jpg|-{R|caption}-]]
20072 <p><a href="/wiki/File:Foobar.jpg" class="image" title="caption"><img alt="caption" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
20076 # FIXME: This test is currently broken in the PHP parser (bug 52661)
20078 Don't break list handling if language converter markup is in the item.
20080 language=zh variant=zh-cn
20082 ;-{zh-cn:AAA;zh-tw:BBB}-
20084 <dl><dt><span class="error">在手动语言转换规则中检测到错误</span></dd></dl>
20091 # FIXME: This test is currently broken in the PHP parser (bug 52661)
20093 Don't break table handling if language converter markup is in the cell.
20095 language=sr variant=sr-ec
20118 Bug 529: Uncovered bullet
20127 # Plain MediaWiki does not remove empty lists, but tidy actually does.
20128 # Templates in Wikipedia rely on this behavior, as tidy has always been
20129 # enabled there. These tests are normally run *without* tidy, so specify the
20130 # full output here.
20131 # To test realistic parsing behavior, apply a tidy-like transformation to both
20132 # the expected output and your parser's output.
20134 Bug 529: Uncovered bullet leaving empty list, normally removed by tidy
20136 ******* Foo {{bullet}}
20138 <ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li> Foo </li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
20144 Bug 529: Uncovered table already at line-start
20167 Bug 529: Uncovered bullet in parser function result
20169 * Foo {{lc:{{bullet}} }}
20177 Bug 5678: Double-parsed template argument
20179 {{lc:{{{1}}}|hello}}
20186 Bug 5678: Double-parsed template invocation
20188 {{lc:{{paramtest {{!}} param = hello }} }}
20190 <p>{{paramtest | param = hello }}
20195 Case insensitivity of parser functions for non-ASCII characters (bug 8143)
20198 title=[[Main Page]]
20200 {{PRVNÍVELKÉ:ěščř}}
20201 {{prvnívelké:ěščř}}
20221 Morwen/13: Unclosed link followed by heading
20228 <h2><span class="mw-headline" id="heading">heading</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: heading">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
20233 HHP2.1: Heuristics for headings in preprocessor parenthetical structures
20240 <h1><span class="mw-headline" id="heading">heading</span></h1>
20245 HHP2.2: Heuristics for headings in preprocessor parenthetical structures
20252 <h2><span class="mw-headline" id="heading">heading</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: heading">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
20267 Paragraphs inside divs (no extra line breaks)
20279 Paragraphs inside divs (extra line break on open)
20294 Paragraphs inside divs (extra line break on close)
20309 Paragraphs inside divs (extra line break on open and close)
20326 Nesting tags, paragraphs on lines which begin with <div>
20328 <div></div><strong>A
20331 <p><strong>A</strong></p>
20332 <p><strong>B</strong></p>
20340 # Bug 6200: <blockquote> should behave like <div> with respect to line breaks
20342 Bug 6200: paragraphs inside blockquotes (no extra line breaks)
20344 <blockquote>Line one
20346 Line two</blockquote>
20348 <blockquote>Line one
20349 Line two</blockquote>
20353 <p>Line one Line two</p>
20358 Bug 6200: paragraphs inside blockquotes (extra line break on open)
20363 Line two</blockquote>
20368 Line two</blockquote>
20373 Line two</blockquote>
20377 Bug 6200: paragraphs inside blockquotes (extra line break on close)
20379 <blockquote>Line one
20384 <blockquote>Line one
20397 Bug 6200: paragraphs inside blockquotes (extra line break on open and close)
20419 Paragraphs inside blockquotes/divs (no extra line breaks)
20421 <blockquote><div>Line one
20423 Line two</div></blockquote>
20425 <blockquote><div>Line one
20426 Line two</div></blockquote>
20431 Paragraphs inside blockquotes/divs (extra line break on open)
20436 Line two</div></blockquote>
20441 Line two</div></blockquote>
20446 Paragraphs inside blockquotes/divs (extra line break on close)
20448 <blockquote><div>Line one
20451 </div></blockquote>
20453 <blockquote><div>Line one
20456 </div></blockquote>
20461 Paragraphs inside blockquotes/divs (extra line break on open and close)
20467 </div></blockquote>
20473 </div></blockquote>
20478 Interwiki links trounced by replaceExternalLinks after early LinkHolderArray expansion
20480 wgLinkHolderBatchSize=0
20486 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?1" class="extiw" title="meatball:1">meatball:1</a>
20487 <a href="http://www.usemod.com/cgi-bin/mb.pl?2" class="extiw" title="meatball:2">meatball:2</a>
20488 <a href="http://www.usemod.com/cgi-bin/mb.pl?3" class="extiw" title="meatball:3">meatball:3</a>
20493 Free external link invading image caption
20495 [[Image:Foobar.jpg|thumb|http://x|hello]]
20497 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>hello</div></div></div>
20502 Bug 15196: localised external link numbers
20506 [http://en.wikipedia.org/]
20508 <p><a rel="nofollow" class="external autonumber" href="http://en.wikipedia.org/">[۱]</a>
20511 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/"></a></p>
20515 Multibyte character in padleft
20517 {{padleft:-Hello|7|Æ}}
20524 Multibyte character in padright
20526 {{padright:Hello-|7|Æ}}
20533 formatdate parser function
20535 {{#formatdate:2009-03-24}}
20537 <p><span class="mw-formatted-date" title="2009-03-24">2009-03-24</span>
20542 formatdate parser function, with default format
20544 {{#formatdate:2009-03-24|mdy}}
20546 <p><span class="mw-formatted-date" title="2009-03-24">March 24, 2009</span>
20551 Spacing of numbers in formatted dates
20553 {{#formatdate:January 15}}
20555 <p><span class="mw-formatted-date" title="01-15">January 15</span>
20560 formatdate parser function, with default format and on a page of which the content language is always English and different from the wiki content language
20562 language=nl title=[[MediaWiki:Common.css]]
20564 {{#formatdate:2009-03-24|dmy}}
20566 <p><span class="mw-formatted-date" title="2009-03-24">24 March 2009</span>
20579 Edit comment with link
20583 I like the [[Main Page]] a lot
20585 I like the <a href="/wiki/Main_Page" title="Main Page">Main Page</a> a lot
20589 Edit comment with link and link text
20593 I like the [[Main Page|best pages]] a lot
20595 I like the <a href="/wiki/Main_Page" title="Main Page">best pages</a> a lot
20599 Edit comment with link and link text with suffix
20603 I like the [[Main Page|best page]]s a lot
20605 I like the <a href="/wiki/Main_Page" title="Main Page">best pages</a> a lot
20609 Edit comment with section link (non-local, eg in history list)
20611 comment title=[[Main Page]]
20613 /* External links */ removed bogus entries
20615 <a href="/wiki/Main_Page#External_links" title="Main Page">→</a><span dir="auto"><span class="autocomment">External links: </span> removed bogus entries</span>
20619 Edit comment with section link and text before it (non-local, eg in history list)
20621 comment title=[[Main Page]]
20623 pre-comment text /* External links */ removed bogus entries
20625 pre-comment text <a href="/wiki/Main_Page#External_links" title="Main Page">→</a><span dir="auto"><span class="autocomment">External links: </span> removed bogus entries</span>
20629 Edit comment with section link (local, eg in diff view)
20631 comment local title=[[Main Page]]
20633 /* External links */ removed bogus entries
20635 <a href="#External_links">→</a><span dir="auto"><span class="autocomment">External links: </span> removed bogus entries</span>
20639 Edit comment with subpage link (bug 14080)
20643 title=[[Subpage test]]
20645 Poked at a [[/subpage]] here...
20647 Poked at a <a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">/subpage</a> here...
20651 Edit comment with subpage link and link text (bug 14080)
20655 title=[[Subpage test]]
20657 Poked at a [[/subpage|neat little page]] here...
20659 Poked at a <a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">neat little page</a> here...
20663 Edit comment with bogus subpage link in non-subpage NS (bug 14080)
20666 title=[[Subpage test]]
20668 Poked at a [[/subpage]] here...
20670 Poked at a <a href="/index.php?title=/subpage&action=edit&redlink=1" class="new" title="/subpage (page does not exist)">/subpage</a> here...
20674 Edit comment with bare anchor link (local, as on diff)
20678 title=[[Main Page]]
20682 <a href="#section">#section</a>
20686 Edit comment with bare anchor link (non-local, as on history)
20689 title=[[Main Page]]
20693 <a href="/wiki/Main_Page#section" title="Main Page">#section</a>
20697 Anchor starting with underscore
20703 <p><a href="#_ref">One</a>
20706 <p><a rel="mw:WikiLink" href="./Foo#_ref" data-parsoid='{"stx":"piped","a":{"href":"./Foo#_ref"},"sa":{"href":"#_ref"}}'>One</a></p>
20710 Id starting with underscore
20712 <div id="_ref"></div>
20714 <div id="_ref"></div>
20719 Space normalisation on autocomment (bug 22784)
20722 title=[[Main Page]]
20724 /* __hello__world__ */
20726 <a href="/wiki/Main_Page#hello_world" title="Main Page">→</a><span dir="auto"><span class="autocomment">__hello__world__</span></span>
20730 percent-encoding and + signs in comments (Bug 26410)
20734 [[ABC%33D% ++]] [[ABC%33D% ++|+%20]]
20736 <a href="/index.php?title=ABC3D%25_%2B%2B&action=edit&redlink=1" class="new" title="ABC3D% ++ (page does not exist)">ABC3D% ++</a> <a href="/index.php?title=ABC3D%25_%2B%2B&action=edit&redlink=1" class="new" title="ABC3D% ++ (page does not exist)">+%20</a>
20739 # Parsoid doesn't support this yet: see bug 73581
20740 # but it *should* omit the 'src' attribute if the image is bad.
20741 # PHP side of tests was disabled in
20742 # mediawiki/core:6bd31e7d95161a6e88fa86df60871051da997c3c
20743 # because of issues in the PHP parserTests infrastructure
20744 # (but the output below is indeed what the PHP side emits)
20746 Bad images - basic functionality
20749 !! DISABLED/html/php
20751 <p><span class="mw-default-size" typeof="mw:Error mw:Image" data-mw='{"errors":[{"key":"bad-image","message":"This image is blacklisted in this context."}]}'><a href="./File:Bad.jpg"><img resource="./File:Bad.jpg" height="220" width="220"/></a></span></p>
20755 Bad images - bug 16039: text after bad image disappears
20760 !! DISABLED/html/php
20766 <span class="mw-default-size" typeof="mw:Error mw:Image" data-mw='{"errors":[{"key":"bad-image","message":"This image is blacklisted in this context."}]}'><a href="./File:Bad.jpg"><img resource="./File:Bad.jpg" height="220" width="220"/></a></span>
20771 Verify that displaytitle works (bug #22501) no displaytitle
20775 wgAllowDisplayTitle=true
20776 wgRestrictDisplayTitle=false
20778 this is not the the title
20781 <p>this is not the the title
20786 Verify that displaytitle works (bug #22501) RestrictDisplayTitle=false
20791 wgAllowDisplayTitle=true
20792 wgRestrictDisplayTitle=false
20794 this is not the the title
20795 {{DISPLAYTITLE:whatever}}
20798 <p>this is not the the title
20803 Verify that displaytitle works (bug #22501) RestrictDisplayTitle=true mismatch
20808 wgAllowDisplayTitle=true
20809 wgRestrictDisplayTitle=true
20811 this is not the the title
20812 {{DISPLAYTITLE:whatever}}
20815 <p>this is not the the title
20820 Verify that displaytitle works (bug #22501) RestrictDisplayTitle=true matching
20825 wgAllowDisplayTitle=true
20826 wgRestrictDisplayTitle=true
20828 this is not the the title
20829 {{DISPLAYTITLE:screen}}
20832 <p>this is not the the title
20837 Verify that displaytitle works (bug #22501) AllowDisplayTitle=false
20842 wgAllowDisplayTitle=false
20844 this is not the the title
20845 {{DISPLAYTITLE:screen}}
20848 <p>this is not the the title
20849 <a href="/index.php?title=Template:DISPLAYTITLE:screen&action=edit&redlink=1" class="new" title="Template:DISPLAYTITLE:screen (page does not exist)">Template:DISPLAYTITLE:screen</a>
20854 Verify that displaytitle works (bug #22501) AllowDisplayTitle=false no DISPLAYTITLE
20859 wgAllowDisplayTitle=false
20861 this is not the the title
20864 <p>this is not the the title
20869 Verify that displaytitle handles inline CSS styles (bug 26547) - rejected value
20874 wgAllowDisplayTitle=true
20875 wgRestrictDisplayTitle=true
20877 this is not the the title
20878 {{DISPLAYTITLE:<span style="display: none;">s</span>creen}}
20880 <span style="/* attempt to bypass $wgRestrictDisplayTitle */">s</span>creen
20881 <p>this is not the the title
20886 Verify that displaytitle handles inline CSS styles (bug 26547) - accepted value
20891 wgAllowDisplayTitle=true
20892 wgRestrictDisplayTitle=true
20894 this is not the the title
20895 {{DISPLAYTITLE:<span style="color: red;">s</span>creen}}
20897 <span style="color: red;">s</span>creen
20898 <p>this is not the the title
20903 Page status indicators: Empty name is invalid
20907 <indicator name=" "></indicator>
20908 <indicator></indicator>
20910 <p><span class="error"><strong>Error:</strong> Page status indicators' <code>name</code> attribute must not be empty.</span>
20911 <span class="error"><strong>Error:</strong> Page status indicators' <code>name</code> attribute must not be empty.</span>
20916 Page status indicators: Weird syntaxes that are okay
20920 <indicator name="empty" />
20921 <indicator name="name"></indicator>
20930 Page status indicators: Torture test
20934 <indicator name="01">hello world</indicator>
20935 <indicator name="02">[[Main Page]]</indicator>
20936 <indicator name="03">[[File:Foobar.jpg|25px|link=]]</indicator>
20937 <indicator name="04">[[File:Foobar.jpg|25px]]</indicator>
20938 <indicator name="05">* foo
20940 <indicator name="06"><nowiki>foo</nowiki></indicator>
20941 <indicator name="07"> Preformatted</indicator>
20942 <indicator name="08"><div>Broken tag</indicator>
20943 <indicator name="09">{| class=wikitable
20946 <indicator name="10">Two
20948 paragraphs</indicator>
20951 02=<a href="/wiki/Main_Page" title="Main Page">Main Page</a>
20952 03=<img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/25px-Foobar.jpg" width="25" height="3" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/38px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/50px-Foobar.jpg 2x" />
20953 04=<a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/25px-Foobar.jpg" width="25" height="3" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/38px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/50px-Foobar.jpg 2x" /></a>
20954 05=<ul><li> foo</li>
20958 07=<pre>Preformatted
20960 08=<div>Broken tag</div>
20962 09=<table class="wikitable">
20979 preload: check <noinclude> and <includeonly>
20983 Hello <noinclude>cruel</noinclude><includeonly>kind</includeonly> world.
20989 preload: check <onlyinclude>
20993 Goodbye <onlyinclude>Hello world</onlyinclude>
20999 preload: can pass tags through if we want to
21003 <includeonly><</includeonly>includeonly>Hello world<includeonly><</includeonly>/includeonly>
21005 <includeonly>Hello world</includeonly>
21009 preload: check that it doesn't try to do tricks
21013 * <!-- Hello --> ''{{world}}'' {{<includeonly>subst:</includeonly>How are you}}{{ {{{|safesubst:}}} #if:1|2|3}}
21015 * <!-- Hello --> ''{{world}}'' {{subst:How are you}}{{ {{{|safesubst:}}} #if:1|2|3}}
21019 Play a bit with r67090 and bug 3158
21021 <div style="width:50% !important"> </div>
21022 <div style="width:50% !important"> </div>
21023 <div style="width:50% !important"> </div>
21024 <div style="border : solid;"> </div>
21026 <div style="width:50% !important"> </div>
21027 <div style="width:50% !important"> </div>
21028 <div style="width:50% !important"> </div>
21029 <div style="border : solid;"> </div>
21032 <div style="width:50% !important" data-parsoid='{"stx":"html"}'><span typeof="mw:Entity" data-parsoid='{"srcContent":" "}'> </span></div>
21033 <div style="width:50% !important" data-parsoid='{"stx":"html","a":{"style":"width:50% !important"},"sa":{"style":"width:50%&nbsp;!important"}}'><span typeof="mw:Entity" data-parsoid='{"srcContent":" "}'> </span></div>
21034 <div style="width:50% !important" data-parsoid='{"stx":"html","a":{"style":"width:50% !important"},"sa":{"style":"width:50%&#160;!important"}}'><span typeof="mw:Entity" data-parsoid='{"srcContent":" "}'> </span></div>
21035 <div style="border : solid;" data-parsoid='{"stx":"html"}'><span typeof="mw:Entity" data-parsoid='{"srcContent":" "}'> </span></div>
21040 HTML5 data attributes
21042 <span data-foo="bar">Baz</span>
21043 <p data-abc-def_hij="">Quuz</p>
21045 <p><span data-foo="bar">Baz</span>
21047 <p data-abc-def_hij="">Quuz</p>
21050 <p><span data-foo="bar" data-parsoid='{"stx":"html"}'>Baz</span></p>
21051 <p data-abc-def_hij="" data-parsoid='{"stx":"html"}'>Quuz</p>
21055 Strip reserved data attributes
21057 <div data-mw="foo" data-parsoid="bar" data-mw-someext="baz" data-ok="fred" data-ooui="xyzzy" data-bad:ns="ns">d</div>
21059 <div data-ok="fred">d</div>
21062 <div data-x-data-mw="foo" data-x-data-parsoid="bar" data-x-data-mw-someext="baz" data-ok="fred" data-parsoid='{"stx":"html","a":{"data-ooui":null,"data-bad:ns":null},"sa":{"data-ooui":"xyzzy","data-bad:ns":"ns"}}'>d</div>
21066 percent-encoding and + signs in internal links (Bug 26410)
21068 [[User:+%]] [[Page+title%]]
21069 [[%+]] [[%+|%20]] [[%+ ]] [[%+r]]
21070 [[%]] [[+]] [[File:%+abc%39|foo|[[bar]]]]
21071 [[%33%45]] [[%33%45+]]
21073 <p><a href="/index.php?title=User:%2B%25&action=edit&redlink=1" class="new" title="User:+% (page does not exist)">User:+%</a> <a href="/index.php?title=Page%2Btitle%25&action=edit&redlink=1" class="new" title="Page+title% (page does not exist)">Page+title%</a>
21074 <a href="/index.php?title=%25%2B&action=edit&redlink=1" class="new" title="%+ (page does not exist)">%+</a> <a href="/index.php?title=%25%2B&action=edit&redlink=1" class="new" title="%+ (page does not exist)">%20</a> <a href="/index.php?title=%25%2B&action=edit&redlink=1" class="new" title="%+ (page does not exist)">%+ </a> <a href="/index.php?title=%25%2Br&action=edit&redlink=1" class="new" title="%+r (page does not exist)">%+r</a>
21075 <a href="/index.php?title=%25&action=edit&redlink=1" class="new" title="% (page does not exist)">%</a> <a href="/index.php?title=%2B&action=edit&redlink=1" class="new" title="+ (page does not exist)">+</a> <a href="/index.php?title=Special:Upload&wpDestFile=%25%2Babc9" class="new" title="File:%+abc9">bar</a>
21076 <a href="/index.php?title=3E&action=edit&redlink=1" class="new" title="3E (page does not exist)">3E</a> <a href="/index.php?title=3E%2B&action=edit&redlink=1" class="new" title="3E+ (page does not exist)">3E+</a>
21079 <p><a rel="mw:WikiLink" href="./User:+%25" title="User:+%" data-parsoid='{"stx":"simple","a":{"href":"./User:+%25"},"sa":{"href":"User:+%"}}'>User:+%</a> <a rel="mw:WikiLink" href="./Page+title%25" title="Page+title%" data-parsoid='{"stx":"simple","a":{"href":"./Page+title%25"},"sa":{"href":"Page+title%"}}'>Page+title%</a>
21080 <a rel="mw:WikiLink" href="./%25+" title="%+" data-parsoid='{"stx":"simple","a":{"href":"./%25+"},"sa":{"href":"%+"}}'>%+</a> <a rel="mw:WikiLink" href="./%25+" title="%+" data-parsoid='{"stx":"piped","a":{"href":"./%25+"},"sa":{"href":"%+"}}'>%20</a> <a rel="mw:WikiLink" href="./%25+" title="%+" data-parsoid='{"stx":"simple","a":{"href":"./%25+"},"sa":{"href":"%+ "}}'>%+ </a> <a rel="mw:WikiLink" href="./%25+r" title="%+r" data-parsoid='{"stx":"simple","a":{"href":"./%25+r"},"sa":{"href":"%+r"}}'>%+r</a>
21081 <a rel="mw:WikiLink" href="./%25" title="%" data-parsoid='{"stx":"simple","a":{"href":"./%25"},"sa":{"href":"%"}}'>%</a> <a rel="mw:WikiLink" href="./+" title="+" data-parsoid='{"stx":"simple","a":{"href":"./+"},"sa":{"href":"+"}}'>+</a> <span class="mw-default-size" typeof="mw:Error mw:Image" data-parsoid='{"optList":[{"ck":"bogus","ak":"foo"},{"ck":"caption","ak":"[[bar]]"}]}' data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}],"caption":"<a rel=\"mw:WikiLink\" href=\"./Bar\" title=\"Bar\" data-parsoid='{\"stx\":\"simple\",\"a\":{\"href\":\"./Bar\"},\"sa\":{\"href\":\"bar\"},\"dsr\":[94,101,2,2]}'>bar</a>"}'><a href="./File:%25+abc9" data-parsoid='{"a":{"href":"./File:%25+abc9"},"sa":{}}'><img resource="./File:%25+abc9" src="./Special:FilePath/%25+abc9" height="220" width="220" data-parsoid='{"a":{"resource":"./File:%25+abc9","height":"220","width":"220"},"sa":{"resource":"File:%+abc%39"}}'/></a></span>
21082 <a rel="mw:WikiLink" href="./3E" title="3E" data-parsoid='{"stx":"simple","a":{"href":"./3E"},"sa":{"href":"%33%45"}}'>3E</a> <a rel="mw:WikiLink" href="./3E+" title="3E+" data-parsoid='{"stx":"simple","a":{"href":"./3E+"},"sa":{"href":"%33%45+"}}'>3E+</a></p>
21086 Special characters in embedded file links (bug 27679)
21088 [[File:Contains & ampersand.jpg]]
21089 [[File:Does not exist.jpg|Title with & ampersand]]
21091 <p><a href="/index.php?title=Special:Upload&wpDestFile=Contains_%26_ampersand.jpg" class="new" title="File:Contains & ampersand.jpg">File:Contains & ampersand.jpg</a>
21092 <a href="/index.php?title=Special:Upload&wpDestFile=Does_not_exist.jpg" class="new" title="File:Does not exist.jpg">Title with & ampersand</a>
21095 <p><span class="mw-default-size" typeof="mw:Error mw:Image" data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}]}'><a href="./File:Contains_&_ampersand.jpg"><img resource="./File:Contains_&_ampersand.jpg" src="./Special:FilePath/Contains_&_ampersand.jpg" height="220" width="220"/></a></span>
21096 <span class="mw-default-size" typeof="mw:Error mw:Image" data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}],"caption":"Title with &amp; ampersand"}'><a href="./File:Does_not_exist.jpg"><img resource="./File:Does_not_exist.jpg" src="./Special:FilePath/Does_not_exist.jpg" height="220" width="220"/></a></span></p>
21100 Confirm that 'apos' named character reference doesn't make it to output (not legal in HTML 4)
21102 Text's been normalized?
21104 <p>Text's been normalized?
21109 Bug 19052 U+3000 IDEOGRAPHIC SPACE should terminate free external links
21111 http://www.example.org/ <-- U+3000 (vim: ^Vu3000)
21113 <p><a rel="nofollow" class="external free" href="http://www.example.org/">http://www.example.org/</a> <-- U+3000 (vim: ^Vu3000)
21118 Bug 19052 U+3000 IDEOGRAPHIC SPACE should terminate bracketed external links
21120 [http://www.example.org/ ideograms]
21122 <p><a rel="nofollow" class="external text" href="http://www.example.org/">ideograms</a>
21127 Bug 19052 U+3000 IDEOGRAPHIC SPACE should terminate external images links
21129 http://www.example.org/pic.png <-- U+3000 (vim: ^Vu3000)
21131 <p><img src="http://www.example.org/pic.png" alt="pic.png"/> <-- U+3000 (vim: ^Vu3000)
21155 Bug 31098 Template which includes system messages which includes the template
21159 <p><span class="error">Template loop detected: <a href="/wiki/Template:Identical" title="Template:Identical">Template:Identical</a></span>
21160 <span class="error">Template loop detected: <a href="/wiki/Template:Identical" title="Template:Identical">Template:Identical</a></span>
21165 Bug31490 Turkish: ucfirst 'blah'
21176 Bug31490 Turkish: ucfirst 'ix'
21187 Bug31490 Turkish: lcfirst 'BLAH'
21198 Bug31490 Turkish: ucfırst (with a dotless i)
21204 <p><a href="/index.php?title=%C5%9Eablon:Ucf%C4%B1rst:blah&action=edit&redlink=1" class="new" title="Şablon:Ucfırst:blah (sayfa mevcut değil)">Şablon:Ucfırst:blah</a>
21209 Bug31490 ucfırst (with a dotless i) with English language
21215 <p><a href="/index.php?title=Template:Ucf%C4%B1rst:blah&action=edit&redlink=1" class="new" title="Template:Ucfırst:blah (page does not exist)">Template:Ucfırst:blah</a>
21220 Bug 26375: TOC with italics
21222 title=[[Main Page]]
21225 == ''Lost'' episodes ==
21227 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21229 <li class="toclevel-1 tocsection-1"><a href="#Lost_episodes"><span class="tocnumber">1</span> <span class="toctext"><i>Lost</i> episodes</span></a></li>
21233 <h2><span class="mw-headline" id="Lost_episodes"><i>Lost</i> episodes</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Main_Page&action=edit&section=1" title="Edit section: Lost episodes">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21238 Bug 26375: TOC with bold
21240 title=[[Main Page]]
21243 == '''should be bold''' then normal text ==
21245 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21247 <li class="toclevel-1 tocsection-1"><a href="#should_be_bold_then_normal_text"><span class="tocnumber">1</span> <span class="toctext"><b>should be bold</b> then normal text</span></a></li>
21251 <h2><span class="mw-headline" id="should_be_bold_then_normal_text"><b>should be bold</b> then normal text</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Main_Page&action=edit&section=1" title="Edit section: should be bold then normal text">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21256 Bug 33845: Headings become cursive in TOC when they contain an image
21258 title=[[Main Page]]
21261 == Image [[Image:foobar.jpg]] ==
21263 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21265 <li class="toclevel-1 tocsection-1"><a href="#Image"><span class="tocnumber">1</span> <span class="toctext">Image</span></a></li>
21269 <h2><span class="mw-headline" id="Image">Image <a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Main_Page&action=edit&section=1" title="Edit section: Image">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21274 Bug 33845 (2): Headings become bold in TOC when they contain a blockquote
21276 title=[[Main Page]]
21279 == <blockquote>Quote</blockquote> ==
21281 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21283 <li class="toclevel-1 tocsection-1"><a href="#Quote"><span class="tocnumber">1</span> <span class="toctext">Quote</span></a></li>
21287 <h2><span class="mw-headline" id="Quote"><blockquote>Quote</blockquote></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Main_Page&action=edit&section=1" title="Edit section: Quote">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21291 <div id="toc" class="toc">
21292 <div id="toctitle">
21296 <li class="toclevel-1 tocsection-1"><a href="#Quote"><span class="tocnumber">1</span> <span class="toctext">Quote</span></a></li>
21300 <h2><span class="mw-headline" id="Quote"></span></h2>
21302 <p><span class="mw-headline" id="Quote">Quote</span></p>
21304 <p><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Main_Page&action=edit&section=1" title="Edit section: Quote">edit</a><span class="mw-editsection-bracket">]</span></span></p>
21308 Unclosed tags in TOC
21310 title=[[Main Page]]
21314 <small>Hanc marginis exiguitas non caperet.</small>
21317 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21319 <li class="toclevel-1 tocsection-1"><a href="#Proof:_2_.3C_3"><span class="tocnumber">1</span> <span class="toctext">Proof: 2 < 3</span></a></li>
21323 <h2><span class="mw-headline" id="Proof:_2_.3C_3">Proof: 2 < 3</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Main_Page&action=edit&section=1" title="Edit section: Proof: 2 < 3">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21324 <p><small>Hanc marginis exiguitas non caperet.</small>
21330 Multiple tags in TOC
21333 == <i>Foo</i> <b>Bar</b> ==
21335 == <i>Foo</i> <blockquote>Bar</blockquote> ==
21337 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21339 <li class="toclevel-1 tocsection-1"><a href="#Foo_Bar"><span class="tocnumber">1</span> <span class="toctext"><i>Foo</i> <b>Bar</b></span></a></li>
21340 <li class="toclevel-1 tocsection-2"><a href="#Foo_Bar_2"><span class="tocnumber">2</span> <span class="toctext"><i>Foo</i> Bar</span></a></li>
21344 <h2><span class="mw-headline" id="Foo_Bar"><i>Foo</i> <b>Bar</b></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Foo Bar">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21345 <h2><span class="mw-headline" id="Foo_Bar_2"><i>Foo</i> <blockquote>Bar</blockquote></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Foo Bar">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21349 <div id="toc" class="toc">
21350 <div id="toctitle">
21354 <li class="toclevel-1 tocsection-1"><a href="#Foo_Bar"><span class="tocnumber">1</span> <span class="toctext"><i>Foo</i> <b>Bar</b></span></a></li>
21355 <li class="toclevel-1 tocsection-2"><a href="#Foo_Bar_2"><span class="tocnumber">2</span> <span class="toctext"><i>Foo</i> Bar</span></a></li>
21359 <h2><span class="mw-headline" id="Foo_Bar"><i>Foo</i> <b>Bar</b></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Foo Bar">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21360 <h2><span class="mw-headline" id="Foo_Bar_2"><i>Foo</i></span></h2>
21362 <p><span class="mw-headline" id="Foo_Bar_2">Bar</span></p>
21364 <p><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Foo Bar">edit</a><span class="mw-editsection-bracket">]</span></span></p>
21367 # Don't expect Parsoid to roundtrip this until the php parser comes closer to
21368 # html5 tag parsing.
21370 Tags with parameters in TOC
21375 == <sup class="in-h2">Hello</sup> ==
21377 == <sup class="a > b">Evilbye</sup> ==
21379 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21381 <li class="toclevel-1 tocsection-1"><a href="#Hello"><span class="tocnumber">1</span> <span class="toctext"><sup>Hello</sup></span></a></li>
21382 <li class="toclevel-1 tocsection-2"><a href="#b.22.3EEvilbye"><span class="tocnumber">2</span> <span class="toctext"><sup> b">Evilbye</sup></span></a></li>
21386 <h2><span class="mw-headline" id="Hello"><sup class="in-h2">Hello</sup></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Hello">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21387 <h2><span class="mw-headline" id="b.22.3EEvilbye"><sup class="a"> b">Evilbye</sup></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: b">Evilbye">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21390 <meta property="mw:PageProp/toc" />
21391 <h2> <sup class="in-h2" data-parsoid='{"stx":"html"}'>Hello</sup> </h2>
21393 <h2> <sup class="a " data-parsoid='{"stx":"html"}'> b">Evilbye</sup> </h2>
21397 span tags with directionality in TOC
21400 == <span dir="ltr">C++</span> ==
21402 == <span dir="rtl">זבנג!</span> ==
21404 == <span style="font-style: italic">The attributes on these span tags must be deleted from the TOC</span> ==
21406 == <span style="font-style: italic" dir="ltr">All attributes on these span tags must be deleted from the TOC</span> ==
21408 == <span dir="ltr" style="font-style: italic">Attributes after dir on these span tags must be deleted from the TOC</span> ==
21410 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21412 <li class="toclevel-1 tocsection-1"><a href="#C.2B.2B"><span class="tocnumber">1</span> <span class="toctext"><span dir="ltr">C++</span></span></a></li>
21413 <li class="toclevel-1 tocsection-2"><a href="#.D7.96.D7.91.D7.A0.D7.92.21"><span class="tocnumber">2</span> <span class="toctext"><span dir="rtl">זבנג!</span></span></a></li>
21414 <li class="toclevel-1 tocsection-3"><a href="#The_attributes_on_these_span_tags_must_be_deleted_from_the_TOC"><span class="tocnumber">3</span> <span class="toctext"><span>The attributes on these span tags must be deleted from the TOC</span></span></a></li>
21415 <li class="toclevel-1 tocsection-4"><a href="#All_attributes_on_these_span_tags_must_be_deleted_from_the_TOC"><span class="tocnumber">4</span> <span class="toctext"><span>All attributes on these span tags must be deleted from the TOC</span></span></a></li>
21416 <li class="toclevel-1 tocsection-5"><a href="#Attributes_after_dir_on_these_span_tags_must_be_deleted_from_the_TOC"><span class="tocnumber">5</span> <span class="toctext"><span dir="ltr">Attributes after dir on these span tags must be deleted from the TOC</span></span></a></li>
21420 <h2><span class="mw-headline" id="C.2B.2B"><span dir="ltr">C++</span></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: C++">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21421 <h2><span class="mw-headline" id=".D7.96.D7.91.D7.A0.D7.92.21"><span dir="rtl">זבנג!</span></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: זבנג!">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21422 <h2><span class="mw-headline" id="The_attributes_on_these_span_tags_must_be_deleted_from_the_TOC"><span style="font-style: italic">The attributes on these span tags must be deleted from the TOC</span></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: The attributes on these span tags must be deleted from the TOC">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21423 <h2><span class="mw-headline" id="All_attributes_on_these_span_tags_must_be_deleted_from_the_TOC"><span style="font-style: italic" dir="ltr">All attributes on these span tags must be deleted from the TOC</span></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: All attributes on these span tags must be deleted from the TOC">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21424 <h2><span class="mw-headline" id="Attributes_after_dir_on_these_span_tags_must_be_deleted_from_the_TOC"><span dir="ltr" style="font-style: italic">Attributes after dir on these span tags must be deleted from the TOC</span></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: Attributes after dir on these span tags must be deleted from the TOC">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21429 Bug 72884: bdi element in ToC
21432 == <bdi>test</bdi> ==
21434 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21436 <li class="toclevel-1 tocsection-1"><a href="#test"><span class="tocnumber">1</span> <span class="toctext"><bdi>test</bdi></span></a></li>
21440 <h2><span class="mw-headline" id="test"><bdi>test</bdi></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: test">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21444 # Note that the html output does not have the <p></p>, but the
21445 # html+tidy output *does*. This is because the empty <p></p> is
21446 # removed by the sanitizer, but only when tidy is *not* enabled (!).
21448 Empty <p> tag in TOC, removed by Sanitizer (T92892)
21453 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21455 <li class="toclevel-1 tocsection-1"><a href="#x"><span class="tocnumber">1</span> <span class="toctext">x</span></a></li>
21459 <h2><span class="mw-headline" id="x">x</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: x">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21463 <div id="toc" class="toc">
21464 <div id="toctitle">
21468 <li class="toclevel-1 tocsection-1"><a href="#x"><span class="tocnumber">1</span> <span class="toctext">x</span></a></li>
21472 <h2><span class="mw-headline" id="x">x</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: x">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21478 == {{int:headline_sample}} ==
21482 Bug 32057: Title needed when expanding <h> nodes.
21484 title=[[Main Page]]
21488 <h2><span class="mw-headline" id="Headline_text">Headline text</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Main_Page&action=edit&section=1" title="Edit section: Headline text">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21493 Strip marker in urlencode
21495 {{urlencode:x<nowiki/>y}}
21496 {{urlencode:x<nowiki/>y|wiki}}
21497 {{urlencode:x<nowiki/>y|path}}
21498 {{urlencode:x<pre id="one">two</pre>y}}
21526 Strip marker in formatNum
21528 {{formatnum:1<nowiki/>2}}
21529 {{formatnum:1<nowiki/>2|R}}
21537 Check noCommafy in formatNum
21541 {{formatnum:123456.78}}
21542 {{formatnum:123456.78|NOSEP}}
21550 Wrong option for formatNum (bug 56199)
21552 {{formatnum:1,234.56|Random}}
21553 {{formatnum:1,234.56|EVERYTHING}}
21554 {{formatnum:1234.56|any argument that has the string 'NOSEP'}}
21563 Strip marker in grammar
21567 {{grammar:elative|foo<nowiki/>bar}}
21574 Strip marker in padleft
21576 {{padleft:|2|x<nowiki/>y}}
21583 Strip marker in padright
21585 {{padright:|2|x<nowiki/>y}}
21592 Strip marker in anchorencode
21594 {{anchorencode:x<nowiki/>y}}
21601 nowiki inside link inside heading (bug 18295)
21603 ==[[foo|x<nowiki>y</nowiki>z]]==
21605 <h2><span class="mw-headline" id="xyz"><a href="/wiki/Foo" title="Foo">xyz</a></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: xyz">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21610 new support for bdi element (bug 31817)
21612 <p dir="rtl" lang="he">ולדימיר לנין (ברוסית: <bdi lang="ru">Владимир Ленин</bdi>, 24 באפריל 1870–22 בינואר 1924) הוא מנהיג פוליטי קומוניסטי רוסי.</p>
21614 <p dir="rtl" lang="he">ולדימיר לנין (ברוסית: <bdi lang="ru">Владимир Ленин</bdi>, 24 באפריל 1870–22 בינואר 1924) הוא מנהיג פוליטי קומוניסטי רוסי.</p>
21619 Ignore pipe between table row attributes
21623 |- id=foo | style='color: red'
21631 <tr id="foo" style="color: red">
21638 Gallery override link with WikiLink (bug 34852)
21641 File:foobar.jpg|caption|alt=galleryalt|link=InterWikiLink
21644 <ul class="gallery mw-gallery-traditional">
21645 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
21646 <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/InterWikiLink"><img alt="galleryalt" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/240px-Foobar.jpg 2x" /></a></div></div>
21647 <div class="gallerytext">
21657 Gallery override link with absolute external link (bug 34852)
21660 File:foobar.jpg|caption|alt=galleryalt|link=http://www.example.org
21663 <ul class="gallery mw-gallery-traditional">
21664 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
21665 <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="http://www.example.org"><img alt="galleryalt" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/240px-Foobar.jpg 2x" /></a></div></div>
21666 <div class="gallerytext">
21676 Gallery override link with malicious javascript (bug 34852)
21679 File:foobar.jpg|caption|alt=galleryalt|link=" onclick="alert('malicious javascript code!');
21682 <ul class="gallery mw-gallery-traditional">
21683 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
21684 <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/%22_onclick%3D%22alert(%27malicious_javascript_code!%27);"><img alt="galleryalt" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/240px-Foobar.jpg 2x" /></a></div></div>
21685 <div class="gallerytext">
21695 Gallery with invalid title as link (bug 43964)
21698 File:foobar.jpg|link=<
21701 <ul class="gallery mw-gallery-traditional">
21702 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
21703 <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/240px-Foobar.jpg 2x" /></a></div></div>
21704 <div class="gallerytext">
21712 Language parser function
21721 Padleft and padright as substr
21723 {{padleft:|3|abcde}}
21724 {{padright:|3|abcde}}
21732 Special parser function
21734 {{#special:RandomPage}}
21735 {{#special:BaDtItLe}}
21736 {{#special:Foobar}}
21745 Bug 34939 - Case insensitive link parsing ([HttP://])
21747 [HttP://MediaWiki.Org/]
21749 <p><a rel="nofollow" class="external autonumber" href="HttP://MediaWiki.Org/">[1]</a>
21752 <p><a rel="mw:ExtLink" href="HttP://MediaWiki.Org/"></a></p>
21756 Bug 34939 - Case insensitive link parsing ([HttP:// title])
21758 [HttP://MediaWiki.Org/ MediaWiki]
21760 <p><a rel="nofollow" class="external text" href="HttP://MediaWiki.Org/">MediaWiki</a>
21765 Bug 34939 - Case insensitive link parsing (HttP://)
21767 HttP://MediaWiki.Org/
21769 <p><a rel="nofollow" class="external free" href="HttP://MediaWiki.Org/">HttP://MediaWiki.Org/</a>
21772 <p><a rel="mw:ExtLink" href="HttP://MediaWiki.Org/">HttP://MediaWiki.Org/</a></p>
21790 <h2><span class="mw-headline" id="Section_1">Section 1</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Section 1">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21791 <h2><span class="mw-headline" id="Section_2">Section 2</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Section 2">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21792 <h2><span class="mw-headline" id="Section_3">Section 3</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: Section 3">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21793 <h2><span class="mw-headline" id="Section_4">Section 4</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: Section 4">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21794 <h2><span class="mw-headline" id="Section_5">Section 5</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: Section 5">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
21800 ### Parsoid-specific tests
21801 ### Parsoid-PHP parser incompatibilities
21804 1. SOL-sensitive wikitext tokens as template-args
21806 parsoid=wt2html,wt2wt
21812 <span about="#mwt1" typeof="mw:Transclusion">
21813 </span><ul about="#mwt1"><li>a</li>
21815 <span about="#mwt2" typeof="mw:Transclusion">
21816 </span><ol about="#mwt2"><li>a</li>
21818 <span about="#mwt3" typeof="mw:Transclusion">
21819 </span><dl about="#mwt3"><dd>a</dd>
21823 #### -----------------------------------------------------------------
21824 #### Parsoid-specific functionality tests
21825 #### -----------------------------------------------------------------
21827 # Bug 63642/66749: Formatting elt fixup around images is cleaned up.
21828 # We know wt2wt will fail, but we expect selser to pass.
21829 # Due to the nature of our testing, wt2wt and selser tests will enter the
21830 # blacklist and we'll catch selser regressions based on changes to the
21831 # blacklist entries for selser tests.
21833 1. Bad treebuilder fixup of formatting elt is cleaned up
21835 parsoid=wt2html,wt2wt
21840 [[Image:Foobar.jpg|right|Test]]
21847 <figure class="mw-default-size mw-halign-right" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="220" width="1941"/></a><figcaption>Test</figcaption></figure>
21854 2. Bad treebuilder fixup of formatting elt is cleaned up
21856 parsoid=wt2html,wt2wt
21858 '''foo[[File:Foobar.jpg|thumb|caption]]bar'''
21860 <small>[[Image:Foobar.jpg|right|300px]]</small>
21864 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption><b>caption</b></figcaption></figure>
21866 <small><figure class="mw-halign-right" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/300px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="34" width="300"/></a></figure></small>
21870 3. Bad treebuilder fixup of formatting elt is cleaned up
21872 parsoid=wt2html,wt2wt
21874 <small>'''foo[[File:Foobar.jpg|thumb|caption]]bar'''</small>
21876 <p><small><b>foo</b></small></p>
21877 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption><small><b>caption</b></small></figcaption></figure>
21878 <p><small><b>bar</b></small></p>
21882 4. Bad treebuilder fixup of formatting elt is cleaned up: formatting tags around captionless images are ignored
21884 parsoid=wt2html,wt2wt
21886 '''<small>[[Image:Foobar.jpg|right|300px]]</small>'''
21888 <p><b><small></small></b></p>
21889 <figure class="mw-halign-right" typeof="mw:Image"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/300px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="34" width="300"/></a></figure>
21893 #### ----------------------------------------------------------------
21894 #### Parsoid-only testing of Parsoid's impl of <ref> and <references>
21895 #### tags. Parsoid's output for these tags differs from that of the
21897 #### ----------------------------------------------------------------
21900 Ref: 1. ref-location should be replaced with an index span
21903 B <ref name="x">foo</ref>
21907 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span>
21908 B <span about="#mwt4" class="mw-ref" id="cite_ref-x_2-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-x-2"},"attrs":{"name":"x"}}'><a href="#cite_note-x-2"><span class="mw-reflink-text">[2]</span></a></span>
21909 C <span about="#mwt6" class="mw-ref" id="cite_ref-y_3-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"y"}}'><a href="#cite_note-y-3"><span class="mw-reflink-text">[3]</span></a></span></p>
21910 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw='{"name":"references","attrs":{}}'>
21911 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li>
21912 <li about="#cite_note-x-2" id="cite_note-x-2"><a href="#cite_ref-x_2-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-x-2" class="mw-reference-text">foo</span></li>
21913 <li about="#cite_note-y-3" id="cite_note-y-3"><a href="#cite_ref-y_3-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-y-3" class="mw-reference-text"></span></li>
21918 Ref: 2. ref-tags with identical names should all get the same index
21920 A <ref name="x">foo</ref>
21924 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-x_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-x-1"},"attrs":{"name":"x"}}'><a href="#cite_note-x-1"><span class="mw-reflink-text">[1]</span></a></span>
21925 B <span about="#mwt4" class="mw-ref" id="cite_ref-x_1-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"x"}}'><a href="#cite_note-x-1"><span class="mw-reflink-text">[1]</span></a></span></p>
21926 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
21927 <li about="#cite_note-x-1" id="cite_note-x-1"><span rel="mw:referencedBy"><a href="#cite_ref-x_1-0"><span class="mw-linkback-text">1 </span></a><a href="#cite_ref-x_1-1"><span class="mw-linkback-text">2 </span></a></span> <span id="mw-reference-text-cite_note-x-1" class="mw-reference-text">foo</span></li>
21932 Ref: 3. spaces in ref-names should be ignored
21934 A <ref name="x">foo</ref>
21935 B <ref name=" x " />
21939 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-x_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-x-1"},"attrs":{"name":"x"}}'><a href="#cite_note-x-1"><span class="mw-reflink-text">[1]</span></a></span>
21940 B <span about="#mwt4" class="mw-ref" id="cite_ref-x_1-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"x"}}'><a href="#cite_note-x-1"><span class="mw-reflink-text">[1]</span></a></span>
21941 C <span about="#mwt6" class="mw-ref" id="cite_ref-x_1-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"x"}}'><a href="#cite_note-x-1"><span class="mw-reflink-text">[1]</span></a></span></p>
21942 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw='{"name":"references","attrs":{}}'>
21943 <li about="#cite_note-x-1" id="cite_note-x-1"><span rel="mw:referencedBy"><a href="#cite_ref-x_1-0"><span class="mw-linkback-text">1 </span></a><a href="#cite_ref-x_1-1"><span class="mw-linkback-text">2 </span></a><a href="#cite_ref-x_1-2"><span class="mw-linkback-text">3 </span></a></span> <span id="mw-reference-text-cite_note-x-1" class="mw-reference-text">foo</span></li>
21947 # NOTE: constructor is a predefined property in JS and constructor as a ref-name can clash with it if not handled properly)
21949 Ref: 4. 'constructor' should be accepted as a valid ref-name
21951 A <ref name="constructor">foo</ref>
21954 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-constructor_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-constructor-1"},"attrs":{"name":"constructor"}}'><a href="#cite_note-constructor-1"><span class="mw-reflink-text">[1]</span></a></span></p>
21955 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
21956 <li about="#cite_note-constructor-1" id="cite_note-constructor-1"><a href="#cite_ref-constructor_1-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-constructor-1" class="mw-reference-text">foo</span></li>
21961 Ref: 5. body should accept generic wikitext
21964 This is a '''[[bolded link]]''' and this is a {{echo|transclusion}}
21969 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
21971 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{}}'>
21972 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">This is a <b><a rel="mw:WikiLink" href="Bolded_link" title="Bolded link">bolded link</a></b> and this is a <span about="#mwt3" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"transclusion"}},"i":0}}]}'>transclusion</span>
21978 Ref: 6. indent-pres should not be output in ref-body
21988 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
21990 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
21991 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo
21999 Ref: 7. No p-wrapping in ref-body
22016 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22018 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22019 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo
22034 Ref: 8. transclusion wikitext has lower precedence
22036 A <ref> foo {{echo|</ref> B C}}
22040 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> B C}}</p>
22041 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22042 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo {{echo|</span></li>
22047 Ref: 9. unclosed comments should not leak out of ref-body
22049 A <ref> foo <!--</ref> B C
22052 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> B C</p>
22053 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22054 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo <!----></span></li>
22059 Ref: 10. Unclosed HTML tags should not leak out of ref-body
22061 A <ref> <b> foo </ref> B C
22065 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> B C</p>
22068 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22069 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text"><b data-parsoid='{"stx":"html","autoInsertedEnd":true}'> foo </b></span></li>
22074 Ref: 11. ref-tags acts like an inline element wrt P-wrapping
22080 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> B
22081 C <span about="#mwt4" class="mw-ref" id="cite_ref-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-2"},"attrs":{}}'><a href="#cite_note-2"><span class="mw-reflink-text">[2]</span></a></span> D</p>
22082 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
22083 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li>
22084 <li about="#cite_note-2" id="cite_note-2"><a href="#cite_ref-2" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-2" class="mw-reference-text">bar</span></li>
22089 Ref: 12. ref-tags act as trailing newline migration barrier
22091 <!--the newline at the end of this line moves out of the p tag-->a
22093 b<!--the newline at the end of this line stays inside the p tag--> <ref />
22099 <!--the newline at the end of this line moves out of the p tag--><p>a</p>
22102 <p>b<!--the newline at the end of this line stays inside the p tag--> <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span>
22103 <span about="#mwt4" class="mw-ref" id="cite_ref-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{}}'><a href="#cite_note-2"><span class="mw-reflink-text">[2]</span></a></span></p>
22106 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
22107 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text"></span></li>
22108 <li about="#cite_note-2" id="cite_note-2"><a href="#cite_ref-2" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-2" class="mw-reference-text"></span></li></ol>
22112 Ref: 13. ref-tags are not SOL-transparent and block indent-pres
22119 <p><span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> A
22120 <span about="#mwt4" class="mw-ref" id="cite_ref-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-2"},"attrs":{}}'><a href="#cite_note-2"><span class="mw-reflink-text">[2]</span></a></span> B</p>
22121 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
22122 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li>
22123 <li about="#cite_note-2" id="cite_note-2"><a href="#cite_ref-2" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-2" class="mw-reference-text">bar
22129 Ref: 14. A nested ref-tag should be emitted as plain text
22131 <ref>foo <ref>bar</ref> baz</ref>
22135 <p><span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span>
22137 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{}}'>
22138 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo <ref>bar</ref> baz</span></li>
22143 Ref: 15. ref-tags with identical names should get identical indexes
22145 A1 <ref name="a">foo</ref> A2 <ref name="a" />
22146 B1 <ref name="b" /> B2 <ref name="b">bar</ref>
22150 <p>A1 <span about="#mwt3" class="mw-ref" id="cite_ref-a_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-a-1"},"attrs":{"name":"a"}}'><a href="#cite_note-a-1"><span class="mw-reflink-text">[1]</span></a></span> A2 <span about="#mwt4" class="mw-ref" id="cite_ref-a_1-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"a"}}'><a href="#cite_note-a-1"><span class="mw-reflink-text">[1]</span></a></span>
22151 B1 <span about="#mwt7" class="mw-ref" id="cite_ref-b_2-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"b"}}'><a href="#cite_note-b-2"><span class="mw-reflink-text">[2]</span></a></span> B2 <span about="#mwt8" class="mw-ref" id="cite_ref-b_2-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-b-2"},"attrs":{"name":"b"}}'><a href="#cite_note-b-2"><span class="mw-reflink-text">[2]</span></a></span></p>
22153 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt10" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-a-1" id="cite_note-a-1"><span rel="mw:referencedBy"><a href="#cite_ref-a_1-0"><span class="mw-linkback-text">1 </span></a><a href="#cite_ref-a_1-1"><span class="mw-linkback-text">2 </span></a></span> <span id="mw-reference-text-cite_note-a-1" class="mw-reference-text">foo</span></li><li about="#cite_note-b-2" id="cite_note-b-2"><span rel="mw:referencedBy"><a href="#cite_ref-b_2-0"><span class="mw-linkback-text">1 </span></a><a href="#cite_ref-b_2-1"><span class="mw-linkback-text">2 </span></a></span> <span id="mw-reference-text-cite_note-b-2" class="mw-reference-text">bar</span></li>
22157 ## We don't bother wt2wt-ing non-standard whitespace
22159 Ref: 16. Tokenizer should accept non-standard whitespace in <ref> and </ref> tags
22167 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22168 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22169 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li></ol>
22173 Ref: 17. Generate valid HTML5 id/about attributes
22175 <ref name="a b">foo</ref>
22179 <p><span class="mw-ref" id="cite_ref-a_b_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-a_b-1"},"attrs":{"name":"a b"}}'><a href="#cite_note-a_b-1"><span class="mw-reflink-text">[1]</span></a></span>
22182 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22183 <li about="#cite_note-a_b-1" id="cite_note-a_b-1"><a href="#cite_ref-a_b_1-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-a_b-1" class="mw-reference-text">foo</span></li>
22188 Ref: 18. T58916: Extension attributes should be parsed as plain text
22190 <ref name="{{echo|a}}">foo</ref>
22194 <p><span class="mw-ref" id="cite_ref-.7B.7Becho.7Ca.7D.7D_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-.7B.7Becho.7Ca.7D.7D-1"},"attrs":{"name":"{{echo|a}}"}}'><a href="#cite_note-.7B.7Becho.7Ca.7D.7D-1"><span class="mw-reflink-text">[1]</span></a></span>
22197 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22198 <li about="#cite_note-.7B.7Becho.7Ca.7D.7D-1" id="cite_note-.7B.7Becho.7Ca.7D.7D-1"><a href="#cite_ref-.7B.7Becho.7Ca.7D.7D_1-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-.7B.7Becho.7Ca.7D.7D-1" class="mw-reference-text">foo</span></li>
22203 Ref: 19. ref-tags with identical name encodings should get identical indexes
22205 1 <ref name="a & b">foo</ref> 2 <ref name="a & b" />
22209 <p>1 <span about="#mwt3" class="mw-ref" id="cite_ref-a_.26_b_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-a_.26_b-1"},"attrs":{"name":"a & b"}}'><a href="#cite_note-a_.26_b-1"><span class="mw-reflink-text">[1]</span></a></span> 2 <span about="#mwt4" class="mw-ref" id="cite_ref-a_.26_b_1-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"a &amp; b"}}'><a href="#cite_note-a_.26_b-1"><span class="mw-reflink-text">[1]</span></a></span>
22211 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
22212 <li about="#cite_note-a_.26_b-1" id="cite_note-a_.26_b-1"><span rel="mw:referencedBy"><a href="#cite_ref-a_.26_b_1-0"><span class="mw-linkback-text">1 </span></a><a href="#cite_ref-a_.26_b_1-1"><span class="mw-linkback-text">2 </span></a></span> <span id="mw-reference-text-cite_note-a_.26_b-1" class="mw-reference-text">foo</span></li>
22217 Ref: 20. ref-tags with identical names but different content should keep it
22219 A <ref name="foo">Foo one</ref>
22220 B <ref name="foo">Foo two</ref>
22221 C <ref name="foo" />
22225 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-foo_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-foo-1"},"attrs":{"name":"foo"}}'><a href="#cite_note-foo-1"><span class="mw-reflink-text">[1]</span></a></span>
22226 B <span about="#mwt4" class="mw-ref" id="cite_ref-foo_1-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"html":"Foo two"},"attrs":{"name":"foo"}}'><a href="#cite_note-foo-1"><span class="mw-reflink-text">[1]</span></a></span>
22227 C <span about="#mwt6" class="mw-ref" id="cite_ref-foo_1-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"foo"}}'><a href="#cite_note-foo-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22229 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-foo-1" id="cite_note-foo-1"><span rel="mw:referencedBy"><a href="#cite_ref-foo_1-0"><span class="mw-linkback-text">1 </span></a><a href="#cite_ref-foo_1-1"><span class="mw-linkback-text">2 </span></a><a href="#cite_ref-foo_1-2"><span class="mw-linkback-text">3 </span></a></span> <span id="mw-reference-text-cite_note-foo-1" class="mw-reference-text">Foo one</span></li>
22234 References: 1. references tag without any refs should be handled properly
22238 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt2" data-mw='{"name":"references","attrs":{}}'></ol>
22242 References: 2. references tag with group only outputs references from that group
22244 A <ref group="a">foo</ref>
22245 B <ref group="b">bar</ref>
22248 <references group="a" />
22250 <references group="b" />
22252 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{"group":"a"}}'><a href="#cite_note-1" data-mw-group="a"><span class="mw-reflink-text">[a 1]</span></a></span>
22253 B <span about="#mwt4" class="mw-ref" id="cite_ref-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-2"},"attrs":{"group":"b"}}'><a href="#cite_note-2" data-mw-group="b"><span class="mw-reflink-text">[b 1]</span></a></span>
22254 C <span class="mw-ref" id="cite_ref-3" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-3"},"attrs":{}}'><a href="#cite_note-3"><span class="mw-reflink-text">[1]</span></a></span></p>
22256 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw-group="a" data-mw='{"name":"references","attrs":{"group":"a"}}'>
22257 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" data-mw-group="a" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li>
22259 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt10" data-mw='{"name":"references","attrs":{}}'>
22260 <li about="#cite_note-3" id="cite_note-3"><a href="#cite_ref-3" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-3" class="mw-reference-text">baz</span></li>
22262 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt12" data-mw-group="b" data-mw='{"name":"references","attrs":{"group":"b"}}'>
22263 <li about="#cite_note-2" id="cite_note-2"><a href="#cite_ref-2" data-mw-group="b" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-2" class="mw-reference-text">bar</span></li>
22268 References: 3. ref list should be cleared after processing references
22278 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22280 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li>
22283 <p>B <span about="#mwt6" class="mw-ref" id="cite_ref-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-2"},"attrs":{}}'><a href="#cite_note-2"><span class="mw-reflink-text">[1]</span></a></span></p>
22285 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw='{"name":"references","attrs":{}}'>
22286 <li about="#cite_note-2" id="cite_note-2"><a href="#cite_ref-2" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-2" class="mw-reference-text">bar</span></li>
22291 References: 4. only referenced group should be cleared after processing references
22293 A <ref group="a">afoo</ref>
22296 <references group="a" />
22302 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{"group":"a"}}'><a href="#cite_note-1" data-mw-group="a"><span class="mw-reflink-text">[a 1]</span></a></span>
22303 B <span about="#mwt4" class="mw-ref" id="cite_ref-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-2"},"attrs":{}}'><a href="#cite_note-2"><span class="mw-reflink-text">[1]</span></a></span></p>
22305 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw-group="a" data-mw='{"name":"references","attrs":{"group":"a"}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" data-mw-group="a" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">afoo</span></li>
22308 <p>C <span about="#mwt8" class="mw-ref" id="cite_ref-3" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-3"},"attrs":{}}'><a href="#cite_note-3"><span class="mw-reflink-text">[2]</span></a></span></p>
22310 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt10" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-2" id="cite_note-2"><a href="#cite_ref-2" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-2" class="mw-reference-text">bfoo</span></li><li about="#cite_note-3" id="cite_note-3"><a href="#cite_ref-3" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-3" class="mw-reference-text">cfoo</span></li>
22314 ## Don't expect this to rt since we're dropping content
22316 References: 5. ref tags in references should be processed while ignoring all other content
22318 parsoid=wt2html,html2html
22321 B <ref name="b">bar</ref>
22324 <ref name="a">foo</ref>
22325 This should just get lost.
22328 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-a_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"a"}}'><a href="#cite_note-a-1"><span class="mw-reflink-text">[1]</span></a></span>
22329 B <span about="#mwt4" class="mw-ref" id="cite_ref-b_2-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-b-2"},"attrs":{"name":"b"}}'><a href="#cite_note-b-2"><span class="mw-reflink-text">[2]</span></a></span></p>
22332 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{},"body":{"html":"\n<span about=\"#mwt8\" class=\"mw-ref\" rel=\"dc:references\" typeof=\"mw:Extension/ref\" data-parsoid='{\"dsr\":[59,82,14,6]}' data-mw='{\"name\":\"ref\",\"body\":{\"id\":\"mw-reference-text-cite_note-a-1\"},\"attrs\":{\"name\":\"a\"}}'><a href=\"#cite_note-a-1\" style=\"counter-reset: mw-Ref 1;\" data-parsoid=\"{}\"><span class=\"mw-reflink-text\" data-parsoid=\"{}\">[1]</span></a></span>\n"}}'><li about="#cite_note-a-1" id="cite_note-a-1"><a href="#cite_ref-a_1-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-a-1" class="mw-reference-text">foo</span></li><li about="#cite_note-b-2" id="cite_note-b-2"><a href="#cite_ref-b_2-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-b-2" class="mw-reference-text">bar</span></li>
22337 References: 6. <references /> from a transclusion
22339 <ref>Foo</ref> {{echo|<references />}}
22341 <p><span about="#mwt3" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p> <ol class="mw-references" typeof="mw:Extension/references mw:Transclusion" about="#mwt4" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<references />"}},"i":0}}]}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">Foo</span></li>
22346 References: 7. Multiple references tags (one without and one with nested refs) should be correctly handled
22348 A <ref>foo bar for a</ref>
22349 B <ref group="X" name="b" />
22353 <references group="X">
22354 <ref name="b">foo</ref>
22357 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span>
22358 B <span about="#mwt4" class="mw-ref" id="cite_ref-b_2-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"group":"X","name":"b"}}'><a href="#cite_note-b-2" data-mw-group="X"><span class="mw-reflink-text">[X 1]</span></a></span>
22361 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
22362 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo bar for a</span></li>
22365 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw-group="X" data-mw='{"name":"references","attrs":{"group":"X"},"body":{"html":"\n<span about=\"#mwt10\" class=\"mw-ref\" rel=\"dc:references\" typeof=\"mw:Extension/ref\" data-parsoid='{\"dsr\":[96,119,14,6]}' data-mw='{\"name\":\"ref\",\"body\":{\"id\":\"mw-reference-text-cite_note-b-2\"},\"attrs\":{\"name\":\"b\"}}'><a href=\"#cite_note-b-2\" style=\"counter-reset: mw-Ref 1;\" data-mw-group=\"X\" data-parsoid=\"{}\"><span class=\"mw-reflink-text\" data-parsoid=\"{}\">[X 1]</span></a></span>\n"}}'>
22366 <li about="#cite_note-b-2" id="cite_note-b-2"><a href="#cite_ref-b_2-0" data-mw-group="X" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-b-2" class="mw-reference-text">foo</span></li>
22371 References: 8. T88019: Remove <meta>s from templates inside <ref> that's itself inside a template
22373 X{{echo|<ref>foo {{echo|<b>bar</b>}} and {{echo|baz}} boo</ref>}}
22376 <p>X<span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Transclusion mw:Extension/ref" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<ref>foo {{echo|<b>bar</b>}} and {{echo|baz}} boo</ref>"}},"i":0}}]}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22377 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt7" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo <b data-parsoid='{"stx":"html"}'>bar</b> and baz boo</span></li>
22381 # This test only works in wt2html now as the <references /> are always generated
22382 # unless selser is active. Once T72722 is fixed, we should add a changes test
22383 # here to ensure that unrelated changes don't add the new <references />
22384 # when selser is active.
22386 References: 9. Generate missing references list at the end
22389 B <ref group="inexistent">bar</ref>
22391 <p>A <span class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> B <span class="mw-ref" id="cite_ref-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-2"},"attrs":{"group":"inexistent"}}'><a href="#cite_note-2" data-mw-group="inexistent"><span class="mw-reflink-text">[inexistent 1]</span></a></span></p>
22392 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{},"autoGenerated":true}'>
22393 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li>
22395 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw-group="inexistent" data-mw='{"name":"references","attrs":{"group":"inexistent"},"autoGenerated":true}'>
22396 <li about="#cite_note-2" id="cite_note-2"><a href="#cite_ref-2" data-mw-group="inexistent" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-2" class="mw-reference-text">bar</span></li>
22401 References: 10. New <references/> shouldn't be added for unrelated edits.
22404 "modes": ["selser"],
22405 "changes": [["#x", "remove"]],
22409 Unrelated text<span id="x"> that's going to disappear</span>.
22417 Entities in ref name
22419 <ref name="test & me">hi</ref>
22422 <p><span about="#mwt2" class="mw-ref" id="cite_ref-test_.26_me_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-test_.26_me-1"},"attrs":{"name":"test &amp; me"}}'><a href="#cite_note-test_.26_me-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22423 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22424 <li about="#cite_note-test_.26_me-1" id="cite_note-test_.26_me-1"><a href="#cite_ref-test_.26_me_1-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-test_.26_me-1" class="mw-reference-text">hi</span></li>
22428 ## The output here may look funny, but it's what the php parser will do. The
22429 ## unclosed references tag becomes escaped text, and then a new references
22430 ## tag is auto-generated. The test is wt2html only because it roundtrips with
22431 ## nowiki tags, and the auto-generated references tag is only dropped in
22434 Generate references for unclosed references tag
22442 <p>a<span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1" style="counter-reset: mw-Ref 1;"><span class="mw-reflink-text">[1]</span></a></span></p>
22444 <p><references></p>
22445 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt3" data-mw='{"name":"references","attrs":{},"autoGenerated":true}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li></ol>
22449 New reference serializes on its own line
22451 parsoid=wt2wt,html2wt
22456 foo<ol class="mw-references" typeof="mw:Extension/references" about="#mwt2" data-mw='{"name":"references","attrs":{}}'></ol>
22459 #### ----------------------------------------------------------------
22460 #### Parsoid-only testing of Parsoid's impl of LST
22461 #### Not implemented yet, see
22462 #### https://www.mediawiki.org/wiki/Parsoid/HTML_based_LST
22463 #### ----------------------------------------------------------------
22466 LST Sections: 1. Simple section start and end
22468 parsoid={ "suppressErrors": true }
22470 <section begin="2011-05-16" />
22471 <section end="2014-04-10 (MW 1.23wmf22)" />
22473 <p><meta typeof="mw:Extension/LabeledSectionTransclusion/begin" content="2011-05-16"/>
22474 <meta typeof="mw:Extension/LabeledSectionTransclusion/end" content="2014-04-10 (MW 1.23wmf22)"/></p>
22477 #--------- Test stripping of empty nodes in template content ----------
22479 Empty LI and TR nodes should be stripped from template content
22484 <ul about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"EmptyLITest","href":"./Template:EmptyLITest"},"params":{},"i":0}}]}'>
22488 <table about="#mwt2" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"EmptyTRTest","href":"./Template:EmptyTRTest"},"params":{},"i":0}}]}'>
22501 Empty LI and TR nodes should not be stripped from top-level content
22528 Empty TR nodes should not be stripped if they have any attributes set
22530 {{EmptyTRWithHTMLAttrTest}}
22532 <table about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"EmptyTRWithHTMLAttrTest","href":"./Template:EmptyTRWithHTMLAttrTest"},"params":{},"i":0}}]}'>
22533 <tr align="center"></tr>
22534 <tr><td>foo</td></tr>
22535 <tr align="center"></tr>
22536 <tr><td>bar</td></tr>
22540 #### ----------------------------------------------------------------
22541 #### The following section of tests are primarily to test
22542 #### wikitext escaping capabilities of Parsoid. Given that
22543 #### escaping can be done any number of ways, the wikitext (input)
22544 #### is always adjusted to reflect how Parsoid adds nowiki
22547 #### We are marking several tests as parsoid-only since the
22548 #### HTML in the result section is different from what the
22549 #### PHP parser generates for it.
22550 #### ----------------------------------------------------------------
22553 #### --------------- Headings ---------------
22555 #### 1. Nested inside html <h1>=foo=</h1>
22556 #### 2. Outside heading nest on a single line <h1>foo</h1>*bar
22557 #### 3. Nested inside html with wikitext split by html tags
22558 #### 4. No escape needed
22559 #### 5. Empty headings <h1></h1>
22560 #### 6. Heading chars in SOL context
22561 #### ----------------------------------------
22563 Headings: 0. Unnested
22573 <p>=foo<i>a</i>=</p>
22575 <nowiki>=foo=</nowiki>
22577 <nowiki> </nowiki>=foo=
22579 <nowiki>=foo=</nowiki>
22581 =foo''a''<nowiki>=</nowiki>
22584 # New headings and existing headings are handled differently
22586 Headings: 1. Nested inside html
22594 <h1 data-parsoid=''>=foo=</h1>
22595 <h2 data-parsoid=''>=foo=</h2>
22596 <h3 data-parsoid=''>=foo=</h3>
22597 <h4 data-parsoid=''>=foo=</h4>
22598 <h5 data-parsoid=''>=foo=</h5>
22599 <h6 data-parsoid=''>=foo=</h6>
22607 =<nowiki>=foo=</nowiki>=
22608 ==<nowiki>=foo=</nowiki>==
22609 ===<nowiki>=foo=</nowiki>===
22610 ====<nowiki>=foo=</nowiki>====
22611 =====<nowiki>=foo=</nowiki>=====
22612 ======<nowiki>=foo=</nowiki>======
22617 Headings: 2. Outside heading nest on a single line <h1>foo</h1>*bar
22626 <nowiki>*</nowiki>bar
22632 <nowiki>=bar=</nowiki>
22636 Headings: 3. Nested inside html with wikitext split by html tags
22640 <h1>=<b>bold</b>foo=</h1>
22642 = ='''bold'''foo= =
22646 Headings: 4a. No escaping needed (testing just h1 and h2)
22657 <h1><i>=</i>foo=</h1>
22677 Headings: 4b. No escaping needed (inside p-tags)
22692 Headings: 5. Empty headings
22696 <h1 data-parsoid='{}'></h1>
22698 <h2 data-parsoid='{}'></h2>
22700 <h3 data-parsoid='{}'></h3>
22702 <h4 data-parsoid='{}'></h4>
22704 <h5 data-parsoid='{}'></h5>
22706 <h6 data-parsoid='{}'></h6>
22716 =====<nowiki/>=====
22718 ======<nowiki/>======
22722 Headings: 6a. Heading chars in SOL context (with trailing spaces)
22732 <nowiki>=a=</nowiki>
22734 <nowiki>=a=</nowiki>
22736 <nowiki>=a=</nowiki>
22740 Headings: 6b. Heading chars in SOL context (with trailing newlines)
22753 <nowiki>=a=</nowiki>
22756 <nowiki>=a=</nowiki>
22759 <nowiki>=a=</nowiki>
22764 Headings: 6c. Heading chars in SOL context (leading newline break)
22772 <nowiki>=b=</nowiki>
22776 Headings: 6d. Heading chars in SOL context (with interspersed comments)
22780 <!--c0--><p>=a=</p>
22782 <!--c1--><p>=a=</p> <!--c2--> <!--c3-->
22784 <!--c0--><nowiki>=a=</nowiki>
22786 <!--c1--><nowiki>=a=</nowiki> <!--c2--> <!--c3-->
22790 Headings: 6d. Heading chars in SOL context (No escaping needed)
22800 Headings: 7. Insert a newline between new content and headings
22806 <h2 data-parsoid='{}'>A</h2>
22807 <p data-parsoid='{}'>a</p>
22817 #### --------------- Lists ---------------
22818 #### 0. Outside nests (*foo, etc.)
22819 #### 1. Nested inside html <ul><li>*foo</li></ul>
22820 #### 2. Inside definition lists
22821 #### 3. Only bullets at start should be escaped
22822 #### 4. No escapes needed
22823 #### 5. No unnecessary escapes
22824 #### 6. Escape bullets in SOL position
22825 #### 7. Escape bullets in a multi-line context
22826 #### ----------------------------------------
22829 Lists: 0. Outside nests
22839 <nowiki>*</nowiki>foo
22841 <nowiki>#</nowiki>foo
22843 <nowiki>;</nowiki>Foo<nowiki>:</nowiki>bar
22846 ## Making these next 3 tests Parsoid-only since they are html2wt tests
22847 ## to test wikitext escaping, and insignificant whitespace diffs
22848 ## cause PHP parser tests to barf
22850 Lists: 1. Nested inside html (No unnecessary escapes)
22859 <li data-parsoid='{}'>*foo</li>
22860 <li data-parsoid='{}'>#foo</li>
22861 <li data-parsoid='{}'>:foo</li>
22862 <li data-parsoid='{}'>;foo</li>
22870 <li data-parsoid='{}'>*foo</li>
22871 <li data-parsoid='{}'>#foo</li>
22872 <li data-parsoid='{}'>:foo</li>
22873 <li data-parsoid='{}'>;foo</li>
22880 *<nowiki>*foo</nowiki>
22881 *<nowiki>#foo</nowiki>
22882 *<nowiki>:foo</nowiki>
22883 *<nowiki>;foo</nowiki>
22889 #<nowiki>*foo</nowiki>
22890 #<nowiki>#foo</nowiki>
22891 #<nowiki>:foo</nowiki>
22892 #<nowiki>;foo</nowiki>
22896 Lists: 2. Inside definition lists
22900 <dl><dt>;foo</dt></dl>
22901 <dl><dt>:foo</dt></dl>
22904 <dl><dd>:foo</dd></dl>
22908 ; <nowiki>:foo</nowiki>
22910 ; <nowiki>:foo</nowiki>
22917 Lists: 3. Only bullets at start of text in wikitext-generated HTML should be escaped
22923 <li data-parsoid='{}'>*foo<i>it</i>*bar</li>
22927 *<nowiki>*foo</nowiki>''it''*bar
22931 Lists: 4. No escapes needed
22944 <li><a rel="mw:WikiLink" href="Foo" title="Foo">Foo</a>: bar
22948 <li><a rel="mw:WikiLink" href="Foo" title="Foo">Foo</a>*bar
22962 Lists: 5. No unnecessary escapes
22966 <ul><li> bar <span>[[foo]]</span></li></ul>
22967 <ul><li> =bar <span>[[foo]]</span></li></ul>
22968 <ul><li> [[bar <span>[[foo]]</span></li></ul>
22969 <ul><li> ]]bar <span>[[foo]]</span></li></ul>
22970 <ul><li> =bar <span>foo]]</span>=</li></ul>
22971 <ul><li> <s></s>: a</li></ul>
22972 <ul><li> <i>* foo</i></li></ul>
22975 * bar <span><nowiki>[[foo]]</nowiki></span>
22977 * =bar <span><nowiki>[[foo]]</nowiki></span>
22979 * [[bar <span><nowiki>[[foo]]</nowiki></span>
22981 * ]]bar <span><nowiki>[[foo]]</nowiki></span>
22983 * =bar <span>foo]]</span>=
22991 Lists: 6. Escape bullets in SOL position
22995 <p><!--cmt-->*foo</p>
22997 <!--cmt--><nowiki>*</nowiki>foo
23001 Lists: 7. Escape bullets in a multi-line context
23010 <nowiki>*</nowiki>b
23014 Lists: 8. Escape colons only if not present in tags
23018 <dl><dt>a:b<i>c:d</i></dt></dl>
23020 ; <nowiki>a:b</nowiki>''c:d''
23023 #### --------------- HRs ---------------
23024 #### 1. Single line
23025 #### -----------------------------------
23028 HRs: 1. Single line
23036 ----<nowiki>----</nowiki>
23041 #### --------------- Tables ---------------
23042 #### 1a. Simple example
23043 #### 1b. No escaping needed (!foo)
23044 #### 1c. No escaping needed (|foo)
23045 #### 1d. No escaping needed (|}foo)
23047 #### 2a. Nested in td (<td>foo|bar</td>)
23048 #### 2b. Nested in td (<td>foo||bar</td>)
23049 #### 2c. Nested in td -- no escaping needed(<td>foo!!bar</td>)
23051 #### 3a. Nested in th (<th>foo!bar</th>)
23052 #### 3b. Nested in th (<th>foo!!bar</th>)
23053 #### 3c. Nested in th -- no escaping needed(<th>foo||bar</th>)
23057 #### 4c. No escaping needed
23058 #### --------------------------------------
23061 Tables: 1a. Simple example
23069 <nowiki>{|</nowiki>
23074 Tables: 1b. No escaping needed
23085 Tables: 1c. No escaping needed
23096 Tables: 1d. No escaping needed
23107 Tables: 2a. Nested in td
23112 <td>foo|bar</td></tr>
23113 <tr><td>x<div>a|b</div></td>
23117 |<nowiki>foo|bar</nowiki>
23119 |x<div><nowiki>a|b</nowiki></div>
23135 Tables: 2b. Nested in td
23141 <td>a<i>b||c</i></td>
23142 <td>a<i><div>b||c</div></i></td>
23143 </tr></tbody></table>
23146 |<nowiki>foo||bar</nowiki>
23147 |a''<nowiki>b||c</nowiki>''
23148 |a''<div><nowiki>b||c</nowiki></div>''
23157 <td>a<i><div>b||c</div></i>
23163 Tables: 2c. Nested in td -- no escaping needed
23181 Tables: 3a. Nested in th
23199 Tables: 3b. Nested in th
23204 <tr><th>foo!!bar</th>
23205 <th><i>foo|bar</i></th>
23206 <th><i>foo!!bar</i></th>
23207 <th><i><span>foo!!bar</span></i></th>
23208 </tr></tbody></table>
23211 !<nowiki>foo!!bar</nowiki>
23212 !''<nowiki>foo|bar</nowiki>''
23213 !''<nowiki>foo!!bar</nowiki>''
23214 !''<span><nowiki>foo!!bar</nowiki></span>''
23223 <th><i>foo!!bar</i>
23225 <th><i><span>foo!!bar</span></i>
23231 Tables: 3c. Nested in th
23236 <tr><th>foo||bar</th>
23237 <th><span typeof="mw:Nowiki">foo||bar</span></th>
23238 </tr></tbody></table>
23241 !<nowiki>foo||bar</nowiki>
23242 !<nowiki>foo||bar</nowiki>
23255 Tables: 4a. Escape -
23274 |<nowiki>-bar</nowiki>
23279 Tables: 4b. Escape +
23298 |<nowiki>+bar</nowiki>
23303 Tables: 4c. No escaping needed
23308 <tr><td>foo-bar</td><td>foo+bar</td></tr>
23309 <tr><td><i>foo</i>-bar</td><td><i>foo</i>+bar</td></tr>
23315 <div>a|b</div></td>
23360 Tables: 4d. No escaping needed
23365 <tbody><tr><td><a rel="mw:WikiLink" href="./Foo" title="Foo">Foo</a>-bar</td>
23366 <td data-parsoid='{"startTagSrc":"|","attrSepSrc":"|"}'>+1</td>
23367 <td data-parsoid='{"startTagSrc":"|","attrSepSrc":"|"}'>-2</td></tr>
23378 <td><a href="/wiki/Foo" title="Foo">Foo</a>-bar
23388 T97430: Don't emit empty nowiki pairs around marker meta tags
23392 <p>*This is a long sentence here that will make the nowiki algo split up the nowikis into multiple pairs
23393 |** Make this another long long long sentence forcing the nowiki algo to split up the nowikis.</p>
23395 <nowiki>*</nowiki>This is a long sentence here that will make the nowiki algo split up the nowikis into multiple pairs
23396 |** Make this another long long long sentence forcing the nowiki algo to split up the nowikis.
23400 Unclosed xmlish element in table line shouldn't eat end delimiters
23405 <tbody><tr><td> <foo</td>
23406 <td> bar></td></tr>
23423 #### --------------- Links ----------------
23424 #### 1. Quote marks in link text
23425 #### 2. Wikilinks: Escapes needed
23426 #### 3. Wikilinks: No escapes needed
23427 #### 4. Extlinks: Escapes needed
23428 #### 5. Extlinks: No escapes needed
23429 #### --------------------------------------
23431 Links 1. WikiLinks: No escapes needed
23435 <p><a rel="mw:WikiLink" href="Foo" title="Foo">Foo<i>boo</i></a>
23436 <a rel="mw:WikiLink" href="Foo" title="Foo">[Foobar]</a>
23437 <a rel="mw:WikiLink" href="Foo" title="Foo">x [Foobar] x</a></p>
23441 [[Foo|x [Foobar] x]]
23443 <p><a href="/wiki/Foo" title="Foo">Foo<i>boo</i></a>
23444 <a href="/wiki/Foo" title="Foo">[Foobar]</a>
23445 <a href="/wiki/Foo" title="Foo">x [Foobar] x</a>
23450 Links 2. WikiLinks: Escapes needed
23454 <a href="Foo" rel="mw:WikiLink">Foobar]</a>
23455 <a href="Foo" rel="mw:WikiLink">x [http://google.com g] x</a>
23456 <a href="Foo" rel="mw:WikiLink">[[Bar]]</a>
23457 <a href="Foo" rel="mw:WikiLink">x [[Bar]] x</a>
23458 <a href="Foo" rel="mw:WikiLink">|Bar</a>
23459 <a href="Foo" rel="mw:WikiLink">]]bar</a>
23460 <a href="Foo" rel="mw:WikiLink">[[bar</a>
23461 <a href="Foo" rel="mw:WikiLink">x [[ y</a>
23462 <a href="Foo" rel="mw:WikiLink">x ]] y</a>
23463 <a href="Foo" rel="mw:WikiLink">x ]] y [[ z</a>
23465 [[Foo|<nowiki>Foobar]</nowiki>]]
23466 [[Foo|x <nowiki>[http://google.com g]</nowiki> x]]
23467 [[Foo|<nowiki>[[Bar]]</nowiki>]]
23468 [[Foo|<nowiki>x [[Bar]] x</nowiki>]]
23469 [[Foo|<nowiki>|Bar</nowiki>]]
23470 [[Foo|<nowiki>]]bar</nowiki>]]
23471 [[Foo|<nowiki>[[bar</nowiki>]]
23472 [[Foo|<nowiki>x [[ y</nowiki>]]
23473 [[Foo|<nowiki>x ]] y</nowiki>]]
23474 [[Foo|<nowiki>x ]] y [[ z</nowiki>]]
23476 <p><a href="/wiki/Foo" title="Foo">Foobar]</a>
23477 <a href="/wiki/Foo" title="Foo">x [http://google.com g] x</a>
23478 <a href="/wiki/Foo" title="Foo">[[Bar]]</a>
23479 <a href="/wiki/Foo" title="Foo">x [[Bar]] x</a>
23480 <a href="/wiki/Foo" title="Foo">|Bar</a>
23481 <a href="/wiki/Foo" title="Foo">]]bar</a>
23482 <a href="/wiki/Foo" title="Foo">[[bar</a>
23483 <a href="/wiki/Foo" title="Foo">x [[ y</a>
23484 <a href="/wiki/Foo" title="Foo">x ]] y</a>
23485 <a href="/wiki/Foo" title="Foo">x ]] y [[ z</a>
23490 Links 3. WikiLinks: No escapes needed
23494 <p><a rel="mw:WikiLink" href="Foo">[Foobar</a>
23495 <a rel="mw:WikiLink" href="Foo" title="Foo">foo|bar</a></p>
23500 <p><a href="/wiki/Foo" title="Foo">[Foobar</a>
23501 <a href="/wiki/Foo" title="Foo">foo|bar</a>
23506 Links 4. ExtLinks: Escapes needed
23510 <p><a rel="mw:ExtLink" href="http://google.com">[google]</a>
23511 <a rel="mw:ExtLink" href="http://google.com">google]</a></p>
23512 <p>[http://google.com]</p>
23513 <p>[http://google.com google]</p>
23514 <p>[<a rel="mw:ExtLink" href="http://google.com">http://google.com</a>]</p>
23515 <p>[<a rel="mw:ExtLink" href="http://google.com" about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"http://google.com"}},"i":0}}]}'>http://google.com</a>]</p>
23517 [http://google.com <nowiki>[google]</nowiki>]
23518 [http://google.com <nowiki>google]</nowiki>]
23520 <nowiki>[http://google.com]</nowiki>
23522 <nowiki>[http://google.com google]</nowiki>
23524 [http://google.com<nowiki>]</nowiki>
23526 [{{echo|http://google.com}}<nowiki>]</nowiki>
23528 <p><a rel="nofollow" class="external text" href="http://google.com">[google]</a>
23529 <a rel="nofollow" class="external text" href="http://google.com">google]</a>
23530 </p><p>[http://google.com]
23531 </p><p>[http://google.com google]
23532 </p><p>[<a rel="nofollow" class="external free" href="http://google.com">http://google.com</a>]
23533 </p><p>[<a rel="nofollow" class="external free" href="http://google.com">http://google.com</a>]
23538 Links 5. ExtLinks: No escapes needed
23542 <p><a rel="mw:ExtLink" href="http://google.com">[google</a></p>
23543 <p>[<a ref="mw:ExtLink" href="http://google.com"></a>]</p>
23545 [http://google.com [google]
23547 [[http://google.com]]
23549 <p><a rel="nofollow" class="external text" href="http://google.com">[google</a>
23550 </p><p>[<a rel="nofollow" class="external autonumber" href="http://google.com">[1]</a>]
23555 Links 6. Add <nowiki/>s between text-nodes and url-links when required (bug 64300)
23559 <p>x<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>y
23560 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>?x
23561 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>&x
23562 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>'x
23563 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>,x
23564 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>.x
23565 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>;x
23566 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>:x
23567 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>;x
23568 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>!x
23569 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>=x
23570 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>(x)
23571 <a rel="mw:ExtLink" href="http://example.com(x" data-parsoid='{"stx":"url"}'>http://example.com(x</a>)
23574 x<nowiki/>http://example.com<nowiki/>y
23575 http://example.com<nowiki/>?x
23576 http://example.com<nowiki/>&x
23577 http://example.com<nowiki/>'x
23578 http://example.com<nowiki/>,x
23579 http://example.com<nowiki/>.x
23580 http://example.com<nowiki/>;x
23581 http://example.com<nowiki/>:x
23582 http://example.com<nowiki/>;x
23583 http://example.com<nowiki/>!x
23584 http://example.com<nowiki/>=x
23585 http://example.com<nowiki/>(x)
23586 http://example.com(x<nowiki/>)
23590 Links 7a. Don't add spurious <nowiki/>s between text-nodes and url-links (bug 64300)
23595 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>
23597 "<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>"
23598 (<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>)
23599 (<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>) foo
23600 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>,
23601 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>, foo
23607 "http://example.com"
23608 (http://example.com)
23609 (http://example.com) foo
23610 http://example.com,
23611 http://example.com, foo
23614 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
23616 "<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>"
23617 (<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>)
23618 (<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>) foo
23619 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>,
23620 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>, foo
23625 Links 7b. Don't add spurious <nowiki/>s between text-nodes and url-links (bug 64300)
23629 <p><a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>.,;:!?\
23630 -<a rel="mw:ExtLink" href="http://example.com">http://example.com</a>:</p>
23632 http://example.com.,;:!?\
23633 -http://example.com:
23635 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>.,;:!?\
23636 -<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>:
23641 Links 8. Add <nowiki/>s between text-nodes and RFC-links when required (bug 64300)
23645 <p><a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>4
23646 <a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>y
23647 X<a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>y</p>
23651 X<nowiki/>RFC 123<nowiki/>y
23655 Links 9. Don't add spurious <nowiki/>s between text-nodes and RFC-links (bug 64300)
23659 <p><a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>?foo
23660 <a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>&foo
23661 -<a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>-
23668 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc123">RFC 123</a>?foo
23669 <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc123">RFC 123</a>&foo
23670 -<a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc123">RFC 123</a>-
23675 Links 10. Add <nowiki/>s between text-nodes and PMID-links when required (bug 64300)
23679 <p><a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>4
23680 <a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>y
23681 X<a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>y
23685 X<nowiki/>PMID 123<nowiki/>y
23689 Links 11. Don't add spurious <nowiki/>s between text-nodes and PMID-links (bug 64300)
23693 <p><a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>?foo
23694 <a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>&foo
23695 -<a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>-
23702 <p><a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract">PMID 123</a>?foo
23703 <a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract">PMID 123</a>&foo
23704 -<a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract">PMID 123</a>-
23709 Links 12. Add <nowiki/>s between text-nodes and ISBN-links when required (bug 64300)
23713 <p><a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>1
23714 <a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>x
23715 a<a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>b
23718 ISBN 1234567890<nowiki/>1
23719 ISBN 1234567890<nowiki/>x
23720 a<nowiki/>ISBN 1234567890<nowiki/>b
23724 Links 13. Don't add spurious <nowiki/>s between text-nodes and ISBN-links (bug 64300)
23728 <p>-<a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>'s
23732 <p>-<a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>'s
23737 Links 14. Protect link-like plain text. (Parsoid bug T78425)
23741 <p>this is not a link: http://example.com
23744 this is not a link: <nowiki>http://example.com</nowiki>
23748 Links 15. Link trails can't become link prefixes.
23753 <p><a rel="mw:WikiLink" href="Söfnuður" title="Söfnuður" data-parsoid='{"stx":"simple","tail":"-"}'>Söfnuður-</a><a rel="mw:WikiLink" href="00" title="00">00</a></p>
23755 [[Söfnuður]]-[[00]]
23757 <p><a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">Söfnuður-</a><a href="/wiki/00" title="00">00</a>
23761 #### --------------- Quotes ---------------
23762 #### 1. Quotes inside <b> and <i>
23763 #### 2. Link fragments separated by <i> and <b> tags
23764 #### 3. Link fragments inside <i> and <b>
23765 #### 4. No escaping needed
23766 #### --------------------------------------
23768 1a. Quotes inside <b> and <i>
23779 <b>foo'<i>bar'</i>baz</b>
23788 <i>fools'<span> errand</span></i>
23789 <i><span>fool</span>'s errand</i>
23790 '<i>foo</i> bar '<i>baz</i>
23791 a|!*#-:;+-~[]{}b'<i>x</i>
23795 ''<nowiki>''foo''</nowiki>''
23796 ''<nowiki>'''foo'''</nowiki>''
23798 '''<nowiki/>'foo''''
23799 '''<nowiki>''foo''</nowiki>'''
23800 '''<nowiki>'''foo'''</nowiki>'''
23801 '''foo'<nowiki/>''bar'<nowiki/>''baz'''
23802 '''foo'''<nowiki/>'s
23808 '''foo'''<nowiki/>'
23809 ''''foo'''<nowiki/>'
23810 ''fools'<span> errand</span>''
23811 ''<span>fool</span>'s errand''
23812 '<nowiki/>''foo'' bar '''baz''
23813 a|!*#-:;+-~[]{}b'''x''
23817 1b. Quotes inside <b> and <i> with other tags on same line
23821 '<i>a</i> foo <i><a rel="mw:WikiLink" href="Bar" title="Bar">bar</a></i>
23822 <i>a'</i> foo <i><a rel="mw:WikiLink" href="Bar" title="Bar">bar</a></i>
23823 <i>a'</i> foo <b><a rel="mw:WikiLink" href="Bar" title="Bar" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"[[bar]]"}},"i":0}}]}'>bar</a></b>
23824 <a rel="mw:WikiLink" href="Foo" title="Foo">foo</a> x'<i><a href="Bar" rel="mw:WikiLink" title="Bar">bar</a></i>
23825 '<i>foo</i> <span class="mw-ref" id="cite_ref-1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span>
23826 '<i>foo</i> <div title="name">test</div>
23827 '<i>foo</i> and <br data-parsoid='{"stx":"html","noClose":true}'/> bar
23828 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{}}'>
23829 <li about="#cite_note-1" id="cite_note-1"><span rel="mw:referencedBy"><a href="#cite_ref-1">↑</a></span> <span id="mw-reference-text-cite_note-1" class="mw-reference-text" data-parsoid="{}">test</span></li>
23832 '''a'' foo ''[[bar]]''
23833 ''a''' foo ''[[bar]]''
23834 ''a''' foo '''{{echo|[[bar]]}}'''
23835 [[foo]] x'''[[bar]]''
23836 '''foo'' <ref>test</ref>
23837 '''foo'' <div title="name">test</div>
23838 '''foo'' and <br> bar
23843 2. Link fragments separated by <i> and <b> tags
23847 <p>[[<i>foo</i>hello]]</p>
23848 <p>[[<b>foo</b>hello]]</p>
23850 [[''foo''<nowiki>hello]]</nowiki>
23852 [['''foo'''<nowiki>hello]]</nowiki>
23855 # FIXME: Escaping one or both of [[ and ]] is also acceptable --
23856 # this is one of the shortcomings of this format
23858 3. Link fragments inside <i> and <b>
23862 <p><i>[[foo</i>]]</p>
23863 <p><b>[[foo</b>]]</p>
23865 ''[[foo''<nowiki>]]</nowiki>
23867 '''[[foo'''<nowiki>]]</nowiki>
23871 4. No escaping needed
23875 <p>'<span><i>bar</i></span>'
23876 '<span><b>bar</b></span>'
23880 '<span>''bar''</span>'
23881 '<span>'''bar'''</span>'
23885 #### ----------- Paragraphs ---------------
23886 #### 1. No unnecessary escapes
23887 #### --------------------------------------
23890 1. No unnecessary escapes
23894 <p>bar <span>[[foo]]</span>
23895 </p><p>=bar <span>[[foo]]</span>
23896 </p><p>[[bar <span>[[foo]]</span>
23897 </p><p>]]bar <span>[[foo]]</span>
23898 </p><p>=bar <span>foo]]</span>=
23901 bar <span><nowiki>[[foo]]</nowiki></span>
23903 =bar <span><nowiki>[[foo]]</nowiki></span>
23905 [[bar <span><nowiki>[[foo]]</nowiki></span>
23907 ]]bar <span><nowiki>[[foo]]</nowiki></span>
23909 =bar <span>foo]]</span><nowiki>=</nowiki>
23912 #### ----------------------- PRE --------------------------
23913 #### 1. Leading whitespace in SOL context should be escaped
23914 #### ------------------------------------------------------
23916 1. Leading whitespace in SOL context should be escaped
23939 <nowiki> </nowiki>a
23941 <nowiki> </nowiki> a
23945 <nowiki> </nowiki> a
23947 <nowiki> </nowiki>a
23950 <nowiki> </nowiki>b
23973 2. Leading whitespace in non-indent-pre contexts should not be escaped
23977 <p>foo <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
23978 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
23979 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text"><i>a</i>
23989 3. Leading whitespace in indent-pre suppressing contexts should not be escaped
24008 4. Leading whitespace in indent-pre suppressing contexts should not be escaped
24012 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>caption</figcaption></figure>
24014 [[File:Foobar.jpg|thumb|caption]]
24018 5. Nowiki escaping should account for indent-pres
24028 T95794: nowiki escaping should account for leading space at start-of-line in an indent-pre block
24041 #### --------------- Behavior Switches --------------------
24044 1. Valid behavior switches should be escaped
24051 <nowiki>__TOC__</nowiki>
24052 ''<nowiki>__TOC__</nowiki>''
24056 2. Invalid behavior switches should not be escaped
24067 # We use indent-pre as an indirect way to test for sol-transparent behavior.
24069 Behavior switches should be SOL-transparent
24073 <meta property="mw:PageProp/toc" />
24075 <!-- this one's bogus -->
24078 <pre data-parsoid='{}'><meta property="mw:PageProp/toc" data-parsoid='{"src":"__TOC__","magicSrc":"__TOC__"}'/> foo</pre>
24080 <meta property="mw:PageProp/toc" data-parsoid='{"src":"__TOC__","magicSrc":"__TOC__"}'/><pre data-parsoid='{}'>bar</pre>
24084 <!-- this one's bogus -->
24093 #### --------------- HTML tags ---------------
24096 #### 3. multi-line html tag
24097 #### 4. extension tags
24098 #### -----------------------------------------
24104 <a href="http://google.com">google</a>
24106 <a href="http://google.com">google</a>
24114 <ul><li> <div>foo</div></li>
24115 <li> <div style="color:red">foo</div></li>
24116 <li> <td></li></ul>
24119 * <nowiki><div>foo</div></nowiki>
24120 * <nowiki><div style="color:red">foo</div></nowiki>
24121 * <nowiki><td></nowiki>
24125 3. multi-line html tag
24144 <p><ref>foo</ref>
24145 </p><p><ref>bar
24146 </p><p>baz</ref>
24149 <nowiki><ref>foo</ref></nowiki>
24151 <nowiki><ref>bar</nowiki>
24153 baz<nowiki></ref></nowiki>
24156 #### --------------- Others ---------------
24162 <p><nowiki>foo</nowiki>
24165 <nowiki>foo</nowiki>
24168 ## The quote-char in the input is necessary for triggering the bug
24170 (Bug 52035) Nowiki-escaping should not get tripped by " :" in text
24179 #----------- End of wikitext escaping tests --------------
24183 Tag-like HTML structures are passed through as text
24205 </p><p>1<d e>f
24210 HTML tag with necessary entities in attributes
24212 <span title="&amp;">foo</span>
24214 <p><span title="&amp;">foo</span>
24219 HTML tag with 'unnecessary' entity encoding in attributes
24221 <span title="&">foo</span>
24223 <p><span title="&">foo</span>
24228 HTML tag with broken attribute value quoting
24230 parsoid=wt2html,html2html
24232 <span title="Hello world>Foo</span>
24234 <p><span title="Hello world">Foo</span>
24237 <p><span title="Hello world">Foo</span></p>
24241 Self-closed tag with broken attribute value quoting
24243 parsoid=wt2html,html2html
24245 <div title="Hello world />Foo
24247 <div title="Hello world"></div>
24250 <div title="Hello world " data-parsoid='{"stx":"html","selfClose":true}'></div><p>Foo</p>
24254 Table with broken attribute value quoting
24256 parsoid=wt2html,html2html
24259 | title="Hello world|Foo
24264 <td title="Hello world">Foo
24270 <td title="Hello world">Foo
24276 Table with broken attribute value quoting on consecutive lines
24278 parsoid=wt2html,html2html
24281 | title="Hello world|Foo
24282 | style="color:red|Bar
24287 <td title="Hello world">Foo
24289 <td style="color:red">Bar
24295 <td title="Hello world">Foo
24296 </td><td style="color: red">Bar
24297 </td></tr></tbody></table>
24302 Accept empty td cell attribute
24305 | align="center" | foo || |
24310 <td align="center"> foo </td>
24317 Non-empty attributes in th-cells
24320 ! Foo !! style="color: red" | Bar
24326 <th style="color: red"> Bar
24332 Accept empty attributes in th-cells
24347 Empty table rows go away
24368 ### Parsoid-centric tests for testing RTing of inter-element separators
24369 ### Edge cases not tested by existing parser tests and specific to
24370 ### Parsoid-specific serialization strategies.
24374 RT-ed inter-element separators should be valid separators
24386 <tbody><tr data-parsoid='{"startTagSrc":"|-","a":{"[[foo]]":null},"sa":{"[[foo]]":""},"autoInsertedEnd":true}'></tr>
24390 # Parsoid-only since PHP parser relies on Tidy for correct output
24392 Trailing newlines in a deep dom-subtree that ends a wikitext line should be migrated out
24406 <tbody><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'><small data-parsoid='{"stx":"html","autoInsertedEnd":true}'>foo
24407 <p>bar</p></small></td></tr>
24411 <tbody><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'><small data-parsoid='{"stx":"html","autoInsertedEnd":true}'>foo<small data-parsoid='{"stx":"html","autoInsertedEnd":true}'></small></small></td></tr>
24415 # Note that the "style" attribute is really a template parameter here.
24416 # The = would have to be {{=}} if you wanted the literal.
24418 Empty TD followed by TD with tpl-generated attribute
24423 |{{echo|style='color:red'}}|foo
24437 Indented table with an empty td
24455 ## We have some newline diffs RT-ing this edge case
24456 ## and it is not important enough -- we seem to be emitting
24457 ## at most 2 newlines after a </tr> and this is unrelated to
24458 ## the issue from T85627 that this is testing.
24460 Indented table with blank lines in between (T85627)
24479 Indented block & table
24493 <div data-parsoid='{"stx":"html"}'>foo</div>
24495 <tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'>foo</td></tr>
24500 Indent and comment before table row
24515 <!--hi--><tbody><tr data-parsoid='{"startTagSrc":"|-","autoInsertedEnd":true}'>
24516 <td data-parsoid='{"autoInsertedEnd":true}'> there</td></tr>
24520 # Parsoid-specific since PHP parser doesn't handle this mixed tbl-wikitext
24522 Empty TR followed by a template-generated TR
24528 {{echo|<tr><td>foo</td></tr>}}
24534 <tr about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<tr><td>foo</td></tr>"}},"i":0}}]}'>
24539 ## PHP and parsoid output differ for this, and since this is primarily
24540 ## for testing Parsoid's serializer, marking this Parsoid only
24542 Empty TR followed by mixed-ws-comment line should RT correctly
24558 <!--c--> </tr><!--d-->
24564 Multi-line image caption generated by templates with/without trailing newlines
24566 [[File:Foobar.jpg|thumb|300x300px|foo\n{{echo|A}}\n{{echo|B}}\n{{echo|C}}]]
24567 [[File:Foobar.jpg|thumb|300x300px|foo\n{{echo|A}}\n{{echo|B}}\n{{echo|C}}\n\n]]
24569 <figure typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/300px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="34" width="300"/></a><figcaption>foo\n<span about="#mwt9" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"A"}},"i":0}}]}'>A</span>\n<span about="#mwt10" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"B"}},"i":0}}]}'>B</span>\n<span about="#mwt11" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"C"}},"i":0}}]}'>C</span></figcaption></figure>
24570 <figure typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/300px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="34" width="300"/></a><figcaption>foo\n<span about="#mwt12" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"A"}},"i":0}}]}'>A</span>\n<span about="#mwt13" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"B"}},"i":0}}]}'>B</span>\n<span about="#mwt14" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"C"}},"i":0}}]}'>C</span>\n\n</figcaption></figure>
24574 New element inserted (without intervening newlines) after an old sol-transparent node should serialize correctly
24578 <meta typeof="mw:Includes/IncludeOnly" data-parsoid='{"src":"<includeonly>foo</includeonly>"}'/><meta typeof="mw:Includes/IncludeOnly/End" data-parsoid='{"src":""}'/><p>new para</p>
24580 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{}'/><h1>new heading</h1>
24582 <includeonly>foo</includeonly>
24590 ## PHP emits broken html for this, and since this is primarily
24591 ## a Parsoid serializer test, marking this Parsoid only
24593 Improperly nested inline or quotes tags with whitespace in between
24595 <span> <s>x</span> </s>
24598 <p><span> <s>x</s></span><s> </s>
24599 <b> <i>x</i></b><i> </i>
24604 Encapsulate protected attributes from wt
24606 <div typeof="mw:placeholder stuff" data-mw="whoo" data-parsoid="weird" data-parsoid-other="no" about="time" rel="mw:true">foo</div>
24608 <body><div data-x-typeof="mw:placeholder stuff" data-x-data-mw="whoo" data-x-data-parsoid="weird" data-x-data-parsoid-other="no" data-x-about="time" data-x-rel="mw:true">foo</div>
24612 ## Currently the p-wrapper is fragile in how it adds / removes transformations.
24613 ## Having nested or stray pre tags results in the attempt to add duplicates,
24614 ## causing an assertion fail. This test tries to prevent that situation.
24616 Ensure ParagraphWrapper can deal with stray closing pre tags
24626 1. Ensure fostered text content is wrapped in element nodes
24630 <table>hi</table><table>ho</table>
24639 2. Ensure fostered text content is wrapped in element nodes (traps regressions around fostered marker on the element getting lost)
24641 parsoid=wt2html,wt2wt
24650 <tbody><tr><td> a</td></tr>
24655 Encapsulation properly handles null DSR information from foster box
24657 parsoid=wt2html,wt2wt
24659 {{echo|<table>foo<tr><td>bar</td></tr></table>}}
24661 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<table>foo<tr><td>bar</td></tr></table>"}},"i":0}}]}">foo</span><table><tbody><tr><td>bar</td></tr></tbody></table>
24665 1. Encapsulate foster-parented transclusion content
24667 parsoid=wt2wt,wt2html
24669 <table>{{echo|foo<tr><td>bar</td></tr>}}</table>
24671 <p typeof="mw:Transclusion" data-mw="{"parts":["<table>",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo<tr><td>bar</td></tr>"}},"i":0}},"</table>"]}">foo</p><table>
24681 2. Encapsulate foster-parented transclusion content
24683 parsoid=wt2wt,wt2html
24685 <table><div>{{echo|foo}}</div><tr><td>bar</td></tr></table>
24687 <div typeof="mw:Transclusion" data-mw="{"parts":["<table><div>",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo"}},"i":0}},"</div><tr><td>bar</td></tr></table>"]}">foo</div>
24698 3. Encapsulate foster-parented transclusion content
24700 parsoid=wt2wt,wt2html
24702 <table><div><p>{{echo|foo</p></div><tr><td>}}bar</td></tr></table>
24704 <div typeof="mw:Transclusion" data-mw="{"parts":["<table><div><p>",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo</p></div><tr><td>"}},"i":0}},"bar</td></tr></table>"]}">
24717 4. Encapsulate foster-parented transclusion content
24719 parsoid=wt2wt,wt2html
24721 <table><div><p>{{echo|foo</p></div><tr><td>}}bar</td></tr></table>
24723 <div typeof="mw:Transclusion" data-mw="{"parts":["<table><div><p>",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo</p></div><tr><td>"}},"i":0}},"bar</td></tr></table>"]}">
24736 5. Encapsulate foster-parented transclusion content
24738 parsoid=wt2wt,wt2html
24740 <table><tr><td><div><p>{{echo|foo</p></div></td>foo}}</tr></table>
24742 <p typeof="mw:Transclusion" data-mw="{"parts":["<table><tr><td><div><p>",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo</p></div></td>foo"}},"i":0}},"</tr></table>"]}">foo</p>
24757 6. Encapsulate foster-parented transclusion content
24759 parsoid=wt2wt,wt2html
24761 <table><tr><td><div><p>{{echo|foo</p></div></td>foo</tr></table>}}<p>ok</p>
24763 <p typeof="mw:Transclusion" data-mw="{"parts":["<table><tr><td><div><p>",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo</p></div></td>foo</tr></table>"}},"i":0}}]}">foo</p>
24779 7. Encapsulate foster-parented transclusion content
24781 parsoid=wt2wt,wt2html
24783 <table>{{echo|<p>foo</p>}}<td>bar</td></table>
24785 <p typeof="mw:Transclusion" data-mw="{"parts":["<table>",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<p>foo</p>"}},"i":0}},"<td>bar</td></table>"]}">foo</p>
24795 # Note that the wt is broken on purpose: the = should be {{=}} if you
24796 # don't want it to be a template parameter key.
24798 8. Encapsulate foster-parented transclusion content
24800 parsoid=wt2wt,wt2html
24803 }}{|{{echo|style='color:red'}}
24808 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a\n"}},"i":0}}]}'>a</p>
24810 <p typeof="mw:Transclusion" data-mw='{"parts":["{|",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"style":{"wt":"'color:red'"}},"i":0}},"\n|-\n|b\n|}"]}'>{{{1}}}</p>
24821 9. Encapsulate foster-parented transclusion content
24823 parsoid=wt2wt,wt2html
24825 <table>{{echo|hi</table>hello}}
24827 <p about="#mwt2" typeof="mw:Transclusion" data-mw='{"parts":["<table>",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"hi</table>hello"}},"i":0}}]}' data-parsoid='{"fostered":true,"autoInsertedEnd":true,"autoInsertedStart":true,"pi":[[{"k":"1"}]]}'>hi</p><table about="#mwt2" data-parsoid='{"stx":"html"}'></table><p about="#mwt2">hello</p>
24831 Table in fosterable position
24842 <div about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"OpenTable","href":"./Template:OpenTable"},"params":{},"i":0}},"\n<div>\n"]}' data-parsoid='{"stx":"html","autoInsertedEnd":true,"pi":[[]]}'></div><span about="#mwt1">
24844 <table about="#mwt1" data-parsoid='{"autoInsertedEnd":true}'></table>
24850 # Parsoid only for bug 64747
24852 Properly encapsulate empty-content transclusions in fosterable positions
24860 <table about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":["<table>\n",{"template":{"target":{"wt":"#if:","function":"#if"},"params":{"1":{"wt":"\n<td>foo</td>\n"}},"i":0}},"\n</table>"]}' data-parsoid='{"stx":"html","pi":[[{"k":"1"}]]}'>
24866 Always encapsulate foster box when template range is expanded to table
24879 T115289: Unclosed table
24881 {{echo|<table>}}<!--c-->[[Category:Two]]
24883 <link rel="mw:PageProp/Category" href="./Category:Two" about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"stx":"simple","a":{"href":"./Category:Two"},"sa":{"href":"Category:Two"},"pi":[[{"k":"1"}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<table>"}},"i":0}},"<!--c-->[[Category:Two]]"]}'/><table about="#mwt1" data-parsoid='{"stx":"html","autoInsertedEnd":true}'><!--c--></table>
24887 T115289: Don't migrate newlines out of tables with fostered content
24889 <table><td></td>{{echo|<tr>[[Category:One]]}}<!--c-->[[Category:Two]]
24891 <link rel="mw:PageProp/Category" href="./Category:One" about="#mwt2" typeof="mw:Transclusion" data-parsoid='{"stx":"simple","a":{"href":"./Category:One"},"sa":{"href":"Category:One"},"fostered":true,"pi":[[{"k":"1"}]]}' data-mw='{"parts":["<table><td></td>",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<tr>[[Category:One]]"}},"i":0}},"<!--c-->[[Category:Two]]"]}'/><link rel="mw:PageProp/Category" href="./Category:Two" about="#mwt2"/><table about="#mwt2" data-parsoid='{"stx":"html","autoInsertedEnd":true}'><tbody><tr><td></td></tr><tr><!--c--></tr></tbody></table>
24895 T73074: More fostering fun
24897 <table><td></td>{{echo|<tr>}}<!--c-->[[Category:Two]]
24899 <link rel="mw:PageProp/Category" href="./Category:Two" data-parsoid='{"stx":"simple","a":{"href":"./Category:Two"},"sa":{"href":"Category:Two"},"fostered":true}'/><table data-parsoid='{"stx":"html","autoInsertedEnd":true}'><tbody><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"stx":"html"}'></td></tr><tr about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"stx":"html","autoInsertedEnd":true,"pi":[[{"k":"1"}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<tr>"}},"i":0}},"<!--c-->[[Category:Two]]"]}'><!--c--></tr></tbody></table>
24903 Support <object> element with .data attribute
24907 <object data="test.swf"></object>
24909 <object data="test.swf"></object>
24913 Don't block XML namespace declaration
24915 <span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">MediaWiki</span>
24917 <p><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">MediaWiki</span>
24920 <p><span xmlns:dct="http://purl.org/dc/terms/" data-x-property="dct:title" data-parsoid='{"stx":"html"}'>MediaWiki</span></p>
24923 # -----------------------------------------------------------------
24924 # The following section of tests are primarily to spec requirements
24925 # around serialization of new/edited content.
24927 # All these tests are marked Parsoid html2wt and html2html only
24928 # ----------------------------------------------------------------
24930 # 'mi' is a localinterwiki prefix as well as a language
24932 Serialize interwiki links pointing to the current wiki as plain wiki links (bug 65869)
24936 <p><a rel="mw:ExtLink" href="http://mi.wikipedia.org/wiki/Foo">Foo</a></p>
24943 New wikilinks should be serialized properly
24947 <a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{}'>Foo</a>
24948 <a rel="mw:WikiLink" href="./Foo" title="Foo">Foo</a>
24955 New wiki links (href variations)
24959 <a rel="mw:WikiLink" href="./Foo_bar">Foo_bar</a>
24960 <a rel="mw:WikiLink" href="Foo_bar">Foo_bar</a>
24961 <a rel="mw:WikiLink" href="Foo bar">Foo_bar</a>
24962 <a rel="mw:WikiLink" href="./Toxine_bact%C3%A9rienne">Toxine bactérienne</a>
24967 [[Toxine bactérienne]]
24971 New wiki links (content string variations)
24975 <a rel="mw:WikiLink" href="./Foo_bar">Foo_bar</a>
24976 <a rel="mw:WikiLink" href="./Foo_bar">Foo bar</a>
24977 <a rel="mw:WikiLink" href="./Foo_bar">./Foo_bar</a>
24981 [[Foo_bar|./Foo_bar]]
24985 New category links (href variations)
24989 <link rel="mw:PageProp/Category" href="./Category:Toxine_bactérienne" />
24990 <link rel="mw:PageProp/Category" href="./Category:Toxine_bact%C3%A9rienne" />
24991 <link rel="mw:PageProp/Category" href="Category:Toxine_bact%C3%A9rienne" />
24993 [[Category:Toxine bactérienne]]
24994 [[Category:Toxine bactérienne]]
24995 [[Category:Toxine bactérienne]]
24999 New sol transparent links don't need indent-pre nowiki protection
25004 <link rel="mw:PageProp/redirect" href="./Main_Page">
25005 <!-- this is good --> <link rel="mw:PageProp/Category" href="./Category:Good" />
25006 <!-- this is great --> <link rel="mw:PageProp/Category" href="./Kategorie:Great" />
25008 #WEITERLEITUNG [[Main Page]]
25009 <!-- this is good --> [[Category:Good]]
25010 <!-- this is great --> [[Kategorie:Great]]
25014 New interlanguage links (href variations)
25018 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Toxine bactérienne" />
25019 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Toxine_bactérienne" />
25020 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Toxine_bact%C3%A9rienne" />
25022 [[es:Toxine bactérienne]]
25023 [[es:Toxine_bactérienne]]
25024 [[es:Toxine_bactérienne]]
25028 Image: Modifying size of an image (1)
25031 "modes": ["wt2wt"],
25033 ["img[height]", "attr", "height", "22"],
25034 ["img[width]", "attr", "width", "200"]
25038 [[Image:Foobar.jpg|230x230px]]
25040 [[Image:Foobar.jpg|200x200px]]
25044 Image: Modifying size of an image (2)
25047 "modes": ["wt2wt"],
25049 ["img[height]", "attr", "height", "100"],
25050 ["img[width]", "attr", "width", "500"]
25054 [[Image:Foobar.jpg|230x230px]]
25056 [[Image:Foobar.jpg|500x500px]]
25059 # Change in size is ignored so long as class='mw-default-size'
25061 Image: Modifying size of an image (3)
25064 "modes": ["wt2wt"],
25066 ["figure[class]", "removeClass", "mw-default-size"],
25067 ["figure img", "attr", "height", "19"],
25068 ["figure img", "attr", "width", "170"]
25072 [[Image:Foobar.jpg|thumb]]
25074 [[Image:Foobar.jpg|thumb|170x170px]]
25078 Image: Modifying alignment of an image (bug 48665)
25081 "modes": ["wt2wt"],
25083 ["figure[class]", "removeClass", "mw-halign-right"],
25084 ["figure[class]", "addClass", "mw-halign-left"]
25088 [[Image:Foobar.jpg|thumb|caption|right]]
25090 [[Image:Foobar.jpg|thumb|caption|left]]
25094 Image: Modifying mw-default-size of an frameless image (bug 62805)
25097 "modes": ["wt2wt"],
25099 ["figure.mw-default-size", "removeClass", "mw-default-size"]
25103 [[Image:Foobar.jpg|frameless|right]]
25105 [[Image:Foobar.jpg|frameless|right|220x220px]]
25109 Image: Modifying valign of an image (bug 49221)
25112 "modes": ["wt2wt"],
25114 ["*[typeof=\"mw:Image\"]", "removeClass", "mw-valign-middle"],
25115 ["*[typeof=\"mw:Image\"]", "addClass", "mw-valign-text-top"]
25119 [[File:Foobar.jpg|20px|middle]]
25121 [[File:Foobar.jpg|20px|text-top]]
25125 Image: Modifying alt attribute of an image (bug 56400)
25128 "modes": ["wt2wt"],
25130 ["img[alt]", "attr", "alt", "some alternate edited text"]
25134 [[File:Foobar.jpg|thumb|some caption|alt=some alternate text]]
25136 [[File:Foobar.jpg|thumb|some caption|alt=some alternate edited text]]
25140 Image: Modifying caption of an image
25143 "modes": ["wt2wt"],
25145 ["figcaption", "text", "new caption"]
25149 [[Image:Foobar.jpg|thumb|original caption]]
25151 [[Image:Foobar.jpg|thumb|new caption]]
25155 Image: empty alt attribute (bug 48924)
25159 [[File:Foobar.jpg|thumb|alt=|bar]]
25161 <figure class="mw-default-size" typeof="mw:Image/Thumb" data-parsoid='{"optList":[{"ck":"thumbnail","ak":"thumb"},{"ck":"alt","ak":"alt="},{"ck":"caption","ak":"bar"}]}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"}}'><img alt="" resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220" data-parsoid='{"a":{"alt":"","resource":"./File:Foobar.jpg","height":"25","width":"220"},"sa":{"alt":"alt=","resource":"File:Foobar.jpg"}}'/></a><figcaption>bar</figcaption></figure>
25165 Image: new attributes should be serialized in wiki's language for RTL languages (bug 51852)
25171 <figure class="mw-default-size mw-halign-right" typeof="mw:Image/Thumb"><a href="./Imagen:Foobar.jpg"><img resource="./Imagen:Foobar.jpg" src="//example.com/images/3/3a/Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="20" width="180"/></a></figure>
25173 [[Imagen:Foobar.jpg|derecha|miniaturadeimagen]]
25177 Image: Block level image should have \n before and after
25180 [[File:Foobar.jpg|right|thumb|150x150px]]
25184 <figure class="mw-halign-right" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/150px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="17" width="150"/></a></figure>
25189 Image: New block level image should have \n before and after (existing content)
25192 [[File:Foobar.jpg|right|thumb|150x150px]]
25196 <figure class="mw-halign-right" typeof="mw:Image/Thumb" data-parsoid='{"optList":[{"ck":"right","ak":"right"},{"ck":"thumbnail","ak":"thumb"},{"ck":"width","ak":"150x150px"}]}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"}}'><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/150px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="17" width="150" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"17","width":"150"},"sa":{"resource":"File:Foobar.jpg"}}'/></a></figure>
25201 Image: upright option (parsoid)
25203 [[File:Foobar.jpg|thumb|upright|caption]]
25204 [[File:Foobar.jpg|thumb|upright=0.5|caption]]
25205 [[File:Foobar.jpg|thumb|500x500px|upright=0.5|caption]]
25207 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/170px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="19" width="170"/></a><figcaption>caption</figcaption></figure>
25208 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/110px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="12" width="110"/></a><figcaption>caption</figcaption></figure>
25209 <figure typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/500px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="57" width="500"/></a><figcaption>caption</figcaption></figure>
25213 Image: upright option is ignored on inline and frame images (parsoid)
25215 [[File:Foobar.jpg|500x500px|upright=0.5|caption]]
25217 <p><span typeof="mw:Image" data-mw='{"caption":"caption"}'><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/500px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="57" width="500"/></a></span></p>
25221 Image: from basic HTML (1)
25225 <span typeof="mw:Image">
25226 <img src="./File:Foobar.jpg" width=100 height=100 alt="Alt">
25229 [[File:Foobar.jpg|link=|alt=Alt|100x100px]]
25233 Image: from basic HTML (2)
25237 <img src="./File:Foobar.jpg" width=100 height=100 alt="Alt">
25239 [[File:Foobar.jpg|link=|alt=Alt|100x100px]]
25243 Image: from basic HTML (3)
25247 <a href="Main"><img src="./File:Foobar.jpg" width=100 height=100 alt="Alt"></a>
25249 [[File:Foobar.jpg|link=Main|alt=Alt|100x100px]]
25253 Image: from basic HTML (4)
25257 <img src="./File:Foobar.jpg">
25259 [[File:Foobar.jpg|link=]]
25263 Lists: Serialize correctly even when list content is wrapped in p-tags (like VE does)
25268 <li><p>foo</p></li>
25275 Lists: Serialize correctly even when list tags has unneeded whitespace between tags
25279 <ul> <li>foo</li></ul>
25285 Don't strip leading whitespace when handling indent-pre suppressing tags
25290 <tr><td> indented row</td></tr>
25293 <b>This is very bold of you!</b>
25296 indented cell (no pre-wrapping!)
25306 '''This is very bold of you!'''
25310 indented cell (no pre-wrapping!)
25318 Nowiki-wrap leading whitespace when handling indent-pre inducing tags
25340 <nowiki> </nowiki></span>bar2
25343 <nowiki> </nowiki><span>bar</span>
25346 <nowiki> </nowiki><span>foo</span>
25351 Lists: Dont insert newlines in a serialized list item.
25355 <ul><li>a<br>b</li><li>c</li></ul>
25362 1. Headings: Force sol-transparent links and behavior switches to serialize before/after
25365 "modes": ["html2wt"],
25366 "scrubWikitext": false
25369 <h2>hello there<link href="./Category:A1" rel="mw:PageProp/Category" /></h2>
25370 <h2><link href="./Category:A2" rel="mw:PageProp/Category" />hi pal</h2>
25372 <h2><!--foo--> <link href="./Category:A3" rel="mw:PageProp/Category" /> how goes it</h2>
25373 <h2>it goes well <link href="./Category:A4" rel="mw:PageProp/Category" /> <!--bar--></h2>
25375 <h2 data-parsoid='{}'>howdy<link href="./Category:A5" rel="mw:PageProp/Category" /></h2>
25377 <h2><meta property="mw:PageProp/toc" /> ok</h2>
25379 == hello there [[Category:A1]] ==
25381 == [[Category:A2]] hi pal ==
25383 == <!--foo--> [[Category:A3]] how goes it ==
25385 == it goes well [[Category:A4]] <!--bar--> ==
25387 ==howdy [[Category:A5]]==
25393 2. Headings: Force sol-transparent links and behavior switches to serialize before/after
25396 "modes": ["html2wt"],
25397 "scrubWikitext": true
25400 <h2>hello there<link href="./Category:A1" rel="mw:PageProp/Category" /></h2>
25401 <h2><link href="./Category:A2" rel="mw:PageProp/Category" />hi pal</h2>
25403 <h2><!--foo--> <link href="./Category:A3" rel="mw:PageProp/Category" /> how goes it</h2>
25404 <h2>it goes well <link href="./Category:A4" rel="mw:PageProp/Category" /> <!--bar--></h2>
25406 <h2><meta property="mw:PageProp/toc" /> ok</h2>
25414 <!--foo--> [[Category:A3]]
25419 [[Category:A4]] <!--bar-->
25427 Headings: Don't hoist metas that come from templates
25430 "modes": ["html2wt"],
25431 "scrubWikitext": true
25434 <h2><span about="#mwt1" typeof="mw:Transclusion" data-parsoid="{}" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo [[Category:Foo]]"}},"i":0}}]}'>foo </span><link rel="mw:PageProp/Category" href="./Category:Foo" about="#mwt1" data-parsoid="{}" /></h2>
25436 == {{echo|foo [[Category:Foo]]}} ==
25440 Headings: Category in ref isn't hoisted
25443 "modes": ["html2wt"],
25444 "scrubWikitext": true
25447 <h2> foo <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> </h2>
25449 <ol class="references" typeof="mw:Extension/references" about="#mwt3" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><span rel="mw:referencedBy"><a href="#cite_ref-1">↑</a></span> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">bar <link rel="mw:PageProp/Category" href="./Category:Baz" /> </span></li></ol>
25452 [[Category:Baz]] </ref> ==
25458 Parsoid: Serialize positional parameters with = in them as named parameter
25462 <p about="#mwt1" typeof="mw:Transclusion"
25463 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"f=oo"}},"i":0}}]}'>foo</p>
25465 <p about="#mwt1" typeof="mw:Transclusion"
25466 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"f=oo"}, "2":{"wt":"bar"}},"i":0}}]}'>foo</p>
25468 <!--Orig params with data-parsoid has heuristics for handling = chars-->
25469 <!--FIXME: But maybe the heuristic needs fixing to apply to new params as well-->
25470 <p data-parsoid='{"pi":[[{"k":"1"},{"k":"2"}]]}' about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"f=oo"},"2":{"wt":"bar"}},"i":0}}]}'>foo</p>
25474 {{echo|1=f=oo|2=bar}}
25476 <!--Orig params with data-parsoid has heuristics for handling = chars-->
25477 <!--FIXME: But maybe the heuristic needs fixing to apply to new params as well-->
25478 {{echo|<nowiki>f=oo</nowiki>|bar}}
25482 Parsoid: Serialize positional parameters with = in extlink as named parameter
25486 <p><a rel="mw:ExtLink" href="http://stuff?is=ok" about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"http://stuff?is=ok"}},"i":0}}]}'>http://stuff?is=ok</a></p>
25488 {{echo|1=http://stuff?is=ok}}
25492 Parsoid: Correctly serialize block-node children when they are a combination of text and p-nodes
25496 <div>a<p>b</p></div>
25517 Substrings resembling wikitext in hrefs should not get nowiki escapes
25521 <a rel="mw:WikiLink" href="./Foo''bar''baz">Foo''bar''baz</a>
25527 Enforce single-line context in the serializer
25534 <h2> hi <span about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"bogus","href":"./Template:Bogus"},"params":{"1":{"wt":"there\nyou"}},"i":0}}]}'>there</span><span about="#mwt1">
25535 </span><span about="#mwt1">you</span> </h2>
25537 <h2> foo <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> </h2>
25539 <ol class="references" typeof="mw:Extension/references" about="#mwt3" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><span rel="mw:referencedBy"><a href="#cite_ref-1">↑</a></span> <span id="mw-reference-text-cite_note-1" class="mw-reference-text" data-parsoid="{}">hello
25540 there</span></li></ol>
25552 ho </dt><dd data-parsoid='{"stx":"row"}'> hi
25559 </tbody></table></dd></dl>
25563 == hi {{bogus|there
25574 * foo '''bar''' baz
25586 Serialize new placeholder space without spans
25590 <p>foo<span typeof="mw:Placeholder"> </span>: bar</p>
25592 <p>foo<span typeof="mw:DisplaySpace mw:Placeholder" data-parsoid='{"src":" ","isDisplayHack":true}'> </span>: bar</p>
25594 <span typeof="mw:Extension/ref" data-mw="{"name":"ref","body":{"html":"foo<span typeof=\"mw:Placeholder\">&nbsp;</span>: bar"}}"><sup>[1]</sup></span>ok</p>
25600 <ref>foo : bar</ref>ok
25604 #-----------------------
25605 # Tag minimization tests
25606 #-----------------------
25609 1. I/B quote minimization: wikitext-only tags should be combined
25613 <p><i>A</i><i>B</i></p>
25614 <p><b>A</b><b>B</b></p>
25615 <p><i>A</i><b><i>B</i></b></p>
25616 <p><b>A</b><i><b>B</b></i></p>
25617 <p><b>A</b><i><b>B</b><b>C</b></i><b>D</b></p>
25618 <p><i><b>A</b></i><i><b>B</b></i></p>
25619 <p><i><b>A</b></i><b><i>B</i></b></p>
25620 <p><b><i>A</i></b><i><b>B</b></i></p>
25640 2. I/B quote minimization: wikitext and html tags should not be combined
25644 <p><i>A</i><i data-parsoid='{"stx":"html"}'>B</i></p>
25645 <p><i>A</i><b><i data-parsoid='{"stx":"html"}'>B</i></b></p>
25649 ''A''<nowiki/>'''<i>B</i>'''
25653 3. I/B quote minimization: templated content stops minimization
25657 <p><i>A</i><i about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"''B''"}},"i":0}}]}'>B</i>
25658 <p><i>A</i><b about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"'''''B'''''"}},"i":0}}]}'><i>B</i></b>
25660 ''A''{{echo|''B''}}
25662 ''A''{{echo|'''''B'''''}}
25666 4. I/B quote minimization: new content should be mimimized with adjacent old content
25670 <p><i>A</i><i>B</i></p>
25671 <p><b>A</b><b>B</b></p>
25672 <p><i>A</i><b><i>B</i></b></p>
25682 5a. Merge adjacent quote nodes if they've been edited
25685 "modes": ["wt2wt", "selser"],
25687 ["p", "contents", "remove", ":contains('b')"]
25697 5b. Merge adjacent quote nodes if they've been edited
25700 "modes": ["wt2wt", "selser"],
25706 ''a''<span id="x">b</span>''c''
25712 1. Merge adjacent link nodes as long as at least one element is new
25715 "modes": ["html2wt"],
25716 "scrubWikitext": true
25719 <a rel="mw:WikiLink" href="./Football">Foot</a><a rel="mw:WikiLink" href="./Football">ball</a>
25720 <a data-parsoid="{}" rel="mw:WikiLink" href="./Football">Foot</a><a rel="mw:WikiLink" href="./Football">ball</a>
25721 <a data-parsoid="{}" rel="mw:WikiLink" href="./Football">Foot</a><a data-parsoid="{}" rel="mw:WikiLink" href="./Football">ball</a>
25725 [[Football|Foot]][[Football|ball]]
25729 2. Merge adjacent link nodes and enable additional normalizations
25732 "modes": ["html2wt"],
25733 "scrubWikitext": true
25736 <a rel="mw:WikiLink" href="./Football"><i>Foot</i></a><a rel="mw:WikiLink" href="./Football"><i>ball</i></a>
25738 [[Football|''Football'']]
25742 3. Don't merge adjacent link nodes if scrubWikitext is false
25745 "modes": ["html2wt"],
25746 "scrubWikitext": false
25749 <a rel="mw:WikiLink" href="./Football">Foot</a><a rel="mw:WikiLink" href="./Football">ball</a>
25751 [[Football|Foot]][[Football|ball]]
25754 #------------------------------
25755 # End of tag minimization tests
25756 #------------------------------
25759 Bug 54262: New entities
25763 <span typeof="mw:Entity"> </span>
25768 ## Note that there is no wikitext output for 'unknownproperty' ##
25769 ## Unknown magic words are silently dropped ##
25776 <meta property='mw:PageProp/toc' />
25777 <meta property='mw:PageProp/notoc' />
25778 <meta property='mw:PageProp/forcetoc' />
25779 <meta property='mw:PageProp/index' />
25780 <meta property='mw:PageProp/noindex' />
25781 <meta property='mw:PageProp/nogallery' />
25782 <meta property='mw:PageProp/noeditsection' />
25783 <meta property='mw:PageProp/notitleconvert' />
25784 <meta property='mw:PageProp/nocontentconvert' />
25785 <meta property='mw:PageProp/unknownproperty' />
25795 __NOCONTENTCONVERT__
25799 Consecutive <pre>s should not get merged
25801 parsoid=html2wt,html2html
25803 <pre>a</pre><pre>b</pre>
25831 Edited ISBN links not serializable as ISBN links should serialize as wikilinks
25835 <a href="./Special:BookSources/1234567890" rel="mw:ExtLink">ISBN 1234567895</a>
25837 [[Special:BookSources/1234567890|ISBN 1234567895]]
25841 Edited RFC links not serializable as RFC links should serialize as extlinks
25845 <a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink">New RFC</a>
25847 [//tools.ietf.org/html/rfc123 New RFC]
25851 Edited PMID links not serializable as PMID links should serialize as extlinks
25855 <a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink">New PMID</a>
25857 [//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract New PMID]
25861 WTS of autolinks with trailing/surrounding context
25865 <p><a href="http://cscott.net">http://cscott.net</a><b>foo</b></p>
25866 <p><a href="http://cscott.net">http://cscott.net</a><b data-parsoid='{"stx":"html"}'>foo</b></p>
25867 <p><b><a href="http://cscott.net">http://cscott.net</a></b></p>
25868 <p><b><a href="http://cscott.net">http://cscott.net</a> </b></p>
25869 <p><b><a href="http://cscott.net">http://cscott.net</a>x</b></p>
25870 <p><a href="http://cscott.net">http://cscott.net</a>x</p>
25872 http://cscott.net'''foo'''
25874 http://cscott.net<b>foo</b>
25876 '''http://cscott.net'''
25878 '''http://cscott.net '''
25880 '''http://cscott.net<nowiki/>x'''
25882 http://cscott.net<nowiki/>x
25886 WTS of autolinks with nowikis (round-trip)
25888 x<nowiki/>http://cscott.net<nowiki/>x
25890 <p>x<a rel="mw:ExtLink" href="http://cscott.net">http://cscott.net</a>x</p>
25893 # this is the "easy" test because it leaves in place all the
25894 # data-parsoid information indicating this is an autolink
25896 WTS of autolinks with escapes (editing)
25899 "modes": ["wt2wt"],
25901 [ "meta", "remove" ]
25905 x<nowiki/>http://cscott.net<nowiki/>x
25907 x<nowiki/>http://cscott.net<nowiki/>x
25911 WTS of edited autolink-like text (T103364)
25914 "modes": ["wt2wt"],
25916 [ "span[typeof]", "removeAttr", "typeof" ]
25920 Not a link: <nowiki>http://example.com</nowiki>.
25922 Not a link: <span><nowiki>http://example.com</nowiki></span>.
25926 WTS of newly-authored autolink-like text (T103364)
25930 <p>http://example.com is not a link.</p>
25932 <nowiki>http://example.com</nowiki> is not a link.
25936 WTS of autolink-like text after an autolink (T108563)
25940 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a> http://example.com is not a link.</p>
25942 http://example.com <nowiki>http://example.com</nowiki> is not a link.
25946 Magic links inside links (not autolinked)
25948 [[Foo|http://example.com]]
25951 [[Foo|ISBN 123456789x]]
25953 [http://foo.com http://example.com]
25954 [http://foo.com RFC 1234]
25955 [http://foo.com PMID 1234]
25956 [http://foo.com ISBN 123456789x]
25958 <p><a href="/wiki/Foo" title="Foo">http://example.com</a> <a href="/wiki/Foo" title="Foo">RFC 1234</a> <a href="/wiki/Foo" title="Foo">PMID 1234</a> <a href="/wiki/Foo" title="Foo">ISBN 123456789x</a></p>
25959 <p><a rel="nofollow" class="external text" href="http://foo.com">http://example.com</a> <a rel="nofollow" class="external text" href="http://foo.com">RFC 1234</a> <a rel="nofollow" class="external text" href="http://foo.com">PMID 1234</a> <a rel="nofollow" class="external text" href="http://foo.com">ISBN 123456789x</a></p>
25961 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">http://example.com</a>
25962 <a rel="mw:WikiLink" href="./Foo" title="Foo">RFC 1234</a>
25963 <a rel="mw:WikiLink" href="./Foo" title="Foo">PMID 1234</a>
25964 <a rel="mw:WikiLink" href="./Foo" title="Foo">ISBN 123456789x</a></p>
25966 <p><a rel="mw:ExtLink" href="http://foo.com">http://example.com</a>
25967 <a rel="mw:ExtLink" href="http://foo.com">RFC 1234</a>
25968 <a rel="mw:ExtLink" href="http://foo.com">PMID 1234</a>
25969 <a rel="mw:ExtLink" href="http://foo.com">ISBN 123456789x</a></p>
25973 Magic links inside image captions (autolinked)
25975 [[File:Foobar.jpg|thumb|http://example.com]]
25976 [[File:Foobar.jpg|thumb|RFC 1234]]
25977 [[File:Foobar.jpg|thumb|PMID 1234]]
25978 [[File:Foobar.jpg|thumb|ISBN 123456789x]]
25980 <div class="thumb tright">
25981 <div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a>
25982 <div class="thumbcaption">
25983 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
25984 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a></div>
25987 <div class="thumb tright">
25988 <div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a>
25989 <div class="thumbcaption">
25990 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
25991 <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc1234">RFC 1234</a></div>
25994 <div class="thumb tright">
25995 <div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a>
25996 <div class="thumbcaption">
25997 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
25998 <a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a></div>
26001 <div class="thumb tright">
26002 <div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" class="thumbimage" srcset="http://example.com/images/thumb/3/3a/Foobar.jpg/270px-Foobar.jpg 1.5x, http://example.com/images/thumb/3/3a/Foobar.jpg/360px-Foobar.jpg 2x" /></a>
26003 <div class="thumbcaption">
26004 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
26005 <a href="/wiki/Special:BookSources/123456789X" class="internal mw-magiclink-isbn">ISBN 123456789x</a></div>
26009 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption><a rel="mw:ExtLink" href="http://example.com">http://example.com</a></figcaption></figure>
26010 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption><a href="//tools.ietf.org/html/rfc1234" rel="mw:ExtLink">RFC 1234</a></figcaption></figure>
26011 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption><a href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract" rel="mw:ExtLink">PMID 1234</a></figcaption></figure>
26012 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption><a href="./Special:BookSources/123456789X" rel="mw:WikiLink">ISBN 123456789x</a></figcaption></figure>
26016 WTS of magic word text (T109371)
26021 <p><a href="http://foo.com" rel="mw:ExtLink">RFC 1234</a></p>
26022 <p><a href="./Foo" rel="mw:WikiLink">RFC 1234</a></p>
26024 <nowiki>RFC 1234</nowiki>
26026 [http://foo.com RFC 1234]
26032 Edited Redirect link should emit a non-piped wikitext link
26036 <link rel="mw:PageProp/redirect" href="Bar" data-parsoid='{"a":{"href":"./Foo"},"sa":{"href":"Foo"}}'>
26042 T75121: Infer extension name from typeOf if data-mw is not present
26044 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
26046 <div typeOf="mw:Extension/foo"></div>
26051 # Note that the <p> wrapping isn't present in PHP parser output
26052 # The important thing for this test is that P-wrapping doesn't
26053 # interfere with the <nowiki> protection for leading - in <td>
26054 # (which isn't necessary for <th>).
26056 T88318: p-wrapped dash in table.
26058 parsoid=html2wt,wt2wt
26061 <tr><th><p>-</p></th><th><p>- </p></th></tr>
26062 <tr><td><p>-</p></td><td><p>- </p></td></tr>
26063 <tr><td><small>-</small></td><td><br/><p>-</p></td><td><br/>-</td></tr>
26070 |<nowiki>-</nowiki>
26071 |<nowiki>- </nowiki>
26090 <td><small>-</small></td>
26102 HTML id attribute with Parsoid-like element ids should not be serialized to wikitext
26107 <td id='mwAc'>foo</td>
26108 <td id='serialize-this'>bar</td>
26113 | id="serialize-this" |bar
26118 Parsoid-like element ids should not be serialized to wikitext unless shadowed
26122 <div id="mwAQ" data-parsoid='{"stx":"html","a":{"id":"mwAQ"},"sa":{"id":"hello"}}'>ok</div>
26124 <div id="hello">ok</div>
26131 "modes": ["wt2wt"],
26133 [ "#xyz", "before", "<b>before</b> stuff " ],
26134 [ "#xyz", "after", " stuff <i>after</i>" ],
26135 [ "#xyz", "html", "x <b>y</b> z" ]
26139 <span id="xyz">hello</span>
26141 '''before''' stuff <span id="xyz">x '''y''' z</span> stuff ''after''
26145 Never serialize a-tag as html, regardless of what data-parsoid has to say
26147 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
26149 <a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{"stx":"html"}'>Foo</a>
26154 ## SSS FIXME: This is broken output nevertheless.
26155 ## What might be a reasonable non-broken output for this?
26156 ## This is an edge case unlikely to be seen in production
26157 ## that I am not wasting more time on this right now.
26159 Never serialize a-tag as html, no matter what attributes it has
26161 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
26163 <a bad='true' href='http://boo.org'><img src='http://boohoo.org' /></a>
26165 [http://boo.org http://boohoo.org]
26168 # Misnested is an indication that selser can reuse the source but these have
26169 # shown to sneak through on occasion. See T101768.
26170 # The original wikitext here is: [http://test.com [[one]] two three]
26172 Strip span tags added to mark misnested links
26176 <p data-parsoid='{}'><a rel="mw:ExtLink" href="http://test.com" data-parsoid='{"targetOff":17,"contentOffsets":[17,34]}'></a><a rel="mw:WikiLink" href="./One" title="One" data-parsoid='{"stx":"simple","a":{"href":"./One"},"sa":{"href":"one"},"misnested":true}'>one</a><span data-parsoid='{"misnested":true}'> two three</span></p>
26178 [http://test.com][[one]] two three
26182 Use data-parsoid.firstWikitextNode to compute newline constraints for template content
26186 <span about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[{"k":"1"}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a"}},"i":0}}]}'>a</span><table about="#mwt2" typeof="mw:Transclusion mw:ExpandedAttrs" data-parsoid='{"a":{"{{echo|c\n{{!}}d\n}}":null},"sa":{"{{echo|c\n{{!}}d\n}}":""},"firstWikitextNode":"table","pi":[[{"k":"1"}]]}' data-mw='{"parts":["{|",{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"c\n{{!}}d\n"}},"i":0}},"\n|}"]}'>
26198 ## This test verifies the presence and computation of this attribute indirectly
26199 ## by making an edit and ensuring that the serialization is correct (which it would be
26200 ## only if firstWikitextNode is properly set).
26202 data-parsoid.firstWikitextNode should be computed properly in the presence of fostered content
26205 "modes": ["wt2wt"],
26207 [ "div#x", "remove" ],
26208 [ "div", "before", "<div>new</div>" ]
26212 <div id="x">foo</div>
26214 {{echo|<div>boo</div>
26222 {{echo|<div>boo</div>
26228 # --------------------------------------------
26229 # Tests spec'ing wikitext serialization norms |
26230 # --------------------------------------------
26233 1. Categories should always be serialized on their own line
26237 foo<link rel="mw:PageProp/Category" href="./Category:Foo">bar
26245 2. Categories that are part of templates should not introduce a line break
26247 foo {{echo|<span>bar</span> [[Category:baz]]}} bar
26249 <p>foo <span about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<span>bar</span> [[Category:baz]]"}},"i":0}}]}'>bar</span><span about="#mwt1"> </span><link rel="mw:PageProp/Category" href="./Category:Baz" about="#mwt1" data-parsoid='{"stx":"simple","a":{"href":"./Category:Baz"},"sa":{"href":"Category:baz"}}'/> bar</p>
26252 # Careful while editing these next 2 tests. There are \u200f characters
26253 # before and after the <link> tags in the HTML and following some
26254 # of the categories in wikitext
26255 # Do not remove these characters in edits.
26257 # As part of the serialization, these bidi characters will get stripped.
26259 RTL (\u200f) and LTR (\u200e) markers around category tags should be stripped
26262 "modes": ["html2wt"],
26263 "scrubWikitext": true
26266 <p><link rel="mw:PageProp/Category" href="./קטגוריה:טקסים" />
26267 <link rel="mw:PageProp/Category" href="./קטגוריה:_שיטות_משפט" /></p>
26270 [[קטגוריה: שיטות משפט]]
26274 RTL (\u200f) and LTR (\u200e) markers should not be stripped if followed by a text node
26277 "modes": ["html2wt"],
26278 "scrubWikitext": true
26281 <p><link rel="mw:PageProp/Category" href="./קטגוריה:טקסים" />y</p>
26288 Lists: Add space after bullets
26295 <li><span> baz</span></li>
26300 * <span> baz</span>
26304 1. Headings: Add space before/after == (T53744)
26311 <h2><span> baz</span></h2>
26319 == <span> baz</span> ==
26323 2. Headings: Add space before/after == even after hoisted content
26326 "modes": ["html2wt"],
26327 "scrubWikitext": true
26330 <h2> <link href="./Category:A2" rel="mw:PageProp/Category" />ok</h2>
26338 1. Headings: suppress newly created empty headings
26341 "modes": ["html2wt"],
26342 "scrubWikitext": true
26350 2. Headings: don't suppress empty headings if scrubWikitext is false
26360 3. Headings: suppress empty headings on edits
26363 "modes": ["selser"],
26364 "scrubWikitext": true,
26370 ==<span id="x">foo</span>==
26375 Headings: Replace <br/> with a single whitespace char (when scrubWikitext = true)
26378 "modes": ["html2wt"],
26379 "scrubWikitext": true
26382 <h2>foo<br/>bar</h2>
26383 <h2>foo <span><br/>bar</span> baz</h2>
26387 == foo <span> bar</span> baz ==
26391 Headings: Replace <br/> with a single whitespace char (when scrubWikitext = false)
26394 "modes": ["html2wt"],
26395 "scrubWikitext": false
26398 <h2>foo<br/>bar</h2>
26404 1. WT Quote Tags: suppress newly created empty style tags
26407 "modes": ["html2wt"],
26408 "scrubWikitext": true
26416 2. WT Quote Tags: don't suppress empty style tags if scrubWikitext is false
26422 ''<nowiki/>'''''<nowiki/>'''
26426 3. WT Quote Tags: suppress empty style tags on edits
26429 "modes": ["selser"],
26430 "scrubWikitext": true,
26436 '''<span id="x">foo</span>'''
26441 1. Anchors: suppress newly created empty anchors
26444 "modes": ["html2wt"],
26445 "scrubWikitext": true
26448 <a rel="mw:WikiLink" href="./Test" title="Test"></a>
26453 2. Anchors: don't suppress empty anchors if scrubWikitext is false
26456 "modes": ["html2wt"],
26457 "scrubWikitext": false
26460 <a rel="mw:WikiLink" href="./Test" title="Test"></a>
26466 3. Anchors: suppress empty anchors on edits
26469 "modes": ["selser"],
26470 "scrubWikitext": true,
26476 [[Test|<span id="x">foo</span>]]
26481 3a. Anchors: do not suppress numbered extlinks
26484 "modes": ["wt2wt"],
26485 "scrubWikitext": true
26490 <a rel="mw:ExtLink" href="http://foo.com"></a>
26494 3b. Anchors: do not suppress numbered extlinks
26497 "modes": ["wt2wt"],
26498 "scrubWikitext": true,
26504 [http://foo.com <span id="x">foo</span>]
26510 Normalizations should be restricted to edited content
26513 "modes": ["selser"],
26514 "scrubWikitext": true,
26516 [ "h1", "before", "<i></i>"]
26530 1. Multiple normalizations (html2wt)
26533 "modes": ["html2wt"],
26534 "scrubWikitext": true
26538 <p><a href='Foo' rel='mw:WikiLink'>foo<i></i>
26539 </a><b><i></i></b>x</p>
26548 2. Multiple normalizations (selser)
26551 "modes": ["selser"],
26552 "scrubWikitext": true,
26554 [ "#x", "after", "<h1><i></i></h1>\n<p> x<b></b></p>"]
26558 <span id="x">foo</span>
26560 <span id="x">foo</span>
26566 1. Indent Pre Nowiki: suppress whitespace at the start of new paragraph
26569 "modes": ["html2wt"],
26570 "scrubWikitext": true
26582 2. Indent Pre Nowiki: don't suppress whitespace at the start of new paragraph if scrubWikitext is false
26589 <nowiki> </nowiki>hi
26591 <nowiki> </nowiki> hello
26595 3. Indent Pre Nowiki: suppress whitespace after newlines in new paragraph or table cell
26598 "modes": ["html2wt"],
26599 "scrubWikitext": true
26608 baz bang</td></tr></table>
26614 bar<span>boo</span></p>
26630 bar<span>boo</span>
26634 4. Indent Pre Nowiki: suppress leading whitespace in edited paragraphs
26637 "modes": ["selser"],
26638 "scrubWikitext": true,
26640 [ "p", "html", " a\n b" ]
26651 1. New links that end in spaces
26654 "modes": ["html2wt"],
26655 "scrubWikitext": false
26658 <p><a rel="mw:WikiLink" href="./Berlin" title="Berlin">Berlin </a>is the capital of Germany.</p>
26659 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">Foo </a><b>bar</b></p>
26660 <p><a rel="mw:WikiLink" href="./Boston" title="Boston">Boston </a> is a city.</p>
26662 [[Berlin ]]<nowiki/>is the capital of Germany.
26666 [[Boston ]] is a city.
26670 2. New links that end in spaces
26673 "modes": ["html2wt"],
26674 "scrubWikitext": true
26677 <p><a rel="mw:WikiLink" href="./Berlin" title="Berlin">Berlin </a>is the capital of Germany.</p>
26678 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">Foo </a><b>bar</b></p>
26679 <p><a rel="mw:WikiLink" href="./Boston" title="Boston">Boston </a> is a city.</p>
26681 [[Berlin]] is the capital of Germany.
26685 [[Boston]] is a city.
26689 1. Table cells with escapable prefixes
26692 "modes": ["html2wt"],
26693 "scrubWikitext": false
26697 <tr><td>a</td></tr>
26698 <tr><td>-</td></tr>
26699 <tr><td>+</td></tr>
26705 |<nowiki>-</nowiki>
26707 |<nowiki>+</nowiki>
26712 2. Table cells with escapable prefixes
26715 "modes": ["html2wt"],
26716 "scrubWikitext": true
26720 <tr><td>a</td></tr>
26721 <tr><td>-</td></tr>
26722 <tr><td>+</td></tr>
26735 3a. Table cells with escapable prefixes after edits
26738 "modes": ["selser"],
26739 "scrubWikitext": true,
26741 [ "table tbody tr:first-child td:first-child", "remove"]
26755 3b. Table cells with escapable prefixes after edits
26758 "modes": ["selser"],
26759 "scrubWikitext": true,
26761 [ "table tbody tr:first-child td:first-child", "html", "-" ],
26768 |<span id="x">foo</span>+
26777 # FIXME: This test will fail because
26778 # normalization doesn't realize that the id attribute
26779 # will eliminate the escapable scenario
26781 4a. Table cells without escapable prefixes after edits
26784 "modes": ["selser"],
26785 "scrubWikitext": true,
26787 [ "#x", "html", "-" ]
26800 ## This tests normalizer's ability to discriminate between
26801 ## cells having identical content.
26803 4b. Table cells without escapable prefixes after edits
26806 "modes": ["selser"],
26807 "scrubWikitext": true,
26809 [ "td", "html", "-" ]
26822 ## This tests normalizer's ability to not be tripped by
26823 ## comments (and whitespace)
26825 4c. Table cells without escapable prefixes after edits
26828 "modes": ["selser"],
26829 "scrubWikitext": true,
26831 [ "table tbody tr td:first-child", "remove" ]
26846 ## This tests normalizer's ability to handle HTML cells
26848 4d. Table cells without escapable prefixes after edits
26851 "modes": ["selser"],
26852 "scrubWikitext": true,
26854 [ "td", "html", "-" ]
26859 <tr><td>a</td></tr>
26863 <tr><td>-</td></tr>
26867 ## T111151 Remove font elements without attributes
26869 5a. font tags without attributes should be dropped in scrubWikitext mode
26872 "modes": ["html2wt"],
26873 "scrubWikitext": true
26877 <font><font>bar</font></font>
26878 <font class="x">boo</font>
26882 <font class="x">boo</font>
26886 5b. font tags should not be dropped without scrubWikitext being enabled
26889 "modes": ["html2wt"],
26890 "scrubWikitext": false
26899 Escape nowiki DOM elements
26903 <nowiki><i>foo</i></nowiki>
26905 <nowiki>''foo''</nowiki>
26908 # This is meant to be an interim fix while we go about figuring out
26909 # how to not introduce these trailing <nowiki/>s in the first place.
26911 T115717: Strip trailing <nowiki/>s (without affecting valid uses)
26915 <p>x<meta typeof="mw:Placeholder" data-parsoid='{"src":"<nowiki/>"}'/><meta typeof="mw:Placeholder" data-parsoid='{"src":"<nowiki/>"}'/>
26917 <p><span about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[{"k":"1","named":true,"spc":["\n"," "," ",""]}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<nowiki/>"}},"i":0}}]}'></span></p>
26918 <p><span about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[{"k":"1","named":true,"spc":["\n"," "," ","\n"]}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<nowiki/>"}},"i":0}}]}'></span></p>
26931 # ---------------------------------------------------
26932 # End of tests spec'ing wikitext serialization norms |
26933 # ---------------------------------------------------
26937 Bare inline nodes not wrapped inside p-tags should be treated as p-wrapped
26945 <td><b>c</b><p>d</p></td>
26963 # -----------------------------------------------------------------
26964 # End of section for Parsoid-only html2wt tests for serialization
26966 # -----------------------------------------------------------------
26968 # -----------------------------------------------------------------
26969 # The following section of tests are primarily to spec behavior of
26970 # the selective serializer. All these tests have manual selser
26971 # changes. The automated selser changes for all tests handle the
26972 # wide variation of changes, but these tests here capture specs
26973 # deterministically.
26974 # ----------------------------------------------------------------
26978 Selser: New comments should not be lost
26981 "modes": ["selser"],
26983 [ "#a", "after", "<!--c1-->" ],
26984 [ "#b", "before", "<!--c2-->" ]
26988 <span id="a">a</span>
26990 <span id="b">b</span>
26992 <span id="a">a</span><!--c1-->
26994 <!--c2--><span id="b">b</span>
26999 Selser: Check for validity of DSR before using it
27002 "modes": ["selser"],
27004 [ "#a", "before", "<meta property='mw:PageProp/displaytitle' content='foo'>" ]
27008 <span id="a">a</span>
27010 {{DISPLAYTITLE:foo}}
27011 <span id="a">a</span>
27015 1. DOMDiff: Changes to <ref> content should be looked up using id
27018 "modes": ["selser"],
27020 ["#X", "after", "bar"],
27021 ["#Y", "after", "baz"]
27025 X <ref><span id="X">foo</span></ref>
27028 <ref name="a"><span id="Y">foo</span></ref>
27031 X <ref><span id="X">foo</span>bar</ref>
27034 <ref name="a"><span id="Y">foo</span>baz</ref>
27039 2. DOMDiff: Changes to <ref> content should be looked up using id
27042 "modes": ["selser"],
27044 ["#Z", "after", "bar"]
27048 A <ref>foo bar for a</ref>
27049 B <ref group="X" name="b" />
27053 <references group="X">
27054 <ref name="b"><span id="Z">foo</span></ref>
27057 A <ref>foo bar for a</ref>
27058 B <ref group="X" name="b" />
27062 <references group="X">
27063 <ref name="b"><span id="Z">foo</span>bar</ref>
27077 <li class="mw-empty-li"></li>
27078 <li class="mw-empty-li"></li>