1 # MediaWiki Parser test cases
2 # Some taken from https://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, wgInterwikiMagic,
41 # For testing purposes, temporary articles can created:
42 # !!article / NAMESPACE:TITLE / !!text / ARTICLE TEXT / !!endarticle
43 # where '/' denotes a newline.
45 # This is the standard article assumed to exist.
82 MediaWiki:bad image list
84 * [[File:Bad.jpg]] except [[Nasty page]]
112 Template:echo_with_span
118 Template:echo_with_div
131 Template:table_attribs
134 |</noinclude>style="color:red;"|Foo
138 Template:table_attribs_2
141 |</noinclude>style="color:red;"|Foo
146 Template:table_attribs_3
149 |</noinclude>style{{=}}"background:#f9f9f9;"|Foo
153 Template:table_attribs_4
155 | style="background-color:#DC241f;" width="10px" |
159 Template:table_attribs_5
162 |</noinclude>style="color:red;"||Bar
166 Template:table_attribs_6
168 style="background: <nowiki>
175 Template:table_attribs_7
178 |</noinclude>style{{=}}"background:#f9f9f9;"|Foo<ref>foo</ref>
182 Template:table_header_cells
184 {{table_attribs}}!!style='color:red;'|''Bar''||style='color:brown;'|''Foo'' and Baz
190 {{table_attribs}}||style='color:red;'|''Bar''||style='color:brown;'|''Foo'' and Baz
194 Template:PartialTable
201 Template:image_attribs
204 [[File:foobar.jpg|</noinclude>right|Caption text<noinclude>]]</noinclude>
207 ## See T48811 for details
209 Template:mixed_attr_content_template
211 style="color:red;" title="T48811"
217 Template:definition_list
264 Template:EmptyTRWithHTMLAttrTest
267 <tr align="center"></tr>
268 <tr><td>foo</td></tr>
269 <tr align="center"></tr>
270 <tr><td>bar</td></tr>
277 <ref>{{CircularRef}}</ref>
295 <p><span about="#mwt1" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Transclusion mw:Extension/ref" data-parsoid='{"pi":[[]]}' data-mw='{"parts":[{"template":{"target":{"wt":"CircularRef","href":"./Template:CircularRef"},"params":{},"i":0}}]}'><a href="./Main_Page#cite_note-1" style="counter-reset: mw-Ref 1;"><span class="mw-reflink-text">[1]</span></a></span></p>
296 <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="./Main_Page#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="{}">Error: Expansion loop detected at <a data-parsoid='{"a":{"href":null},"sa":{"href":"Template:CircularRef"}}'>Template:CircularRef</a></span></li></ol>
302 This is a simple paragraph.
304 <p>This is a simple paragraph.
309 Paragraphs with extra newline spacing
332 Paragraphs with newline spacing with comment lines in between
340 <!--foo--><!--More than 1 comment, still stripped-->
344 <!--foo--> <!----> <!-- bar -->
405 Paragraphs with newline spacing with non-empty white-space lines in between
432 Paragraphs with newline spacing with non-empty mixed comment and white-space lines in between
440 <!--foo--><!--More than 1 comment doesn't disable stripping of this line!-->
479 Extra newlines: More paragraphs with indented comment
494 Extra newlines followed by heading
509 <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>
510 <p><a href="/index.php?title=A&action=edit&redlink=1" class="new" title="A (page does not exist)">a</a>
513 <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>
518 Extra newlines between heading and content are swallowed
526 <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>
527 <p><a href="/index.php?title=A&action=edit&redlink=1" class="new" title="A (page does not exist)">a</a>
532 Heading with line break in nowiki
539 <h2><span class="mw-headline" id="A_B.0AC">A B
540 C</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 B C">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
543 <h2 id="A_B.0AC">A <span typeof="mw:Nowiki">B
550 http://fr.wikipedia.org/wiki/🍺
551 <!-- EasterEgg we love beer, better be able be able to link to it -->
553 <p><a rel="nofollow" class="external free" href="http://fr.wikipedia.org/wiki/🍺">http://fr.wikipedia.org/wiki/🍺</a>
557 # Note that the html+tidy output removes the spaces after the <li>,
558 # which is a bug (https://sourceforge.net/p/tidy/bugs/945/, etc).
559 # This is an issue for all tests with lists. We intentionally do
560 # *not* add html+tidy clauses for these, as we don't want to
561 # document/test the broken behavior. (Parsoid matches the non-tidy
562 # output in these cases.)
571 <li> Item 2</li></ul>
579 * plain''italic''plain
580 * plain''italic''plain''italic''plain
581 * plain'''bold'''plain
582 * plain'''bold'''plain'''bold'''plain
583 * plain''italic''plain'''bold'''plain
584 * plain'''bold'''plain''italic''plain
585 * plain''italic'''bold-italic'''italic''plain
586 * plain'''bold''bold-italic''bold'''plain
587 * plain'''''bold-italic'''italic''plain
588 * plain'''''bold-italic''bold'''plain
589 * plain''italic'''bold-italic'''''plain
590 * plain'''bold''bold-italic'''''plain
591 * plain l'''italic''plain
592 * plain l''''bold''' plain
595 <li> plain<i>italic</i>plain</li>
596 <li> plain<i>italic</i>plain<i>italic</i>plain</li>
597 <li> plain<b>bold</b>plain</li>
598 <li> plain<b>bold</b>plain<b>bold</b>plain</li>
599 <li> plain<i>italic</i>plain<b>bold</b>plain</li>
600 <li> plain<b>bold</b>plain<i>italic</i>plain</li>
601 <li> plain<i>italic<b>bold-italic</b>italic</i>plain</li>
602 <li> plain<b>bold<i>bold-italic</i>bold</b>plain</li>
603 <li> plain<i><b>bold-italic</b>italic</i>plain</li>
604 <li> plain<b><i>bold-italic</i>bold</b>plain</li>
605 <li> plain<i>italic<b>bold-italic</b></i>plain</li>
606 <li> plain<b>bold<i>bold-italic</i></b>plain</li>
607 <li> plain l'<i>italic</i>plain</li>
608 <li> plain l'<b>bold</b> plain</li></ul>
612 # this example taken from the [[simple:Moon]] article (bug 47326)
614 Italics and possessives (1)
616 obtained by ''[[Lunar Prospector]]'''s gamma-ray spectrometer
618 <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
622 # this example taken from [[en:Flaming Pie]] (bug 49926)
624 Italics and possessives (2)
626 '''''Flaming Pie''''' is ... released in 1997. In ''Flaming Pie'''s liner notes
628 <p><i><b>Flaming Pie</b></i> is ... released in 1997. In <i>Flaming Pie'</i>s liner notes
632 # this example taken from [[en:Dictionary]] (bug 49926)
634 Italics and possessives (3)
636 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''.
638 <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>.
644 ### 2-quote opening sequence tests
647 Italics and bold: 2-quote opening sequence: (2,2)
656 Italics and bold: 2-quote opening sequence: (2,3)
665 Italics and bold: 2-quote opening sequence: (2,4)
675 # same html as previous, but wikitext adjusted to match parsoid html2wt
677 Italics and bold: 2-quote opening sequence: (2,4) w/ nowiki
679 ''foo<nowiki>''</nowiki>''
685 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
687 Italics and bold: 2-quote opening sequence: (2,5)
700 # same html as previous, but wikitext adjusted to match parsoid html2wt
702 Italics and bold: 2-quote opening sequence: (2,5+3) w/ nowiki
704 ''foo'''''<nowiki/>'''
715 ### 3-quote opening sequence tests
719 Italics and bold: 3-quote opening sequence: (3,2)
728 Italics and bold: 3-quote opening sequence: (3,3)
737 Italics and bold: 3-quote opening sequence: (3,4)
745 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
747 Italics and bold: 3-quote opening sequence: (3,5)
760 # same html as previous, but wikitext adjusted to match parsoid html2wt
762 Italics and bold: 3-quote opening sequence: (3,5+2) w/ nowiki
764 '''foo'''''<nowiki/>''
775 ### 4-quote opening sequence tests
779 Italics and bold: 4-quote opening sequence: (4,2)
789 # same html as previous, but wikitext adjusted to match parsoid html2wt
791 Italics and bold: 4-quote opening sequence: (4,2) w/ nowiki
793 <nowiki>''</nowiki>''foo''
800 Italics and bold: 4-quote opening sequence: (4,3)
809 Italics and bold: 4-quote opening sequence: (4,4)
819 # same html as previous, but wikitext adjusted to match parsoid html2wt
821 Italics and bold: 4-quote opening sequence: (4,4) w/ nowiki
829 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
831 Italics and bold: 4-quote opening sequence: (4,5)
840 <p>'<b>foo</b><i></i>
844 # same html as previous, but wikitext adjusted to match parsoid html2wt
846 Italics and bold: 4-quote opening sequence: (4,5+2) w/ nowiki
848 '<nowiki/>'''foo'''''<nowiki/>''
853 <p>'<b>foo</b><i></i>
859 ### 5-quote opening sequence tests
863 Italics and bold: 5-quote opening sequence: (5,2)
873 # same html as previous, but wikitext adjusted to match parsoid html2wt
875 Italics and bold: 5-quote opening sequence: (5,2+3)
884 Italics and bold: 5-quote opening sequence: (5,3)
894 # same html as previous, but wikitext adjusted to match parsoid html2wt
896 Italics and bold: 5-quote opening sequence: (5,3+2)
905 Italics and bold: 5-quote opening sequence: (5,4)
911 <p><i><b>foo'</b></i>
916 Italics and bold: 5-quote opening sequence: (5,5)
925 Italics and bold: 5-quote opening sequence: (5,6)
929 <p><i><b>foo'</b></i>
934 ### multiple quote sequences in a line
937 Italics and bold: multiple quote sequences: (2,4,2)
943 <p><i>foo'<b>bar</b></i>
948 # same html as previous, but wikitext adjusted to match parsoid html2wt
950 Italics and bold: multiple quote sequences: (2,4,2+3) w/ nowiki
952 ''foo'<nowiki/>'''bar'''''
954 <p><i>foo'<b>bar</b></i>
960 Italics and bold: multiple quote sequences: (2,4,3)
966 <p><i>foo'<b>bar</b></i>
971 # same html as previous, but wikitext adjusted to match parsoid html2wt
973 Italics and bold: multiple quote sequences: (2,4,3+2) w/ nowiki
975 ''foo'<nowiki/>'''bar'''''
977 <p><i>foo'<b>bar</b></i>
983 Italics and bold: multiple quote sequences: (2,4,4)
989 <p><i>foo'<b>bar'</b></i>
994 # same html as previous, but wikitext adjusted to match parsoid html2wt
996 Italics and bold: multiple quote sequences: (2,4,4+2) w/ nowiki
998 ''foo'<nowiki/>'''bar'<nowiki/>'''''
1000 <p><i>foo'<b>bar'</b></i>
1005 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
1007 Italics and bold: multiple quote sequences: (3,4,2)
1016 <p><b>foo'</b>bar<i></i>
1020 # same html as previous, but wikitext adjusted to match parsoid html2wt
1022 Italics and bold: multiple quote sequences: (3,4,2+2) w/ nowiki
1026 '''<nowiki>foo'</nowiki>'''bar''<nowiki/>''
1031 <p><b><span typeof="mw:Nowiki">foo'</span></b>bar<i></i>
1036 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
1038 Italics and bold: multiple quote sequences: (3,4,3)
1047 <p><b>foo'</b>bar<b></b>
1051 # same html as previous, but wikitext adjusted to match parsoid html2wt
1053 Italics and bold: multiple quote sequences: (3,4,3+3) w/ nowiki
1055 '''<nowiki>foo'</nowiki>'''bar'''<nowiki/>'''
1060 <p><b><span typeof="mw:Nowiki">foo'</span></b>bar<b></b>
1065 ### other quote tests
1068 Italics and bold: other quote tests: (2,3,5)
1070 ''this is about '''foo's family'''''
1072 <p><i>this is about <b>foo's family</b></i>
1078 Italics and bold: other quote tests: (2,(3,3),2)
1080 ''this is about '''foo's''' family''
1082 <p><i>this is about <b>foo's</b> family</i>
1088 Italics and bold: other quote tests: (3,2,3,2)
1092 '''this is about ''foo'''s family''
1094 <p><b>this is about <i>foo</i></b><i>s family</i>
1099 # same html as previous, but wikitext adjusted to match parsoid html2wt
1101 Italics and bold: other quote tests: (3,2,3+2+2,2)
1103 '''this is about ''foo'''''<nowiki/>''s family''
1105 <p><b>this is about <i>foo</i></b><i>s family</i>
1111 Italics and bold: other quote tests: (3,2,3,3)
1113 '''this is about ''foo'''s family'''
1115 <p>'<i>this is about </i>foo<b>s family</b>
1121 Italics and bold: other quote tests: (3,(2,2),3)
1123 '''this is about ''foo's'' family'''
1125 <p><b>this is about <i>foo's</i> family</b>
1131 Italicized possessive
1133 The ''[[Main Page]]'''s talk page.
1135 <p>The <i><a href="/wiki/Main_Page" title="Main Page">Main Page</a>'</i>s talk page.
1138 <p>The <i><a rel="mw:WikiLink" href="Main_Page" title="Main Page">Main Page</a>'</i>s talk page.</p>
1142 Parsoid only: Quote balancing context should be restricted to td/th cells on the same wikitext line
1143 (Requires tidy for PHP parser output to be fixed up)
1145 parsoid=wt2html,wt2wt
1162 <tbody><tr><th><i>a</i></th><th><i>b</i></th>
1163 <td><i>a</i></td><td><i>b</i></td></tr>
1172 Non-html5 tags should be accepted
1174 <center>''foo''</center>
1176 <font>''foo''</font>
1177 <strike>''foo''</strike>
1180 <center><i>foo</i></center>
1181 <p><big><i>foo</i></big>
1182 <font><i>foo</i></font>
1183 <strike><i>foo</i></strike>
1189 <wbr> is valid wikitext (bug 52468)
1197 # <strike> is HTML4, <s> is HTML4/5.
1199 <s> or <strike> for strikethrough
1201 <strike>strike</strike>
1205 <p><strike>strike</strike>
1213 Text-level semantic html elements in wikitext
1216 <strong>text</strong>
1232 <ruby><rb>明日</rb><rp>(</rp><rt>Ashita</rt><rp> </rp><rtc>あした</rtc><rp>)</rp></ruby>
1239 <strong>text</strong>
1255 <ruby><rb>明日</rb><rp>(</rp><rt>Ashita</rt><rp> </rp><rtc>あした</rtc><rp>)</rp></ruby>
1263 # test cases taken from
1264 # https://www.w3.org/TR/html5/text-level-semantics.html#the-ruby-element
1266 Ruby markup (W3C-style)
1268 ; Mono-ruby for individual base characters
1269 : <ruby>日<rt>に</rt>本<rt>ほん</rt>語<rt>ご</rt></ruby>
1271 : <ruby>今日<rt>きょう</rt></ruby>
1273 : <ruby>法<rb>華</rb><rb>経</rb><rt>ほ</rt><rt>け</rt><rt>きょう</rt></ruby>
1275 : <ruby>東<rb>京</rb><rp>(</rp><rt>とう</rt><rt>きょう</rt><rp>)</rp></ruby>
1277 : <ruby><rb>旧</rb><rb>金</rb><rb>山</rb><rt>jiù</rt><rt>jīn</rt><rt>shān</rt><rtc>San Francisco</rtc></ruby>
1279 <rb>♥</rb><rtc><rt>Heart</rt></rtc><rtc lang="fr"><rt>Cœur</rt></rtc>
1280 <rb>☘</rb><rtc><rt>Shamrock</rt></rtc><rtc lang="fr"><rt>Trèfle</rt></rtc>
1281 <rb>✶</rb><rtc><rt>Star</rt></rtc><rtc lang="fr"><rt>Étoile</rt></rtc>
1284 <dl><dt> Mono-ruby for individual base characters</dt>
1285 <dd> <ruby>日<rt>に</rt>本<rt>ほん</rt>語<rt>ご</rt></ruby></dd>
1286 <dt> Group ruby</dt>
1287 <dd> <ruby>今日<rt>きょう</rt></ruby></dd>
1288 <dt> Jukugo ruby</dt>
1289 <dd> <ruby>法<rb>華</rb><rb>経</rb><rt>ほ</rt><rt>け</rt><rt>きょう</rt></ruby></dd>
1290 <dt> Inline ruby</dt>
1291 <dd> <ruby>東<rb>京</rb><rp>(</rp><rt>とう</rt><rt>きょう</rt><rp>)</rp></ruby></dd>
1292 <dt> Double-sided ruby</dt>
1293 <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>
1295 <rb>♥</rb><rtc><rt>Heart</rt></rtc><rtc lang="fr"><rt>Cœur</rt></rtc>
1296 <rb>☘</rb><rtc><rt>Shamrock</rt></rtc><rtc lang="fr"><rt>Trèfle</rt></rtc>
1297 <rb>✶</rb><rtc><rt>Star</rt></rtc><rtc lang="fr"><rt>Étoile</rt></rtc>
1302 # The next two test different paths in the sanitizer.
1304 Non-word characters don't terminate tag names (bug 17663, 40670, 52022)
1306 <blockquote|>a</blockquote>
1308 <b→> doesn't terminate </b→>
1310 <bä> doesn't terminate </bä>
1312 <boo> doesn't terminate </boo>
1314 <s.foo> doesn't terminate </s.foo>
1318 <p><blockquote|>a</blockquote>
1319 </p><p><b→> doesn't terminate </b→>
1320 </p><p><bä> doesn't terminate </bä>
1321 </p><p><boo> doesn't terminate </boo>
1322 </p><p><s.foo> doesn't terminate </s.foo>
1323 </p><p><sub-ID#1>
1327 # There is a tidy bug here: https://sourceforge.net/p/tidy/bugs/946/
1328 # If the non-word-character tag made it through the sanitizer, tidy
1329 # would munge it up.
1331 Non-word characters don't terminate tag names + tidy
1333 <blockquote|>a</blockquote>
1335 <b→> doesn't terminate </b→>
1337 <bä> doesn't terminate </bä>
1339 <boo> doesn't terminate </boo>
1341 <s.foo> doesn't terminate </s.foo>
1345 <p><blockquote|>a</p>
1346 <p><b→> doesn't terminate </b→></p>
1347 <p><bä> doesn't terminate </bä></p>
1348 <p><boo> doesn't terminate </boo></p>
1349 <p><s.foo> doesn't terminate </s.foo></p>
1350 <p><sub-ID#1></p>
1354 ### See tests/parser/parserTestsParserHook.php for the <tåg> extension)
1355 ### This checks that HTML5 tags (with non-word characters in the tag
1356 ### name) make it safely through the parser -- the Sanitizer will
1357 ### munge them later, as it should.
1360 Non-word characters are valid in extension tags (T19663)
1371 <pre typeof="mw:Extension/tåg" data-mw='{"name":"tåg","attrs":{},"body":{"extsrc":"tåg"}}' data-parsoid='{}' about="#mwt2"></pre>
1375 Isolated close tags should be treated as literal text (bug 52760)
1383 <p><s.foo>s</p>
1385 <p><s.foo>s</p>
1389 ### Special characters
1393 Bare pipe character (bug 52363)
1402 Bare pipe character from a template (bug 52363)
1411 ### <nowiki> test cases
1415 <nowiki> unordered list
1417 <nowiki>* This is not an unordered list item.</nowiki>
1419 <p>* This is not an unordered list item.
1422 <p><span typeof="mw:Nowiki">* This is not an unordered list item.</span></p>
1428 <nowiki>Lorem ipsum dolor
1436 <p>Lorem ipsum dolor
1445 <p><span typeof="mw:Nowiki">Lorem ipsum dolor
1455 Don't parse <nowiki><span class="error"></nowiki> (T149622)
1457 <nowiki><span class="error"></nowiki>
1459 <p><span class="error">
1462 <p><span typeof="mw:Nowiki"><span class="error"></span></p>
1468 :There is not nowiki.
1469 :There is <nowiki>nowiki</nowiki>.
1471 #There is not nowiki.
1472 #There is <nowiki>nowiki</nowiki>.
1474 *There is not nowiki.
1475 *There is <nowiki>nowiki</nowiki>.
1477 <dl><dd>There is not nowiki.</dd>
1478 <dd>There is nowiki.</dd></dl>
1479 <ol><li>There is not nowiki.</li>
1480 <li>There is nowiki.</li></ol>
1481 <ul><li>There is not nowiki.</li>
1482 <li>There is nowiki.</li></ul>
1485 <dl><dd data-parsoid='{}'>There is not nowiki.</dd>
1486 <dd data-parsoid='{}'>There is <span typeof="mw:Nowiki">nowiki</span>.</dd></dl>
1488 <ol><li data-parsoid='{}'>There is not nowiki.</li>
1489 <li data-parsoid='{}'>There is <span typeof="mw:Nowiki">nowiki</span>.</li></ol>
1491 <ul><li data-parsoid='{}'>There is not nowiki.</li>
1492 <li data-parsoid='{}'>There is <span typeof="mw:Nowiki">nowiki</span>.</li></ul>
1496 Entities inside <nowiki>
1498 <nowiki><</nowiki>
1505 Entities inside template parameters
1511 <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>
1515 Properly escape nowiki when combined with other wiki markup
1519 <p>* </nowiki> tag</p>
1521 <nowiki>*</nowiki> <nowiki></nowiki></nowiki> tag
1525 T93824: Put escaped HTML tags inside nowiki
1529 <p><h2>foo</h2></p>
1531 <nowiki><h2>foo</h2></nowiki>
1535 T71950: 1. Put nowiki as close to cause as possible, even with non-quote escapable chars
1539 <p>This text: L'<a rel="mw:WikiLink" href="./Foo">Foo</a>
1540 This text: L''<a rel="mw:WikiLink" href="./Foo">Foo</a>
1541 This text: L'''<a rel="mw:WikiLink" href="./Foo">Foo</a>''</p>
1543 This text: L'[[Foo]]
1544 This text: L<nowiki>''</nowiki>[[Foo]]
1545 This text: L<nowiki>'''</nowiki>[[Foo]]<nowiki>''</nowiki>
1548 # This test fails because wikitext whitespace is not normalized before comparing.
1550 T71950: 2. Put nowiki as close to cause as possible, after ' :'
1554 <p>This text : L''<a rel="mw:WikiLink" href="./Foo">Foo</a>
1557 This text : L<nowiki>''</nowiki>[[Foo]]
1560 # This test and the next one are html2wt only as they test that incorrect wikitext
1561 # passed in template arguments gets escaped or wrapped in nowikis where required.
1563 T71482: Use {{!}} instead of nowiki for single pipe in template argument
1567 <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>
1568 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo|bar |[["}},"i":0}}]}" about="#mwt2"></p>
1570 {{echo|foo{{!}}bar}}
1571 {{echo|<nowiki>foo|bar |[[</nowiki>}}
1575 T53961: Output correct nowikis in template arguments
1579 <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>
1580 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a }} b"}},"i":0}}]}" about="#mwt2"></span>
1581 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a [[ b"}},"i":0}}]}" about="#mwt3"></span>
1582 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a | {{ ]]"}},"i":0}}]}" about="#mwt4"></span>
1583 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a }"}},"i":0}}]}" about="#mwt5"></span></p>
1586 {{echo|<nowiki>a }} b</nowiki>}}
1587 {{echo|<nowiki>a [[ b</nowiki>}}
1588 {{echo|<nowiki>a | {{ ]]</nowiki>}}
1589 {{echo|a <nowiki>}</nowiki>}}
1593 Cases where "!!" needs nowiki protection
1598 <tr><th>this needs protection !! here</th></tr>
1602 <tr><th>this does not need
1603 protection !! here</th></tr>
1607 !<nowiki>this needs protection !! here</nowiki>
1620 Comments and Indent-Pre
1622 <!-- comment 1 --> asdf
1624 <!-- comment 1 --> asdf
1627 <!-- comment 1 --> asdf
1628 <!-- comment 2 -->xyz
1630 <!-- comment 1 --> asdf
1631 <!-- comment 2 --> xyz
1687 asdf<!-- comment 1 -->jkl
1697 <!-- foo --> b <!-- bar -->
1711 <!-- returns a single newline, not nothing, since the newline after > is not stripped -->
1717 Comment semantics and delimiters
1719 <!-- --><!----><!-----><!------>
1723 <!-- --><!----><!-----><!------>
1727 Comment semantics and delimiters, redux
1729 <!-- In SGML every "foo" here would actually show up in the text -- foo -- bar
1730 -- foo -- funky huh? ... -->
1734 <!-- In SGML every "foo" here would actually show up in the text -- foo -- bar
1735 -- foo -- funky huh? ... -->
1739 Comment semantics and delimiters: directors cut
1741 <!-- ... However we like to keep things simple and somewhat XML-ish so we eat
1742 everything starting with < followed by !-- until the first -- and > we see,
1743 that wouldn't be valid XML however, since in XML -- has to terminate a comment
1749 <!-- ... However we like to keep things simple and somewhat XML-ish so we eat
1750 everything starting with < followed by !-- until the first -- and > we see,
1751 that wouldn't be valid XML however, since in XML -- has to terminate a comment
1756 Comment semantics: nesting
1758 <!--<!-- no, we're not going to do anything fancy here -->-->
1763 <!--<!-- no, we're not going to do anything fancy here --><p>--></p>
1766 # Parsoid closes the unclosed comment, even if it means a slight
1769 Comment semantics: unclosed comment at end
1771 parsoid=wt2html,html2html
1773 <!--This comment will run out to the end of the document
1777 <!--This comment will run out to the end of the document-->
1781 Comment semantics: normalize comments to play nice with XML and browsers
1783 <!-- Browsers --!> think this is closed -->
1784 <!--> This would normally be text -->
1785 <!---> As would this -->
1786 <!-- XML doesn't like trailing dashes -------->
1787 <!-- Nor doubled hyphens -- anywhere in the data -->
1788 But this is not a comment.
1790 <p>But this is not a comment.
1793 <!-- Browsers --!> think this is closed -->
1794 <!--> This would normally be text -->
1795 <!---> As would this -->
1796 <!-- XML doesn't like trailing dashes -------->
1797 <!-- Nor doubled hyphens -- anywhere in the data -->
1798 <p>But this is not a comment.</p>
1802 Comment semantics: round-trip even text which contains encoded -->
1804 <!-- hello & goodbye - > --> --&gt; --&xx -->
1806 <!-- hello & goodbye - > --> --&gt; --&xx -->
1810 Comment in template title
1819 Comment on its own line post-expand
1831 Comment on its own line post-expand with non-significant whitespace
1843 Multiple comments should still parse as SOL-transparent
1845 parsoid=wt2html,wt2wt
1848 <!--c2--><!--c3--><!--c4-->*b
1857 <!--c2--><!--c3--><!--c4-->
1864 ### paragraph wrapping tests
1879 Block tag on one line (<div>)
1895 Block tag on one line (<blockquote>)
1897 a <blockquote>foo</blockquote>
1901 a <blockquote>foo</blockquote>
1913 Block tag on both lines (<div>)
1930 Block tag on both lines (<blockquote>)
1932 a <blockquote>foo</blockquote>
1934 b <blockquote>foo</blockquote>
1936 a <blockquote>foo</blockquote>
1937 b <blockquote>foo</blockquote>
1951 Multiple lines without block tags
1975 # Tidy strips out the empty <div> tags. Parsoid doesn't.
1976 # So, we have a separate section for Parsoid. We don't want
1977 # to mimic this stripping behavior in Parsoid. It affects
1978 # editing experience and also requires us to maintain additional
1981 Empty lines between lines with block tags
2019 <div data-parsoid='{"stx":"html"}'></div>
2022 <div data-parsoid='{"stx":"html"}'></div><p>a</p>
2025 <div data-parsoid='{"stx":"html"}'>a</div><p>b</p>
2027 <div data-parsoid='{"stx":"html"}'>b</div><p>d</p>
2030 <div data-parsoid='{"stx":"html"}'>e</div>
2033 ## PHP parser emits output which is broken
2035 Unclosed HTML p-tags should be handled properly
2048 <div data-parsoid='{"stx":"html"}'><p data-parsoid='{"stx":"html", "autoInsertedEnd":true}'>foo</p></div>
2053 ## SSS FIXME: I can come up with other scenarios where this doesn't work because
2054 ## of eager output of buffered tokens in the p-wrapper. But, I'm going to ignore
2057 1. P-wrapping should leave sol-transparent tags outside p-tags where possible
2061 a [[Category:A1]] [[Category:A2]]
2066 <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"/>
2070 2. P-wrapping should leave sol-transparent tags outside p-tags where possible
2076 <link rel="mw:PageProp/Category" href="./Category:A1"/><p>a</p>
2080 ### Preformatted text
2089 And a [[Main Page|link]]
2095 And a <a href="/wiki/Main_Page" title="Main Page">link</a>
2100 Tabs don't trigger preformatted text
2104 This is preformatted text.
2110 <pre>This is preformatted text.
2115 preformatted text.</p>
2116 <pre>This is preformatted text.
2121 Space before tab needs nowiki pre protection
2127 <nowiki> </nowiki> a
2131 Ident preformatting with inline content
2142 <pre> with <nowiki> inside (compatibility with 1.6 and earlier)
2159 Regression with preformatted in <center>
2173 Bug 52763: Preformatted in <blockquote>
2179 indented cell (no pre-wrapping!)
2189 <p> indented cell (no pre-wrapping!)
2197 Bug 51086: Double newlines in blockquotes should be turned into paragraphs
2214 Bug 15491: <ins>/<del> in blockquote
2217 Foo <del>bar</del> <ins>baz</ins> quux
2221 <p>Foo <del>bar</del> <ins>baz</ins> quux
2227 # Note that the p-wrapping is newline sensitive, which could be
2228 # considered a bug: tidy will wrap only the 'Foo' in the example
2229 # below in a <p> tag. (see comment 23-25 of bug #6200)
2231 Bug 15491: <ins>/<del> in blockquote (2)
2233 <blockquote>Foo <del>bar</del> <ins>baz</ins> quux
2236 <blockquote>Foo <del>bar</del> <ins>baz</ins> quux
2242 <del>bar</del> <ins>baz</ins> quux</blockquote>
2246 <pre> with attributes (bug 3202)
2248 <pre style="background: blue; color:white">Bluescreen of WikiDeath</pre>
2250 <pre style="background: blue; color:white">Bluescreen of WikiDeath</pre>
2255 <pre> with width attribute (bug 3202)
2257 <pre width="8">Narrow screen goodies</pre>
2259 <pre width="8">Narrow screen goodies</pre>
2264 <pre> with forbidden attribute (bug 3202)
2266 <pre width="8" onmouseover="alert(document.cookie)">Narrow screen goodies</pre>
2268 <pre width="8">Narrow screen goodies</pre>
2273 Entities inside <pre>
2282 <pre> with forbidden attribute values (bug 3202)
2284 <pre width="8" style="border-width: expression(alert(document.cookie))">Narrow screen goodies</pre>
2286 <pre width="8" style="/* insecure input */">Narrow screen goodies</pre>
2291 <nowiki> inside <pre> (bug 13238)
2299 <pre><nowiki><nowiki></nowiki>Foo<nowiki></nowiki></nowiki></pre>
2307 <pre><nowiki>Foo</nowiki></pre>
2312 <nowiki> inside of #tag:pre
2314 {{#tag:pre|Foo <nowiki>→bar</nowiki>}}
2316 <pre>Foo →bar</pre>
2319 <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>
2323 <nowiki> and <pre> preference (first one wins)
2352 <pre data-parsoid='{"stx":"html","strippedNL":true}'><nowiki>
2354 <p><span typeof="mw:Placeholder" data-parsoid='{"src":"</nowiki>"}'></nowiki></span>
2357 <p><span typeof="mw:Nowiki">
2366 </pre> inside nowiki
2368 <nowiki></pre></nowiki>
2374 # Parsoid doesn't strip empty tags, like Tidy does.
2376 Empty pre; pre inside other HTML tags (bug 54946)
2378 parsoid=wt2html,wt2wt
2409 HTML pre followed by indent-pre
2419 # Note that tidy removes the empty <p> tags from the start and end.
2420 # Parsoid does not, by design.
2424 <p><pre>foo</pre></p>
2430 <p data-parsoid='{"stx":"html","autoInsertedEnd":true}'></p><pre data-parsoid='{"stx":"html"}'>foo</pre><p data-parsoid='{"autoInsertedStart":true,"stx":"html"}'></p>
2434 Templates: Indent-Pre: 1a. Templates that break a line should suppress <pre>
2442 Templates: Indent-Pre: 1b. Templates that break a line should suppress <pre>
2452 Templates: Indent-Pre: 1c: Wrapping should be based on expanded content
2464 Templates: Indent-Pre: 1d: Wrapping should be based on expanded content
2485 Templates: Indent-Pre: 1e. Wrapping should be based on expanded content
2489 {{echo| foo}}{{echo| bar}}
2494 {{echo|<!--cmt--> foo}}
2496 <!--cmt-->{{echo| foo}}
2498 {{echo|{{echo| }}bar}}
2516 Templates: Indent-Pre: 1f: Wrapping should be based on expanded content
2553 Pres with newline attributes
2558 <pre class="one two">hi</pre>
2562 two" data-parsoid='{"stx":"html"}'>hi</pre>
2566 Things that look like <pre> tags aren't treated as such
2568 Barack Obama <President> of the United States
2569 <President></President>
2571 <p>Barack Obama <President> of the United States
2572 <President></President>
2577 Handle broken pre-like tags (bug 64025)
2581 {{echo|<pre <pre>x</pre>}}
2583 <table><pre </table>
2586 <table><pre </table>
2594 <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>
2603 Parsoid: handle pre with space after attribute
2607 <pre style="width:50%;" >{{echo|foo}}</pre>
2609 <pre style="width:50%;">{{echo|foo}}</pre>
2612 <pre style="width:50%;">{{echo|foo}}</pre>
2615 # TODO / maybe: fix wt2wt for this
2617 Parsoid: Don't paragraph-wrap fosterable content
2643 Parsoid: Don't paragraph-wrap fosterable content even if table syntax is unbalanced
2671 #--------------------------------------------------------------------
2672 # Transclusion parameter whitespace stripping tests
2673 # Behavior is different for positional and named parameters
2674 #--------------------------------------------------------------------
2676 Templates: Strip leading and trailing whitespace from named-param values
2680 {{echo|1= {{echo|b}} }}
2693 <ul><li> d</li></ul>
2698 Templates: Don't strip whitespace from positional-param values
2702 {{echo|{{echo|b}} }}
2734 <ul><li> f</li></ul>
2742 Templates: Handle empty comment-and-ws-only lines correctly
2745 <!--should be ignored-->
2746 <!--should be ignored as well-->
2753 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo\n<!--should be ignored-->\n <!--should be ignored as well-->\nbar"}},"i":0}}]}'>foo <!--should be ignored--> <!--should be ignored as well--> bar</p>
2757 Templates: Handle comments in the target
2760 <!-- should be ignored -->
2764 <!-- should be ignored and spaces on next line should not trip us up (T147742) -->
2767 {{echo<!-- should be ignored -->
2770 {{echo<!-- should be ignored -->|foo}}
2772 {{<!-- should be ignored -->echo|foo}}
2781 <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>
2783 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo\n<!-- should be ignored and spaces on next line should not trip us up (T147742) -->\n ","href":"./Template:Echo"},"params":{"1":{"wt":"foo"}},"i":0}}]}'>foo</p>
2785 <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>
2787 <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>
2789 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo"}},"i":0}}]}'>foo</p>
2793 Templates: Handle comments in parameter names (bug 67657)
2796 <!-- should be ignored -->
2800 <!-- should be ignored -->
2803 {{echo|1<!-- should be ignored -->=foo}}
2805 {{echo|<!-- should be ignored -->1=foo}}
2813 <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>
2815 <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>
2817 <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>
2819 <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>
2823 Templates: Other wikitext in parameter names (bug 67657)
2830 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"''1''":{"wt":"foo"}},"i":0}}]}'>{{{1}}}</p>
2833 #--------------------------------------------------------------------
2834 # Transclusion parameter escaping tests
2835 #--------------------------------------------------------------------
2837 Templates: Parsoid parameter escaping test 1
2839 {{echo|[foo]|{{echo|[bar]}}}}
2843 <p about="#mwt1" typeof="mw:Transclusion"
2844 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"[foo]"},"2":{"wt":"{{echo|[bar]}}"}},"i":0}}]}'>[foo]</p>
2848 Parsoid: Pipes in external links in template parameter
2850 {{echo|[{{echo|http://example.com}} link]}}
2852 <p><a rel="nofollow" class="external text" href="http://example.com">link</a></p>
2854 <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>
2858 Parsoid: pipe in transclusion parameter
2860 {{echo|http://foo.com/a|b}}
2862 <p><a rel="nofollow" class="external free" href="http://foo.com/a%7Cb">http://foo.com/a%7Cb</a></p>
2864 <p><a rel="mw:ExtLink" href="http://foo.com/a|b" about="#mwt1"
2865 typeof="mw:Transclusion"
2866 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>
2870 Parsoid: Pipe in external link target and content in template parameter
2872 parsoid=html2wt,wt2wt
2874 {{echo|[http://foo.com/a|b a|b]}}
2876 <p><a rel="nofollow" class="external text" href="http://foo.com/a%7Cb">a|b</a></p>
2878 <p><a rel="mw:ExtLink" href="http://foo.com/a|b" about="#mwt1"
2879 typeof="mw:Transclusion"
2880 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},
2881 "params":{"1":{"wt":"[http://foo.com/a|b a|b]"}},"i":0}}]}'>a|b</a></p>
2885 Parsoid: Pipe in template with nested template in external link target in template parameter (seriously)
2889 {{echo|[{{fullurl:{{FULLPAGENAME}}|action=edit}} bar]}}
2891 <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>
2895 Templates: Don't escape already nowiki-escaped text in template parameters
2897 parsoid=html2wt,wt2wt
2899 {{echo|foo<nowiki>|</nowiki>bar}}
2900 {{echo|<nowiki><div></nowiki>}}
2901 {{echo|<nowiki></nowiki>}}
2903 <p>foo|bar <div></p>
2905 <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>
2906 <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>
2907 <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>
2913 Templates: '=' char in nested transclusions should not trigger nowiki escapes or conversion to named param
2915 parsoid=html2wt,wt2wt
2917 {{echo|{{echo|1=bar}}}}
2921 <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>
2926 Templates parameters with special tokenizing behavior dont get modified because of arg escaping
2932 <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>
2937 Templates: Preserve blank parameter names
2943 <p about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"":{"wt":"foo"}},"i":0}}]}'>{{{1}}}</p>
2947 Templates: Preserve blank parameter names in other positions
2949 {{blank_param|bar|=foo}}
2953 <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
2958 ### Parsoid-centric tests for testing RT edge cases for pre
2962 1a. Indent-Pre and Comments
2975 1b. Indent-Pre and Comments
2988 1c. Indent-Pre and Comments
3001 1d. Indent-Pre and Comments
3002 (Pre-handler currently cannot distinguish between comment/ws order and normalizes them to [comment,ws] order)
3015 2a. Indent-Pre and tables
3036 2b. Indent-Pre and tables
3052 2c. Indent-Pre and tables (bug 42252)
3069 2d. Indent-Pre and tables
3086 <tbody><tr><td> b</td></tr>
3091 2e. Indent-Pre and table-line syntax
3104 2f. Indent-pre started by table-line syntax
3123 2g. Indented table markup mixed with indented pre content (proposed in bug 6200)
3128 Text that should be rendered preformatted
3136 <pre>Text that should be rendered preformatted
3145 3a. Indent-Pre and block tags (single-line html)
3149 c <blockquote> foo </blockquote>
3154 c <blockquote> foo </blockquote>
3155 <pre><span> foo </span>
3158 <p>a </p><p data-parsoid='{"stx":"html"}'> foo </p>
3159 <p>b </p><div data-parsoid='{"stx":"html"}'> foo </div>
3160 <p>c </p><blockquote data-parsoid='{"stx":"html"}'> foo </blockquote>
3161 <pre><span> foo </span>
3178 3b. Indent-Pre and block tags (multi-line html)
3183 <pre>a <span>foo</span>
3188 <pre>a <span data-parsoid='{"stx":"html"}'>foo</span></pre>
3189 b <div data-parsoid='{"stx":"html"}'> foo </div>
3199 3c. Indent-Pre and block tags (pre-content on separate line)
3263 4. Indent-Pre and extension tags
3274 a <pre typeof="mw:Extension/tag" about="#mwt2" data-parsoid='{}' data-mw='{"name":"tag","attrs":{},"body":null}'></pre>
3278 Render paragraphs when indent-pre is suppressed in blocklevels
3295 4. Multiple spaces at start-of-line
3313 ## NOTE: the leading white-space chars on empty line are significant
3315 5a. White-space in indent-pre
3327 ## NOTE: the leading white-space chars on empty line are significant
3329 5b. White-space in indent-pre
3348 5c. White-space in indent-pre
3361 6. Pre-blocks should extend across lines with leading WS even when there is no wrappable content
3384 7a. Indent-pre and category links
3386 parsoid=wt2html,wt2wt
3388 [[Category:foo]] <!-- No pre-wrapping -->
3389 {{echo| [[Category:foo]]}} <!-- No pre-wrapping -->
3392 <link rel="mw:PageProp/Category" href="./Category:Foo"> <!-- No pre-wrapping -->
3393 <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 -->
3396 ## We used to, but no longer wt2wt this test since the default serializer
3397 ## will normalize all categories to serialize on their own line.
3398 ## This wikitext usage is going to be fairly uncommon in production and
3399 ## selser will take care of preserving formatting in those scenarios.
3401 7b. Indent-pre and category links
3406 [[Category:foo]] {{echo|b}}
3408 <pre><link rel="mw:PageProp/Category" href="./Category:Foo"> a
3409 <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>
3413 Indent-Pre: Newlines in comments shouldn't affect sol state
3427 ### HTML-pre (some to spec PHP parser behavior and some Parsoid-RT-centric)
3431 HTML-pre: 1. embedded newlines
3466 <pre data-parsoid='{"stx":"html"}'>foo</pre>
3468 <pre data-parsoid='{"stx":"html","strippedNL":"\n"}'>
3472 <pre data-parsoid='{"stx":"html"}'>
3477 <pre data-parsoid='{"stx":"html"}'>
3485 HTML-pre: big spaces
3521 <pre data-parsoid='{"stx":"html"}'>
3540 HTML-pre: 2: indented text
3553 HTML-pre: 3: other wikitext
3572 <pre data-parsoid='{"stx":"html","strippedNL":true}'>* foo
3581 ### Definition lists
3588 <dl><dt> name </dt>
3589 <dd> Definition</dd></dl>
3594 Definition list for indentation only
3598 <dl><dd> Indented text</dd></dl>
3603 Definition list with no space
3608 <dd>Definition</dd></dl>
3613 Definition list with URL link
3615 ; http://example.com/ : definition
3617 <dl><dt> <a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a> </dt>
3618 <dd> definition</dd></dl>
3623 Definition list with bracketed URL link
3625 ;[http://www.example.com/ Example]:Something about it
3627 <dl><dt><a rel="nofollow" class="external text" href="http://www.example.com/">Example</a></dt>
3628 <dd>Something about it</dd></dl>
3633 Definition list with wikilink containing colon
3635 ; [[Help:FAQ]]: The least-read page on Wikipedia
3637 <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>
3638 <dd> The least-read page on Wikipedia</dd></dl>
3642 # At Brion's and JeLuF's insistence... :)
3644 Definition list with news link containing colon
3646 ; news:alt.wikipedia.rox: This isn't even a real newsgroup!
3648 <dl><dt> <a rel="nofollow" class="external free" href="news:alt.wikipedia.rox">news:alt.wikipedia.rox</a></dt>
3649 <dd> This isn't even a real newsgroup!</dd></dl>
3652 <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>
3656 Malformed definition list with colon
3658 ; news:alt.wikipedia.rox -- don't crash or enter an infinite loop
3660 <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>
3665 Definition lists: colon in external link text
3667 ; [http://www.wikipedia2.org/ Wikipedia : The Next Generation]: OK, I made that up
3669 <dl><dt> <a rel="nofollow" class="external text" href="http://www.wikipedia2.org/">Wikipedia : The Next Generation</a></dt>
3670 <dd> OK, I made that up</dd></dl>
3675 Definition lists: colon in HTML attribute
3677 ;<b style="display: inline">bold</b>
3679 <dl><dt><b style="display: inline">bold</b></dt></dl>
3684 Definition lists: self-closed tag
3686 ;one<br/>two : two-line fun
3688 <dl><dt>one<br />two </dt>
3689 <dd> two-line fun</dd></dl>
3694 Bug 11748: Literal closing tags
3698 <dd>test test test test test</dd>
3700 <dd>test test test test test</dd>
3705 <dd>test test test test test</dd>
3707 <dd>test test test test test</dd>
3713 Definition and unordered list using wiki syntax nested in unordered list using html tags.
3716 ; term : description
3721 <dl><dt> term </dt>
3722 <dd> description</dd></dl>
3723 <ul><li> unordered</li></ul>
3729 Definition list with empty definition and following paragraph
3741 Nested definition lists using html syntax
3754 Definition Lists: No nesting: Multiple dd's
3767 Definition Lists: Indentation: Regular
3775 <dl><dd>i3</dd></dl></dd></dl></dd></dl>
3780 Definition Lists: Indentation: Missing 1st level
3786 <dl><dd>i3</dd></dl></dd></dl></dd></dl>
3791 Definition Lists: Indentation: Multi-level indent
3795 <dl><dd><dl><dd><dl><dd>i3</dd></dl></dd></dl></dd></dl>
3800 Definition Lists: Hacky use to indent tables
3807 should be left alone
3809 <dl><dd><dl><dd><table>
3814 </td></tr></table></dd></dl></dd></dl>
3816 should be left alone
3821 Definition Lists: Hacky use to indent tables, with comments (bug 63979)
3829 should be left alone
3832 <dl><dd><dl><dd><table><tr>
3835 </tr></table><!-- bar --></dd></dl></dd></dl>
3837 should be left alone</p>
3841 Definition Lists: Hacky use to indent tables, with comment before table
3847 <dl><dd><dl><dd><!-- foo --><table><tr>
3849 </tr></table></dd></dl></dd></dl>
3852 # The trailing whitespace in this test is to catch a regression in
3853 # Parsoid after T54473.
3855 Definition Lists: Hacky use to indent tables (WS-insensitive)
3864 </td></tr></table></dd></dl>
3868 <tbody><tr><td>a</td></tr>
3869 </tbody></table> </dd></dl>
3872 ## The PHP parser treats : items (dd) without a corresponding ; item (dt)
3873 ## as an empty dt item. It also ignores all but the last ";" when followed
3874 ## by ":" later on. So, ";" are not ignored in ";;;t3" but are ignored in
3875 ## ";;;t3 :d1". So, PHP parser behavior is a little inconsistent wrt multiple
3878 ## Ex: ";;t2 ::d2" is transformed into:
3890 ## But, Parsoid treats "; :" as a tight atomic unit and excess ":" as plain text
3891 ## So, the same wikitext above (;;t2 ::d2) is transformed into:
3902 ## All Parsoid only definition list tests have this difference.
3904 ## See also: https://phabricator.wikimedia.org/T8569
3905 ## and https://lists.wikimedia.org/pipermail/wikitext-l/2011-November/000483.html
3908 Table / list interaction: indented table with lists in table contents
3923 <ul><li> b</li></ul>
3927 <ul><li> d</li></ul>
3928 </td></tr></table></dd></dl>
3933 Table / list interaction: lists nested in tables nested in indented lists
3956 </td></tr></table></dd></dl>
3963 Definition Lists: Nesting: Multi-level (Parsoid only)
3993 Definition Lists: Nesting: Test 2 (Parsoid only)
4020 Definition Lists: Nesting: Test 3 (Parsoid only)
4063 Definition Lists: Nesting: Test 4
4068 <dl><dd><dl><dd><dl><dt>t3</dt>
4069 <dd>d3</dd></dl></dd></dl></dd></dl>
4074 ## The Parsoid team believes the following three test exposes a
4075 ## bug in the PHP parser. (Parsoid team thinks the PHP parser is
4076 ## wrong to close the <dl> after the <dt> containing the <ul>.)
4077 ## It also exposes a "misfeature" in tidy, which doesn't like
4078 ## <dl> tags with a single <dt> child; it converts the <dt> into
4079 ## a <dd> in that case. (Parsoid leaves the <dt> alone!)
4081 Definition Lists: Mixed Lists: Test 1
4087 <dl><dd><dl><dt><ul><li> foo</li>
4088 <li> bar</li></ul></dt></dl>
4089 <dl><dt> baz</dt></dl></dd></dl>
4124 Definition Lists: Mixed Lists: Test 2
4129 <ul><li><dl><dd> d1</dd>
4130 <dd> d2</dd></dl></li></ul>
4136 Definition Lists: Mixed Lists: Test 3
4141 <ul><li><dl><dd><dl><dd><dl><dd> d1</dd>
4142 <dd> d2</dd></dl></dd></dl></dd></dl></li></ul>
4148 Definition Lists: Mixed Lists: Test 4
4153 <ul><li><dl><dt>d1 </dt>
4156 <dd>d4</dd></dl></li></ul>
4162 Definition Lists: Mixed Lists: Test 5
4168 <dl><dd> d2</dd></dl></dd></dl></li></ul>
4174 Definition Lists: Mixed Lists: Test 6
4179 <ol><li><ul><li><dl><dd>d1
4180 <dl><dd><dl><dd> d3</dd></dl></dd></dl></dd></dl></li></ul></li></ol>
4186 Definition Lists: Mixed Lists: Test 7
4191 <dl><dd><ul><li> d1</li>
4192 <li> d2</li></ul></dd></dl>
4198 Definition Lists: Mixed Lists: Test 8
4203 <dl><dd><ul><li> d1</li></ul>
4204 <dl><dd><ul><li> d2</li></ul></dd></dl></dd></dl>
4210 Definition Lists: Mixed Lists: Test 9
4214 <ul><li><dl><dt>foo </dt>
4215 <dd>bar</dd></dl></li></ul>
4221 Definition Lists: Mixed Lists: Test 10
4225 <ul><li><ol><li><dl><dt>foo </dt>
4226 <dd>bar</dd></dl></li></ol></li></ul>
4230 # The Parsoid team disagrees with the PHP parser's seemingly-random
4231 # rules regarding dd/dt on the next two tests. Parsoid is more
4232 # consistent, and recognizes the shared nesting and keeps the
4233 # still-open tags around until the nesting is complete.
4234 # (And tidy again converts <dt> to <dd> before 'bar'.)
4237 Definition Lists: Mixed Lists: Test 11
4242 <ul><li><ol><li><ul><li><ol><li><dl><dt>foo </dt>
4243 <dd><ul><li><dl><dt><dl><dt>bar</dt></dl></dd></dl></li></ul></dd></dl>
4244 <dl><dt>boo </dt>
4245 <dd>baz</dd></dl></li></ol></li></ul></li></ol></li></ul>
4300 <dt>foo<span typeof="mw:Placeholder" data-parsoid='{"src":" "}'> </span></dt>
4301 <dd data-parsoid='{"stx":"row"}'>bar</dd>
4305 <dt>boo<span typeof="mw:Placeholder" data-parsoid='{"src":" "}'> </span></dt>
4306 <dd data-parsoid='{"stx":"row"}'>baz</dd>
4315 # Another case where tidy converts a <dt> to a <dd> (but Parsoid doesn't).
4317 # * The test is wrong, there are two colons where there should be :;
4318 # * The PHP parser is wrong to close the <dl> after the <dt> containing the <ul>.
4320 Definition Lists: Weird Ones: Test 1
4322 *#;*::;; foo : bar (who uses this?)
4324 <ul><li><ol><li><dl><dt> foo </dt>
4325 <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>
4344 <dt>bar (who uses this?)</dt>
4376 <dt> foo<span typeof="mw:DisplaySpace mw:Placeholder" data-parsoid='{"src":" ","isDisplayHack":true}'> </span></dt>
4377 <dd data-parsoid='{"stx":"row"}'> bar (who uses this?)</dd>
4389 Definition Lists: colons occurring in tags
4407 <dt><span>a:b</span></dt>
4434 <dl><dt>a</dt><dd data-parsoid='{"stx":"row"}'>b</dd>
4436 <dt><i data-parsoid='{"stx":"html"}'>a:b</i></dt>
4437 <dt><span data-parsoid='{"stx":"html"}'>a:b</span></dt>
4438 <dt><div data-parsoid='{"stx":"html"}'>a:b</div></dt>
4439 <dt><div data-parsoid='{"stx":"html","autoInsertedEnd":true}'>a</div></dt>
4441 <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>
4442 <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>
4443 <dl><dt><dl><dt><i>a:b</i></dt></dl></dt></dl></dt></dl>
4447 Definition Lists: colons and tables 1
4459 </td></tr></table></dd></dl>
4463 </td></tr></table></dd></dl>
4467 # Parsoid's output (as documented below) differs from php's in this case.
4468 # This is probably a bug. If we fixup parsoid to match php's output, the
4469 # above test should pass and the below test case can be removed. It is
4470 # unclear which output is more desirable.
4473 Definition Lists: colons and tables 2
4485 </td></tr></table></dd>
4489 </td></tr></table></dd></dl>
4493 Definition Lists: template interaction
4495 ::{{definition_list}}
4498 ::{{definition_list}}
4503 <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">
4504 </span><dd about="#mwt1">two</dd></dl></dd></dl>
4506 <dl><dd data-parsoid='{}'>one
4507 <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">
4508 </span><dd about="#mwt2">two
4510 <dd>three</dd></dl></dd>
4511 <dd data-parsoid='{}'>four</dd></dl></dd></dl>
4519 External links: non-bracketed
4521 Non-bracketed: http://example.com
4523 <p>Non-bracketed: <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4527 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
4529 External links: numbered
4531 Numbered: [http://example.com]
4532 Numbered: [http://example.net]
4533 Numbered: [http://example.com]
4535 <p>Numbered: <a rel="nofollow" class="external autonumber" href="http://example.com">[1]</a>
4536 Numbered: <a rel="nofollow" class="external autonumber" href="http://example.net">[2]</a>
4537 Numbered: <a rel="nofollow" class="external autonumber" href="http://example.com">[3]</a>
4540 <p>Numbered: <a rel="mw:ExtLink" href="http://example.com"></a>
4541 Numbered: <a rel="mw:ExtLink" href="http://example.net"></a>
4542 Numbered: <a rel="mw:ExtLink" href="http://example.com"></a></p>
4546 External links: specified text
4548 Specified text: [http://example.com link]
4550 <p>Specified text: <a rel="nofollow" class="external text" href="http://example.com">link</a>
4555 External links: trail
4557 Linktrails should not work for external links: [http://example.com link]s
4559 <p>Linktrails should not work for external links: <a rel="nofollow" class="external text" href="http://example.com">link</a>s
4564 External links: dollar sign in URL
4566 http://example.com/1$2345
4568 <p><a rel="nofollow" class="external free" href="http://example.com/1$2345">http://example.com/1$2345</a>
4572 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
4574 External links: dollar sign in URL (autonumber)
4576 [http://example.com/1$2345]
4578 <p><a rel="nofollow" class="external autonumber" href="http://example.com/1$2345">[1]</a>
4581 <p><a rel="mw:ExtLink" href="http://example.com/1$2345"></a></p>
4585 External links: open square bracket forbidden in URL (bug 4377)
4587 parsoid=wt2html,wt2wt,html2html
4589 http://example.com/1[2345
4591 <p><a rel="nofollow" class="external free" href="http://example.com/1">http://example.com/1</a>[2345
4594 <p><a rel="mw:ExtLink" href="http://example.com/1">http://example.com/1</a>[2345</p>
4598 External links: open square bracket forbidden in URL (named) (bug 4377)
4600 parsoid=wt2html,html2html
4602 [http://example.com/1[2345]
4604 <p><a rel="nofollow" class="external text" href="http://example.com/1">[2345</a>
4607 <p><a rel="mw:ExtLink" href="http://example.com/1">[2345</a></p>
4610 # parsoid adds a space before the link name
4612 External links: open square bracket forbidden in URL (named) (bug 4377)
4615 [http://example.com/1 [2345]
4617 <p><a rel="nofollow" class="external text" href="http://example.com/1">[2345</a>
4622 External links: nowiki in URL link text (bug 6230)
4624 [http://example.com/ <nowiki>''example site''</nowiki>]
4626 <p><a rel="nofollow" class="external text" href="http://example.com/">''example site''</a>
4631 External links: newline forbidden in text (bug 6230 regression check)
4633 [http://example.com/ first
4636 <p>[<a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a> first
4642 External links: Pipe char between url and text
4644 [http://example.com | link]
4646 <p><a rel="nofollow" class="external text" href="http://example.com">| link</a>
4651 External links: protocol-relative URL in brackets
4653 [//example.com/ Test]
4655 <p><a rel="nofollow" class="external text" href="//example.com/">Test</a>
4659 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
4661 External links: protocol-relative URL in brackets without text
4665 <p><a rel="nofollow" class="external autonumber" href="//example.com">[1]</a>
4668 <p><a rel="mw:ExtLink" href="//example.com"></a></p>
4672 External links: protocol-relative URL in free text is left alone
4676 <p>//example.com/Foo
4681 External links: protocol-relative URL in the middle of a word is left alone (bug 30269)
4683 foo//example.com/Foo
4685 <p>foo//example.com/Foo
4690 External links: with no contents
4692 [http://en.wikipedia.org/wiki/Foo]
4694 [[wikipedia:Foo|Bar]]
4696 [[wikipedia:Foo|<span>Bar</span>]]
4698 <p><a rel="nofollow" class="external autonumber" href="http://en.wikipedia.org/wiki/Foo">[1]</a>
4699 </p><p><a href="http://en.wikipedia.org/wiki/Foo" class="extiw" title="wikipedia:Foo">Bar</a>
4700 </p><p><a href="http://en.wikipedia.org/wiki/Foo" class="extiw" title="wikipedia:Foo"><span>Bar</span></a>
4703 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo"></a></p>
4704 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" title="wikipedia:Foo">Bar</a></p>
4705 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" title="wikipedia:Foo"><span>Bar</span></a></p>
4709 External links: Free with trailing punctuation
4719 http://example.com/url_with_(brackets)
4720 (http://example.com/url_without_brackets)
4721 http://example.com/url_with_entity&
4722 http://example.com/url_with_entity&
4723 http://example.com/url_with_entity&
4724 http://example.com/url_with_entity
4725 http://example.com/url_with_entity 
4726 http://example.com/url_with_entity 
4727 http://example.com/url_with_entity<
4728 http://example.com/url_with_entity<
4729 http://example.com/url_with_entity<
4731 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>,
4732 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>;
4733 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>\
4734 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>.
4735 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>:
4736 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>!
4737 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>?
4738 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>)
4739 <a rel="nofollow" class="external free" href="http://example.com/url_with_(brackets)">http://example.com/url_with_(brackets)</a>
4740 (<a rel="nofollow" class="external free" href="http://example.com/url_without_brackets">http://example.com/url_without_brackets</a>)
4741 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4742 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4743 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4744 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a> 
4745 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a> 
4746 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a> 
4747 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><
4748 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><
4749 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><
4752 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a>,
4753 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>;
4754 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>\
4755 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>.
4756 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>:
4757 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>!
4758 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>?
4759 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>)
4760 <a rel="mw:ExtLink" href="http://example.com/url_with_(brackets)">http://example.com/url_with_(brackets)</a>
4761 (<a rel="mw:ExtLink" href="http://example.com/url_without_brackets">http://example.com/url_without_brackets</a>)
4762 <a rel="mw:ExtLink" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4763 <a rel="mw:ExtLink" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4764 <a rel="mw:ExtLink" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4765 <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>
4766 <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>
4767 <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>
4768 <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>
4769 <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>
4770 <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>
4774 External links: tricky Parsoid html2html case
4776 parsoid=wt2html,wt2wt,html2html
4778 http://example.com/url_with_entity&amp;
4780 <p><a rel="nofollow" class="external free" href="http://example.com/url_with_entity&amp">http://example.com/url_with_entity&amp</a>;
4783 <p><a rel="mw:ExtLink" href="http://example.com/url_with_entity&amp">http://example.com/url_with_entity&amp</a>;</p>
4787 External links: Free with trailing quotes (T113666)
4789 '''News:''' Stuff here
4793 <p><b>News:</b> Stuff here
4794 </p><p><a rel="nofollow" class="external free" href="news:'a'b">news:'a'b</a><i>c</i>d e
4797 <p><b>News:</b> Stuff here</p>
4798 <p><a rel="mw:ExtLink" href="news:'a'b">news:'a'b</a><i>c</i>d e</p>
4802 External links: Lone protocols are never linked (T105697)
4821 External links: No preceding word characters allowed (bug 65278)
4823 NOPEhttp://example.com
4824 N0http://example.com
4825 ok:http://example.com
4826 ok-http://example.com
4828 <p>NOPEhttp://example.com
4829 N0http://example.com
4830 ok:<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4831 ok-<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4836 External links: nofollow domain exception
4838 A [https://no-nofollow.org/foobar link], and another [https://example.org link].
4840 <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>.
4847 External image: http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
4849 <p>External image: <img src="http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png" alt="Ncwikicol.png"/>
4854 External image from https
4856 External image from https: https://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
4858 <p>External image from https: <img src="https://meta.wikimedia.org/upload/f/f1/Ncwikicol.png" alt="Ncwikicol.png"/>
4863 External image (when not allowed)
4865 wgAllowExternalImages=0
4867 External image: http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
4869 <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>
4874 Link to non-http image, no img tag
4876 Link to non-http image, no img tag: ftp://example.com/test.jpg
4878 <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>
4883 External links: terminating separator
4885 Terminating separator: http://example.com/thing,
4887 <p>Terminating separator: <a rel="nofollow" class="external free" href="http://example.com/thing">http://example.com/thing</a>,
4892 External links: intervening separator
4894 Intervening separator: http://example.com/1,2,3
4896 <p>Intervening separator: <a rel="nofollow" class="external free" href="http://example.com/1,2,3">http://example.com/1,2,3</a>
4901 External links: old bug with URL in query
4903 Old bug with URL in query: [http://example.com/thing?url=http://example.com link]
4905 <p>Old bug with URL in query: <a rel="nofollow" class="external text" href="http://example.com/thing?url=http://example.com">link</a>
4910 External links: old URL-in-URL bug, mixed protocols
4912 And again with mixed protocols: [ftp://example.com?url=http://example.com link]
4914 <p>And again with mixed protocols: <a rel="nofollow" class="external text" href="ftp://example.com?url=http://example.com">link</a>
4918 # Since Parsoid is starting to emit canonical wikitext for links,
4919 # [http://example.com http://example.com] will not RT back to that
4922 External links: URL in text
4926 URL in text: [http://example.com http://example.com]
4928 <p>URL in text: <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4931 <p>URL in text: <a rel="mw:ExtLink" href="http://example.com">http://example.com</a></p>
4935 External links: Clickable images
4937 ja-style clickable images: [http://example.com http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png]
4939 <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>
4942 <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>
4946 External links: raw ampersand
4948 Old & use: http://x&y
4950 <p>Old & use: <a rel="nofollow" class="external free" href="http://x&y">http://x&y</a>
4955 External links: encoded ampersand
4957 Old & use: http://x&y
4959 <p>Old & use: <a rel="nofollow" class="external free" href="http://x&y">http://x&y</a>
4962 <p>Old <span typeof="mw:Entity">&</span> use: <a rel="mw:ExtLink" href="http://x&y">http://x&y</a></p>
4966 External links: encoded equals (bug 6102)
4968 http://example.com/?foo=bar
4970 <p><a rel="nofollow" class="external free" href="http://example.com/?foo=bar">http://example.com/?foo=bar</a>
4973 <p><a rel="mw:ExtLink" href="http://example.com/?foo=bar">http://example.com/?foo=bar</a></p>
4977 ## Note that parsoid doesn't explicit mark autonumbered links, nor
4978 ## does it number them. As discussed in bug 53505, we can identify
4979 ## autonumbered links via CSS.
4983 External links: [raw ampersand]
4985 Old & use: [http://x&y]
4987 <p>Old & use: <a rel="nofollow" class="external autonumber" href="http://x&y">[1]</a>
4990 <p>Old <span typeof="mw:Entity">&</span> use: <a rel="mw:ExtLink" href="http://x&y"></a></p>
4993 # note that parsoid html is identical to [raw ampersand] case; so html2wt
4994 # mode will return the [raw ampersand] wikitext
4996 External links: [encoded ampersand]
4998 parsoid=wt2html,wt2wt,html2html
5000 Old & use: [http://x&y]
5002 <p>Old & use: <a rel="nofollow" class="external autonumber" href="http://x&y">[1]</a>
5005 <p>Old <span typeof="mw:Entity">&</span> use: <a rel="mw:ExtLink" href="http://x&y"></a></p>
5009 External links: [raw equals]
5011 [http://example.com/?foo=bar]
5013 <p><a rel="nofollow" class="external autonumber" href="http://example.com/?foo=bar">[1]</a>
5016 <p><a rel="mw:ExtLink" href="http://example.com/?foo=bar"></a></p>
5019 # note that parsoid html is identical to [raw equals] case; so html2wt
5020 # mode will return the [raw equals] wikitext
5022 External links: [encoded equals] (bug 6102)
5024 parsoid=wt2html,wt2wt,html2html
5026 [http://example.com/?foo=bar]
5028 <p><a rel="nofollow" class="external autonumber" href="http://example.com/?foo=bar">[1]</a>
5031 <p><a rel="mw:ExtLink" href="http://example.com/?foo=bar"></a></p>
5034 # xxx parsoid strips the IDN character, so the round-trip tests will
5035 # obviously fail and are disabled. --cscott
5037 External links: [IDN ignored character reference in hostname; strip it right off]
5039 parsoid=wt2html,wt2wt,html2html
5041 [http://e‌xample.com/]
5043 <p><a rel="nofollow" class="external autonumber" href="http://example.com/">[1]</a>
5046 <p><a rel="mw:ExtLink" href="http://example.com/"></a></p>
5049 # FIXME: This test (the IDN characters in the text of a link) is an inconsistency.
5050 # Where an external link could easily circumvent the sanitization of the text of
5051 # a link like this (where an IDN-ignore character is in the URL somewhere), this
5052 # test demands a higher standard. That's a bit strange.
5056 # http://example.com -> [http://example.com|http://example.com]
5057 # [http://example.com|http://example.com] -> [http://example.com|http://example.com]
5059 # The first example is sanitized, but the second is not. Any security benefits
5060 # from this production are trivial to circumvent. Either remove this test and
5061 # let the parser(s) do their thing unaccosted, or fix the inconsistency and change
5062 # the test accordingly.
5066 # xxx parsoid strips the IDN character, so the round-trip tests will
5067 # obviously fail and are disabled. --cscott
5069 External links: IDN ignored character reference in hostname; strip it right off
5071 parsoid=wt2html,html2html
5073 http://e‌xample.com/
5075 <p><a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a>
5078 <p><a rel="mw:ExtLink" href="http://example.com/">http://example.com/</a></p>
5082 External links: www.jpeg.org (bug 554)
5086 <p><a rel="nofollow" class="external free" href="http://www.jpeg.org">http://www.jpeg.org</a>
5090 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
5092 External links: URL within URL (original bug 2)
5094 [http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp]
5096 <p><a rel="nofollow" class="external autonumber" href="http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp">[1]</a>
5099 <p><a rel="mw:ExtLink" href="http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp"></a></p>
5103 BUG 361: URL inside bracketed URL
5105 [http://www.example.com/foo http://www.example.com/bar]
5107 <p><a rel="nofollow" class="external text" href="http://www.example.com/foo">http://www.example.com/bar</a>
5112 BUG 361: URL within URL, not bracketed
5114 http://www.example.com/foo?=http://www.example.com/bar
5116 <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>
5121 BUG 289: ">"-token in URL-tail
5123 http://www.example.com/<hello>
5125 <p><a rel="nofollow" class="external free" href="http://www.example.com/">http://www.example.com/</a><hello>
5130 BUG 289: literal ">"-token in URL-tail
5132 http://www.example.com/<b>html</b>
5134 <p><a rel="nofollow" class="external free" href="http://www.example.com/">http://www.example.com/</a><b>html</b>
5137 <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>
5141 BUG 289: ">"-token in bracketed URL
5143 [http://www.example.com/<hello> stuff]
5145 <p><a rel="nofollow" class="external text" href="http://www.example.com/"><hello> stuff</a>
5150 BUG 289: literal ">"-token in bracketed URL
5152 [http://www.example.com/<b>html</b> stuff]
5154 <p><a rel="nofollow" class="external text" href="http://www.example.com/"><b>html</b> stuff</a>
5159 BUG 289: literal double quote at end of URL
5161 http://www.example.com/"hello"
5163 <p><a rel="nofollow" class="external free" href="http://www.example.com/">http://www.example.com/</a>"hello"
5168 BUG 289: literal double quote in bracketed URL
5170 [http://www.example.com/"hello" stuff]
5172 <p><a rel="nofollow" class="external text" href="http://www.example.com/">"hello" stuff</a>
5177 External links: multiple legal whitespace is fine, Magnus. Don't break it please. (bug 5081)
5179 [http://www.example.com test]
5181 <p><a rel="nofollow" class="external text" href="http://www.example.com">test</a>
5186 External links: link text with spaces
5188 [http://www.example.com a b c]
5189 [http://www.example.com ''a'' ''b'']
5191 <p><a rel="nofollow" class="external text" href="http://www.example.com">a b c</a>
5192 <a rel="nofollow" class="external text" href="http://www.example.com"><i>a</i> <i>b</i></a>
5197 External links: wiki links within external link (Bug 3695)
5199 parsoid=wt2html,html2html
5201 [http://example.com [[wikilink]] embedded in ext link]
5203 <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>
5206 <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>
5210 BUG 787: Links with one slash after the url protocol are invalid
5214 [http:/example.com title]
5216 <p>http:/example.com
5217 </p><p>[http:/example.com title]
5222 Bracketed external links with template-generated invalid target
5224 [{{echo|http:/example.com}} title]
5226 <p>[http:/example.com title]
5231 Bug 2702: Mismatched <i>, <b> and <a> tags are invalid
5233 ''[http://example.com text'']
5234 [http://example.com '''text]'''
5235 ''Something [http://example.com in italic'']
5236 ''Something [http://example.com mixed''''', even bold]'''
5237 '''''Now [http://example.com both''''']
5239 <p><a rel="nofollow" class="external text" href="http://example.com"><i>text</i></a>
5240 <a rel="nofollow" class="external text" href="http://example.com"><b>text</b></a>
5241 <i>Something </i><a rel="nofollow" class="external text" href="http://example.com"><i>in italic</i></a>
5242 <i>Something </i><a rel="nofollow" class="external text" href="http://example.com"><i>mixed</i><b>, even bold</b></a>
5243 <i><b>Now </b></i><a rel="nofollow" class="external text" href="http://example.com"><i><b>both</b></i></a>
5249 Bug 4781: %26 in URL
5251 http://www.example.com/?title=AT%26T
5253 <p><a rel="nofollow" class="external free" href="http://www.example.com/?title=AT%26T">http://www.example.com/?title=AT%26T</a>
5256 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=AT%26T">http://www.example.com/?title=AT%26T</a></p>
5259 # According to https://www.w3.org/TR/2011/WD-html5-20110525/Overview.html#parsing-urls a plain
5260 # % is actually legal in HTML5. Any change in output would need testing though.
5262 Bug 4781, 5267: %25 in URL
5264 http://www.example.com/?title=100%25_Bran
5266 <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>
5269 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=100%25_Bran">http://www.example.com/?title=100%25_Bran</a></p>
5273 Bug 4781, 5267: %28, %29 in URL
5275 http://www.example.com/?title=Ben-Hur_%281959_film%29
5277 <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>
5280 <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>
5285 Bug 4781: %26 in autonumber URL
5287 [http://www.example.com/?title=AT%26T]
5289 <p><a rel="nofollow" class="external autonumber" href="http://www.example.com/?title=AT%26T">[1]</a>
5292 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=AT%26T"></a></p>
5296 Bug 4781, 5267: %26 in autonumber URL
5298 [http://www.example.com/?title=100%25_Bran]
5300 <p><a rel="nofollow" class="external autonumber" href="http://www.example.com/?title=100%25_Bran">[1]</a>
5303 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=100%25_Bran"></a></p>
5307 Bug 4781, 5267: %28, %29 in autonumber URL
5309 [http://www.example.com/?title=Ben-Hur_%281959_film%29]
5311 <p><a rel="nofollow" class="external autonumber" href="http://www.example.com/?title=Ben-Hur_%281959_film%29">[1]</a>
5314 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=Ben-Hur_%281959_film%29"></a></p>
5319 Bug 4781: %26 in bracketed URL
5321 [http://www.example.com/?title=AT%26T link]
5323 <p><a rel="nofollow" class="external text" href="http://www.example.com/?title=AT%26T">link</a>
5326 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=AT%26T">link</a></p>
5330 Bug 4781, 5267: %25 in bracketed URL
5332 [http://www.example.com/?title=100%25_Bran link]
5334 <p><a rel="nofollow" class="external text" href="http://www.example.com/?title=100%25_Bran">link</a>
5339 Bug 4781, 5267: %28, %29 in bracketed URL
5341 [http://www.example.com/?title=Ben-Hur_%281959_film%29 link]
5343 <p><a rel="nofollow" class="external text" href="http://www.example.com/?title=Ben-Hur_%281959_film%29">link</a>
5346 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=Ben-Hur_%281959_film%29">link</a></p>
5350 External link containing a period in the anchor. (bug 63947)
5352 [//foo.org/bar#baz. bang]
5354 [//foo.org/bar. bang]
5356 <p><a rel="nofollow" class="external text" href="//foo.org/bar#baz.">bang</a>
5357 </p><p><a rel="nofollow" class="external text" href="//foo.org/bar.">bang</a>
5360 <p><a rel="mw:ExtLink" href="//foo.org/bar#baz.">bang</a></p>
5361 <p><a rel="mw:ExtLink" href="//foo.org/bar.">bang</a></p>
5365 External link containing a single quote. (bug 63947)
5369 [//foo.org/bar'baz bang]
5371 <p><a rel="nofollow" class="external autonumber" href="//foo.org/bar'baz">[1]</a>
5372 </p><p><a rel="nofollow" class="external text" href="//foo.org/bar'baz">bang</a>
5375 <p><a rel="mw:ExtLink" href="//foo.org/bar'baz"></a></p>
5376 <p><a rel="mw:ExtLink" href="//foo.org/bar'baz">bang</a></p>
5380 External link containing double-single-quotes in text '' (bug 4598 sanity check)
5382 Some [http://example.com/ pretty ''italics'' and stuff]!
5384 <p>Some <a rel="nofollow" class="external text" href="http://example.com/">pretty <i>italics</i> and stuff</a>!
5389 External link containing double-single-quotes in text embedded in italics (bug 4598 sanity check)
5391 ''Some [http://example.com/ pretty ''italics'' and stuff]!''
5393 <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>
5398 External link containing double-single-quotes with no space separating the url from text in italics
5400 [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]].]
5402 <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>
5405 <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>
5407 <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>
5411 External link with comments in link text
5413 [http://www.google.com Google <!-- comment -->]
5415 <p><a rel="nofollow" class="external text" href="http://www.google.com">Google </a>
5418 <p><a rel="mw:ExtLink" href="http://www.google.com">Google <!-- comment --></a></p>
5422 External link to bare IPv4 address
5424 [http://192.168.0.1 Link]
5426 <p><a rel="nofollow" class="external text" href="http://192.168.0.1">Link</a>
5429 <p><a rel="mw:ExtLink" href="http://192.168.0.1">Link</a></p>
5433 URL-encoding in URL functions (single parameter)
5435 {{localurl:Some page|amp=&}}
5437 <p>/index.php?title=Some_page&amp=&
5442 URL-encoding in URL functions (multiple parameters)
5444 {{localurl:Some page|q=?&=&}}
5446 <p>/index.php?title=Some_page&q=?&amp=&
5453 http://example.com/index.php?foozoid%5B%5D=bar
5455 http://example.com/index.php?foozoid[]=bar
5457 <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>
5458 </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>
5461 <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>
5463 <p><a rel="mw:ExtLink" href="http://example.com/index.php?foozoid[]=bar">http://example.com/index.php?foozoid[]=bar</a></p>
5467 IPv6 urls, autolink format (T23261)
5469 http://[2404:130:0:1000::187:2]/index.php
5471 Examples from RFC 2373, section 2.2:
5472 * http://[1080::8:800:200C:417A]/unicast
5473 * http://[FF01::101]/multicast
5474 * http://[::1]/loopback
5475 * http://[::]/unspecified
5476 * http://[::13.1.68.3]/ipv4compat
5477 * http://[::FFFF:129.144.52.38]/ipv4compat
5479 Examples from RFC 2732, section 2:
5480 * http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html
5481 * http://[1080:0:0:0:8:800:200C:417A]/index.html
5482 * http://[3ffe:2a00:100:7031::1]
5483 * http://[1080::8:800:200C:417A]/foo
5484 * http://[::192.9.5.5]/ipng
5485 * http://[::FFFF:129.144.52.38]:80/index.html
5486 * http://[2010:836B:4179::836B:4179]
5489 <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>
5490 </p><p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2373">RFC 2373</a>, section 2.2:
5492 <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>
5493 <li> <a rel="nofollow" class="external free" href="http://[FF01::101]/multicast">http://[FF01::101]/multicast</a></li>
5494 <li> <a rel="nofollow" class="external free" href="http://[::1]/loopback">http://[::1]/loopback</a></li>
5495 <li> <a rel="nofollow" class="external free" href="http://[::]/unspecified">http://[::]/unspecified</a></li>
5496 <li> <a rel="nofollow" class="external free" href="http://[::13.1.68.3]/ipv4compat">http://[::13.1.68.3]/ipv4compat</a></li>
5497 <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>
5498 <p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2732">RFC 2732</a>, section 2:
5500 <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>
5501 <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>
5502 <li> <a rel="nofollow" class="external free" href="http://[3ffe:2a00:100:7031::1]">http://[3ffe:2a00:100:7031::1]</a></li>
5503 <li> <a rel="nofollow" class="external free" href="http://[1080::8:800:200C:417A]/foo">http://[1080::8:800:200C:417A]/foo</a></li>
5504 <li> <a rel="nofollow" class="external free" href="http://[::192.9.5.5]/ipng">http://[::192.9.5.5]/ipng</a></li>
5505 <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>
5506 <li> <a rel="nofollow" class="external free" href="http://[2010:836B:4179::836B:4179]">http://[2010:836B:4179::836B:4179]</a></li></ul>
5509 <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>
5511 <p>Examples from <a href="//tools.ietf.org/html/rfc2373" rel="mw:ExtLink">RFC 2373</a>, section 2.2:</p>
5512 <ul><li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]/unicast">http://[1080::8:800:200C:417A]/unicast</a></li>
5513 <li> <a rel="mw:ExtLink" href="http://[FF01::101]/multicast">http://[FF01::101]/multicast</a></li>
5514 <li> <a rel="mw:ExtLink" href="http://[::1]/loopback">http://[::1]/loopback</a></li>
5515 <li> <a rel="mw:ExtLink" href="http://[::]/unspecified">http://[::]/unspecified</a></li>
5516 <li> <a rel="mw:ExtLink" href="http://[::13.1.68.3]/ipv4compat">http://[::13.1.68.3]/ipv4compat</a></li>
5517 <li> <a rel="mw:ExtLink" href="http://[::FFFF:129.144.52.38]/ipv4compat">http://[::FFFF:129.144.52.38]/ipv4compat</a></li></ul>
5519 <p>Examples from <a href="//tools.ietf.org/html/rfc2732" rel="mw:ExtLink">RFC 2732</a>, section 2:</p>
5520 <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>
5521 <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>
5522 <li> <a rel="mw:ExtLink" href="http://[3ffe:2a00:100:7031::1]">http://[3ffe:2a00:100:7031::1]</a></li>
5523 <li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]/foo">http://[1080::8:800:200C:417A]/foo</a></li>
5524 <li> <a rel="mw:ExtLink" href="http://[::192.9.5.5]/ipng">http://[::192.9.5.5]/ipng</a></li>
5525 <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>
5526 <li> <a rel="mw:ExtLink" href="http://[2010:836B:4179::836B:4179]">http://[2010:836B:4179::836B:4179]</a></li></ul>
5530 IPv6 urls, bracketed format (T23261)
5532 [http://[2404:130:0:1000::187:2]/index.php test]
5534 Examples from RFC 2373, section 2.2:
5535 * [http://[1080::8:800:200C:417A] unicast]
5536 * [http://[FF01::101] multicast]
5537 * [http://[::1]/ loopback]
5538 * [http://[::] unspecified]
5539 * [http://[::13.1.68.3] ipv4compat]
5540 * [http://[::FFFF:129.144.52.38] ipv4compat]
5542 Examples from RFC 2732, section 2:
5543 * [http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html 1]
5544 * [http://[1080:0:0:0:8:800:200C:417A]/index.html 2]
5545 * [http://[3ffe:2a00:100:7031::1] 3]
5546 * [http://[1080::8:800:200C:417A]/foo 4]
5547 * [http://[::192.9.5.5]/ipng 5]
5548 * [http://[::FFFF:129.144.52.38]:80/index.html 6]
5549 * [http://[2010:836B:4179::836B:4179] 7]
5552 <p><a rel="nofollow" class="external text" href="http://[2404:130:0:1000::187:2]/index.php">test</a>
5553 </p><p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2373">RFC 2373</a>, section 2.2:
5555 <ul><li> <a rel="nofollow" class="external text" href="http://[1080::8:800:200C:417A]">unicast</a></li>
5556 <li> <a rel="nofollow" class="external text" href="http://[FF01::101]">multicast</a></li>
5557 <li> <a rel="nofollow" class="external text" href="http://[::1]/">loopback</a></li>
5558 <li> <a rel="nofollow" class="external text" href="http://[::]">unspecified</a></li>
5559 <li> <a rel="nofollow" class="external text" href="http://[::13.1.68.3]">ipv4compat</a></li>
5560 <li> <a rel="nofollow" class="external text" href="http://[::FFFF:129.144.52.38]">ipv4compat</a></li></ul>
5561 <p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2732">RFC 2732</a>, section 2:
5563 <ul><li> <a rel="nofollow" class="external text" href="http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html">1</a></li>
5564 <li> <a rel="nofollow" class="external text" href="http://[1080:0:0:0:8:800:200C:417A]/index.html">2</a></li>
5565 <li> <a rel="nofollow" class="external text" href="http://[3ffe:2a00:100:7031::1]">3</a></li>
5566 <li> <a rel="nofollow" class="external text" href="http://[1080::8:800:200C:417A]/foo">4</a></li>
5567 <li> <a rel="nofollow" class="external text" href="http://[::192.9.5.5]/ipng">5</a></li>
5568 <li> <a rel="nofollow" class="external text" href="http://[::FFFF:129.144.52.38]:80/index.html">6</a></li>
5569 <li> <a rel="nofollow" class="external text" href="http://[2010:836B:4179::836B:4179]">7</a></li></ul>
5572 <p><a rel="mw:ExtLink" href="http://[2404:130:0:1000::187:2]/index.php">test</a></p>
5574 <p>Examples from <a href="//tools.ietf.org/html/rfc2373" rel="mw:ExtLink">RFC 2373</a>, section 2.2:</p>
5575 <ul><li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]">unicast</a></li>
5576 <li> <a rel="mw:ExtLink" href="http://[FF01::101]">multicast</a></li>
5577 <li> <a rel="mw:ExtLink" href="http://[::1]/">loopback</a></li>
5578 <li> <a rel="mw:ExtLink" href="http://[::]">unspecified</a></li>
5579 <li> <a rel="mw:ExtLink" href="http://[::13.1.68.3]">ipv4compat</a></li>
5580 <li> <a rel="mw:ExtLink" href="http://[::FFFF:129.144.52.38]">ipv4compat</a></li></ul>
5582 <p>Examples from <a href="//tools.ietf.org/html/rfc2732" rel="mw:ExtLink">RFC 2732</a>, section 2:</p>
5583 <ul><li> <a rel="mw:ExtLink" href="http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html">1</a></li>
5584 <li> <a rel="mw:ExtLink" href="http://[1080:0:0:0:8:800:200C:417A]/index.html">2</a></li>
5585 <li> <a rel="mw:ExtLink" href="http://[3ffe:2a00:100:7031::1]">3</a></li>
5586 <li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]/foo">4</a></li>
5587 <li> <a rel="mw:ExtLink" href="http://[::192.9.5.5]/ipng">5</a></li>
5588 <li> <a rel="mw:ExtLink" href="http://[::FFFF:129.144.52.38]:80/index.html">6</a></li>
5589 <li> <a rel="mw:ExtLink" href="http://[2010:836B:4179::836B:4179]">7</a></li></ul>
5593 Non-extlinks in brackets
5602 [{{echo|foo}} ''bar'']
5603 [{{echo|foo}}l's] errand
5604 [{{echo|foo}}l's errand]
5606 [url=http://example.com]
5607 [http:// bare protocols don't count]
5620 [url=<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>]
5621 [http:// bare protocols don't count]
5629 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}"}'>foo</span>]
5630 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}"}'>foo</span> bar]
5631 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}"}'>foo</span> <i>bar</i>]
5632 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}l's"}'>fool's</span>] errand
5633 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}l's"}'>fool's</span> errand]
5634 [<span typeof="mw:Placeholder" data-parsoid='{"src":"url={{echo|foo}}"}'>url=foo</span>]
5635 [url=<a rel="mw:ExtLink" href="http://example.com">http://example.com</a>]
5636 [http:// bare protocols don't count]</p>
5640 Percent encoding in external links
5642 [https://github.com/search?l=&q=ResourceLoader+%40wikimedia Search]
5644 <p><a rel="nofollow" class="external text" href="https://github.com/search?l=&q=ResourceLoader+%40wikimedia">Search</a>
5647 <p><a rel="mw:ExtLink"
5648 href="https://github.com/search?l=&q=ResourceLoader+%40wikimedia">Search</a></p>
5652 Use url link syntax for links where the content is equal the link target
5656 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
5659 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a></p>
5663 Parenthesis in external links, especially URL links
5667 http://example.com/test)
5669 http://example.com/(test)
5671 http://example.com/((test)
5673 (http://example.com/(test))
5675 (http://example.com/(test)))))
5677 http://example.com/a)b
5679 [http://example.com) foo]
5681 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>)
5682 </p><p><a rel="nofollow" class="external free" href="http://example.com/test">http://example.com/test</a>)
5683 </p><p><a rel="nofollow" class="external free" href="http://example.com/(test)">http://example.com/(test)</a>
5684 </p><p><a rel="nofollow" class="external free" href="http://example.com/((test)">http://example.com/((test)</a>
5685 </p><p>(<a rel="nofollow" class="external free" href="http://example.com/(test))">http://example.com/(test))</a>
5686 </p><p>(<a rel="nofollow" class="external free" href="http://example.com/(test)))))">http://example.com/(test)))))</a>
5687 </p><p><a rel="nofollow" class="external free" href="http://example.com/a)b">http://example.com/a)b</a>
5688 </p><p><a rel="nofollow" class="external text" href="http://example.com)">foo</a>
5691 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a>)</p>
5692 <p><a rel="mw:ExtLink" href="http://example.com/test">http://example.com/test</a>)</p>
5693 <p><a rel="mw:ExtLink" href="http://example.com/(test)">http://example.com/(test)</a></p>
5694 <p><a rel="mw:ExtLink" href="http://example.com/((test)">http://example.com/((test)</a></p>
5695 <p>(<a rel="mw:ExtLink" href="http://example.com/(test))">http://example.com/(test))</a></p>
5696 <p>(<a rel="mw:ExtLink" href="http://example.com/(test)))))">http://example.com/(test)))))</a></p>
5697 <p><a rel="mw:ExtLink" href="http://example.com/a)b">http://example.com/a)b</a></p>
5698 <p><a rel="mw:ExtLink" href="http://example.com)">foo</a></p>
5702 Parenthesis in external links, w/ transclusion or comment
5704 (http://example.com/{{echo|hi}})
5706 (http://example.com<!-- hi -->)
5708 <p>(<a rel="nofollow" class="external free" href="http://example.com/hi">http://example.com/hi</a>)
5709 </p><p>(<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>)
5712 <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>
5714 <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>
5718 Serialize <a> tags with invalid link targets as plain text
5720 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
5722 <a rel="mw:WikiLink" href="[[foo]]">text</a>
5723 <a rel="mw:WikiLink" href="[[foo]]">*text</a>
5724 <a rel="mw:WikiLink" href="[[foo]]">[[foo]]</a>
5725 <a rel="mw:WikiLink" href="[[foo]]">*a [[foo]]</a>
5728 <nowiki>*</nowiki>text
5729 <nowiki>[[foo]]</nowiki>
5730 <nowiki>*</nowiki>a <nowiki>[[foo]]</nowiki>
5734 mw:ExtLink -vs- mw:WikiLink (T94723)
5738 <a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{"stx":"piped","a":{"href":"./Foo"},"sa":{"href":"Foo"}}'>Bar</a>
5739 <a rel="mw:WikiLink" href="./Foo" title="Foo">Bar</a>
5740 <a rel="mw:WikiLink" href="http://en.wikipedia.org/wiki/Foo" title="Foo">Bar</a>
5741 <a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" title="Foo">Bar</a>
5743 <a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/European_Robin">European Robin</a>
5744 <a rel="mw:WikiLink" href="http://en.wikipedia.org/wiki/European_Robin">European Robin</a>
5749 [[wikipedia:Foo|Bar]]
5750 [[wikipedia:Foo|Bar]]
5752 [[wikipedia:European_Robin|European Robin]]
5753 [[wikipedia:European_Robin|European Robin]]
5757 mw:ExtLink linking to a interwiki URL can be round-tripped losslessly (T94723)
5761 [http://en.wikipedia.org/wiki/European_Robin European Robin]
5763 THIS SECTION IS NOT USED (but Parsoid won't run the test without it)
5774 Normal text. '''Bold text.''' Normal text. ''Italic text.''
5776 Normal text. '''''Bold italic text.''''' Normal text.
5778 <p>Normal text. <b>Bold text.</b> Normal text. <i>Italic text.</i>
5779 </p><p>Normal text. <i><b>Bold italic text.</b></i> Normal text.
5784 # Parsoid inserts an empty bold tag pair at the end of the line, that the PHP
5785 # parser strips. The wikitext contains just the first half of the bold
5788 Unclosed and unmatched quotes
5790 '''''Bold italic text '''with bold deactivated''' in between.'''''
5792 '''''Bold italic text ''with italic deactivated'' in between.'''''
5796 ..spanning two paragraphs (should not work).'''
5798 '''Bold tag left open
5800 ''Italic tag left open
5804 <!-- Unmatching number of opening, closing tags: -->
5805 '''This year''''s election ''should'' beat '''last year''''s.
5807 ''Tom'''s car is bigger than ''Susan'''s.
5809 Plain ''italic'''s plain
5811 <p><i><b>Bold italic text </b>with bold deactivated<b> in between.</b></i>
5812 </p><p><b><i>Bold italic text </i>with italic deactivated<i> in between.</i></b>
5813 </p><p><b>Bold text..</b>
5814 </p><p>..spanning two paragraphs (should not work).
5815 </p><p><b>Bold tag left open</b>
5816 </p><p><i>Italic tag left open</i>
5818 </p><p><b>This year'</b>s election <i>should</i> beat <b>last year'</b>s.
5819 </p><p><i>Tom<b>s car is bigger than </b></i><b>Susan</b>s.
5820 </p><p>Plain <i>italic'</i>s plain
5823 <p><i><b>Bold italic text </b>with bold deactivated<b> in between.</b></i>
5824 </p><p><b><i>Bold italic text </i>with italic deactivated<i> in between.</i></b>
5825 </p><p><b>Bold text..</b>
5826 </p><p>..spanning two paragraphs (should not work).<b></b>
5827 </p><p><b>Bold tag left open</b>
5828 </p><p><i>Italic tag left open</i>
5831 <!-- Unmatching number of opening, closing tags: -->
5832 <p><b>This year'</b>s election <i>should</i> beat <b>last year'</b>s.
5833 </p><p><i>Tom<b>s car is bigger than </b></i><b>Susan</b>s.
5834 </p><p>Plain <i>italic'</i>s plain
5841 ### some content taken from http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide:_Using_tables
5844 # This should not produce <table></table> as <table><tr><td></td></tr></table>
5845 # is the bare minimum required by the spec, see:
5846 # https://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_module_Basic_Tables
5847 # Parsoid team replies: empty table tags are legal in HTML5
5849 A table with no data.
5862 A table with stray table end tags on start tag line (wt2html)
5866 {|style="color: red;"|}
5868 {|style="color: red;" |}
5872 {|style="color: red;"|} id="foo"
5876 {|style="color: red;" |} id="foo"
5880 <table style="color: red;"></table>
5882 <table style="color: red;">
5888 <table style="color: red;" id="foo">
5894 <table style="color: red;" id="foo">
5903 A table with no data (take 2)
5911 # A table with nothing but a caption is invalid XHTML, we might want to render
5912 # this as <p>caption</p>
5913 # Parsoid team replies: table with only a caption is legal in HTML5
5915 A table with nothing but a caption
5923 </caption><tr><td></td></tr></table>
5926 <table><caption> caption</caption></table>
5930 A table with caption with default-spaced attributes and a table row
5933 |+ style="color: red;" | caption1
5939 <caption style="color: red;"> caption1
5948 A table with captions with non-default spaced attributes and a table row
5951 |+style="color: red;"|caption2
5952 |+ style="color: red;"| caption3
5958 <caption style="color: red;">caption2
5960 <caption style="color: red;"> caption3
5969 Table td-cell syntax variations
5973 | foo bar foo || baz
5974 | style='color:red;' | baz
5975 | style='color:red;' || baz
5982 <td> foo bar foo </td>
5985 <td style="color:red;"> baz
5987 <td> style='color:red;' </td>
6015 Simple table but with multiple dashes for row wikitext
6034 Multiplication table
6036 {| border="1" cellpadding="2"
6037 |+Multiplication table
6039 ! × !! 1 !! 2 !! 3
6057 <table border="1" cellpadding="2">
6058 <caption>Multiplication table
6105 Accept "||" in table headings
6120 Accept "!!" in table data
6134 <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>
6139 Accept "||" in indented table headings
6149 </th></tr></table></dd></dl>
6154 Accept "!!" in templates
6168 <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>
6172 Accept "!!" in table headings after newline
6189 <p>b!!c</p></th></tr>
6194 Accept "!!" in table data of mixed wikitext / html syntax
6198 <tr><td>b!!c</td></tr>
6211 <tbody><tr><th>a</th></tr>
6212 <tr data-parsoid='{"stx":"html"}'><td data-parsoid='{"stx":"html"}'>b!!c</td></tr>
6217 Accept empty attributes in td/th cells (td/th cells starting with leading ||)
6234 Accept "| !" at start of line in tables (ignore !-attribute)
6238 | !style="color:red" | bar
6250 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 +/-
6254 |style='color:red;'|+1
6255 |style='color:blue;'|-1
6267 <td style="color:red;">+1
6269 <td style="color:blue;">-1
6293 |rowspan=2| Cell 2, row 1 (and 2)
6304 <td rowspan="2"> Cell 2, row 1 (and 2)
6322 {| bgcolor=#ABCDEF border=2
6327 |the original table again
6335 <table bgcolor="#ABCDEF" border="2">
6343 <td>the original table again
6349 Invalid attributes in table cell (bug 1830)
6363 Table cell attributes: Pipes protected by nowikis should be treated as a plain character
6367 | title="foo<nowiki>|</nowiki>" |bar
6368 | title="foo<nowiki>|</nowiki>" bar
6375 <td title="foo|">bar
6377 <td> title="foo|" bar
6382 <tbody><tr><td title="foo">bar</td>
6383 <td title="foo|" data-parsoid='{"a":{"title":"foo|"},"sa":{"title":"foo<nowiki>|</nowiki>"},"autoInsertedEnd":true}'>bar</td>
6384 <td> title="foo<span typeof="mw:Nowiki">|</span>" bar</td></tr>
6388 # See: http://lists.wikimedia.org/mailman/htdig/wikitech-l/2006-April/022293.html
6389 # N.B. The "|}" to close the table is missing from the input, so parsoid's
6390 # *2wt modes will fail.
6392 Table security: embedded pipes
6394 parsoid=wt2html,html2html
6397 | |[ftp://|x||]" onmouseover="alert(document.cookie)">test
6401 <td>[<a rel="nofollow" class="external free" href="ftp://%7Cx">ftp://%7Cx</a></td>
6402 <td>]" onmouseover="alert(document.cookie)">test
6410 <td data-parsoid='{"startTagSrc":"| ","attrSepSrc":"|","autoInsertedEnd":true}'><a rel="mw:ExtLink" href="ftp://|x||"></a>" onmouseover="alert(document.cookie)">test</td></tr></tbody></table>
6414 Element attributes with double ! should not be broken up by <th>
6417 ! hi <div class="!!">ha</div> ho
6422 <th> hi <div class="!!">ha</div> ho
6427 <tbody><tr><th> hi <div class="!!" data-parsoid='{"stx":"html"}'>ha</div> ho</th></tr>
6432 ! and || in element attributes should not be parsed as <th>/<td>
6435 | <div style="color: red !important;" data-contrived="put this here ||">hi</div>
6440 <td> <div style="color: red !important;" data-contrived="put this here ||">hi</div>
6445 <tbody><tr><td> <div style="color: red !important;" data-contrived="put this here ||" data-parsoid='{"stx":"html"}'>hi</div></td></tr>
6449 # FIXME: The output seems broken. Filed as T110268.
6451 ! and || in td attributes should not be parsed as <th>/<td>
6456 | style="color: red !important;" data-contrived="put this here ||" | foo
6461 <td> style="color: red !important;" data-contrived="put this here </td>
6467 <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>
6472 Break on | in element attribute in template
6474 parsoid=wt2html,html2html
6476 {{echo|1=<div class="hi|ho">ha</div>}}
6478 <p>ho">ha</div>
6481 <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>
6485 Break on | in element attribute name in template
6487 {{echo|<div cla|ss="hiho">ha</div>}}
6489 <p about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"pi":[[{"k":"1"},{"k":"ss","named":true}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<div cla"},"ss":{"wt":"\"hiho\">ha</div>"}},"i":0}}]}'><div cla</p>
6493 Don't break on | in extension attribute in template
6495 {{echo|<ref name="hi|ho">ha</ref>}}
6499 <p><span about="#mwt2" class="mw-ref" id="cite_ref-hi.7Cho_1-0" rel="dc:references" typeof="mw:Transclusion mw:Extension/ref" data-parsoid='{"pi":[[{"k":"1"}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<ref name=\"hi|ho\">ha</ref>"}},"i":0}}]}'><a href="./Main_Page#cite_note-hi.7Cho-1" style="counter-reset: mw-Ref 1;"><span class="mw-reflink-text">[1]</span></a></span></p>
6501 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-hi.7Cho-1" id="cite_note-hi.7Cho-1"><a href="./Main_Page#cite_ref-hi.7Cho_1-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-hi.7Cho-1" class="mw-reference-text">ha</span></li></ol>
6504 ## We don't support roundtripping of these attributes in Parsoid.
6505 ## Selective serialization takes care of preventing dirty diffs.
6506 ## But, on edits, we dirty-diff the invalid attribute text.
6508 Invalid text in table attributes should be discarded
6512 {| <span>boo</span> style='border:1px solid black'
6513 | <span>boo</span> style='color:blue' | 1
6514 |<span>boo</span> style='color:blue'| 2
6517 <table style="border:1px solid black">
6519 <td style="color:blue"> 1
6521 <td style="color:blue"> 2
6525 <table style="border:1px solid black">
6527 <td style="color:blue"> 1</td>
6528 <td style="color:blue"> 2</td>
6534 Invalid text in table attributes should be preserved by selective serializer
6537 "modes": ["selser"],
6539 ["td:first-child", "text", "abc"],
6540 ["td + td", "text", "xyz"]
6544 {| <span>boo</span> style='border:1px solid black'
6545 | <span>boo</span> style='color:blue' | 1
6546 |<span>boo</span> style='color:blue'| 2
6549 {| <span>boo</span> style='border:1px solid black'
6550 | <span>boo</span> style='color:blue' |abc
6551 |<span>boo</span> style='color:blue'|xyz
6556 1. Template-generated table cell attributes and cell content
6561 || {{table_attribs_5}}
6562 | <!--foo--> <!--bar--> <!--baz--> {{table_attribs}}
6563 |align=center {{table_attribs}}
6564 | <!--foo--> align=center <!--bar--> {{table_attribs}}
6569 <td style="color:red;">Foo
6571 <td style="color:red;">Foo
6573 <td> style="color:red;"</td>
6576 <td style="color:red;">Foo
6578 <td align="center" style="color:red;">Foo
6580 <td align="center" style="color:red;">Foo
6586 2. Template-generated table cell attributes and cell content
6589 |{{table_attribs_2}}
6594 <td style="color:red;">Foo
6602 <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>
6603 <td about="#mwt1">Bar</td><td about="#mwt1">Baz</td></tr>
6608 3. Template-generated table cell attributes and cell content
6611 !align=center {{table_header_cells}}
6613 |align=center {{table_cells}}
6618 <th align="center" style="color:red;">Foo</th>
6619 <th style="color:red;"><i>Bar</i></th>
6620 <th style="color:brown;"><i>Foo</i> and Baz
6623 <td align="center" style="color:red;">Foo</td>
6624 <td style="color:red;"><i>Bar</i></td>
6625 <td style="color:brown;"><i>Foo</i> and Baz
6630 <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>
6631 <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>
6636 4. Template-generated table cell attributes and cell content inside a templated table
6639 !align=center {{table_header_cells}}
6641 |align=center {{table_cells}}
6646 <th align="center" style="color:red;">Foo</th>
6647 <th style="color:red;"><i>Bar</i></th>
6648 <th style="color:brown;"><i>Foo</i> and Baz
6651 <td align="center" style="color:red;">Foo</td>
6652 <td style="color:red;"><i>Bar</i></td>
6653 <td style="color:brown;"><i>Foo</i> and Baz
6657 <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}}]}'>
6658 <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>
6660 <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>
6664 ## Edge case fix to prevent future regressions
6666 T107652: <ref>s in templates that also generate table cell attributes should be rendered properly
6669 |{{table_attribs_7}}
6674 <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="./Main_Page#cite_note-1" style="counter-reset: mw-Ref 1;"><span class="mw-reflink-text">[1]</span></a></span></td></tr>
6676 <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="./Main_Page#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>
6680 Table with row followed by newlines and table heading
6682 parsoid=wt2html,html2html
6700 Table with empty line following the start tag
6702 parsoid=wt2html,html2html
6720 Table attributes with empty value
6722 parsoid=wt2html,html2html
6735 <tbody><tr><td style=""> hello</td></tr>
6740 Wikitext table with a lot of comments
6763 Wikitext table comments represented in parsoid dom
6765 {|<!--c1--><!--c2-->
6776 <table><!--c1--><!--c2-->
6777 <tbody><tr data-parsoid='{"startTagSrc":"|-","autoInsertedEnd":true}'><!--c3-->
6778 <td data-parsoid='{"autoInsertedEnd":true}'> x</td></tr>
6783 Wikitext table with double-line table cell
6800 Table cell with a single comment
6817 Table-cell after a comment-only-empty-line
6834 <tbody><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'>a</td>
6836 <!--c2--><td data-parsoid='{"autoInsertedEnd":true}'> b</td></tr>
6842 Build table with {{!}}
6844 {{{!}} class="wikitable"
6847 {{!}}- style="color:red;"
6848 {{!}} data {{!}}{{!}} style="color:red;" {{!}} second data
6851 <table class="wikitable">
6857 <tr style="color:red;">
6859 <td style="color:red;"> second data
6865 Build table with pipe as data
6867 {| class="wikitable"
6870 |- style="color:red;"
6871 | data || style="color:red;" | second data
6873 | style="color:red;" | data with | || style="color:red;" | second data with |
6875 || data with | ||| second data with |
6878 <table class="wikitable">
6884 <tr style="color:red;">
6886 <td style="color:red;"> second data
6889 <td style="color:red;"> data with | </td>
6890 <td style="color:red;"> second data with |
6893 <td> data with | </td>
6894 <td> second data with |
6900 Build table with wikilink
6902 {| class="wikitable"
6903 ! header || second header
6904 |- style="color:red;"
6905 | data [[Main Page|linktext]] || second data [[Main Page|linktext]]
6907 | data || second data [[Main Page|link|text with pipe]]
6910 <table class="wikitable">
6915 <tr style="color:red;">
6916 <td> data <a href="/wiki/Main_Page" title="Main Page">linktext</a> </td>
6917 <td> second data <a href="/wiki/Main_Page" title="Main Page">linktext</a>
6921 <td> second data <a href="/wiki/Main_Page" title="Main Page">link|text with pipe</a>
6926 # The expected HTML structure in this test is debatable. The PHP parser does
6927 # not parse this kind of table at all. The main focus for Parsoid is on
6928 # round-tripping, so this output is ok for now. TODO: revisit!
6930 Wikitext table with html-syntax row
6940 <td>foo</td></tr></tbody></table>
6943 ## Note that Parsoid output differs from PHP and PHP+tidy here.
6944 ## The lack of <tr> tags in the PHP output is arguably a bug in the
6945 ## PHP parser, which tidy then compounds by fostering the content
6946 ## entirely out of the table. Parsoid recognizes the table context
6947 ## and generates <tr> and <td> wrappers as needed. Hopefully nobody
6948 ## depends on PHP's treatment of broken table markup!
6950 Implicit <td> after a |-
6952 parsoid=wt2html,html2html
6972 # Again, Parsoid adds implicit <td>s here, PHP and Tidy strip the b out.
6974 <pre> tags should be recognized in an explicit <td> context, but not in an implicit <td> context
6976 parsoid=wt2html,html2html
7009 <tr><td><pre>a</pre></td></tr>
7010 <tr><td> b</td></tr>
7015 # PHP + Tidy strips the list out of the table; Parsoid wraps it.
7016 # Parsoid generates the missing <td>, so wt2wt won't succeed.
7018 Lists should be recognized in an implicit <td> context
7020 parsoid=wt2html,html2html
7047 Table cells not properly parsed in an implicit-td context
7051 {{table_attribs_4}} || a || b
7056 <td style="background-color:#DC241f;" width="10px"></td>
7063 <tbody><tr data-parsoid='{"startTagSrc":"|-","autoInsertedEnd":true}'>
7064 <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>
7069 Parsoid: Round-trip tables directly followed by content (bug 51219)
7071 parsoid=wt2html,wt2wt
7096 Parsoid: Default to a newline after tables in new content (bug 51219)
7101 <tr><td>foo</td></tr></tbody></table> bar
7103 <tr><td>baz</td></tr></tbody></table><b>quux</b>
7108 <nowiki> </nowiki>bar
7116 Parsoid: newline inducing block nodes don't suppress <nowiki>
7128 Parsoid: Row-syntax table headings followed by comment & table cells
7130 parsoid=wt2html,wt2wt
7134 <!-- foo --> || baz || quux
7148 <tbody><tr><th> foo </th><th> bar
7149 <!-- foo --> </th><td> baz </td><td> quux</td></tr>
7154 Parsoid: Recover better from broken table attributes
7174 <p>foo</p></td></tr>
7179 Tables: Digest broken attributes on table and tr tag
7195 # T137406: Whitespace in the HTML
7197 1. Generate correct wikitext for tables with thead/tbody/tfoot
7202 <caption>Test</caption>
7243 <caption>Test</caption>
7263 # T137406: No whitespace in the HTML
7265 2. Generate correct wikitext for tables with thead/tbody/tfoot
7269 <table><thead><tr><th>heading</th></tr></thead><tbody><tr><td>foo</td></tr></tbody></table>
7279 Testing serialization after deletion in references
7288 hi <ref><div id="x">ho</div></ref>
7298 Testing serialization after deletion of table cells
7301 "modes": ["wt2wt", "selser"],
7309 | id="x" |c1 {{!}}{{!}}{{!}}c2 |||c3
7319 Testing selser after addition of new row before first row (T125419)
7322 "modes": ["wt2wt", "selser"],
7324 [ "tr", "before", "<tr><td>X</td></tr>" ]
7340 Serialize new table rows in a HTML table using HTML tags
7343 "modes": ["wt2wt", "selser"],
7345 [ "tr", "before", "<tr><td>X</td></tr>" ]
7349 <table><tr><td>a</td></tr></table>
7351 <table><tr><td>X</td></tr><tr><td>a</td></tr></table>
7355 Serialize new table cells in a HTML row using HTML tags
7358 "modes": ["wt2wt", "selser"],
7360 [ "td", "before", "<td>X</td>" ]
7364 <table><tr><td>a</td></tr></table>
7366 <table><tr><td>X</td><td>a</td></tr></table>
7370 Wikitext tables can be nested inside HTML tables
7374 <table data-parsoid='{"stx":"html"}'>
7377 <tr><td>foo</td></tr>
7392 Serialize wikitext list items as HTML list items when embedded in a HTML list
7396 <ul data-parsoid='{"stx": "html"}'>
7397 <li data-parsoid='{}'>a</li>
7407 # SSS FIXME: Is this actually a good thing given the
7408 # odd nested list output that is generated by MW?
7409 # <ul><li>foo<ul>..</ul></li></ul> instead of
7410 # <ul><li>foo</li><ul>..</ul></ul>
7412 Wikitext lists can be nested inside HTML lists
7416 <ul data-parsoid='{"stx": "html"}'>
7417 <li data-parsoid='{"stx": "html"}'>a
7422 <ul data-parsoid='{"stx": "html"}'>
7445 Plain link, capitalized
7449 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
7454 Plain link, uncapitalized
7458 <p><a href="/wiki/Main_Page" title="Main Page">main Page</a>
7465 [[Main Page|The Main Page]]
7467 <p><a href="/wiki/Main_Page" title="Main Page">The Main Page</a>
7472 Piped link with comment in link text
7474 [[Main Page|The Main<!--front--> Page]]
7476 <p><a href="/wiki/Main_Page" title="Main Page">The Main Page</a>
7481 Piped link with multiple pipe characters in link text
7483 [[Main Page||The|Main|Page|]]
7485 <p><a href="/wiki/Main_Page" title="Main Page">|The|Main|Page|</a>
7488 <p><a rel="mw:WikiLink" href="Main_Page" title="Main Page">|The|Main|Page|</a></p>
7492 Piped link with no link text
7494 [[Thomas Bek (bishop of St David's)|]]
7496 <p>[[Thomas Bek (bishop of St David's)|]]
7499 <p>[[Thomas Bek (bishop of St David's)|]]</p>
7503 Piped link with empty link text
7505 [[Main Page|<nowiki />]] - empty nowiki
7506 [[Main Page| ]] - empty space
7507 [[Main Page| ]] - empty non breaking space
7509 <p><a href="/wiki/Main_Page" title="Main Page"></a> - empty nowiki
7510 <a href="/wiki/Main_Page" title="Main Page"> </a> - empty space
7511 <a href="/wiki/Main_Page" title="Main Page"> </a> - empty non breaking space
7514 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page"><meta typeof="mw:Placeholder" data-parsoid='{"src":"<nowiki />"}'/></a> - empty nowiki
7515 <a rel="mw:WikiLink" href="./Main_Page" title="Main Page"> </a> - empty space
7516 <a rel="mw:WikiLink" href="./Main_Page" title="Main Page"><span typeof="mw:Entity" data-parsoid='{"src":"&nbsp;","srcContent":" "}'> </span></a> - empty non breaking space</p>
7524 <p><a href="/index.php?title=Zigzagzogzagzig&action=edit&redlink=1" class="new" title="Zigzagzogzagzig (page does not exist)">Zigzagzogzagzig</a>
7529 Broken link with fragment
7531 [[Zigzagzogzagzig#zug]]
7533 <p><a href="/index.php?title=Zigzagzogzagzig&action=edit&redlink=1" class="new" title="Zigzagzogzagzig (page does not exist)">Zigzagzogzagzig#zug</a>
7538 Special page link with fragment
7540 [[Special:Version#anchor]]
7542 <p><a href="/wiki/Special:Version#anchor" title="Special:Version">Special:Version#anchor</a>
7547 Nonexistent special page link with fragment
7549 [[Special:ThisNameWillHopefullyNeverBeUsed#anchor]]
7551 <p><a href="/wiki/Special:ThisNameWillHopefullyNeverBeUsed" class="new" title="Special:ThisNameWillHopefullyNeverBeUsed (page does not exist)">Special:ThisNameWillHopefullyNeverBeUsed#anchor</a>
7558 xxx[[main Page]], xxx[[Main Page]], Xxx[[main Page]] XXX[[main Page]], XXX[[Main Page]]
7560 <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>
7567 [[Main Page]]xxx, [[Main Page]]XXX, [[Main Page]]!!!
7569 <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>!!!
7580 Bug 43661: Piped links with identical prefixes
7582 [[prefixed article|prefixed articles with spaces]]
7584 [[prefixed article|prefixed articlesaoeu]]
7586 [[Main Page|Main Page test]]
7588 <p><a href="/wiki/Prefixed_article" title="Prefixed article">prefixed articles with spaces</a>
7589 </p><p><a href="/wiki/Prefixed_article" title="Prefixed article">prefixed articlesaoeu</a>
7590 </p><p><a href="/wiki/Main_Page" title="Main Page">Main Page test</a>
7596 Link with HTML entity in suffix / tail
7598 [[Main Page]]", [[Main Page]]a
7600 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>", <a href="/wiki/Main_Page" title="Main Page">Main Page</a>a
7603 <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>
7607 Link with 3 brackets
7618 Link with 4 brackets
7622 <p>[[<a href="/wiki/Main_Page" title="Main Page">Main Page</a>]]
7627 Piped link with 3 brackets
7629 [[[main page|the main page]]]
7631 <p>[[[main page|the main page]]]
7636 Piped link with extlink-like text
7639 [[Main Page|This is a [bar]]]
7641 <p><a href="/wiki/Main_Page" title="Main Page">[bar]</a>
7642 <a href="/wiki/Main_Page" title="Main Page">This is a [bar]</a>
7645 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page" data-parsoid='{"stx":"piped"}'>[bar]</a>
7646 <a rel="mw:WikiLink" href="./Main_Page" title="Main Page" data-parsoid='{"stx":"piped"}'>This is a [bar]</a></p>
7650 Link with multiple pipes
7652 [[Main Page|The|Main|Page]]
7654 <p><a href="/wiki/Main_Page" title="Main Page">The|Main|Page</a>
7659 Anchor containing a #. (bug 63430)
7661 [[Main Page#And#Link]]
7663 <p><a href="/wiki/Main_Page#And.23Link" title="Main Page">Main Page#And#Link</a>
7666 <p><a rel="mw:WikiLink" href="./Main_Page#And.23Link" title="Main Page" data-parsoid='{"stx":"simple","a":{"href":"./Main_Page#And.23Link"},"sa":{"href":"Main Page#And#Link"}}'>Main Page#And#Link</a></p>
7672 [[Talk:Parser testing]], [[Meta:Disclaimers]]
7674 <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>
7679 Link with space in namespace
7681 [[User talk:Foo bar]]
7683 <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>
7688 MemoryAlpha:AlphaTest
7690 This is an article in the MemoryAlpha namespace
7691 (which shadows the memoryalpha interwiki link).
7695 Namespace takes precedence over interwiki link (bug 51680)
7697 [[MemoryAlpha:AlphaTest]]
7699 <p><a href="/wiki/MemoryAlpha:AlphaTest" title="MemoryAlpha:AlphaTest">MemoryAlpha:AlphaTest</a>
7703 # The previous test doesn't work correctly in html2*, due to not recognizing the
7704 # link as an internal one. This one checks for the correct behavior.
7706 Link to namespace preferred over interwiki with correct rel attribute
7708 parsoid=html2wt,html2html
7710 <p><a rel="mw:WikiLink" href="./MemoryAlpha:AlphaTest" title="MemoryAlpha:AlphaTest">MemoryAlpha:AlphaTest</a></p>
7712 [[MemoryAlpha:AlphaTest]]
7716 Piped link to namespace
7718 [[Meta:Disclaimers|The disclaimers]]
7720 <p><a href="/index.php?title=Meta:Disclaimers&action=edit&redlink=1" class="new" title="Meta:Disclaimers (page does not exist)">The disclaimers</a>
7727 [[Usually caused by a typo (oops}]]
7729 <p>[[Usually caused by a typo (oops}]]
7736 Just a test of an article title containing a percent.
7740 Link containing % (not as a hex sequence)
7743 [[7% Solution|7%25 Solution]]
7745 <p><a href="/wiki/7%25_Solution" title="7% Solution">7% Solution</a>
7746 <a href="/wiki/7%25_Solution" title="7% Solution">7%25 Solution</a>
7749 <p><a rel="mw:WikiLink" href="./7%25_Solution" title="7% Solution">7% Solution</a>
7750 <a rel="mw:WikiLink" href="./7%25_Solution" title="7% Solution">7%25 Solution</a></p>
7753 # note that the parsoid HTML is identical to the previous test output,
7754 # so the previous test ensures that the html2wt mode will generate the
7755 # "not as a hex sequence" wikitext.
7757 Link containing % as a single hex sequence interpreted to char
7759 parsoid=wt2wt,wt2html,html2html
7762 [[7%25 Solution|7%25 Solution]]
7764 <p><a href="/wiki/7%25_Solution" title="7% Solution">7% Solution</a>
7765 <a href="/wiki/7%25_Solution" title="7% Solution">7%25 Solution</a>
7768 <p><a rel="mw:WikiLink" href="./7%25_Solution" title="7% Solution">7% Solution</a>
7769 <a rel="mw:WikiLink" href="./7%25_Solution" title="7% Solution">7%25 Solution</a></p>
7773 Link containing % as a double hex sequence interpreted to hex sequence
7777 <p>[[7%2525 Solution]]
7781 ## Example for such a section: == < ==
7783 Link containing "#<" and "#>" % as a hex sequences- these are valid section anchors
7785 [[%23%3c]][[%23%3e]]
7787 <p><a href="#.3C">#<</a><a href="#.3E">#></a>
7790 <p><a rel="mw:WikiLink" href="./Main_Page#.3C" title="Main Page" data-parsoid='{"stx":"simple","a":{"href":"./Main_Page#.3C"},"sa":{"href":"%23%3c"}}'>#<</a><a rel="mw:WikiLink" href="./Main_Page#.3E" title="Main Page" data-parsoid='{"stx":"simple","a":{"href":"./Main_Page#.3E"},"sa":{"href":"%23%3e"}}'>#></a></p>
7794 Link containing "<#" and ">#" as a hex sequences
7796 [[%3c%23]][[%3e%23]]
7798 <p>[[%3c%23]][[%3e%23]]
7803 Link containing an equals sign
7805 [[Special:BookSources/isbn=4-00-026157-6]]
7807 <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>
7810 <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>
7816 Just a test of an article title containing a tilde.
7819 # note that links containing signatures, like [[Foo~~~~]], are
7820 # massaged by the pre-save transform (PST) and so the tildes are never
7821 # seen by the parser.
7823 Link containing a tilde
7827 <p><a href="/wiki/Foo~bar" title="Foo~bar">Foo~bar</a>
7830 <p><a rel="mw:WikiLink" href="./Foo~bar" title="Foo~bar">Foo~bar</a></p>
7834 Link containing double-single-quotes '' (bug 4598)
7836 [[Lista d''e paise d''o munno]]
7838 <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>
7841 <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>
7845 Link containing double-single-quotes '' in text (bug 4598 sanity check)
7847 Some [[Link|pretty ''italics'' and stuff]]!
7849 <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>!
7852 <p>Some <a rel="mw:WikiLink" href="Link" title="Link">pretty <i>italics</i> and stuff</a>!</p>
7856 Link containing double-single-quotes '' in text embedded in italics (bug 4598 sanity check)
7858 ''Some [[Link|pretty ''italics'' and stuff]]!''
7860 <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>
7865 Link with double quotes in title part (literal) and alternate part (interpreted)
7867 [[File:Denys_Savchenko_''Pentecoste''.jpg]]
7871 [[''Pentecoste''|Pentecoste]]
7873 [[''Pentecoste''|''Pentecoste'']]
7875 <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>
7876 </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>
7877 </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>
7878 </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>
7881 <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>
7882 <p><a rel="mw:WikiLink" href="''Pentecoste''" title="''Pentecoste''">''Pentecoste''</a></p>
7883 <p><a rel="mw:WikiLink" href="''Pentecoste''" title="''Pentecoste''">Pentecoste</a></p>
7884 <p><a rel="mw:WikiLink" href="''Pentecoste''" title="''Pentecoste''"><i>Pentecoste</i></a></p>
7888 Broken image links with HTML captions (bug 39700)
7890 [[File:Nonexistent|<script></script>]]
7891 [[File:Nonexistent|100x100px|<script></script>]]
7892 [[File:Nonexistent|<]]
7893 [[File:Nonexistent|a<i>b</i>c]]
7895 <p><a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent"><script></script></a>
7896 <a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent"><script></script></a>
7897 <a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent"><</a>
7898 <a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent">abc</a>
7901 <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>
7902 <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>
7903 <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>
7904 <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>
7910 [[http://www.example.com]]
7912 <p>[<a rel="nofollow" class="external autonumber" href="http://www.example.com">[1]</a>]
7915 <p>[<a rel="mw:ExtLink" href="http://www.example.com"></a>]</p>
7919 Plain link to URL with link text
7921 [[http://www.example.com Link text]]
7923 <p>[<a rel="nofollow" class="external text" href="http://www.example.com">Link text</a>]
7928 Plain link to protocol-relative URL
7930 [[//www.example.com]]
7932 <p>[<a rel="nofollow" class="external autonumber" href="//www.example.com">[1]</a>]
7935 <p>[<a rel="mw:ExtLink" href="//www.example.com"></a>]</p>
7939 Plain link to protocol-relative URL with link text
7941 [[//www.example.com Link text]]
7943 <p>[<a rel="nofollow" class="external text" href="//www.example.com">Link text</a>]
7948 Plain link to page with question mark in title
7954 <p><a href="/wiki/A%3Fb" title="A?b">A?b</a>
7955 </p><p><a href="/wiki/A%3Fb" title="A?b">Baz</a>
7960 # I'm fairly sure the expected result here is wrong.
7961 # We want these to be URL links, not pseudo-pages with URLs for titles....
7962 # However the current output is also pretty screwy.
7965 # I'm changing it to match the current output--it arguably makes more
7966 # sense in the light of the test above. Old expected result was:
7967 #<p>Piped link to URL: <a href="/index.php?title=Http://www.example.com&action=edit" class="new">an example URL</a>
7969 # But I think this test is bordering on "garbage in, garbage out" anyway.
7974 Piped link to URL: [[http://www.example.com|an example URL]]
7976 <p>Piped link to URL: [<a rel="nofollow" class="external text" href="http://www.example.com%7Can">example URL</a>]
7979 <p>Piped link to URL: [<a rel="mw:ExtLink" href="http://www.example.com|an">example URL</a>]</p>
7983 BUG 2: [[page|http://url/]] should link to page, not http://url/
7985 [[Main Page|http://url/]]
7987 <p><a href="/wiki/Main_Page" title="Main Page">http://url/</a>
7990 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">http://url/</a></p>
7993 # Parsoid does not mark self-links, by design.
7995 BUG 337: Escaped self-links should be bold
7999 [[Bug462]] [[Bug462]]
8001 <p><strong class="selflink">Bug462</strong> <strong class="selflink">Bug462</strong>
8004 <p><strong class="selflink">Bug462</strong> <strong class="selflink">Bug462</strong></p>
8006 <p><a rel="mw:WikiLink" href="./Bug462" title="Bug462">Bug462</a> <a rel="mw:WikiLink" href="./Bug462" title="Bug462">Bug462</a></p>
8010 Self-link to section should not be bold
8014 [[Main Page#section]]
8016 <p><a href="/wiki/Main_Page#section" title="Main Page">Main Page#section</a>
8027 Self-link to numeric title
8033 <p><strong class="selflink">0</strong>
8038 Link to numeric-equivalent title
8044 <p><a href="/wiki/00" title="00">00</a>
8049 <nowiki> inside a link
8051 [[Main<nowiki> Page</nowiki>]] [[Main Page|the main page <nowiki>[it's not very good]</nowiki>]]
8053 <p>[[Main Page]] <a href="/wiki/Main_Page" title="Main Page">the main page [it's not very good]</a>
8058 Non-breaking spaces in title
8060 [[ Main Page ]]
8062 <p><a href="/wiki/Main_Page" title="Main Page">  Main   Page  </a>
8067 Internal link with ca linktrail, surrounded by bold apostrophes (bug 27473 primary issue)
8073 <p><b><a href="/wiki/Main_Page" title="Main Page">Main Page</a></b>
8078 Internal link with ca linktrail, surrounded by italic apostrophes (bug 27473 primary issue)
8084 <p><i><a href="/wiki/Main_Page" title="Main Page">Main Page</a></i>
8089 Internal link with en linktrail: no apostrophes (bug 27473)
8095 <p><a href="/index.php?title=Something&action=edit&redlink=1" class="new" title="Something (page does not exist)">Something</a>'nice
8100 Internal link with ca linktrail with apostrophes (bug 27473)
8106 <p><a href="/index.php?title=Something&action=edit&redlink=1" class="new" title="Something (encara no existeix)">Something'nice</a>
8111 Internal link with kaa linktrail with apostrophes (bug 27473)
8117 <p><a href="/index.php?title=Something&action=edit&redlink=1" class="new" title="Something (bet ele jaratılmag'an)">Something'nice</a>
8122 Link with multiple ":" in a subpage-supporting namespace (bug 63636)
8124 [[User:Foo/Test/63636:Bar|Test]]
8126 <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>
8129 <p><a rel="mw:WikiLink" href="./User:Foo/Test/63636:Bar" title="User:Foo/Test/63636:Bar">Test</a></p>
8132 ## Mainly a sanity check for Parsoid
8134 Handle title parsing for subpages
8143 ## FIXME: Add a working php section here
8145 Link to a subpage from a namespace other than main
8151 <p><a rel="mw:WikiLink" href="./User:Test/123" title="User:Test/123" data-parsoid='{"stx":"simple","a":{"href":"./User:Test/123"},"sa":{"href":"/123"}}'>/123</a></p>
8155 Ensure that transclusion titles are not url-decoded
8157 subpage title=[[Test]]
8160 {{Bar%C3%A9}} {{/Bar%C3%A9}}
8162 <p>{{Bar%C3%A9}} {{/Bar%C3%A9}}
8165 <p>{{Bar%C3%A9}} {{/Bar%C3%A9}}</p>
8169 Purely hash wikilink
8171 title=[[User:test/123]]
8175 <p><a href="#a">b</a>
8178 <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>
8182 1. Interaction of linktrail and template encapsulation
8188 <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>
8192 2. Interaction of linktrail and template encapsulation
8196 {{echo|Some [[Fool]]}}s
8198 <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>
8202 3. Interaction of linktrail and template encapsulation
8206 {{echo|Some [[Fool]]s are '''bold and foolish'''}}
8208 <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>
8218 Internal link with is link prefix
8222 Aðrir mótmælenda[[söfnuður|söfnuðir]] og
8224 <p>Aðrir <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuðir</a> og
8235 Internal link with is link trail and link prefix
8239 [[mótmælendatrú|xxx]]ar
8241 mótmælenda[[söfnuður]]
8242 mótmælenda[[söfnuður|söfnuðir]]
8243 mótmælenda[[söfnuður|söfnuðir]]xxx
8245 <p><a href="/wiki/M%C3%B3tm%C3%A6lendatr%C3%BA" title="Mótmælendatrú">xxxar</a>
8246 <a href="/wiki/M%C3%B3tm%C3%A6lendatr%C3%BA" title="Mótmælendatrú">mótmælendatrúar</a>
8247 <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuður</a>
8248 <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuðir</a>
8249 <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuðirxxx</a>
8254 Parsoid link trail escaping
8256 parsoid=html2wt,html2html
8258 <p><a rel="mw:WikiLink" href="Apple" title="Apple">apple</a>s</p>
8264 Parsoid link prefix escaping
8267 parsoid=html2wt,html2html
8269 <p>Aðrir mótmælenda<a rel="mw:WikiLink" href="Söfnuður" title="Söfnuður">söfnuður</a></p>
8271 Aðrir mótmælenda<nowiki/>[[söfnuður]]
8275 Parsoid-centric test: Whitespace in ext- and wiki-links should be preserved
8283 [http://wp.org ''foo'']
8285 <p><a href="/wiki/Foo" title="Foo"> bar</a>
8286 </p><p><a href="/wiki/Foo" title="Foo"> <i>bar</i></a>
8287 </p><p><a rel="nofollow" class="external text" href="http://wp.org">foo</a>
8288 </p><p><a rel="nofollow" class="external text" href="http://wp.org"><i>foo</i></a>
8293 Parsoid: Scoped parsing should handle mixed transclusions and plain text
8297 [[Foo|{{echo|a}} b {{echo|c}}]]
8299 <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>
8303 Link with angle bracket after anchor
8307 <p><a href="/wiki/Foo#.3Cbar.3E" title="Foo">Foo#<bar></a>
8310 <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>
8314 ### Interwiki links (see maintenance/interwiki.sql)
8318 Inline interwiki link
8320 parsoid=wt2html,wt2wt,html2html
8322 [[MeatBall:SoftSecurity]]
8324 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity" class="extiw" title="meatball:SoftSecurity">MeatBall:SoftSecurity</a>
8327 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity" title="meatball:SoftSecurity">MeatBall:SoftSecurity</a></p>
8331 Inline interwiki link with empty title (bug 2372)
8333 parsoid=wt2html,wt2wt,html2html
8337 <p><a href="http://www.usemod.com/cgi-bin/mb.pl" class="extiw" title="meatball:">MeatBall:</a>
8340 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?" title="meatball:">MeatBall:</a></p>
8344 Interwiki link encoding conversion (bug 1636)
8346 *[[Wikipedia:ro:Olteniţa]]
8347 *[[Wikipedia:ro:Olteniţa]]
8349 <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>
8350 <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>
8354 <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>
8355 <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>
8360 Interwiki link with fragment (bug 2130)
8362 [[MeatBall:SoftSecurity#foo]]
8364 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity#foo" class="extiw" title="meatball:SoftSecurity">MeatBall:SoftSecurity#foo</a>
8369 Link scenarios with escaped fragments
8372 [[Foo#Is this great?]]
8373 [[meatball:Foo#Is this great?]]
8375 <p><a href="#Is_this_great.3F">#Is this great?</a>
8376 <a href="/wiki/Foo#Is_this_great.3F" title="Foo">Foo#Is this great?</a>
8377 <a href="http://www.usemod.com/cgi-bin/mb.pl?Foo#Is_this_great.3F" class="extiw" title="meatball:Foo">meatball:Foo#Is this great?</a>
8380 <p><a rel="mw:WikiLink" href="./Main_Page#Is_this_great.3F" data-parsoid='{"stx":"simple","a":{"href":"./Main_Page#Is_this_great.3F"},"sa":{"href":"#Is this great?"}}'>#Is this great?</a>
8381 <a rel="mw:WikiLink" href="./Foo#Is_this_great.3F" title="Foo" data-parsoid='{"stx":"simple","a":{"href":"./Foo#Is_this_great.3F"},"sa":{"href":"Foo#Is this great?"}}'>Foo#Is this great?</a>
8382 <a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?Foo#Is_this_great.3F" title="meatball:Foo" data-parsoid='{"stx":"simple","a":{"href":"http://www.usemod.com/cgi-bin/mb.pl?Foo#Is_this_great.3F"},"sa":{"href":"meatball:Foo#Is this great?"},"isIW":true}'>meatball:Foo#Is this great?</a></p>
8385 # Ideally the wikipedia: prefix here should be proto-relative too
8386 # [CSA]: this is kind of a bogus test, as the PHP parser test doesn't
8387 # define the 'en' prefix, and originally the test used 'wikipedia',
8388 # which isn't a localinterwiki prefix hence the links to the 'en:Foo'
8391 Different interwiki prefixes mapping to the same URL
8399 [[:wikipedia:Foo|Foo]]
8401 [[wikipedia:en:Foo]]
8403 [[:wikipedia:en:Foo]]
8407 <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>
8409 <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>
8411 <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>
8413 <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>
8415 <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>
8417 <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>
8419 <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>
8423 Interwiki links that cannot be represented in wiki syntax
8426 [[meatball:ok#foo|ok with fragment]]
8427 [[meatball:ok_as_well?|ok ending with ? mark]]
8428 [http://de.wikipedia.org/wiki/Foo?action=history has query]
8429 [http://de.wikipedia.org/wiki/#foo is just fragment]
8432 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?ok" class="extiw" title="meatball:ok">meatball:ok</a>
8433 <a href="http://www.usemod.com/cgi-bin/mb.pl?ok#foo" class="extiw" title="meatball:ok">ok with fragment</a>
8434 <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>
8435 <a rel="nofollow" class="external text" href="http://de.wikipedia.org/wiki/Foo?action=history">has query</a>
8436 <a rel="nofollow" class="external text" href="http://de.wikipedia.org/wiki/#foo">is just fragment</a>
8439 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?ok" title="meatball:ok">meatball:ok</a>
8440 <a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?ok#foo" title="meatball:ok">ok with fragment</a>
8441 <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>
8442 <a rel="mw:ExtLink" href="http://de.wikipedia.org/wiki/Foo?action=history">has query</a>
8443 <a rel="mw:ExtLink" href="http://de.wikipedia.org/wiki/#foo">is just fragment</a></p>
8447 Interwiki links: trail
8449 [[wikipedia:Foo|Ba]]r
8451 <p><a href="http://en.wikipedia.org/wiki/Foo" class="extiw" title="wikipedia:Foo">Bar</a>
8454 <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>
8458 Local interwiki link
8460 parsoid=wt2html,wt2wt,html2html
8462 [[local:Template:Foo]]
8464 <p><a href="/wiki/Template:Foo" title="Template:Foo">local:Template:Foo</a>
8467 <p><a rel="mw:WikiLink" href="./Template:Foo" title="Template:Foo">local:Template:Foo</a></p>
8470 # Parsoid does not mark self-links, by design.
8472 Local interwiki link: self-link to current page
8475 parsoid=wt2html,wt2wt,html2html
8479 <p><strong class="selflink">local:Main Page</strong>
8482 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">local:Main Page</a></p>
8486 Local interwiki link: prefix only (bug 64167)
8488 parsoid=wt2html,wt2wt,html2html
8492 <p><a href="/wiki/Main_Page" title="Main Page">local:</a>
8495 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">local:</a></p>
8499 Local interwiki link: with additional interwiki prefix (bug 61357)
8501 parsoid=wt2html,wt2wt,html2html
8503 [[local:meatball:Hello]]
8505 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?Hello" class="extiw" title="meatball:Hello">local:meatball:Hello</a>
8508 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?Hello" title="meatball:Hello">local:meatball:Hello</a></p>
8512 Multiple local interwiki link prefixes
8514 [[local:local:local:local:mi:local:Foo]]
8516 parsoid=wt2html,wt2wt,html2html
8518 <p><a href="/wiki/Foo" title="Foo">local:local:local:local:mi:local:Foo</a>
8521 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">local:local:local:local:mi:local:Foo</a></p>
8525 ### Interlanguage links
8526 ### Language links (so that searching for '### language' matches..)
8538 <p>Blah blah blah</p>
8539 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8542 ## parsoid html2wt will lose the space variations
8544 Interlanguage link with spacing
8546 parsoid=wt2html,wt2wt,html2html
8554 <p>Blah blah blah</p>
8555 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8559 Double interlanguage link
8568 <p>Blah blah blah</p>
8569 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Spanish"/>
8570 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8573 ## parsoid html2wt will lose the space variations
8575 Interlanguage link variations
8577 parsoid=wt2html,wt2wt,html2html
8587 <p>Blah blah blah</p>
8588 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Spanish" />
8589 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese" />
8590 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Foo_bar" />
8593 ## parsoid html2wt will normalize the space to _
8595 Space and question mark encoding in interlanguage links (T95473)
8597 parsoid=wt2html,wt2wt,html2html
8605 <p>Blah blah blah</p>
8606 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Foo_bar%3F" />
8610 Interlanguage link, with prefix links
8620 <p>Blah blah blah</p>
8621 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8625 Double interlanguage link, with prefix links (bug 8897)
8636 <p>Blah blah blah</p>
8637 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Spanish"/>
8638 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8642 "Extra" interlanguage links (bug 32189 / gerrit 111390)
8650 <p>Blah blah blah</p>
8651 <link rel="mw:PageProp/Language" title="Multilingual" href="http://wikisource.org/wiki/Article"/>
8654 ## PHP parser tests script needs an update
8655 ## Parsoid html2wt will normalize output to [[:zh:Chinese]]
8657 Language links render as inline links if $wgInterwikiMagic=false
8659 wgInterwikiMagic=false
8660 parsoid=wt2html,wt2wt,html2html
8665 <p>Blah blah blah <a rel="mw:ExtLink" href="http://zh.wikipedia.org/wiki/Chinese" title="zh:Chinese">zh:Chinese</a></p>
8668 ## PHP parser tests script needs an update
8669 ## Parsoid html2wt will normalize output to [[:zh:Chinese]]
8671 Language links render as inline links in the Talk namespace
8674 parsoid=wt2html,wt2wt,html2html
8679 <p>Blah blah blah <a rel="mw:ExtLink" href="http://zh.wikipedia.org/wiki/Chinese" title="zh:Chinese">zh:Chinese</a></p>
8683 Parsoid-specific test: Wikilinks with should RT properly
8689 <p><a href="/index.php?title=WW_II&action=edit&redlink=1" class="new" title="WW II (lonkásá ezalí tɛ̂)">WW II</a>
8694 Parsoid bug 53221: Wikilinks should be properly entity-escaped
8696 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
8698 <p>He&nbsp;llo <a href="Foo" rel="mw:WikiLink">He&nbsp;llo</a></p>
8699 <p>He&nbsp;llo <a href="He&nbsp;llo" rel="mw:WikiLink">He&nbsp;llo</a></p>
8701 He&nbsp;llo [[Foo|He&nbsp;llo]]
8703 He&nbsp;llo He&nbsp;llo
8705 <p>He&nbsp;llo <a href="/wiki/Foo" title="Foo">He&nbsp;llo</a>
8706 </p><p>He&nbsp;llo He&nbsp;llo
8710 # html2wt will fail because of title normalization without data-parsoid
8712 Parsoid: handle constructor well
8714 parsoid=wt2html,wt2wt
8720 <p><a href="/index.php?title=Constructor&action=edit&redlink=1" class="new" title="Constructor (page does not exist)">constructor</a>
8721 </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>
8724 <p><a rel="mw:WikiLink" href="./Constructor" title="Constructor" data-parsoid='{"stx":"simple","a":{"href":"./Constructor"},"sa":{"href":"constructor"}}'>constructor</a></p>
8726 <p><a rel="mw:WikiLink" href="./Constructor:foo" title="Constructor:foo" data-parsoid='{"stx":"simple","a":{"href":"./Constructor:foo"},"sa":{"href":"constructor:foo"}}'>constructor:foo</a></p>
8735 # Note that `ko` isn't a known interlanguage prefix
8737 Parsoid: recognize interlanguage links without a target page
8747 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/"/>
8749 <p><a rel="mw:WikiLink" href="./Ko:" title="Ko:">ko:</a></p>
8752 # Note that `ko` isn't a known interwiki prefix
8754 Parsoid: recognize interwiki links without a target page
8756 parsoid=wt2html,wt2wt,html2html
8762 <p><a href="http://es.wikipedia.org/wiki/" class="extiw" title="es:">es:</a>
8763 </p><p><a href="/wiki/Ko:" title="Ko:">ko:</a>
8766 <p><a rel="mw:ExtLink" href="http://es.wikipedia.org/wiki/" title="es:">es:</a></p>
8767 <p><a rel="mw:WikiLink" href="./Ko:" title="Ko:">ko:</a></p>
8771 Handle interwiki links pointing to the current wiki as plain wiki links (bug 45209)
8775 <p><a href="/wiki/Foo" title="Foo">mi:Foo</a>
8778 <p><a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{"stx":"simple","a":{"href":"./Foo"},"sa":{"href":"mi:Foo"}}'>mi:Foo</a></p>
8782 Interlanguage link with preceding local interwiki link (bug 68085)
8784 parsoid=wt2html,wt2wt,html2html
8787 [[local:es:Spanish]]
8790 <a href="http://es.wikipedia.org/wiki/Spanish" class="extiw" title="es:Spanish">local:es:Spanish</a>
8794 <a rel="mw:ExtLink" href="http://es.wikipedia.org/wiki/Spanish" title="es:Spanish">local:es:Spanish</a></p>
8798 Looks like an interlanguage link, but is actually a local interwiki
8800 parsoid=wt2html,wt2wt,html2html
8806 <a href="/wiki/Template:Foo" title="Template:Foo">mi:Template:Foo</a>
8810 <a rel="mw:WikiLink" href="./Template:Foo" title="Template:Foo">mi:Template:Foo</a></p>
8814 ### Redirects, Parsoid-only
8818 1. Simple redirect to page
8820 #REDIRECT [[Main Page]]
8822 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8826 2. Other redirect variants
8828 #REDIRECT [[Main_Page]]
8830 <link rel="mw:PageProp/redirect" href="./Main_Page" data-parsoid='{"src":"#REDIRECT ","a":{"href":"./Main_Page"},"sa":{"href":"Main_Page"}}'/>
8833 # Not a valid redirect in PHP (although perhaps it was, once upon a time)
8834 # This tests the Parsoid bail-out code.
8836 3. Other redirect variants
8838 #REDIRECT [[<nowiki>[[Bar]]</nowiki>]]
8840 <ol><li data-parsoid>REDIRECT [[[[Bar]]]]</li></ol>
8844 4. Redirect to a templated destination
8846 #REDIRECT [[{{echo|Foo}}bar]]
8848 <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"}]]}'/>
8854 parsoid=wt2html,wt2wt
8859 <li>REDIRECT [[]]</li></ol>
8863 Optional colon in #REDIRECT
8865 # the colon is archaic syntax. we support it for wt2html, but we
8866 # don't care that it roundtrips back to the modern syntax.
8867 parsoid=wt2html,html2html
8869 #REDIRECT:[[Main Page]]
8871 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8875 Whitespace in #REDIRECT with optional colon
8877 # the colon and gratuitous whitespace is archaic syntax. we support
8878 # it for wt2html, but we don't care that it roundtrips back to the
8879 # modern syntax (without extra whitespace)
8880 parsoid=wt2html,html2html
8887 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8891 Piped link in #REDIRECT
8893 # content after piped link is ignored. we support this syntax,
8894 # but don't care that the piped link is lost when we roundtrip this.
8897 #REDIRECT [[Main Page|bar]]
8899 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8903 Redirect to category (T104502)
8905 parsoid=wt2html,wt2wt
8907 #REDIRECT [[Category:Foo]]
8909 <link rel="mw:PageProp/redirect" href="./Category:Foo"/>
8913 Redirect to category with URL encoding (T104502)
8917 #REDIRECT [[Category%3AFoo]]
8919 <link rel="mw:PageProp/redirect" href="./Category:Foo"/>
8923 Redirect to category page
8925 #REDIRECT [[:Category:Foo]]
8927 <link rel="mw:PageProp/redirect" href="./Category:Foo"/>
8931 Redirect to image page (1)
8933 #REDIRECT [[File:Wiki.png]]
8935 <link rel="mw:PageProp/redirect" href="./File:Wiki.png"/>
8939 Redirect to image page (2)
8941 #REDIRECT [[Image:Wiki.png]]
8943 <link rel="mw:PageProp/redirect" href="./File:Wiki.png" data-parsoid='{"src":"#REDIRECT ","a":{"href":"./File:Wiki.png"},"sa":{"href":"Image:Wiki.png"}}'/>
8946 # html2wt disabled because wts serializes as "#REDIRECT [[:en:File:Wiki.png]]"
8947 # Next test confirms this.
8949 Redirect to language (1) (T104918)
8951 parsoid=wt2html,wt2wt,html2html
8953 #REDIRECT [[en:File:Wiki.png]]
8955 <link rel="mw:PageProp/redirect" href="//en.wikipedia.org/wiki/File:Wiki.png"/>
8959 Redirect to language (2) (T104918)
8961 #REDIRECT [[:en:File:Wiki.png]]
8963 <link rel="mw:PageProp/redirect" href="//en.wikipedia.org/wiki/File:Wiki.png"/>
8967 Redirect to interwiki (T104918)
8969 #REDIRECT [[meatball:File:Wiki.png]]
8971 <link rel="mw:PageProp/redirect" href="http://www.usemod.com/cgi-bin/mb.pl?File:Wiki.png"/>
8975 Non-English #REDIRECT
8979 #TILVÍSUN [[Main Page]]
8981 <link rel="mw:PageProp/redirect" href="./Main_Page" data-parsoid='{"src":"#TILVÍSUN ","a":{"href":"./Main_Page"},"sa":{"href":"Main Page"}}'/>
8985 Redirect syntax under text isn't considered a redirect
8988 #redirect [[Main Page]]
8991 <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>
8994 # FIXME: Should hoist the redirect to the top of the page and ensure there
9001 <p>Foo<link rel="mw:PageProp/redirect" href="./Foo"/></p>
9021 Broken br tag sanitization
9029 # TODO: Fix html2html mode (bug 51055)!
9031 Parsoid: Broken br tag recognition
9044 Incorrecly removing closing slashes from correctly formed XHTML
9046 <br style="clear:both;" />
9048 <p><br style="clear:both;" />
9053 Failing to transform badly formed HTML into correct XHTML
9055 <br style="clear: left;">
9056 <br style="clear: right;">
9057 <br style="clear: both;">
9059 <p><br style="clear: left;" />
9060 <br style="clear: right;" />
9061 <br style="clear: both;" />
9065 ## FIXME: Is Parsoid's acceptance of self-closing html-tags
9066 ## a feature or a bug? See https://phabricator.wikimedia.org/T76962
9068 Handling html with a div self-closing tag
9077 <p><div title />
9081 <p><div title=bar />
9082 <div title=bar/>
9084 <div title="bar/"></div>
9088 <div title="" data-parsoid='{"stx":"html","selfClose":true}'></div>
9089 <div title="" data-parsoid='{"stx":"html","selfClose":true}'></div>
9090 <div title="" data-parsoid='{"stx":"html","selfClose":true,"brokenHTMLTag":true}'></div>
9091 <div title="bar" data-parsoid='{"stx":"html","selfClose":true}'></div>
9092 <div title="bar" data-parsoid='{"stx":"html","selfClose":true}'></div>
9093 <div title="bar/" data-parsoid='{"stx":"html","autoInsertedEnd":true}'></div>
9097 Handling html with a br self-closing tag
9124 Horizontal ruler (should it add that extra space?)
9139 Horizontal ruler -- 4+ dashes render hr
9148 Horizontal ruler -- eats additional dashes on the same line
9157 Horizontal ruler -- does not collapse dashes on consecutive lines
9168 Horizontal ruler -- <4 dashes render as plain text
9177 Horizontal ruler -- Supports content following dashes on same line
9189 ### Block-level elements
9198 <ul><li>Common list</li>
9200 <li>item 3</li></ul>
9211 <ol><li>Numbered list</li>
9213 <li> item 3</li></ol>
9227 ***#Number on level 4
9229 **#Number on level 3
9230 **#Number on level 3
9234 #** Level 3, but ordered
9237 <ol><li> with numbers</li></ol>
9238 <ul><li> and bullets</li></ul>
9239 <ol><li> and numbers</li></ol></li>
9241 <ul><li>bullet level 2
9242 <ul><li>bullet level 3
9243 <ol><li>Number on level 4</li></ol></li></ul></li>
9245 <ol><li>Number on level 3</li>
9246 <li>Number on level 3</li></ol></li></ul>
9247 <ol><li>number level 2</li></ol></li>
9249 <ul><li><ul><li> Level 3</li></ul></li></ul></li></ul>
9250 <ol><li><ul><li><ul><li> Level 3, but ordered</li></ul></li></ul></li></ol>
9255 1. Nested mixed wikitext and html list
9258 * <ul><li>ho</li></ul>
9263 <li> <ul><li>ho</li></ul></li>
9265 <ul><li> ho</li></ul></li></ul>
9269 <li> <ul data-parsoid='{"stx":"html"}'><li data-parsoid='{"stx":"html"}'>ho</li></ul></li>
9271 <ul><li> ho</li></ul></li></ul>
9275 2. Nested mixed wikitext and html list (incompatible)
9278 : {{echo|<li>ho</li>}}
9281 <dd> <li>ho</li></dd></dl>
9285 <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>
9295 <ul><li>bar</li></ul></li></ul>
9305 <ul><li><ul><li>foo</li></ul></li>
9311 Nested lists 3 (first element empty)
9317 <ul><li>bar</li></ul></li></ul>
9322 Nested lists 4 (first element empty)
9327 <ul><li><ul><li></li></ul></li>
9333 Nested lists 5 (both elements empty)
9338 <ul><li><ul><li></li></ul></li>
9344 Nested lists 6 (both elements empty)
9350 <ul><li></li></ul></li></ul>
9355 Nested lists 7 (skip initial nesting levels)
9359 <ul><li><ul><li><ul><li> foo</li></ul></li></ul></li></ul>
9364 Nested lists 8 (multiple nesting transitions)
9372 <ul><li><ul><li> bar</li></ul></li>
9373 <li> baz</li></ul></li>
9379 Nested lists 9 (extension interaction)
9385 <ul><li data-parsoid='{}'><ol class="mw-references" typeof="mw:Extension/references" about="#mwt2" data-parsoid='{}' data-mw='{"name":"references","attrs":{}}'></ol></li></ul>
9389 1. Lists with start-of-line-transparent tokens before bullets: Comments
9402 2. Lists with start-of-line-transparent tokens before bullets: Template close
9407 <ul><li>foo bar</li>
9413 List items are not parsed correctly following a <pre> block (bug 785)
9419 <ul><li> <pre>foo</pre></li>
9420 <li> <pre>bar</pre></li>
9424 <ul><li> <pre data-parsoid='{"stx":"html"}'>foo</pre></li>
9425 <li> <pre data-parsoid='{"stx":"html"}'>bar</pre></li>
9430 List items from template
9441 * notSOL{{inner list}}
9444 <ul><li> item 1</li>
9445 <li> item 2</li></ul>
9446 <ul><li> item 0</li>
9448 <li> item 2</li></ul>
9449 <ul><li> item 0</li>
9452 <li> item 2</li></ul>
9457 List interrupted by empty line or heading
9465 <ul><li> foo</li></ul>
9466 <ul><li><ul><li> bar</li></ul></li></ul>
9467 <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>
9468 <ul><li> Another list item</li></ul>
9473 Multiple list tags generated by templates
9494 Single-comment whitespace lines dont break lists, and neither do multi-comment whitespace lines
9497 <!--This line will NOT split the list-->
9499 <!--This line will NOT split the list either-->
9501 <!--foo--> <!----> <!--This line NOT split the list either-->
9512 Replacing whitespace with tabs still doesn't break the list (gerrit 78327)
9515 <!--This line will NOT split the list-->
9517 <!--This line will NOT split the list either-->
9519 <!--foo--> <!----> <!--This line NOT split the list
9532 (The PHP parser relies on Tidy for the hack)
9534 parsoid=wt2html,wt2wt
9538 * {{echo|<li>templated li-hack}}
9539 * <!--foo--> <li> unsupported li-hack with preceding comments
9542 <li><li>not a li-hack
9549 <li>templated li-hack</li>
9550 <li>unsupported li-hack with preceding comments</li>
9553 <li>not a li-hack</li>
9558 Parsoid: Make sure nested lists are serialized on their own line even if HTML contains no newlines
9585 Parsoid: Test of whitespace serialization with Templated bullets
9592 <li> </li><li about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"bullet","href":"./Template:Bullet"},"params":{},"i":0}}]}'> Bar</li>
9596 # ------------------------------------------------------------------------
9597 # The next set of tests are about Parsoid's ability to handle badly nested
9598 # tags (parse, minimize scope of fixup, and roundtrip back)
9599 # ------------------------------------------------------------------------
9602 Unbalanced closing block tags break a list
9603 (php parser relies on Tidy to fix up)
9621 # Parsoid fails this test, but it might be tricky to support properly.
9624 Unbalanced closing non-block tags don't break a list
9625 (php parser relies on Tidy to fix up)
9632 <li><span>a</span></li>
9633 <li><span>b</span></li>
9647 Unclosed formatting tags that straddle lists are closed and reopened
9648 (php parser relies on Tidy to fix up)
9650 parsoid=wt2html,wt2wt,html2html
9660 <ol><li> <s> a</s></li>
9661 <li><s> b </s></li></ol>
9666 1. List embedded in a formatting tag
9673 <li><small>foo</small></li>
9683 ## Ugly Parsoid output here
9684 ## Not sure what the right output is.
9686 2. List embedded in a formatting tag
9693 <li><small>a</small></li>
9694 <li><small>b</small></li>
9701 <li><small>b</small></li>
9705 # Ugly Parsoid and PHP parser output here
9706 # Not sure if we want to make this a test!
9709 ## 3. Unclosed formatting tags in list elements
9715 ## <li><small>a</small></li>
9716 ## <li><small><small>b</small></small></li>
9720 ## <li><small>a</small></li>
9722 ## <li><small>b</small></li>
9726 # This is a bug in the PHP parser + tidy combination.
9727 # (The </tr> tag gets parsed as text and html-escaped by PHP,
9728 # and then fostered out of the table by tidy.)
9729 # We believe the Parsoid output to be correct.
9731 Table with missing opening <tr> tag
9733 parsoid=wt2html,wt2wt
9751 # Note that the current date is hard-coded as
9752 # 1970-01-01T00:02:03Z (a Thursday)
9753 # when running parser tests. The timezone is also fixed to GMT, so
9754 # local date will be identical to current date.
9757 Magic Word: {{CURRENTDAY}}
9766 Magic Word: {{CURRENTDAY2}}
9775 Magic Word: {{CURRENTDAYNAME}}
9784 Magic Word: {{CURRENTDOW}}
9793 Magic Word: {{CURRENTMONTH}}
9802 Magic Word: {{CURRENTMONTH1}}
9811 Magic Word: {{CURRENTMONTHABBREV}}
9813 {{CURRENTMONTHABBREV}}
9820 Magic Word: {{CURRENTMONTHNAME}}
9822 {{CURRENTMONTHNAME}}
9829 Magic Word: {{CURRENTMONTHNAMEGEN}}
9831 {{CURRENTMONTHNAMEGEN}}
9838 Magic Word: {{CURRENTTIME}}
9847 Magic Word: {{CURRENTHOUR}}
9856 Magic Word: {{CURRENTWEEK}} (@bug 4594)
9865 Magic Word: {{CURRENTYEAR}}
9874 Magic Word: {{CURRENTTIMESTAMP}}
9876 {{CURRENTTIMESTAMP}}
9883 Magic Words LOCAL (UTC)
9887 * {{LOCALMONTHNAME}}
9888 * {{LOCALMONTHNAMEGEN}}
9889 * {{LOCALMONTHABBREV}}
9898 * {{LOCALTIMESTAMP}}
9913 <li> 19700101000203</li></ul>
9918 Magic Word: {{FULLPAGENAME}}
9920 title=[[User:Ævar Arnfjörð Bjarmason]]
9924 <p>User:Ævar Arnfjörð Bjarmason
9929 Magic Word: {{FULLPAGENAMEE}}
9931 title=[[User:Ævar Arnfjörð Bjarmason]]
9935 <p>User:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
9940 Magic Word: {{TALKSPACE}}
9942 title=[[User:Ævar Arnfjörð Bjarmason]]
9951 Magic Word: {{TALKSPACE}}, same namespace
9953 title=[[User talk:Ævar Arnfjörð Bjarmason]]
9962 Magic Word: {{TALKSPACE}}, main namespace
9964 title=[[Parser Test]]
9973 Magic Word: {{TALKSPACEE}}
9975 title=[[User:Ævar Arnfjörð Bjarmason]]
9984 Magic Word: {{SUBJECTSPACE}}
9986 title=[[User talk:Ævar Arnfjörð Bjarmason]]
9995 Magic Word: {{SUBJECTSPACE}}, same namespace
9997 title=[[User:Ævar Arnfjörð Bjarmason]]
10006 Magic Word: {{SUBJECTSPACE}}, main namespace
10008 title=[[Parser Test]]
10016 Magic Word: {{SUBJECTSPACEE}}
10018 title=[[User talk:Ævar Arnfjörð Bjarmason]]
10027 Magic Word: {{NAMESPACE}}
10029 title=[[User:Ævar Arnfjörð Bjarmason]]
10038 Magic Word: {{NAMESPACEE}}
10040 title=[[User:Ævar Arnfjörð Bjarmason]]
10049 Magic Word: {{NAMESPACENUMBER}}
10051 title=[[User:Ævar Arnfjörð Bjarmason]]
10053 {{NAMESPACENUMBER}}
10060 Magic Word: {{SUBPAGENAME}}
10062 title=[[Ævar Arnfjörð Bjarmason/sub ö]] subpage
10071 Magic Word: {{SUBPAGENAMEE}}
10073 title=[[Ævar Arnfjörð Bjarmason/sub ö]] subpage
10082 Magic Word: {{ROOTPAGENAME}}
10084 title=[[Ævar Arnfjörð Bjarmason/sub/sub2]] subpage
10088 <p>Ævar Arnfjörð Bjarmason
10093 Magic Word: {{ROOTPAGENAMEE}}
10095 title=[[Ævar Arnfjörð Bjarmason/sub/sub2]] subpage
10099 <p>%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
10104 Magic Word: {{BASEPAGENAME}}
10106 title=[[Ævar Arnfjörð Bjarmason/sub]] subpage
10110 <p>Ævar Arnfjörð Bjarmason
10115 Magic Word: {{BASEPAGENAMEE}}
10117 title=[[Ævar Arnfjörð Bjarmason/sub]] subpage
10121 <p>%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
10126 Magic Word: {{TALKPAGENAME}}
10128 title=[[User:Ævar Arnfjörð Bjarmason]]
10132 <p>User talk:Ævar Arnfjörð Bjarmason
10137 Magic Word: {{TALKPAGENAMEE}}
10139 title=[[User:Ævar Arnfjörð Bjarmason]]
10143 <p>User_talk:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
10148 Magic Word: {{SUBJECTPAGENAME}}
10150 title=[[User talk:Ævar Arnfjörð Bjarmason]]
10152 {{SUBJECTPAGENAME}}
10154 <p>User:Ævar Arnfjörð Bjarmason
10159 Magic Word: {{SUBJECTPAGENAMEE}}
10161 title=[[User talk:Ævar Arnfjörð Bjarmason]]
10163 {{SUBJECTPAGENAMEE}}
10165 <p>User:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
10170 Magic Word: {{NUMBEROFFILES}}
10179 Magic Word: {{PAGENAME}}
10181 title=[[User:Ævar Arnfjörð Bjarmason]]
10185 <p>Ævar Arnfjörð Bjarmason
10190 Magic Word: {{PAGENAME}} with metacharacters
10192 title=[['foo & bar = baz']]
10196 <p><i>'foo & bar = baz'</i>
10199 <p><i>'foo & bar = baz'</i></p>
10203 Magic Word: {{PAGENAME}} with metacharacters (bug 26781)
10205 title=[[*RFC 1234 http://example.com/]]
10209 <p>*RFC 1234 http://example.com/
10212 <p>*RFC 1234 http://example.com/</p>
10216 Magic Word: {{PAGENAMEE}}
10218 title=[[User:Ævar Arnfjörð Bjarmason]]
10222 <p>%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
10227 Magic Word: {{PAGENAMEE}} with metacharacters (bug 26781)
10229 title=[[*RFC 1234 http://example.com/]]
10233 <p>*RFC_1234_http://example.com/
10236 <p>*RFC_1234_http://example.com/</p>
10240 Magic Word: {{REVISIONID}}
10249 Magic Word: {{SCRIPTPATH}}
10257 Magic Word: {{STYLEPATH}}
10266 Magic Word: {{SERVER}}
10270 <p><a rel="nofollow" class="external free" href="http://example.org">http://example.org</a>
10275 Magic Word: {{SERVERNAME}}
10284 Magic Word: {{SITENAME}}
10293 Magic Word: {{PAGELANGUAGE}}
10304 Magic Word: {{PAGELANGUAGE}} on a page with no explicitly set language
10313 Case-sensitive magic words, when cased differently, should just be template transclusions
10320 <p><a href="/index.php?title=Template:CurrentMonth&action=edit&redlink=1" class="new" title="Template:CurrentMonth (page does not exist)">Template:CurrentMonth</a>
10321 <a href="/index.php?title=Template:Currentday&action=edit&redlink=1" class="new" title="Template:Currentday (page does not exist)">Template:Currentday</a>
10322 <a href="/index.php?title=Template:CURreNTweEK&action=edit&redlink=1" class="new" title="Template:CURreNTweEK (page does not exist)">Template:CURreNTweEK</a>
10323 <a href="/index.php?title=Template:CurrentHour&action=edit&redlink=1" class="new" title="Template:CurrentHour (page does not exist)">Template:CurrentHour</a>
10328 Case-insensitive magic words should still work with weird casing.
10338 <a rel="nofollow" class="external free" href="http://example.org">http://example.org</a>
10342 # From plwiki:PLOS_ONE
10344 Parsoid: Page property magic word with magic word contents
10346 {{DISPLAYTITLE:''{{PAGENAME}}''}}
10348 <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>"}]]}'/>
10352 Parsoid: Template-generated DISPLAYTITLE
10354 {{{{echo|DISPLAYTITLE}}:Foo}}
10356 <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}}]}'/>
10360 Namespace 1 {{ns:1}}
10369 Namespace 1 {{ns:01}}
10378 Namespace 0 {{ns:0}} (bug 4783)
10386 Namespace 0 {{ns:00}} (bug 4783)
10394 Namespace -1 {{ns:-1}}
10403 Namespace User {{ns:User}}
10412 Namespace User talk {{ns:User_talk}}
10421 Namespace User talk {{ns:uSeR tAlK}}
10430 Namespace File {{ns:File}}
10439 Namespace File {{ns:Image}}
10448 Namespace (lang=de) Benutzer {{ns:User}}
10459 Namespace (lang=de) Benutzer Diskussion {{ns:3}}
10465 <p>Benutzer Diskussion
10472 {{urlencode:hi world?!}}
10473 {{urlencode:hi world?!|WIKI}}
10474 {{urlencode:hi world?!|PATH}}
10475 {{urlencode:hi world?!|QUERY}}
10485 Magic Word: prioritize type info over data-parsoid
10489 <meta property="mw:PageProp/forcetoc" data-parsoid='{"magicSrc":"__NOTOC__"}'/>
10495 Magic Word: serialize on separate line (parsoid)
10497 parsoid=wt2wt,html2wt
10503 foo<meta property="mw:PageProp/notoc"/>bar
10507 Magic Word: rt non-english wikis
10514 <meta property="mw:PageProp/noeditsection" data-parsoid='{"magicSrc":"__NOEDITSECTION__"}'/>
10518 __proto__ is treated as normal wikitext (T105997)
10530 Magic links: internal link to RFC (bug 479)
10534 <p><a href="/index.php?title=RFC_123&action=edit&redlink=1" class="new" title="RFC 123 (page does not exist)">RFC 123</a>
10537 <p><a rel="mw:WikiLink" href="./RFC_123" title="RFC 123">RFC 123</a></p>
10541 Magic links: RFC (bug 479)
10545 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc822">RFC 822</a>
10548 <p><a href="//tools.ietf.org/html/rfc822" rel="mw:ExtLink">RFC 822</a></p>
10552 Magic links: RFC (bug 65278)
10554 This is RFC 822 but thisRFC 822 is not RFC 822linked.
10556 <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.
10559 <p>This is <a href="//tools.ietf.org/html/rfc822" rel="mw:ExtLink">RFC 822</a> but thisRFC 822 is not RFC 822linked.</p>
10563 Magic links: RFC (w/ non-newline whitespace, bug 28950/29025)
10565 RFC      822
10569 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc822">RFC 822</a>
10574 <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>
10580 Magic links: ISBN (bug 1937)
10584 <p><a href="/wiki/Special:BookSources/0306406152" class="internal mw-magiclink-isbn">ISBN 0-306-40615-2</a>
10587 <p><a href="./Special:BookSources/0306406152" rel="mw:WikiLink">ISBN 0-306-40615-2</a></p>
10591 Magic links: ISBN (bug 65278)
10593 This is ISBN 978-0-316-09811-3 but thisISBN 978-0-316-09811-3 is not ISBN 978-0-316-09811-3linked.
10595 <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.
10598 <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>
10602 Magic links: ISBN (w/ non-newline whitespace, bug 28950/29025)
10604 ISBN      978 0 316 09811 3
10610 <p><a href="/wiki/Special:BookSources/9780316098113" class="internal mw-magiclink-isbn">ISBN 978 0 316 09811 3</a>
10617 <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>
10625 Magic links: PMID incorrectly converts space to underscore
10629 <p><a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a>
10632 <p><a href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract" rel="mw:ExtLink">PMID 1234</a></p>
10636 Magic links: PMID (bug 65278)
10638 This is PMID 1234 but thisPMID 1234 is not PMID 1234linked.
10640 <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.
10643 <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>
10647 Magic links: PMID (w/ non-newline whitespace, bug 28950/29025)
10649 PMID      1234
10653 <p><a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a>
10658 <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>
10663 # <nowiki> nodes shouldn't be inserted during html2wt by Parsoid,
10664 # since these are ExtLinkText, not MagicLinkText
10666 Magic links: use appropriate serialization for "almost" magic links.
10668 X[[Special:BookSources/0978739256|foo]]
10670 X[//tools.ietf.org/html/rfc1234 foo]
10672 <p>X<a href="/wiki/Special:BookSources/0978739256" title="Special:BookSources/0978739256">foo</a>
10673 </p><p>X<a rel="nofollow" class="external text" href="//tools.ietf.org/html/rfc1234">foo</a>
10676 <p>X<a rel="mw:WikiLink" href="./Special:BookSources/0978739256" title="Special:BookSources/0978739256">foo</a></p>
10677 <p>X<a rel="mw:ExtLink" href="//tools.ietf.org/html/rfc1234">foo</a></p>
10681 Magic links: All disabled (T47942)
10683 wgEnableMagicLinks={"ISBN":false, "PMID":false, "RFC":false}
10689 <p>ISBN 0-306-40615-2
10700 Nonexistent template
10702 {{thistemplatedoesnotexist}}
10704 <p><a href="/index.php?title=Template:Thistemplatedoesnotexist&action=edit&redlink=1" class="new" title="Template:Thistemplatedoesnotexist (page does not exist)">Template:Thistemplatedoesnotexist</a>
10709 Template with invalid target containing tags
10711 {{a<b>b</b>|{{echo|foo}}|{{echo|a}}={{echo|b}}|a = b}}
10713 <p>{{a<b>b</b>|foo|a=b|a = b}}
10718 Template with invalid target containing unclosed tag
10720 {{a<b>|{{echo|foo}}|{{echo|a}}={{echo|b}}|a = b}}
10722 <p>{{a<b>|foo|a=b|a = b}}</b>
10727 Template with invalid target containing wikilink
10731 <p>{{<a href="/wiki/Main_Page" title="Main Page">Main Page</a>}}
10734 <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>
10738 Template with just whitespace in it, bug #68421
10742 <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>
10748 This is a test template
10756 <p>This is a test template
10761 Template with explicit namespace
10765 <p>This is a test template
10773 This is a test template with parameter {{{param}}}
10779 {{paramtest|param=foo}}
10781 <p>This is a test template with parameter foo
10786 Template:paramtestnum
10788 [[{{{1}}}|{{{2}}}]]
10792 Template unnamed parameter
10794 {{paramtestnum|Main Page|the main page}}
10796 <p><a href="/wiki/Main_Page" title="Main Page">the main page</a>
10801 Template:templatesimple
10807 Template:templateredirect
10809 #redirect [[Template:templatesimple]]
10813 Template:templateasargtestnum
10819 Template:templateasargtest
10821 {{template{{{templ}}}}}
10825 Template:templateasargtest2
10831 Template with template name as unnamed argument
10833 {{templateasargtestnum|templatesimple}}
10840 Template with template name as argument
10842 {{templateasargtest|templ=simple}}
10849 Template with template name as argument (2)
10851 {{templateasargtest2|templ=templatesimple}}
10858 Template:templateasargtestdefault
10860 {{{{{templ|templatesimple}}}}}
10870 Template with default value
10872 {{templateasargtestdefault}}
10879 Template with default value (value set)
10881 {{templateasargtestdefault|templ=templa}}
10890 {{templateredirect}}
10895 <link rel="mw:PageProp/redirect" href="./Template:Templatesimple" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"templateredirect","href":"./Template:Templateredirect"},"params":{},"i":0}}]}'/>
10899 Template with argument in separate line
10901 {{ templateasargtest |
10909 Template with complex template as argument
10912 param ={{ templateasargtest |
10913 templ = simple }}}}
10915 <p>This is a test template with parameter (test)
10920 Template with thumb image (with link in description)
10922 {{paramtest|param=[[Image:noimage.png|thumb|[[no link|link]] [[no link|caption]]]]}}
10924 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>
10927 <p>This is a test template with parameter</p>
10928 <div class="thumb tright">
10929 <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>
10930 <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>
10934 <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>
10938 Template:complextemplate
10940 {{{1}}} {{paramtest|
10941 param ={{{param}}}}}
10945 Template with complex arguments
10948 param ={{ templateasargtest |
10949 templ = simple }}|[[Template:complextemplate|link]]}}
10951 <p><a href="/wiki/Template:Complextemplate" title="Template:Complextemplate">link</a> This is a test template with parameter (test)
10956 BUG 553: link with two variables in a piped link
10959 |[[{{{1}}}|{{{2}}}]]
10964 <td>[[{{{1}}}|{{{2}}}]]
10969 <tbody><tr><td>[[<span about="#mwt5" typeof="mw:Param" data-mw='{"parts":[{"templatearg":{"target":{"wt":"1"},"params":{},"i":0}}]}'>{{{1}}}</span>|<span about="#mwt2" typeof="mw:Param" data-mw='{"parts":[{"templatearg":{"target":{"wt":"2"},"params":{},"i":0}}]}'>{{{2}}}</span>]]</td></tr>
10975 Abort table cell attribute parsing on wikilink
10978 | testing [[one|two]] | three || four
10979 | testing one two | three || four
10980 | testing="[[one|two]]" | three || four
10985 <td> testing <a href="/index.php?title=One&action=edit&redlink=1" class="new" title="One (page does not exist)">two</a> | three </td>
10991 <td> testing="<a href="/index.php?title=One&action=edit&redlink=1" class="new" title="One (page does not exist)">two</a>" | three </td>
10997 <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>
10998 <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>
10999 <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>
11004 Don't abort table cell attribute parsing if wikilink is found in template arg
11007 | Test {{#tag:ref|One two "[[three]]" four}}
11011 <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>
11016 Magic variable as template parameter
11018 {{paramtest|param={{SITENAME}}}}
11020 <p>This is a test template with parameter MediaWiki
11027 [[{{{param}}}|link]]
11031 Template parameter as link source
11033 {{linktest|param=Main Page}}
11035 <p><a href="/wiki/Main_Page" title="Main Page">link</a>
11040 Template:paramtest2
11042 including another template, {{paramtest|param={{{arg}}}}}
11046 Template passing argument to another template
11048 {{paramtest2|arg='hmm'}}
11050 <p>including another template, This is a test template with parameter 'hmm'
11061 Template as link source
11065 [[{{linktest2}}|Main Page]]
11067 [[{{linktest2}}]]Page
11069 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
11070 </p><p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
11071 </p><p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>Page
11089 Template infinite loop
11093 <p><span class="error">Template loop detected: <a href="/wiki/Template:Loop1" title="Template:Loop1">Template:Loop1</a></span>
11098 Template from main namespace
11117 BUG 529: Template with table, not included at beginning of line
11136 BUG 523: Template shouldn't eat newline (or add an extra one before table)
11156 BUG 41: Template parameters shown as broken links
11165 Template with targets containing wikilinks
11169 {{[[{{echo|foo}}]]}}
11171 {{{{echo|[[foo}}]]}}
11173 <p>{{<a href="/wiki/Foo" title="Foo">foo</a>}}
11174 </p><p>{{<a href="/wiki/Foo" title="Foo">foo</a>}}
11186 Templates: Double quotes as template target
11193 <p>foo <span about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"''","href":"./Template:''"},"params":{},"i":0}}]}'>bar</span> baz
11197 ## This test is about making sure Parsoid's data-mw is well formed in the
11198 ## face of multiple templates with intersecting and overlapping ranges. The
11199 ## wikitext itself is wretched.
11201 Templates with intersecting and overlapping ranges
11226 <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":""}]]}'>
11228 </table><p about="#mwt1">ho</p><table about="#mwt1" typeof="mw:ExpandedAttrs" data-mw='{"attribs":[[{"txt":"","html":""},{"html":""}]]}'>
11230 <tbody><tr><td>hi</td></tr>
11235 Template:MSGNW test
11237 ''None'' of '''this''' should be
11239 but rather passed unmodified
11247 # hmm, fix this or just deprecate msgnw and document its behavior?
11251 {{msgnw:MSGNW test}}
11253 <p>''None'' of '''this''' should be
11255  but rather passed unmodified
11256 {{test}}
11260 <!-- comment -->
11267 {{int:youhavenewmessages|lots of money|not!}}
11269 <p>You have lots of money (not!).
11274 int keyword - non-existing message
11285 Foo<noinclude>zar</noinclude><includeonly>bar</includeonly>
11289 <includeonly> and <noinclude> being included
11300 <onlyinclude>Foo</onlyinclude>bar
11304 <onlyinclude> being included
11316 <onlyinclude>Foo</onlyinclude>bar<includeonly>zar</includeonly>
11320 <onlyinclude> and <includeonly> being included
11329 <includeonly> and <noinclude> on a page
11331 Foo<noinclude>zar</noinclude><includeonly>bar</includeonly>
11338 Un-closed <noinclude>
11345 <onlyinclude> on a page
11347 <onlyinclude>Foo</onlyinclude>bar
11354 Un-closed <onlyinclude>
11361 Self-closed noinclude, includeonly, onlyinclude tags
11372 Unbalanced includeonly and noinclude tags
11376 |b</noinclude></noinclude>
11377 |c</noinclude></includeonly>
11378 |d</includeonly></includeonly>
11387 <td>c</includeonly>
11389 <td>d</includeonly></includeonly>
11395 Template:Includeonly section
11398 ==Includeonly section==
11404 Bug 6563: Edit link generation for section shown by <includeonly>
11406 {{includeonly section}}
11408 <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>
11409 <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>
11413 # Uses same input as the contents of [[Template:Includeonly section]]
11415 Bug 6563: Section extraction for section shown by <includeonly>
11420 ==Includeonly section==
11428 Bug 6563: Edit link generation for section suppressed by <includeonly>
11431 ==Includeonly section==
11435 <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>
11440 Bug 6563: Section extraction for section suppressed by <includeonly>
11445 ==Includeonly section==
11453 Un-closed <includeonly>
11458 <meta typeof="mw:Includes/IncludeOnly" data-parsoid='{"src":"<includeonly>"}'/>
11461 ## We used to, but no longer wt2wt this test since the default serializer
11462 ## will normalize the include directives to serialize on their own line.
11463 ## Selser will take care of preserving formatting in scenarios where they
11464 ## intermingled with other wikitext.
11466 Includes and comments at SOL
11468 parsoid=wt2html,html2html
11470 <!-- comment --><noinclude><!-- comment --></noinclude><!-- comment -->== hu ==
11474 </noinclude>* stuff
11477 <includeonly>can have stuff</includeonly>=== here ===
11480 <h2><span class="mw-headline" id="hu">hu</span></h2>
11483 <ul><li> stuff</li>
11484 <li> here</li></ul>
11485 <h3><span class="mw-headline" id="here">here</span></h3>
11488 <!-- 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>
11490 <meta typeof="mw:Includes/NoInclude" data-parsoid='{"src":"<noinclude>"}'/>
11492 <meta typeof="mw:Includes/NoInclude/End" data-parsoid='{"src":"</noinclude>"}'/><ul><li> stuff</li>
11493 <li> here</li></ul>
11495 <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>
11499 # TODO: test with DOM fragment reuse!
11501 Parsoid: DOM fragment reuse
11503 parsoid=wt2wt,wt2html
11505 a{{echo|b<table></table>c}}d
11517 <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>
11519 <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">
11520 </span><table about="#mwt2" data-parsoid='{"stx":"html"}'></table><span about="#mwt2">
11521 </span><p about="#mwt2">cd</p>
11523 <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">
11525 </span><table about="#mwt3" data-parsoid='{"stx":"html"}'></table><span about="#mwt3">
11527 </span><p about="#mwt3">b</p>
11531 Parsoid: Merge double tds (T52603)
11536 |{{echo|{{!}} foo}}
11540 <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>
11545 Parsoid: Merge double tds in nested transclusion content (T52603)
11551 |{{echo|{{!}} foo}}
11555 <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}}]}'>
11557 <tr><td data-mw='{"parts":["|"]}'> foo</td></tr>
11563 ### <includeonly> and <noinclude> in attributes
11566 0. includeonly around the entire attribute
11568 <span <includeonly>id="v1"</includeonly><noinclude>id="v2"</noinclude>>bar</span>
11570 <p><span id="v2">bar</span>
11575 1. includeonly in html attr key
11577 <span <noinclude>id</noinclude><includeonly>about</includeonly>="foo">bar</span>
11579 <p><span id="foo">bar</span>
11584 2. includeonly in html attr value
11586 <span id="<noinclude>v1</noinclude><includeonly>v2</includeonly>">bar</span>
11587 <span id=<noinclude>"v1"</noinclude><includeonly>"v2"</includeonly>>bar</span>
11589 <p><span id="v1">bar</span>
11590 <span id="v1">bar</span>
11595 3. includeonly in part of an attr value
11597 <span style="color:<noinclude>red</noinclude><includeonly>blue</includeonly>;">bar</span>
11599 <p><span style="color:red;">bar</span>
11604 4. includeonly in table attributes
11628 ### Token Stream Patcher tests
11630 ### These tests won't always pass wt2wt and other modes because
11631 ### on serialization, the table will be output on a new line.
11632 ### For now, we are blacklisting them, and using this to test selser.
11636 1. Table tag in SOL posn. should get reparsed correctly with valid TSR
11638 parsoid=wt2html,wt2wt
11640 {{echo|}}{| width = '100%'
11644 <span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":""}},"i":0}}]}'></span><table width="100%">
11645 <tbody><tr><td>foo</td></tr>
11649 ## We used to, but no longer wt2wt this test since the default serializer
11650 ## will normalize the include directives to serialize on their own line.
11651 ## Selser will take care of preserving formatting in scenarios where they
11652 ## intermingled with other wikitext.
11654 2. Table tag in SOL posn. should get reparsed correctly with valid TSR
11658 <includeonly>a</includeonly>{| {{{b}}}
11662 <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='{\"pi\":[[]],\"dsr\":[31,38,null,null]}' data-mw='{\"parts\":[{\"templatearg\":{\"target\":{\"wt\":\"b\"},\"params\":{},\"i\":0}}]}'>{{{b}}}</span>"},{"html":""}]]}'>
11663 <tbody><tr><td>c</td></tr>
11668 Table wikitext syntax outside wiki-tables
11672 ! not a table heading
11675 | class="foo bar" | baz
11683 ! not a table heading
11686 | class="foo bar" | baz
11695 ### Testing parsing of templates where a template arg
11696 ### has the same name as the template itself.
11702 {{{quote|{{{1}}}}}}
11706 Templates: Template Name/Arg clash: 1. Use of positional param
11715 Templates: Template Name/Arg clash: 2. Use of named param
11717 {{quote|quote=foo}}
11724 Templates: Template Name/Arg clash: 3. Use of named param with empty input
11733 ### Parsoid-centric tests to stress Parsoid's ability to RT them unchanged
11737 Templates: 1. Simple use
11746 Templates: 2. Inside a block tag
11748 <div>{{echo|Foo}}</div>
11749 <blockquote>{{echo|Foo}}</blockquote>
11752 <blockquote>Foo</blockquote>
11762 Templates: P-wrapping: 1a. Templates on consecutive lines
11773 Templates: P-wrapping: 1b. Templates on consecutive lines
11787 Templates: P-wrapping: 1c. Templates on consecutive lines
11790 {{echo|bar}} <div>baz</div>
11803 Templates: P-wrapping: 1d. Template preceded by comment-only line
11812 <p about="#mwt223" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"Bar"}},"i":0}}]}'>Bar</p>
11816 Templates: Inline Text: 1. Multiple template uses
11818 {{echo|Foo}}bar{{echo|baz}}
11825 Templates: Inline Text: 2. Back-to-back template uses
11827 {{echo|Foo}}{{echo|bar}}
11834 Templates: Block Tags: 1. Multiple template uses
11836 {{echo|<div>Foo</div>}}<div>bar</div>{{echo|<div>baz</div>}}
11838 <div>Foo</div><div>bar</div><div>baz</div>
11843 Templates: Block Tags: 2. Back-to-back template uses
11845 {{echo|<div>Foo</div>}}{{echo|<div>bar</div>}}
11847 <div>Foo</div><div>bar</div>
11851 # This is an edge case relating to paragraph wrapping.
11853 Templates: Correctly encapsulate templates producing </p> tag without a corresponding <p> tag
11858 <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
11863 Templates: Links: 1. Simple example
11865 {{echo|[[Foo|bar]]}}
11867 <p><a href="/wiki/Foo" title="Foo">bar</a>
11872 Templates: Links: 2. Generation of link href
11874 [[{{echo|Foo}}|bar]]
11876 <p><a href="/wiki/Foo" title="Foo">bar</a>
11881 Templates: Links: 3. Generation of part of a link href
11883 [[Fo{{echo|o}}|bar]]
11885 [[Foo{{echo|bar}}]]
11887 [[Foo{{echo|bar}}baz]]
11889 [[Foo{{echo|bar}}|bar]]
11891 [[:Foo{{echo|bar}}]]
11893 [[:Foo{{echo|bar}}|bar]]
11895 <p><a href="/wiki/Foo" title="Foo">bar</a>
11896 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">Foobar</a>
11897 </p><p><a href="/index.php?title=Foobarbaz&action=edit&redlink=1" class="new" title="Foobarbaz (page does not exist)">Foobarbaz</a>
11898 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">bar</a>
11899 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">Foobar</a>
11900 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">bar</a>
11905 Templates: Links: 4. Multiple templates generating link href
11907 [[{{echo|F}}{{echo|o}}ob{{echo|ar}}]]
11909 <p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">Foobar</a>
11914 Templates: Links: 5. Generation of link text
11916 [[Foo|{{echo|bar}}]]
11918 <p><a href="/wiki/Foo" title="Foo">bar</a>
11923 Templates: Links: 5. Nested templates (only outermost template should be marked)
11925 {{echo|[[{{echo|Foo}}|bar]]}}
11927 <p><a href="/wiki/Foo" title="Foo">bar</a>
11932 Templates: HTML Tag: 1. Generation of HTML attr. key
11934 <div {{echo|style}}="color:red;">foo</div>
11936 <div style="color:red;">foo</div>
11941 Templates: HTML Tag: 2. Generation of HTML attr. value
11943 <div style={{echo|'color:red;'}}>foo</div>
11945 <div style="color:red;">foo</div>
11950 Templates: HTML Tag: 3. Generation of HTML attr key and value
11952 <div {{echo|style}}={{echo|'color:red;'}}>foo</div>
11954 <div style="color:red;">foo</div>
11959 Templates: HTML Tag: 4. Generation of starting piece of HTML attr value
11961 <div title="{{echo|This is a long title}} with just one piece templated">foo</div>
11963 <div title="This is a long title with just one piece templated">foo</div>
11968 Templates: HTML Tag: 5. Generation of middle piece of HTML attr value
11970 <div title="This is a long title with just {{echo|one piece}} templated">foo</div>
11972 <div title="This is a long title with just one piece templated">foo</div>
11977 Templates: HTML Tag: 6. Generation of end piece of HTML attr value
11979 <div title="This is a long title with just one piece {{echo|templated}}">foo</div>
11981 <div title="This is a long title with just one piece templated">foo</div>
11985 # SSS FIXME: While it is great we added support for all this,
11986 # do we want to make this part of the spec? Maybe we want to
11987 # deprecate this kind of usage in the future?
11989 Templates: HTML Tag: 7. Generation of partial attribute key string
11991 <div st{{echo|yle}}="color:red;">foo</div>
11993 <div style="color:red;">foo</div>
11998 Templates: HTML Tag: 8. Template-generated attribute (k=v)
12000 <div {{echo|1=id="v1"}}>bar</div>
12002 <div id="v1">bar</div>
12007 Templates: HTML Tag: 9. Multiple template-generated attributes
12009 <div {{echo|1=id="v1" title="foo"}}>bar</div>
12011 <div id="v1" title="foo">bar</div>
12016 Templates: Support for templates generating attributes and content
12018 {| {{mixed_attr_content_template}}
12023 <table style="color:red;" title="T48811">
12033 <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|}"]}'>
12042 1. Entities and nowikis inside templated attributes should be handled correctly
12044 <div {{echo|style{{=}}"background:#f9f9f9;"}}>foo</div>
12046 <div style="background:#f9f9f9;">foo</div>
12049 <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>
12053 2. Entities and nowikis inside templated attributes should be handled correctly
12056 |{{table_attribs_3}}
12061 <td style="background:#f9f9f9;">Foo
12066 <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>
12071 3. Entities and nowikis inside templated attributes should be handled correctly inside templated tables
12074 |{{table_attribs_3}}
12079 <td style="background:#f9f9f9;">Foo
12083 <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}}]}'>
12084 <tbody><tr><td style="background:#f9f9f9;">Foo</td></tr>
12090 4. Entities and nowikis inside templated attributes should be handled correctly inside templated tables
12093 | {{table_attribs_6}} hi
12098 <td style="background: red;"> hi
12103 <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>
12108 Templates: HTML Tables: 1. Generating start of a HTML table
12110 {{echo|<table><tr><td>foo</td>}}</tr></table>
12112 <table><tr><td>foo</td></tr></table>
12117 Templates: HTML Tables: 2a. Generating middle of a HTML table
12119 <table><tr>{{echo|<td>foo</td>}}</tr></table>
12121 <table><tr><td>foo</td></tr></table>
12126 Templates: HTML Tables: 2b. Generating middle of a HTML table
12128 <table>{{echo|<tr><td>foo</td></tr>}}</table>
12130 <table><tr><td>foo</td></tr></table>
12135 Templates: HTML Tables: 3. Generating end of a HTML table
12137 <table><tr>{{echo|<td>foo</td></tr></table>}}
12139 <table><tr><td>foo</td></tr></table>
12144 Templates: HTML Tables: 4a. Generating a single tag of a HTML table
12146 {{echo|<table>}}<tr><td>foo</td></tr></table>
12148 <table><tr><td>foo</td></tr></table>
12153 Templates: HTML Tables: 4b. Generating a single tag of a HTML table
12155 <table>{{echo|<tr>}}<td>foo</td></tr></table>
12157 <table><tr><td>foo</td></tr></table>
12162 Templates: HTML Tables: 4c. Generating a single tag of a HTML table
12164 <table><tr>{{echo|<td>}}foo</td></tr></table>
12166 <table><tr><td>foo</td></tr></table>
12171 Templates: HTML Tables: 4d. Generating a single tag of a HTML table
12173 <table><tr><td>foo{{echo|</td>}}</tr></table>
12175 <table><tr><td>foo</td></tr></table>
12180 Templates: HTML Tables: 4e. Generating a single tag of a HTML table
12182 <table><tr><td>foo</td>{{echo|</tr>}}</table>
12184 <table><tr><td>foo</td></tr></table>
12189 Templates: HTML Tables: 4f. Generating a single tag of a HTML table
12191 <table><tr><td>foo</td></tr>{{echo|</table>}}
12193 <table><tr><td>foo</td></tr></table>
12198 Templates: HTML Tables: 5. Proper fostering of categories from inside
12200 parsoid=wt2html,wt2wt
12202 <table>[[Category:foo1]]<tr><td>foo</td></tr></table>
12203 <!--Two categories (Bug 50330)-->
12204 <table>[[Category:bar1]][[Category:bar2]]<tr><td>foo</td></tr></table>
12206 <link rel="mw:PageProp/Category" href="./Category:Foo1"><table><tbody><tr><td>foo</td></tr></tbody></table>
12207 <!--Two categories (Bug 50330)-->
12208 <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>
12212 Templates: Wiki Tables: 1a. Fostering of entire template content
12220 <tr><td></td></tr></table>
12232 Templates: Wiki Tables: 1b. Fostering of entire template content
12245 <tr><td></td></tr></table>
12259 Templates: Wiki Tables: 2. Fostering of partial template content
12269 <tr><td></td></tr></table>
12282 Templates: Wiki Tables: 3. td-content via multiple templates
12285 {{echo|{{pipe}}a}}{{echo|b}}
12296 Templates: Wiki Tables: 4. Templated tags, no content
12302 <tr><td></td></tr></table>
12307 Templates: Wiki Tables: 5. Templated tags, regular td-tags
12321 Templates: Wiki Tables: 6. Templated tags, templated td-tags
12334 ## This test case is very specific to Parsoid's internals
12335 ## and is hence only tested for Parsoid's code. Parsoid uses
12336 ## a <meta> marker tag for <ref> tags and they are expanded
12337 ## much later. We are verifying that this <meta> tag usage
12338 ## doesn't prevent foster parenting.
12340 Templates: Wiki Tables: 7. Fosterable <ref>s should get fostered
12342 {{PartialTable}}<ref>foo</ref>
12347 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span><table about="#mwt2">
12351 <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="./Main_Page#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>
12355 Templates: Wiki Tables: 8. Fosterable meta-tags should get fostered
12365 <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{{!}}}"]}'>
12366 </span><meta typeof="mw:Includes/OnlyInclude" about="#mwt1"/><table about="#mwt1">
12370 <meta typeof="mw:Includes/OnlyInclude/End"/></td></tr>
12375 Templates: Lists: Multi-line list-items via templates
12377 *{{echo|a {{nonexistent|
12379 *{{echo|b {{nonexistent|
12382 <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>
12383 <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>
12388 Templates: Ugly nesting: 1. Quotes opened/closed across templates (echo)
12390 {{echo|''a}}{{echo|b''c''d}}{{echo|''e}}
12392 <p><i>ab</i>c<i>d</i>e
12397 Templates: Ugly nesting: 2. Quotes opened/closed across templates (echo_with_span)
12398 (PHP parser generates misnested html)
12400 {{echo_with_span|''a}}{{echo_with_span|b''c''d}}{{echo_with_span|''e}}
12402 <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>
12406 Templates: Ugly nesting: 3. Quotes opened/closed across templates (echo_with_div)
12407 (PHP parser generates misnested html; Parsoid html2wt mode adds newlines between {{echo}}s)
12409 parsoid=wt2html,wt2wt
12411 {{echo_with_div|''a}}{{echo_with_div|b''c''d}}{{echo_with_div|''e}}
12413 <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>
12414 <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>
12415 <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>
12419 Templates: Ugly nesting: 4. Divs opened/closed across templates
12421 a<div>b{{echo|c</div>d}}e
12432 Templates: Ugly templates: 1. Navbox template parses badly leading to table misnesting
12438 |{{echo|foo</table>}}
12442 <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|}"]}'>
12446 <td>foo</td></tr></tbody></table><span about="#mwt1">
12447 </span><span about="#mwt1">|bar</span><span about="#mwt1">
12452 Templates: Ugly templates: 2. Navbox template parses badly leading to table misnesting
12462 <td>1. {{echo|foo </table>}}</td>
12464 <td>2. {{echo|baz </table>}}</td>
12477 <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>"]}'>
12482 <td>1. foo </td></tr></tbody></table></td>
12484 <td>2. baz </td></tr></tbody></table><span about="#mwt2">
12485 </span><span about="#mwt2">
12486 </span><span about="#mwt2">
12487 </span><span about="#mwt2">abc</span><span about="#mwt2">
12488 </span><span about="#mwt2">
12489 </span><span about="#mwt2">
12490 </span><span about="#mwt2">
12491 </span><span about="#mwt2">
12492 </span><span about="#mwt2">
12493 </span><span about="#mwt2">xyz</span><span about="#mwt2">
12494 </span><span about="#mwt2">
12499 Templates: Ugly templates: 3. newline-only template parameter
12508 # This looks like a bug: a single newline triggers p/br for some reason.
12510 Templates: Ugly templates: 4. newline-only template parameter inconsistency
12519 # Bug 64017 -- ugly wikitext with fostered content generates two template ranges that
12520 # have a true overlap (T1-start - T2-start - T1-end - T2-end).
12522 Templates: Ugly templates: 5. Template encapsulation test: Non-trivial overlap of template ranges is properly handled
12528 <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
12529 </div><table about="#mwt1" data-parsoid='{"stx":"html"}'>
12533 # Bug 64017 -- ugly wikitext with fostered content generates two template ranges
12534 # that are "identical" and generate nesting cycles in the algorithm
12536 Templates: Ugly templates: 6. Template encapsulation test: Cyclical nesting of template ranges is properly handled
12538 {{echo|<table><tr><td><table>}}
12542 <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"}'>
12543 </div><table about="#mwt1" data-parsoid='{"stx":"html"}'>
12544 </table></td></tr></tbody></table>
12548 Templates: Parameters substituted at the top-level
12550 {{{foo|''who'' {{echo|me}}? '''never!'''}}}
12554 <p><i>who</i> me? <b>never!</b>
12558 <p about="#mwt2" typeof="mw:Param" data-mw='{"parts":[{"templatearg":{"target":{"wt":"foo"},"params":{"1":{"wt":"''who'' {{echo|me}}? '''never!'''"}},"i":0}}]}'><i>who</i> me? <b>never!</b></p>
12560 <p about="#mwt3" typeof="mw:Param" data-mw='{"parts":[{"templatearg":{"target":{"wt":"foo"},"params":{"1":{"wt":"bar"},"2":{"wt":"baz"}},"i":0}}]}'>bar</p>
12564 Parser Functions: 1. Simple example
12573 Parser Functions: 2. Nested use (only outermost should be marked up)
12582 ### Pre-save transform tests
12585 pre-save transform: subst:
12591 This is a test template
12595 pre-save transform: normal template
12605 pre-save transform: nonexistent template
12609 {{thistemplatedoesnotexist}}
12611 {{thistemplatedoesnotexist}}
12615 pre-save transform: subst magic variables
12624 # This is bug 89, which I fixed. -- wtm
12626 pre-save transform: subst: templates with parameters
12630 {{subst:paramtest|param="something else"}}
12632 This is a test template with parameter "something else"
12636 Template:nowikitest
12638 <nowiki>'''not wiki'''</nowiki>
12642 pre-save transform: nowiki in subst (bug 1188)
12646 {{subst:nowikitest}}
12648 <nowiki>'''not wiki'''</nowiki>
12652 Template:commenttest
12654 This template has <!-- a comment --> in it.
12658 pre-save transform: comment in subst (bug 1936)
12662 {{subst:commenttest}}
12664 This template has <!-- a comment --> in it.
12668 pre-save transform: unclosed tag
12672 <nowiki>'''not wiki'''
12674 <nowiki>'''not wiki'''
12678 pre-save transform: mixed tag case
12682 <NOwiki>'''not wiki'''</noWIKI>
12684 <NOwiki>'''not wiki'''</noWIKI>
12688 pre-save transform: unclosed comment in <nowiki>
12692 wiki<nowiki>nowiki<!--nowiki</nowiki>wiki
12694 wiki<nowiki>nowiki<!--nowiki</nowiki>wiki
12697 # Leading @ in this template definition works around a limitation
12698 # in parsoid's parserTests which otherwise strips the <span> from the
12699 # result (confusing it for a template wrapper)
12703 @<span onmouseover="alert('crap')">Oh no</span>
12707 (confirming safety of fix for subst bug 1936)
12709 {{Template:dangerous}}
12711 <p>@<span>Oh no</span>
12716 pre-save transform: comment containing gallery (bug 5024)
12720 <!-- <gallery>data</gallery> -->
12722 <!-- <gallery>data</gallery> -->
12726 pre-save transform: comment containing extension
12730 <!-- <tag>data</tag> -->
12732 <!-- <tag>data</tag> -->
12736 pre-save transform: comment containing nowiki
12740 <!-- <nowiki>data</nowiki> -->
12742 <!-- <nowiki>data</nowiki> -->
12746 pre-save transform: <noinclude> in subst (bug 3298)
12756 pre-save transform: <onlyinclude> in subst (bug 3298)
12760 {{subst:Includes2}}
12768 {{<includeonly>subst:</includeonly>Includes}}
12772 Template:SafeSubstTest
12774 {{<includeonly>safesubst:</includeonly>Includes}}
12778 bug 22297: safesubst: works during PST
12782 {{subst:SafeSubstTest}}{{safesubst:SubstTest}}
12788 bug 22297: safesubst: works during normal parse
12797 subst: does not work during normal parse
12801 <p>{{subst:Includes}}
12806 pre-save transform: context links ("pipe trick")
12810 [[Article (context)|]]
12813 [[Bar:Article (context)|]]
12814 [[:Bar:Article (context)|]]
12816 [[|Article (context)]]
12820 [[Article (context)|Article]]
12821 [[Bar:Article|Article]]
12822 [[:Bar:Article|Article]]
12823 [[Bar:Article (context)|Article]]
12824 [[:Bar:Article (context)|Article]]
12826 [[Article (context)]]
12827 [[Bar:X (Y) Z|X (Y) Z]]
12828 [[:Bar:X (Y) Z|X (Y) Z]]
12832 pre-save transform: context links ("pipe trick") with interwiki prefix
12836 [[interwiki:Article|]]
12837 [[:interwiki:Article|]]
12838 [[interwiki:Bar:Article|]]
12839 [[:interwiki:Bar:Article|]]
12841 [[interwiki:Article|Article]]
12842 [[:interwiki:Article|Article]]
12843 [[interwiki:Bar:Article|Bar:Article]]
12844 [[:interwiki:Bar:Article|Bar:Article]]
12848 pre-save transform: context links ("pipe trick") with parens in title
12850 pst title=[[Somearticle (context)]]
12854 [[Article (context)|Article]]
12858 pre-save transform: context links ("pipe trick") with comma in title
12860 pst title=[[Someplace, Somewhere]]
12863 [[Otherplace, Elsewhere|]]
12864 [[Otherplace, Elsewhere, Anywhere|]]
12866 [[Otherplace, Somewhere|Otherplace]]
12867 [[Otherplace, Elsewhere|Otherplace]]
12868 [[Otherplace, Elsewhere, Anywhere|Otherplace]]
12872 pre-save transform: context links ("pipe trick") with parens and comma
12874 pst title=[[Someplace (IGNORED), Somewhere]]
12877 [[Otherplace (place), Elsewhere|]]
12879 [[Otherplace, Somewhere|Otherplace]]
12880 [[Otherplace (place), Elsewhere|Otherplace]]
12884 pre-save transform: context links ("pipe trick") with comma and parens
12886 pst title=[[Who, me? (context)]]
12889 [[Me, Myself, and I (1937 song)|]]
12891 [[Yes, you. (context)|Yes, you.]]
12892 [[Me, Myself, and I (1937 song)|Me, Myself, and I]]
12896 pre-save transform: context links ("pipe trick") with namespace
12898 pst title=[[Ns:Somearticle]]
12902 [[Ns:Article|Article]]
12906 pre-save transform: context links ("pipe trick") with namespace and parens
12908 pst title=[[Ns:Somearticle (context)]]
12912 [[Ns:Article (context)|Article]]
12916 pre-save transform: context links ("pipe trick") with namespace and comma
12918 pst title=[[Ns:Somearticle, Context, Whatever]]
12922 [[Ns:Article, Context, Whatever|Article]]
12926 pre-save transform: context links ("pipe trick") with namespace, comma and parens
12928 pst title=[[Ns:Somearticle, Context (context)]]
12932 [[Ns:Article (context)|Article]]
12936 pre-save transform: context links ("pipe trick") with namespace, parens and comma
12938 pst title=[[Ns:Somearticle (IGNORED), Context]]
12942 [[Ns:Article, Context|Article]]
12946 pre-save transform: context links ("pipe trick") with full-width parens and no space (Japanese and Chinese style, bug 30149)
12950 [[Article(context)|]]
12951 [[Bar:Article(context)|]]
12952 [[:Bar:Article(context)|]]
12953 [[|Article(context)]]
12957 [[Article(context)|Article]]
12958 [[Bar:Article(context)|Article]]
12959 [[:Bar:Article(context)|Article]]
12960 [[Article(context)]]
12961 [[Bar:X(Y)Z|X(Y)Z]]
12962 [[:Bar:X(Y)Z|X(Y)Z]]
12966 pre-save transform: context links ("pipe trick") with full-width parens and space (Japanese and Chinese style, bug 30149)
12970 [[Article (context)|]]
12971 [[Bar:Article (context)|]]
12972 [[:Bar:Article (context)|]]
12973 [[|Article (context)]]
12977 [[Article (context)|Article]]
12978 [[Bar:Article (context)|Article]]
12979 [[:Bar:Article (context)|Article]]
12980 [[Article (context)]]
12981 [[Bar:X (Y) Z|X (Y) Z]]
12982 [[:Bar:X (Y) Z|X (Y) Z]]
12986 pre-save transform: context links ("pipe trick") with parens and no space (Korean style, bug 30149)
12990 [[Article(context)|]]
12991 [[Bar:Article(context)|]]
12992 [[:Bar:Article(context)|]]
12993 [[|Article(context)]]
12997 [[Article(context)|Article]]
12998 [[Bar:Article(context)|Article]]
12999 [[:Bar:Article(context)|Article]]
13000 [[Article(context)]]
13001 [[Bar:X(Y)Z|X(Y)Z]]
13002 [[:Bar:X(Y)Z|X(Y)Z]]
13006 pre-save transform: context links ("pipe trick") with commas (bug 21660)
13010 [[Article (context), context|]]
13011 [[Article (context),context|]]
13012 [[Bar:Article (context), context|]]
13013 [[Bar:Article (context),context|]]
13014 [[:Bar:Article (context), context|]]
13015 [[:Bar:Article (context),context|]]
13017 [[Article (context), context|Article]]
13018 [[Article (context),context|Article]]
13019 [[Bar:Article (context), context|Article]]
13020 [[Bar:Article (context),context|Article]]
13021 [[:Bar:Article (context), context|Article]]
13022 [[:Bar:Article (context),context|Article]]
13026 pre-save transform: trim trailing empty lines
13030 Empty lines are trimmed
13036 Empty lines are trimmed
13040 pre-save transform: Signature expansion
13045 * <noinclude>~~~</noinclude>
13046 * <includeonly>~~~</includeonly>
13047 * <onlyinclude>~~~</onlyinclude>
13049 * [[Special:Contributions/127.0.0.1|127.0.0.1]]
13050 * <noinclude>[[Special:Contributions/127.0.0.1|127.0.0.1]]</noinclude>
13051 * <includeonly>[[Special:Contributions/127.0.0.1|127.0.0.1]]</includeonly>
13052 * <onlyinclude>[[Special:Contributions/127.0.0.1|127.0.0.1]]</onlyinclude>
13057 pre-save transform: Signature expansion in nowiki tags (bug 93)
13063 <nowiki>~~~~</nowiki>
13065 <includeonly><nowiki>~~~~</nowiki></includeonly>
13067 <noinclude><nowiki>~~~~</nowiki></noinclude>
13069 <onlyinclude><nowiki>~~~~</nowiki></onlyinclude>
13071 {{subst:Foo}} shall be converted to FOO
13073 As well as inside noinclude/onlyinclude
13074 <noinclude>{{subst:Foo}}</noinclude>
13075 <onlyinclude>{{subst:Foo}}</onlyinclude>
13077 But not inside includeonly
13078 <includeonly>{{subst:Foo}}</includeonly>
13082 <nowiki>~~~~</nowiki>
13084 <includeonly><nowiki>~~~~</nowiki></includeonly>
13086 <noinclude><nowiki>~~~~</nowiki></noinclude>
13088 <onlyinclude><nowiki>~~~~</nowiki></onlyinclude>
13090 FOO shall be converted to FOO
13092 As well as inside noinclude/onlyinclude
13093 <noinclude>FOO</noinclude>
13094 <onlyinclude>FOO</onlyinclude>
13096 But not inside includeonly
13097 <includeonly>{{subst:Foo}}</includeonly>
13101 Parsoid: Recognize nowiki with trailing space in tags
13105 <nowiki ><div>[[foo]]</nowiki >
13113 <p><span typeof="mw:Nowiki"><div>[[foo]]</span></p>
13120 Parsoid: Recognize nowiki with odd capitalization
13124 <noWikI ><div>[[foo]]</Nowiki >
13126 <p><span typeof="mw:Nowiki"><div>[[foo]]</span></p>
13131 Parsoid: Escape nowiki with trailing space in tags
13135 <p><nowiki > foo </nowiki ></p>
13136 <p>a<nowiki />b</p>
13137 <p>c<nowiki/ >d</p>
13139 <nowiki > foo </nowiki >
13147 Parsoid: Escape weird noWikI capitalizations
13151 <p><noWikI > foo </NoWikI ></p>
13153 <noWikI > foo </NoWikI >
13157 ### Message transform tests
13160 message transform: magic variables
13170 message transform: should not transform wiki markup
13180 message transform: <noinclude> in transcluded template (bug 4926)
13190 message transform: <onlyinclude> in transcluded template (bug 4926)
13200 {{#special:}} page name, known
13204 {{#special:Recentchanges}}
13206 Special:RecentChanges
13210 {{#special:}} page name with subpage, known
13214 {{#special:Recentchanges/param}}
13216 Special:RecentChanges/param
13220 {{#special:}} page name, unknown
13224 {{#special:foobar nonexistent}}
13226 Special:Foobar nonexistent
13230 {{#speciale:}} page name, known
13234 {{#speciale:Recentchanges}}
13236 Special:RecentChanges
13240 {{#speciale:}} page name with subpage, known
13244 {{#speciale:Recentchanges/param}}
13246 Special:RecentChanges/param
13250 {{#speciale:}} page name, unknown
13254 {{#speciale:foobar nonexistent}}
13256 Special:Foobar_nonexistent
13262 ### For Parsoid-specific tests, see
13263 #### https://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec#Images
13268 parsoid=wt2html,wt2wt,html2html
13270 [[Image:foobar.jpg]]
13272 <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>
13275 <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>
13279 Simple image (using File: namespace, now canonical)
13281 [[File:Foobar.jpg]]
13283 <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>
13286 <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>
13290 Right-aligned image
13292 [[File:Foobar.jpg|right]]
13294 <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>
13297 <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>
13303 [[File:Foobar.jpg|right|Caption text]]
13305 <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>
13308 <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>
13312 Image with caption, bug 53312 #1
13314 [[File:Foobar.jpg|right|Caption page stuff]]
13316 <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>
13319 <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>
13323 Image with caption, bug 53312 #2
13325 [[File:Foobar.jpg|right|Caption page=]]
13327 <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>
13330 <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>
13334 Image with caption, bug 53312 #3
13336 [[File:Foobar.jpg|right|Caption page=stuff]]
13338 <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>
13341 <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>
13345 Allow empty links in image captions (Bug 60753)
13349 [[File:Foobar.jpg|thumb|Caption [[Link1]]
13354 <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>
13357 <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>
13359 <a rel="mw:WikiLink" href="./Link2" title="Link2" data-parsoid='{"stx":"simple","a":{"href":"./Link2"},"sa":{"href":"Link2"}}'>Link2</a>
13360 </figcaption></figure>
13364 Titles in unlinked images (T23454)
13366 [[File:Foobar.jpg|link=|stuff]]
13368 <p><img alt="stuff" src="http://example.com/images/3/3a/Foobar.jpg" title="stuff" width="1941" height="220" />
13373 Link with empty target
13382 Image with link trail
13384 Linktrails should not work for images: [[File:Foobar.jpg]]s
13386 <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
13389 <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>
13393 Image with empty attribute
13395 parsoid=wt2html,wt2wt,html2html
13397 [[File:Foobar.jpg|right||Caption text]]
13399 <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>
13402 <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>
13406 1. Block image with individual attributes from templates
13408 [[File:Foobar.jpg|thumb|{{echo|137px}}|This is a caption]]
13410 <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>
13413 <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>
13417 2. Block Image with individual attributes from templates
13419 [[File:Foobar.jpg|{{echo|thumb}}|{{echo|137px}}|This is a caption]]
13421 <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>
13424 <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>
13428 3. Inline image with individual attributes from templates
13430 [[File:Foobar.jpg|{{echo|50px}}]]
13432 <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>
13435 <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>
13438 ## Parsoid does not provide editing support for images where templates produce multiple image attributes.
13439 ## To signal this, we add a 'mw:Placeholder' type to such images. This could change in the future.
13441 Image with multiple attributes from the same template
13443 [[File:Foobar.jpg|{{image_attribs}}]]
13445 <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>
13448 <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>
13452 Image with link tails
13456 123[[File:Foobar.jpg]]456
13457 123[[File:Foobar.jpg|right]]456
13458 123[[File:Foobar.jpg|thumb]]456
13460 <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
13462 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
13463 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
13466 <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>
13468 <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>
13470 <div class="thumb tright">
13471 <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>
13472 <div class="thumbcaption">
13473 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
13479 <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>
13480 <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>
13481 <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>
13485 Image with multiple captions -- only last one is accepted
13487 [[File:Foobar.jpg|right|Caption1 - ignored|[[Caption2]] - ignored|Caption3 - accepted]]
13489 <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>
13492 <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>
13496 Image with multiple widths -- use last
13498 [[File:Foobar.jpg|200px|300px|caption]]
13500 <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>
13503 <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>
13507 Image with multiple alignments -- use first (bug 48664)
13511 [[File:Foobar.jpg|thumb|left|right|center|caption]]
13513 [[File:Foobar.jpg|middle|text-top|caption]]
13515 <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>
13516 <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>
13519 <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>
13520 <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>
13524 Image with width attribute at different positions
13526 [[File:Foobar.jpg|200px|right|Caption]]
13527 [[File:Foobar.jpg|right|200px|Caption]]
13528 [[File:Foobar.jpg|right|Caption|200px]]
13530 <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>
13531 <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>
13532 <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>
13535 <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>
13536 <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>
13537 <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>
13540 # a sad bit of backward-compatibility
13542 Image with size specified with pxpx (bug 13500, 51628)
13544 parsoid=wt2html,wt2wt,html2html
13546 [[File:Foobar.jpg|20pxpx]]
13547 [[File:Foobar.jpg|200x20pxpx]]
13549 <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>
13550 <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>
13553 <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>
13557 Image with link parameter, wiki target
13559 [[File:Foobar.jpg|link=Main Page]]
13561 <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>
13564 <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>
13567 # parsoid bug 49293 (part 1)
13569 Image with link parameter, URL target
13571 [[File:Foobar.jpg|link=http://example.com/]]
13573 <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>
13576 <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>
13579 # parsoid bug 49293 (part 2)
13581 Image with link parameter, protocol-less URL target
13583 [[File:Foobar.jpg|link=//example.com/]]
13585 <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>
13588 <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>
13592 Escaping non-block captions (T107435)
13595 "modes": ["wt2wt"],
13597 ["[typeof~='mw:Image']", "attr", "data-mw", "{\"caption\": \"|\"}"]
13601 [[Image:Foobar.jpg|caption]]
13603 [[Image:Foobar.jpg|<nowiki>|</nowiki>]]
13606 # wgExternalLinkTarget not supported by Parsoid
13608 Image with link parameter, wgExternalLinkTarget
13610 [[Image:foobar.jpg|link=http://example.com/]]
13612 wgExternalLinkTarget='foobar'
13614 <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>
13619 Image with link parameter, wgNoFollowLinks set to false
13621 [[Image:foobar.jpg|link=http://example.com/]]
13623 wgNoFollowLinks=false
13625 <p><a href="http://example.com/"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13630 Image with link parameter, wgNoFollowDomainExceptions
13632 [[Image:foobar.jpg|link=http://example.com/]]
13634 wgNoFollowDomainExceptions='example.com'
13636 <p><a href="http://example.com/"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13640 # wgExternalLinkTarget not supported by Parsoid
13642 Image with link parameter, wgExternalLinkTarget, unnamed parameter
13644 [[Image:foobar.jpg|link=http://example.com/|Title]]
13646 wgExternalLinkTarget='foobar'
13648 <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>
13653 Image with empty link parameter
13655 [[File:Foobar.jpg|link=]]
13657 <p><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" />
13660 <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>
13664 Image with link parameter (wiki target) and unnamed parameter
13666 [[File:Foobar.jpg|link=Main_Page|Title]]
13668 <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>
13671 <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>
13675 Image with link parameter (URL target) and unnamed parameter
13677 [[File:Foobar.jpg|link=http://example.com/|Title]]
13679 <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>
13682 <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>
13686 Thumbnail image with link parameter
13689 parsoid=wt2html,wt2wt,html2html
13691 [[File:Foobar.jpg|thumb|link=http://example.com/|Title]]
13693 <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>
13696 <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>
13700 Manually-specified thumbnail image
13704 [[File:Foobar.jpg|thumb=Thumb.png|Title]]
13706 <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>
13709 <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>
13713 Manually-specified thumbnail image with explicit link to wiki page
13716 parsoid=wt2html,wt2wt,html2html
13718 [[File:Foobar.jpg|thumb=Thumb.png|link=Main_Page|Title]]
13720 <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>
13723 <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>
13727 Manually-specified thumbnail image with explicit link to url
13730 parsoid=wt2html,wt2wt,html2html
13732 [[File:Foobar.jpg|thumb=Thumb.png|link=http://example.com|Title]]
13734 <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>
13737 <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>
13741 Manually-specified thumbnail image with explicit no link
13744 parsoid=wt2html,wt2wt,html2html
13746 [[File:Foobar.jpg|thumb=Thumb.png|link=|Title]]
13748 <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>
13751 <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>
13755 Manually-specified thumbnail image with explicit link and alt text
13758 parsoid=wt2html,wt2wt,html2html
13760 [[File:Foobar.jpg|thumb=Thumb.png|link=Main_Page|alt=alttext|Title]]
13762 <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>
13765 <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>
13769 Image with frame and link
13771 parsoid=wt2html,wt2wt,html2html
13773 [[File:Foobar.jpg|frame|left|This is a test image [[Main Page]]]]
13775 <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>
13778 <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>
13782 Image with frame and link and explicit alt
13784 parsoid=wt2html,wt2wt,html2html
13786 [[Image:Foobar.jpg|frame|left|This is a test image [[Main Page]]|alt=Altitude]]
13788 <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>
13791 <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>
13795 Image with wiki markup in implicit alt
13797 [[Image:Foobar.jpg|testing '''bold''' in alt]]
13799 [[Image:Foobar.jpg|alt=testing '''bold''' in alt]]
13801 <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>
13802 </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>
13805 <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>
13807 <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>
13811 Alt image option should handle most kinds of wikitext without barfing
13813 [[Image:Foobar.jpg|thumb|This is the image caption|alt=This is a [[link]] and a {{echo|''bold template''}}.]]
13815 <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>
13818 <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>
13821 ###################
13822 # Conflicting image format options.
13823 # First option specified should 'win'.
13824 # All three cases in each test should be identical.
13827 Image with 'frameless' first.
13829 parsoid=wt2html,wt2wt,html2html
13831 [[File:Foobar.jpg|frameless|caption]]
13833 [[File:Foobar.jpg|frameless|frame|caption]]
13835 [[File:Foobar.jpg|frameless|thumb|caption]]
13837 <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>
13838 </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>
13839 </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>
13842 <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>
13843 <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>
13844 <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>
13848 Image with 'frame' first.
13850 parsoid=wt2html,wt2wt,html2html
13852 [[File:Foobar.jpg|frame|caption]]
13853 [[File:Foobar.jpg|frame|frameless|caption]]
13854 [[File:Foobar.jpg|frame|thumb|caption]]
13856 <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>
13857 <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>
13858 <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>
13861 <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>
13862 <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>
13863 <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>
13867 Image with 'thumb' first.
13869 parsoid=wt2html,wt2wt,html2html
13871 [[File:Foobar.jpg|thumb|caption]]
13872 [[File:Foobar.jpg|thumb|frameless|caption]]
13873 [[File:Foobar.jpg|thumb|frame|caption]]
13875 <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>
13876 <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>
13877 <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>
13880 <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>
13881 <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>
13882 <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>
13885 ###################
13887 # See https://www.mediawiki.org/wiki/Help:Images#Size_and_frame
13888 # and https://phabricator.wikimedia.org/T64258
13889 # Foobar has actual size of 1941x220
13890 # 1. Thumbs & frameless always reduce, can't be enlarged unless it's
13891 # a scalable format.
13892 # 2. Framed images always ignore size options; always render at default size.
13893 # 3. "Unspecified format" and border are the only types which can be
13897 Image: "unspecified format" and border enlarge
13899 parsoid=wt2html,wt2wt,html2html
13901 [[File:Foobar.jpg|2000px]]
13903 [[File:Foobar.jpg|border|2000px]]
13905 <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>
13906 </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>
13909 <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>
13910 <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>
13914 Image: "unspecified format" and border reduce
13916 parsoid=wt2html,wt2wt,html2html
13918 [[File:Foobar.jpg|1000px]]
13920 [[File:Foobar.jpg|border|1000px]]
13922 <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>
13923 </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>
13926 <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>
13927 <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>
13931 Image: thumbs reduce
13933 parsoid=wt2html,wt2wt,html2html
13935 [[File:Foobar.jpg|thumb|50px]]
13937 <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>
13940 <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>
13944 Image: bitmap thumbs can't be enlarged past original size, but vector can.
13946 parsoid=wt2html,wt2wt,html2html
13948 [[File:Foobar.jpg|thumb|2000px]]
13950 [[File:Foobar.svg|thumb|2000px]]
13952 <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>
13953 <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>
13956 <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>
13957 <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>
13961 Image: frameless can reduce in size
13963 parsoid=wt2html,wt2wt,html2html
13965 [[File:Foobar.jpg|frameless|50px]]
13967 <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>
13970 <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>
13974 Image: bitmap frameless can't be enlarged past original size, but vector can
13976 parsoid=wt2html,wt2wt,html2html
13978 [[File:Foobar.jpg|frameless|2000px]]
13980 [[File:Foobar.svg|frameless|2000px]]
13982 <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>
13983 </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>
13986 <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>
13987 <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>
13991 Image: framed images are always unscaled.
13993 parsoid=wt2html,wt2wt,html2html
13995 [[File:Foobar.jpg|frame]]
13997 [[File:Foobar.jpg|frame|50px]]
13999 [[File:Foobar.jpg|frame|50x50px]]
14001 [[File:Foobar.jpg|frame|2000px]]
14003 <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>
14004 <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>
14005 <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>
14006 <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>
14009 <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>
14010 <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>
14011 <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>
14012 <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>
14015 ###################
14018 Link to image page- image page normally doesn't exists, hence edit link
14019 Add test with existing image page
14020 #<p><a href="/wiki/File:Test" title="Image:Test">Image:test</a>
14024 <p><a href="/index.php?title=File:Test&action=edit&redlink=1" class="new" title="File:Test (page does not exist)">Image:test</a>
14029 bug 18784 Link to non-existent image page with caption should use caption as link text
14031 [[:Image:test|caption]]
14033 <p><a href="/index.php?title=File:Test&action=edit&redlink=1" class="new" title="File:Test (page does not exist)">caption</a>
14038 Frameless image caption with a free URL
14040 [[File:Foobar.jpg|http://example.com]]
14042 <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>
14045 <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>
14049 Thumbnail image caption with a free URL
14053 [[File:Foobar.jpg|thumb|http://example.com]]
14055 <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>
14058 <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>
14062 Thumbnail image caption with a free URL and explicit alt
14065 parsoid=wt2html,wt2wt,html2html
14067 [[File:Foobar.jpg|thumb|http://example.com|alt=Alteration]]
14069 <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>
14072 <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>
14076 SVG thumbnails with no language set
14079 [[File:Foobar.svg|thumb|caption]]
14081 <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>
14084 <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>
14088 SVG thumbnails with language de
14090 parsoid=wt2html,wt2wt,html2html
14092 [[File:Foobar.svg|thumb|caption|lang=de]]
14094 <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>
14097 <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>
14101 SVG thumbnails with invalid language code
14103 parsoid=wt2html,wt2wt,html2html
14105 [[File:Foobar.svg|thumb|caption|lang=invalid.language.code]]
14107 <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>
14110 <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>
14114 BUG 1887: A ISBN with a thumbnail
14116 [[File:Foobar.jpg|thumb|ISBN 1235467890]]
14118 <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>
14121 <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>
14125 BUG 1887: A RFC with a thumbnail
14127 [[File:Foobar.jpg|thumb|This is RFC 12354]]
14129 <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>
14132 <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>
14136 BUG 1887: A mailto link with a thumbnail
14138 [[File:Foobar.jpg|thumb|Please mailto:nobody@example.com]]
14140 <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>
14143 <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>
14146 # Pending resolution to bug 368
14148 BUG 648: Frameless image caption with a link
14150 [[File:Foobar.jpg|text with a [[link]] in it]]
14152 <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>
14155 <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>
14159 BUG 648: Frameless image caption with a link (suffix)
14161 [[File:Foobar.jpg|text with a [[link]]foo in it]]
14163 <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>
14166 <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>
14170 BUG 648: Frameless image caption with an interwiki link
14172 [[File:Foobar.jpg|text with a [[MeatBall:Link]] in it]]
14174 <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>
14177 <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>
14181 BUG 648: Frameless image caption with a piped interwiki link
14183 [[File:Foobar.jpg|text with a [[MeatBall:Link|link]] in it]]
14185 <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>
14188 <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>
14192 T107474: Frameless image caption with <nowiki>
14194 [[File:Foobar.jpg|<nowiki>text with a [[MeatBall:Link|link]] in it</nowiki>]]
14196 <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>
14200 Escape HTML special chars in image alt text
14202 [[File:Foobar.jpg|& < > "]]
14204 <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>
14207 <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>
14211 Escape HTML special chars in image alt text with LanguageConverter
14215 [[File:Foobar.jpg|& < > "]]
14217 <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>
14220 <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>
14224 Entities in file name and attributes
14226 [[File:7%25 solution.gif|manualthumb=7%25 solution.gif|link=7%25 solution|[[7%25 solution]]]]
14228 <p><a href="/index.php?title=Special:Upload&wpDestFile=7%25_solution.gif" class="new" title="File:7% solution.gif">7% solution</a>
14231 <p><span class="mw-default-size" typeof="mw:Error mw:Image" data-parsoid='{"optList":[{"ck":"bogus","ak":"manualthumb=7%25 solution.gif"},{"ck":"link","ak":"link=7%25 solution"},{"ck":"caption","ak":"[[7%25 solution]]"}]}' data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}],"caption":"<a rel=\"mw:WikiLink\" href=\"./7%25_solution\" title=\"7% solution\" data-parsoid='{\"stx\":\"simple\",\"a\":{\"href\":\"./7%25_solution\"},\"sa\":{\"href\":\"7%25 solution\"},\"dsr\":[74,91,2,2]}'>7% solution</a>"}'><a href="./7%25_solution" data-parsoid='{"a":{"href":"./7%25_solution"},"sa":{"href":"link=7%25 solution"}}'><img resource="./File:7%25_solution.gif" src="./Special:FilePath/7%25_solution.gif" height="220" width="220" data-parsoid='{"a":{"resource":"./File:7%25_solution.gif","height":"220","width":"220"},"sa":{"resource":"File:7%25 solution.gif"}}'/></a></span></p>
14235 BUG 499: Alt text should have Ӓ, not &1234;
14237 [[File:Foobar.jpg|♀]]
14239 <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>
14242 <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>
14246 Broken image caption with link
14248 parsoid=wt2html,wt2wt,html2html
14250 [[Image:Foobar.jpg|thumb|This is a broken caption. But [[Main Page|this]] is just an ordinary link.
14252 <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.
14255 <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>
14259 Image caption containing another image
14261 [[File:Foobar.jpg|thumb|This is a caption with another [[File:Thumb.png|image]] inside it!]]
14263 <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>
14266 <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>
14270 Image: caption containing a newline
14272 [[File:Foobar.jpg|This
14275 <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>
14278 <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>
14282 Image: caption containing leading space
14283 (The leading space should not trigger nowiki escaping in wt2wt mode)
14285 [[File:Foobar.jpg|thumb| bar]]
14287 <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>
14290 <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>
14294 Image: caption containing a table
14296 parsoid=wt2html,wt2wt,html2html
14298 [[Image:Foobar.jpg|thumb|200px|This is an example image thumbnail caption with a table
14304 and some more text.]]
14306 <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>
14309 <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
14312 <tr><th>Foo </th><th>Bar</th></tr>
14315 <td>Bar1</td></tr></tbody></table>and some more text.</figcaption></figure>
14319 Bug 3090: External links other than http: in image captions
14321 [[File:Foobar.jpg|thumb|200x200px|This caption has [irc://example.net irc] and [https://example.com Secure] ext links in it.]]
14323 <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>
14326 <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>
14332 parsoid=wt2html,wt2wt,html2html
14334 [[Image:foobar.jpg|a|class=b]]
14336 <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>
14339 <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>
14343 Localized image handling (1).
14345 parsoid=wt2html,wt2wt,html2html
14348 [[Archivo:Foobar.jpg|izquierda|enlace=foo|caption]]
14350 <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>
14353 <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>
14357 Localized image handling (2).
14360 parsoid=wt2html,wt2wt,html2html
14363 [[Archivo:Foobar.jpg|miniatura|izquierda|enlace=foo|caption]]
14365 <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>
14368 <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>
14372 Localized image handling (3).
14377 <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>
14379 [[File:Foobar.jpg|بندانگشتی]]
14383 "border", "frameless" and "class" attributes on an image.
14386 parsoid=wt2html,wt2wt,html2html
14388 [[File:Foobar.jpg|frameless|border|class=extra|caption]]
14390 <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>
14393 <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>
14396 # Note that 'right' is the default alignment, despite the misspelled 'righ' below
14398 Invalid image attributes (bug 62500)
14401 parsoid=wt2html,wt2wt,html2html
14403 [[File:Foobar.jpg|thumb|float|left|caption]]
14405 [[File:Foobar.jpg|thumb|righ|caption]]
14407 [[File:Foobar.jpg|bogus1|thumb|bogus2|left|bogus3|caption]]
14409 <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>
14410 <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>
14411 <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>
14414 <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>
14415 <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>
14416 <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>
14422 #REDIRECT [[File:Barfoo.jpg]]
14425 # FIXME: Parsoid should run this test -- but we'd need to teach the
14426 # mockAPI about the redirected Barfoo.jpg image.
14430 [[Image:Barfoo.jpg]]
14432 <p><a href="/wiki/File:Barfoo.jpg" class="mw-redirect" title="File:Barfoo.jpg">File:Barfoo.jpg</a>
14437 Missing image with uploads disabled
14441 [[File:Foobaz.jpg]]
14443 <p><a href="/wiki/File:Foobaz.jpg" title="File:Foobaz.jpg">File:Foobaz.jpg</a>
14446 <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>
14449 # Parsoid-specific testing for images
14450 # https://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec#Images
14451 # Currently imperfect due to a flaw in the Parsoid testrunner
14453 # THESE TESTS SHOULD BE MOVED UP and merged with the php-specific
14457 Parsoid-specific image handling - simple image with size and middle alignment
14459 [[File:Foobar.jpg|middle|50px]]
14461 <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>
14465 Parsoid-specific image handling - simple image with size, middle alignment,
14466 non-standard namespace alias
14468 parsoid=wt2wt,wt2html,html2html
14470 [[Image:Foobar.jpg|middle|50px]]
14472 <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>
14476 Parsoid-specific image handling - simple image with size and middle alignment
14479 [[File:Foobar.jpg|50px|middle]]
14481 <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>
14485 Parsoid-specific image handling - simple image with size and middle alignment
14486 and non-standard namespace name
14488 parsoid=wt2html,wt2wt,html2html
14490 [[Image:Foobar.jpg|50px|middle]]
14492 <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>
14496 Parsoid-specific image handling - simple image with both sizes, a baseline alignment, and a caption
14498 [[File:Foobar.jpg|500x10px|baseline|caption]]
14500 <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>
14504 Parsoid-specific image handling - simple image with border and size spec
14506 [[File:Foobar.jpg|50px|border|caption]]
14508 <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>
14512 Parsoid-specific image handling - thumbnail with halign, valign, and caption
14514 [[File:Foobar.jpg|left|baseline|thumb|caption content]]
14516 <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>
14520 Parsoid-specific image handling - thumbnail with halign, valign, and caption
14523 [[File:Foobar.jpg|thumb|left|baseline|caption content]]
14525 <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>
14529 Parsoid-specific image handling - thumbnail with specific size, halign, valign, and caption
14531 [[Image:Foobar.jpg|right|middle|thumb|50x50px|caption]]
14533 <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>
14537 Parsoid-specific image handling - thumbnail with specific size, halign,
14538 valign, and caption (existing content)
14540 [[File:Foobar.jpg|thumb|50x50px|right|middle|caption]]
14542 <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>
14546 Parsoid-specific image handling - framed image with specific size and caption
14549 parsoid=wt2html,wt2wt,html2html
14551 [[File:Foobar.jpg|frame|500x50px|caption]]
14553 <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>
14557 Parsoid-specific image handling - framed image with specific size, halign, valign, and caption
14560 parsoid=wt2html,wt2wt,html2html
14562 [[File:Foobar.jpg|left|baseline|frame|500x50px|caption]]
14564 <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>
14568 Parsoid-specific image handling - frameless image with specific size, border, and caption
14570 [[File:Foobar.jpg|frameless|442x50px|border|caption]]
14572 <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>
14576 Parsoid-specific image handling - simple image with a formatted caption
14578 [[File:Foobar.jpg|<table><tr><td>a</td><td>b</td></tr><tr><td>c</td></tr></table>]]
14580 <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>
14584 Parsoid-specific image handling - caption with a template in it
14586 [[File:Foobar.jpg|thumb|200x23px|This caption has a {{echo|transclusion}} in it.]]
14588 <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>
14592 Parsoid-specific image handling - caption with unbalanced tags in it
14594 parsoid=wt2html,wt2wt,html2html
14597 [[File:Foobar.jpg|thumb|200x200px|This caption has a <center>unbalanced tag in it.]]
14601 <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>
14606 Parsoid-specific image handling - empty caption (1)
14608 parsoid=wt2html,wt2wt
14610 [[File:Foobar.jpg|thumb|]]
14612 <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>
14615 # empty captions don't get serialized unless we're in the "round trip" case
14617 Parsoid-specific image handling - empty caption (2)
14621 <figure class="mw-default-size" typeof="mw:Image/Thumb">
14622 <a href="./File:Foobar.jpg">
14623 <img resource="./File:Foobar.jpg"
14624 src="//example.com/images/3/3a/Foobar.jpg"
14625 data-file-width="1941" data-file-height="220" data-file-type="bitmap"
14626 height="25" width="220"/>
14628 <figcaption></figcaption>
14631 [[File:Foobar.jpg|thumb]]
14635 Parsoid-specific image handling - whitespace caption
14637 [[File:Foobar.jpg|thumb| ]]
14639 <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>
14643 Parsoid-specific image handling - lang option
14646 [[File:Foobar.svg|lang=de|caption]]
14650 <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>
14654 ## Edge case bugs in Parsoid from T93580
14656 T93580: 1. Templated <ref> inside block images
14658 [[File:Foobar.jpg|thumb|Caption with templated ref: {{echo|<ref>foo</ref>}}]]
14662 <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="./Main_Page#cite_note-1" style="counter-reset: mw-Ref 1;"><span class="mw-reflink-text">[1]</span></a></span></figcaption></figure>
14664 <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="./Main_Page#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>
14668 T93580: 2. <ref> inside inline images
14670 [[File:Foobar.jpg|Undisplayed caption in inline image with ref: <ref>foo</ref>]]
14674 <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=\"./Main_Page#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>
14676 <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="./Main_Page#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>
14680 T93580: 3. Templated <ref> inside inline images
14682 [[File:Foobar.jpg|Undisplayed caption in inline image with ref: {{echo|<ref>{{echo|foo}}</ref>}}]]
14686 <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=\"./Main_Page#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>
14688 <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="./Main_Page#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>
14695 Subpage test/subpage
14703 subpage title=[[Subpage test]]
14707 <p><a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">/subpage</a>
14712 Subpage noslash link
14714 subpage title=[[Subpage test]]
14718 <p><a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">subpage</a>
14723 Subpage test/1/2/subpage
14729 Relative subpage noslash link
14731 parsoid=wt2wt,wt2html,html2html
14732 subpage title=[[Subpage test/1/2/3/4]]
14738 <p><a href="/wiki/Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">subpage</a>
14739 </p><p><a href="/wiki/Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">Subpage test/1/2/subpage</a>
14742 <p><a rel="mw:WikiLink" href="Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">subpage</a></p>
14743 <p><a rel="mw:WikiLink" href="Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">Subpage_test/1/2/subpage</a></p>
14747 Parsoid: dot-slash prefixed wikilinks
14757 </p><p>[[././baz/]]
14762 </p><p>[[././baz/]]
14767 Render invalid page names as plain text (bug 51090)
14780 [[{{echo|./../foo}}|bar]]
14781 [[{{echo|foo/.}}|bar]]
14782 [[{{echo|foo/..}}|bar]]
14783 [[{{echo|foo~~~~bar}}]]
14784 [[{{echo|foo>bar}}]]
14785 [[{{echo|foo././bar}}]]
14786 [[{{echo|foo{bar}}]]
14787 [[{{echo|foo}bar}}]]
14788 [[{{echo|foo[bar}}]]
14789 [[{{echo|foo]bar}}]]
14790 [[{{echo|foo<bar}}]]
14792 <p>[[./../foo|bar]]
14802 </p><p>[[./../foo|bar]]
14815 <p>[[./../foo|bar]]
14826 <p>[[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"./../foo"}},"i":0}}]}'>./../foo</span>|bar]]
14827 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo/."}},"i":0}}]}'>foo/.</span>|bar]]
14828 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo/.."}},"i":0}}]}'>foo/..</span>|bar]]
14829 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo~~~~bar"}},"i":0}}]}'>foo~~~~bar</span>]]
14830 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo>bar"}},"i":0}}]}'>foo>bar</span>]]
14831 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo././bar"}},"i":0}}]}'>foo././bar</span>]]
14832 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo{bar"}},"i":0}}]}'>foo{bar</span>]]
14833 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo}bar"}},"i":0}}]}'>foo}bar</span>]]
14834 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo[bar"}},"i":0}}]}'>foo[bar</span>]]
14835 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo]bar"}},"i":0}}]}'>foo]bar</span>]]
14836 [[<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>
14844 <p><a href="/index.php?title=/subpage&action=edit&redlink=1" class="new" title="/subpage (page does not exist)">/subpage</a>
14849 BUG 561: {{/Subpage}}
14851 subpage title=[[Page]]
14855 <p><a href="/index.php?title=Page/Subpage&action=edit&redlink=1" class="new" title="Page/Subpage (page does not exist)">Page/Subpage</a>
14863 Category:MediaWiki User's Guide
14871 [[:Category:MediaWiki User's Guide]]
14873 <p><a href="/wiki/Category:MediaWiki_User%27s_Guide" title="Category:MediaWiki User's Guide">Category:MediaWiki User's Guide</a>
14882 [[Category:MediaWiki User's Guide]]
14884 cat=MediaWiki_User's_Guide sort=
14886 <link rel="mw:PageProp/Category" href="./Category:MediaWiki_User's_Guide" data-parsoid='{"stx":"simple","a":{"href":"./Category:MediaWiki_User's_Guide"},"sa":{"href":"Category:MediaWiki User's Guide"}}'/>
14890 PAGESINCATEGORY invalid title fatal (r33546 fix)
14892 {{PAGESINCATEGORY:<bogus>}}
14899 Category with different sort key
14903 [[Category:MediaWiki User's Guide|Foo]]
14905 cat=MediaWiki_User's_Guide sort=Foo
14907 <link rel="mw:PageProp/Category" href="./Category:MediaWiki_User's_Guide#Foo" data-parsoid='{"stx":"piped","a":{"href":"./Category:MediaWiki_User's_Guide"},"sa":{"href":"Category:MediaWiki User's Guide"}}'/>
14911 Category with identical sort key
14915 [[Category:MediaWiki User's Guide|MediaWiki User's Guide]]
14917 cat=MediaWiki_User's_Guide sort=MediaWiki User's Guide
14919 <link rel="mw:PageProp/Category" href="./Category:MediaWiki_User's_Guide#MediaWiki%20User's%20Guide" data-parsoid='{"stx":"piped","a":{"href":"./Category:MediaWiki_User's_Guide"},"sa":{"href":"Category:MediaWiki User's Guide"}}'/>
14923 Category with empty sort key
14928 [[Category:MediaWiki User's Guide|]]
14930 [[Category:MediaWiki User's Guide|MediaWiki User's Guide]]
14934 Category with empty sort key and parentheses
14939 [[Category:Foo (bar)|]]
14941 [[Category:Foo (bar)|Foo]]
14945 Category with link tail
14950 123[[Category:Foo]]456
14952 123[[Category:Foo]]456
14956 Category with template
14961 [[Category:{{echo|Foo}}]]
14963 [[Category:{{echo|Foo}}]]
14967 Category with template in sort key
14972 [[Category:Foo|{{echo|Bar}}]]
14974 [[Category:Foo|{{echo|Bar}}]]
14978 Category with template in sort key and title
14983 [[Category:{{echo|Foo}}|{{echo|Bar}}]]
14985 [[Category:{{echo|Foo}}|{{echo|Bar}}]]
14988 ## We used to, but no longer wt2wt this test since the default serializer
14989 ## will normalize all categories to serialize on their own line.
14990 ## This wikitext usage is going to be fairly uncommon in production and
14991 ## selser will take care of preserving formatting in those scenarios.
14993 Category / paragraph interactions
14997 Foo [[Category:Baz]] Bar
14999 Foo [[Category:Baz]]
15007 [[Category:Baz]] Bar
15020 {{echo|[[Category:Baz]]}}
15033 <p>Foo <link rel="mw:PageProp/Category" href="Category:Baz"/> Bar</p>
15034 <p>Foo <link rel="mw:PageProp/Category" href="Category:Baz"/> Bar</p>
15035 <p>Foo <link rel="mw:PageProp/Category" href="Category:Baz"/> Bar</p>
15036 <p>Foo <link rel="mw:PageProp/Category" href="Category:Baz"/> Bar</p>
15037 <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>
15038 <link rel="mw:PageProp/Category" href="Category:Baz"/>
15041 ## We used to, but no longer wt2wt this test since the default serializer
15042 ## will normalize all categories to serialize on their own line.
15043 ## This wikitext usage is going to be fairly uncommon in production and
15044 ## selser will take care of preserving formatting in those scenarios.
15046 ## The whitespace on the empty line is part of the test. Please do not delete
15048 1. Categories and newlines: All preceding newlines should be suppressed (courtesy bug 87)
15054 [[Category:Foo]] and this should be part of same paragraph (not an indent-pre)
15056 {{echo|[[Category:Foo]] and so should this!}}
15058 <p>This and this should be part of same paragraph (not an indent-pre) and so should this!
15063 <link rel="mw:PageProp/Category" href="./Category:Foo"/> and this should be part of same paragraph (not an indent-pre)
15065 <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>
15068 ## Parsoid will not try to wt2wt this while preserving newlines because
15069 ## it suppresses excess newlines within list items -- and we don't want to
15070 ## introduce a special case just for categories, which is, in reality somewhat
15071 ## odd behavior -- categories are unlikely to be used in list items like this
15072 ## in top-level pages and are only likely to show up in template-generated
15073 ## list items where this RT-ing is a non-issue.
15075 ## The whitespace on the empty line is part of the test. Please do not delete
15077 2. Categories and newlines: All preceding newlines should be suppressed (courtesy bug 87)
15083 [[Category:Foo]] and this should be part of the same list item
15086 {{echo|[[Category:Foo]] and this should be part of the same list item}}
15088 <ul><li>This and this should be part of the same list item</li>
15089 <li>So should this and this should be part of the same list item</li></ul>
15092 <li>This <link rel="mw:PageProp/Category" href="./Category:Foo"/> and this should be part of the same list item</li>
15093 <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>
15097 ## Newlines and categories that follow the last item of a list
15098 ## are treated differently because this (list followed by categories)
15099 ## is an extremely common pattern on wikis.
15101 3. Categories and newlines: newline suppression for last list item should RT properly
15114 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/>
15116 <link rel="mw:PageProp/Category" href="./Category:Bar" data-parsoid='{"stx":"simple","a":{"href":"./Category:Bar"},"sa":{"href":"Category:Bar"}}'/>
15117 <link rel="mw:PageProp/Category" href="./Category:Baz" data-parsoid='{"stx":"simple","a":{"href":"./Category:Baz"},"sa":{"href":"Category:Baz"}}'/>
15121 4. Categories and newlines: newline suppression for last list item should RT properly
15129 <ul><li><ul><li><ul><li> b</li></ul></li></ul></li></ul></li></ul>
15131 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/>
15134 ## only wt2html for this to make sure the algo only applies to the rightmost path
15136 5. Categories and newlines: migrateTrailingCategories dom pass should only run on the rightmost path of nested lists
15149 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/></li></ul></li>
15151 <ul><li> d</li></ul></li></ul>
15152 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/>
15155 ## We used to, but no longer wt2wt this test since the default serializer
15156 ## will normalize all categories to serialize on their own line.
15157 ## This wikitext usage is going to be fairly uncommon in production and
15158 ## selser will take care of preserving formatting in those scenarios.
15160 6. Categories and newlines: migrateTrailingCategories dom pass should not migrate categories not preceded by newlines
15164 * a [[Category:Foo]]
15166 <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>
15169 # This test also demonstrates because of newline+category tunneling
15170 # through the list hander, template wrapping doesn't expand to the
15171 # containing list when the list item swallows the category.
15173 7. Categories and newlines: migrateTrailingCategories dom pass should leave template content alone
15178 <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
15179 </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>
15183 8. Categories and newlines: migrateTrailingCategories dom pass should not get tripped by intervening templates
15187 {{echo|[[Category:Foo]]
15191 <ul><li> a</li></ul>
15193 <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">
15194 </span><link rel="mw:PageProp/Category" href="./Category:Bar" about="#mwt1" data-parsoid='{"stx":"simple","a":{"href":"./Category:Bar"},"sa":{"href":"Category:Bar"}}'/>
15195 <link rel="mw:PageProp/Category" href="./Category:Baz" data-parsoid='{"stx":"simple","a":{"href":"./Category:Baz"},"sa":{"href":"Category:Baz"}}'/>
15199 Category links with multiple namespaces
15201 [[Category:Project:Foo]]
15203 <link rel="mw:PageProp/Category" href="./Category:Project:Foo" />
15207 Parsoid: Serialize link to category page with colon escape
15213 [[:Category:Foo|Bar]]
15216 <a rel="mw:WikiLink" href="./Category:Foo" title="Category:Foo">Category:Foo</a>
15217 <a rel="mw:WikiLink" href="./Category:Foo" title="Category:Foo">Bar</a>
15221 # We used to, but no longer wt2wt this test since the default serializer
15222 # will normalize all categories to serialize on their own line.
15223 # This wikitext usage is going to be fairly uncommon in production and
15224 # selser will take care of preventing whitespace insertion if this
15225 # occurs in an article.
15227 # html2html disabled for the same reason (whitespace insertion between
15230 # html2wt disabled because it localizes the "Category" namespace.
15232 Link prefix/suffixes aren't applied to category links
15242 <p>x<link rel="mw:PageProp/Category" href="./Flokkur:Foo" data-parsoid=""/>y</p>
15246 Parsoid: Serialize link to file page with colon escape
15252 [[:File:Foo.png|Bar]]
15255 <a rel="mw:WikiLink" href="./File:Foo.png" title="File:Foo.png">File:Foo.png</a>
15256 <a rel="mw:WikiLink" href="./File:Foo.png" title="File:Foo.png">Bar</a>
15261 Parsoid: Serialize a genuine category link without colon escape
15266 [[Category:Foo|Bar]]
15268 <link rel="mw:PageProp/Category" href="./Category:Foo">
15269 <link rel="mw:PageProp/Category" href="./Category:Foo#Bar">
15273 Normalize hrefs properly before testing for invalid link targets (bug 70894)
15277 <link rel="mw:PageProp/Category" href="./Category:Toxine_bactérienne"/>
15279 [[Category:Toxine bactérienne]]
15283 Parsoid: Defaultsort
15285 {{DEFAULTSORT:Foo}}
15287 <meta property="mw:PageProp/categorydefaultsort" content="Foo"/>
15291 Parsoid: Defaultsort (template-generated)
15293 {{{{echo|DEFAULTSORT}}:Foo}}
15295 <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}}]}'/>
15299 ### Inter-language links
15302 Interlanguage links
15310 es:Alimento fr:Nourriture zh:食品
15312 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Alimento"/>
15313 <link rel="mw:PageProp/Language" href="http://fr.wikipedia.org/wiki/Nourriture"/>
15314 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/食品"/>
15318 Duplicate interlanguage links (bug 24502)
15329 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/1"/>
15330 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/2"/>
15331 <link rel="mw:PageProp/Language" href="http://fr.wikipedia.org/wiki/1"/>
15332 <link rel="mw:PageProp/Language" href="http://fr.wikipedia.org/wiki/2"/>
15339 Basic section headings
15346 ===Smaller headline===
15349 <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>
15352 <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>
15355 <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>
15361 Section headings with TOC
15364 === Subheadline 1 ===
15365 ===== Skipping a level =====
15366 ====== Skipping a level ======
15370 ===Another headline===
15372 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15374 <li class="toclevel-1 tocsection-1"><a href="#Headline_1"><span class="tocnumber">1</span> <span class="toctext">Headline 1</span></a>
15376 <li class="toclevel-2 tocsection-2"><a href="#Subheadline_1"><span class="tocnumber">1.1</span> <span class="toctext">Subheadline 1</span></a>
15378 <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>
15380 <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>
15387 <li class="toclevel-1 tocsection-5"><a href="#Headline_2"><span class="tocnumber">2</span> <span class="toctext">Headline 2</span></a>
15389 <li class="toclevel-2 tocsection-6"><a href="#Another_headline"><span class="tocnumber">2.1</span> <span class="toctext">Another headline</span></a></li>
15395 <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>
15396 <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>
15397 <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>
15398 <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>
15399 <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>
15402 <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>
15407 TOC anchors don't collide
15415 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15417 <li class="toclevel-1 tocsection-1"><a href="#Headline_2"><span class="tocnumber">1</span> <span class="toctext">Headline 2</span></a></li>
15418 <li class="toclevel-1 tocsection-2"><a href="#Headline"><span class="tocnumber">2</span> <span class="toctext">Headline</span></a></li>
15419 <li class="toclevel-1 tocsection-3"><a href="#Headline_2_2"><span class="tocnumber">3</span> <span class="toctext">Headline 2</span></a></li>
15420 <li class="toclevel-1 tocsection-4"><a href="#Headline_3"><span class="tocnumber">4</span> <span class="toctext">Headline</span></a></li>
15424 <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>
15425 <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>
15426 <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>
15427 <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>
15431 # perl -e 'print "="x$_," Level $_ heading","="x$_,"\n" for 1..10'
15433 Handling of sections up to level 6 and beyond
15436 == Level 2 Heading==
15437 === Level 3 Heading===
15438 ==== Level 4 Heading====
15439 ===== Level 5 Heading=====
15440 ====== Level 6 Heading======
15441 ======= Level 7 Heading=======
15442 ======== Level 8 Heading========
15443 ========= Level 9 Heading=========
15444 ========== Level 10 Heading==========
15446 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15448 <li class="toclevel-1 tocsection-1"><a href="#Level_1_Heading"><span class="tocnumber">1</span> <span class="toctext">Level 1 Heading</span></a>
15450 <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>
15452 <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>
15454 <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>
15456 <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>
15458 <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>
15459 <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>
15460 <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>
15461 <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>
15462 <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>
15476 <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>
15477 <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>
15478 <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>
15479 <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>
15480 <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>
15481 <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>
15482 <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>
15483 <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>
15484 <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>
15485 <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>
15490 TOC regression (T11764)
15494 ==== title 1.1.1 ====
15499 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15501 <li class="toclevel-1 tocsection-1"><a href="#title_1"><span class="tocnumber">1</span> <span class="toctext">title 1</span></a>
15503 <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>
15505 <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>
15508 <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>
15511 <li class="toclevel-1 tocsection-5"><a href="#title_2"><span class="tocnumber">2</span> <span class="toctext">title 2</span></a>
15513 <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>
15519 <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>
15520 <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>
15521 <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>
15522 <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>
15523 <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>
15524 <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>
15529 TOC for heading containing <span id="..."></span> (T96153)
15532 ==<span id="old-anchor"></span>New title==
15534 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15536 <li class="toclevel-1 tocsection-1"><a href="#New_title"><span class="tocnumber">1</span> <span class="toctext">New title</span></a></li>
15540 <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>
15545 TOC with wgMaxTocLevel=3 (bug 6204)
15551 ==== title 1.1.1 ====
15556 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15558 <li class="toclevel-1 tocsection-1"><a href="#title_1"><span class="tocnumber">1</span> <span class="toctext">title 1</span></a>
15560 <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>
15561 <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>
15564 <li class="toclevel-1 tocsection-5"><a href="#title_2"><span class="tocnumber">2</span> <span class="toctext">title 2</span></a>
15566 <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>
15572 <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>
15573 <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>
15574 <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>
15575 <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>
15576 <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>
15577 <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>
15582 TOC with wgMaxTocLevel=3 and two level four headings (bug 6204)
15588 ====Section 1.1.1====
15589 ====Section 1.1.1.1====
15592 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15594 <li class="toclevel-1 tocsection-1"><a href="#Section_1"><span class="tocnumber">1</span> <span class="toctext">Section 1</span></a>
15596 <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>
15599 <li class="toclevel-1 tocsection-5"><a href="#Section_2"><span class="tocnumber">2</span> <span class="toctext">Section 2</span></a></li>
15603 <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>
15604 <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>
15605 <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>
15606 <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>
15607 <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>
15613 Resolving duplicate section names
15618 <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>
15619 <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>
15624 Resolving duplicate section names with differing case (bug 10721)
15629 <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>
15630 <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>
15642 Template with sections, __NOTOC__
15649 <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>
15650 <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>
15651 <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>
15652 <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>
15657 __NOEDITSECTION__ keyword
15663 <h2><span class="mw-headline" id="Section_1">Section 1</span></h2>
15664 <h2><span class="mw-headline" id="Section_2">Section 2</span></h2>
15669 Link inside a section heading
15671 ==Section with a [[Main Page|link]] in it==
15673 <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>
15678 TOC regression (T14077)
15685 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15687 <li class="toclevel-1 tocsection-1"><a href="#title_1"><span class="tocnumber">1</span> <span class="toctext">title 1</span></a>
15689 <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>
15692 <li class="toclevel-1 tocsection-3"><a href="#title_2"><span class="tocnumber">2</span> <span class="toctext">title 2</span></a></li>
15696 <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>
15697 <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>
15698 <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>
15703 BUG 1219 URL next to image (good)
15705 http://example.com [[File:Foobar.jpg]]
15707 <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>
15710 <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>
15714 Short headings with trailing space should match behavior of Parser::doHeadings (bug 19910)
15717 The line above must have a trailing space!
15720 But just in case it doesn't...
15722 <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>
15723 <p>The line above must have a trailing space!
15725 <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>
15726 <p>But just in case it doesn't...
15731 Header with special characters (bug 25462)
15733 The tooltips shall not show entities to the user (ie. be double escaped)
15750 <p>The tooltips shall not show entities to the user (ie. be double escaped)
15752 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15754 <li class="toclevel-1 tocsection-1"><a href="#text_.3E_text"><span class="tocnumber">1</span> <span class="toctext">text > text</span></a></li>
15755 <li class="toclevel-1 tocsection-2"><a href="#text_.3C_text"><span class="tocnumber">2</span> <span class="toctext">text < text</span></a></li>
15756 <li class="toclevel-1 tocsection-3"><a href="#text_.26_text"><span class="tocnumber">3</span> <span class="toctext">text & text</span></a></li>
15757 <li class="toclevel-1 tocsection-4"><a href="#text_.27_text"><span class="tocnumber">4</span> <span class="toctext">text ' text</span></a></li>
15758 <li class="toclevel-1 tocsection-5"><a href="#text_.22_text"><span class="tocnumber">5</span> <span class="toctext">text " text</span></a></li>
15762 <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>
15765 <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>
15768 <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>
15771 <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>
15774 <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>
15780 Header with space, plus and underscore as entity
15782 Id should not contain + for spaces
15784 == Space between Text ==
15787 == Space-Entity between Text ==
15790 == Plus+between+Text ==
15793 == Plus-Entity+between+Text ==
15796 == Underscore_between_Text ==
15799 == Underscore-Entity_between_Text ==
15802 [[#Space between Text]]
15803 [[#Space-Entity between Text]]
15804 [[#Plus+between+Text]]
15805 [[#Plus-Entity+between+Text]]
15806 [[#Underscore_between_Text]]
15807 [[#Underscore-Entity_between_Text]]
15809 <p>Id should not contain + for spaces
15811 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15813 <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>
15814 <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>
15815 <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>
15816 <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>
15817 <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>
15818 <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>
15822 <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>
15825 <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>
15828 <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>
15831 <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>
15834 <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>
15837 <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>
15839 </p><p><a href="#Space_between_Text">#Space between Text</a>
15840 <a href="#Space-Entity_between_Text">#Space-Entity between Text</a>
15841 <a href="#Plus.2Bbetween.2BText">#Plus+between+Text</a>
15842 <a href="#Plus-Entity.2Bbetween.2BText">#Plus-Entity+between+Text</a>
15843 <a href="#Underscore_between_Text">#Underscore_between_Text</a>
15844 <a href="#Underscore-Entity_between_Text">#Underscore-Entity_between_Text</a>
15849 Headers with excess '=' characters
15850 (Are similar tests necessary beyond the 1st level?)
15854 =''italic'' heading==
15855 ==''italic'' heading=
15857 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15859 <li class="toclevel-1 tocsection-1"><a href="#foo.3D"><span class="tocnumber">1</span> <span class="toctext">foo=</span></a></li>
15860 <li class="toclevel-1 tocsection-2"><a href="#.3Dfoo"><span class="tocnumber">2</span> <span class="toctext">=foo</span></a></li>
15861 <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>
15862 <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>
15866 <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>
15867 <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>
15868 <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>
15869 <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>
15874 HTML headers vs TOC (bug 23393)
15875 (__NOEDITSECTION__ for clearer output, doesn't matter here)
15887 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15889 <li class="toclevel-1"><a href="#Header_1"><span class="tocnumber">1</span> <span class="toctext">Header 1</span></a>
15891 <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>
15892 <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>
15895 <li class="toclevel-1"><a href="#Header_2"><span class="tocnumber">2</span> <span class="toctext">Header 2</span></a>
15897 <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>
15898 <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>
15904 <h1><span class="mw-headline" id="Header_1">Header 1</span></h1>
15905 <h2><span class="mw-headline" id="Header_1.1">Header 1.1</span></h2>
15906 <h2><span class="mw-headline" id="Header_1.2">Header 1.2</span></h2>
15907 <h1><span class="mw-headline" id="Header_2">Header 2</span></h1>
15908 <h2><span class="mw-headline" id="Header_2.1">Header 2.1</span></h2>
15909 <h2><span class="mw-headline" id="Header_2.2">Header 2.2</span></h2>
15914 Single-line or multiline-comments can follow headings
15916 parsoid=wt2html,wt2wt
15924 <h2><span class="mw-headline" id="foo">foo</span></h2>
15925 <h2><span class="mw-headline" id="bar">bar</span></h2>
15926 <h2><span class="mw-headline" id="baz">baz</span></h2>
15931 BUG 1219 URL next to image (broken)
15933 http://example.com[[File:Foobar.jpg]]
15935 <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>
15938 <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>
15942 Bug 1186 news: in the middle of text
15944 http://en.wikinews.org/wiki/Wikinews:Workplace
15946 <p><a rel="nofollow" class="external free" href="http://en.wikinews.org/wiki/Wikinews:Workplace">http://en.wikinews.org/wiki/Wikinews:Workplace</a>
15952 Namespaced link must have a title
15961 Namespaced link must have a title (bad fragment version)
15963 [[Project:#fragment]]
15965 <p>[[Project:#fragment]]
15971 ### HTML tags and HTML attributes
15975 div with no attributes
15977 <div>HTML rocks</div>
15979 <div>HTML rocks</div>
15984 div with double-quoted attribute
15986 <div id="rock">HTML rocks</div>
15988 <div id="rock">HTML rocks</div>
15993 div with single-quoted attribute
15995 <div id='rock'>HTML rocks</div>
15997 <div id="rock">HTML rocks</div>
16002 div with unquoted attribute
16004 <div id=rock>HTML rocks</div>
16006 <div id="rock">HTML rocks</div>
16011 div with illegal double attributes
16013 <div id="a" id="b">HTML rocks</div>
16015 <div id="b">HTML rocks</div>
16020 div with empty attribute value, space before equals
16022 parsoid=wt2html,html2html
16024 <div class =>HTML rocks</div>
16026 <div class="">HTML rocks</div>
16029 <div class="" data-parsoid='{"stx":"html"}'>HTML rocks</div>
16033 div with multiple empty attribute values
16035 parsoid=wt2html,html2html
16037 <div id= title=>HTML rocks</div>
16039 <div id="title.3D">HTML rocks</div>
16042 <div id="title.3D" data-parsoid='{"stx":"html"}'>HTML rocks</div>
16046 table with multiple empty attribute values
16048 parsoid=wt2html,html2html
16054 <table title="id=">
16060 <table title="id=">
16061 <tbody><tr><td> hi</td></tr>
16066 div with braces in attribute value
16068 <div title="{}">Foo</div>
16070 <div title="{}">Foo</div>
16073 <div title="{}">Foo</div>
16077 div with empty attribute value, no space before equals
16079 parsoid=wt2html,html2html
16081 <div class=>HTML rocks</div>
16083 <div class="">HTML rocks</div>
16086 <div class="">HTML rocks</div>
16090 HTML multiple attributes correction
16092 <p class="error" class="awesome">Awesome!</p>
16094 <p class="awesome">Awesome!</p>
16099 Table multiple attributes correction
16102 !+ class="error" class="awesome"| status
16107 <th class="awesome"> status
16115 <DIV ID="x">HTML ROCKS</DIV>
16117 <div id="x">HTML ROCKS</div>
16122 Non-ASCII pseudo-tags are rendered as text
16131 Pseudo-tag with URL 'name' renders as url link
16133 <http://example.com/>
16135 <p><<a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a>>
16140 text with amp in the middle of nowhere
16144 <p>Remember AT&T?
16149 text with character entity: eacute
16151 I always thought é was a cute letter.
16153 <p>I always thought é was a cute letter.
16156 <p>I always thought é was a cute letter.</p>
16160 text with entity-escaped character entity-like string: eacute
16162 I always thought &eacute; was a cute letter.
16164 <p>I always thought &eacute; was a cute letter.
16169 text with undefined character entity: xacute
16171 I always thought &xacute; was a cute letter.
16173 <p>I always thought &xacute; was a cute letter.
16180 <data value="5">five</data>
16181 <time datetime="2000-01-01T00:00Z">The new millenium started</time>
16182 <mark>This highlighted text</mark>
16184 <p><data value="5">five</data>
16185 <time datetime="2000-01-01T00:00Z">The new millenium started</time>
16186 <mark>This highlighted text</mark>
16191 HTML tag with leading space is parsed as text
16195 <p>< div>foo< /div>
16200 ### Nesting tests (see bug 41545, 50604, 51081)
16203 # This test case is fixed in Parsoid by domino 1.0.12. (bug 50604)
16204 # Note that html2wt is considerably more difficult if we use <b> in
16205 # the test case, instead of <big>
16207 Ensure that HTML adoption agency algorithm is properly implemented.
16209 <big>X<big>Y</big>Z</big>
16211 <p><big>X<big>Y</big>Z</big>
16215 # This was bug 41545 in the PHP parser.
16216 # Note that tidy doesn't handle this correctly.
16220 <kbd>X<kbd>Y</kbd>Z</kbd>
16222 <p><kbd>X<kbd>Y</kbd>Z</kbd>
16226 # The following cases were bug 51081 in the PHP parser.
16227 # Note that there are some other nestable tags (b, i, etc) which are
16228 # not covered; see bug 51081 for discussion.
16230 # Note that tidy doesn't handle this correctly.
16234 <em>X<em>Y</em>Z</em>
16236 <p><em>X<em>Y</em>Z</em>
16240 # Note that tidy doesn't handle this correctly.
16242 Nesting of <strong>
16244 <strong>X<strong>Y</strong>Z</strong>
16246 <p><strong>X<strong>Y</strong>Z</strong>
16255 <p><q>X<q>Y</q>Z</q></p>
16258 # Note that tidy doesn't handle this correctly.
16262 <ruby>X<ruby>Y</ruby>Z</ruby>
16264 <p><ruby>X<ruby>Y</ruby>Z</ruby>
16268 # Note that tidy doesn't handle this correctly.
16272 <bdo>X<bdo>Y</bdo>Z</bdo>
16274 <p><bdo>X<bdo>Y</bdo>Z</bdo>
16286 [[Media:Foobar.jpg]]
16288 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class="internal" title="Foobar.jpg">Media:Foobar.jpg</a>
16293 Media link with text
16295 [[Media:Foobar.jpg|A neat file to look at]]
16297 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class="internal" title="Foobar.jpg">A neat file to look at</a>
16301 # FIXME: this is still bad HTML tag nesting
16302 # FIXME: doBlockLevels won't wrap this in a paragraph because it contains a div
16304 Media link with nasty text
16306 [[Media:Foobar.jpg|Safe Link<div style=display:none>" onmouseover="alert(document.cookie)" onfoo="</div>]]
16308 <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>
16311 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class="internal" title="Foobar.jpg">Safe Link</a></p>
16312 <div style="display:none">" onmouseover="alert(document.cookie)" onfoo="</div>
16316 Media link to nonexistent file (bug 1702)
16318 [[Media:No such.jpg]]
16320 <p><a href="/index.php?title=Special:Upload&wpDestFile=No_such.jpg" class="new" title="No such.jpg">Media:No such.jpg</a>
16325 Image link to nonexistent file (bug 1850 - good)
16327 [[File:No_such.jpg]]
16329 <p><a href="/index.php?title=Special:Upload&wpDestFile=No_such.jpg" class="new" title="File:No such.jpg">File:No such.jpg</a>
16332 <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>
16336 :Image link to nonexistent file (bug 1850 - bad)
16338 [[:Image:No such.jpg]]
16340 <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>
16343 <p><a rel="mw:WikiLink" href="./File:No_such.jpg" title="File:No such.jpg">Image:No such.jpg</a></p>
16349 Character reference normalization in link text (bug 1938)
16351 [[Main Page|this&that]]
16353 <p><a href="/wiki/Main_Page" title="Main Page">this&that</a>
16360 Test for unicode normalization
16362 The page's name is U+05d0 U+05b7, with non-canonical form U+FB2E
16366 (bug 19451) Links should refer to the normalized form.
16374 <p><a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
16375 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
16376 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
16377 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
16378 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
16383 Empty attribute crash test (bug 2067)
16385 <font color="">foo</font>
16387 <p><font color="">foo</font>
16392 Empty attribute crash test single-quotes (bug 2067)
16394 <font color=''>foo</font>
16396 <p><font color="">foo</font>
16401 Attribute test: equals, then nothing
16403 parsoid=wt2html,html2html
16405 <font color=>foo</font>
16407 <p><font color="">foo</font>
16410 <p><font color="" data-parsoid='{"stx":"html"}'>foo</font></p>
16414 Attribute test: unquoted value
16416 parsoid=wt2html,html2html
16418 <font color=x>foo</font>
16420 <p><font color="x">foo</font>
16423 <p><font color="x" data-parsoid='{"stx":"html"}'>foo</font></p>
16427 Attribute test: unquoted but illegal value (hash)
16429 <font color=#x>foo</font>
16431 <p><font color="#x">foo</font>
16435 # Parsoid does not serialize to empty attribute syntax,
16436 # so wt2wt and html2wt cases are skipped
16438 Attribute test: no value (T54330)
16440 parsoid=wt2html,html2html
16442 <font color>foo</font>
16444 <p><font color="">foo</font>
16447 <p><font color="">foo</font></p>
16451 Bug 2095: link with three closing brackets
16455 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>]
16458 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">Main Page</a>]</p>
16462 Bug 2095: link with pipe and three closing brackets
16464 [[Main Page|link]]]
16466 <p><a href="/wiki/Main_Page" title="Main Page">link</a>]
16469 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">link</a>]</p>
16473 Bug 2095: link with pipe and three closing brackets, version 2
16475 [[Main Page|[http://example.com/]]]
16477 <p><a href="/wiki/Main_Page" title="Main Page">[http://example.com/]</a>
16480 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">[http://example.com/]</a></p>
16489 Template:Dangerous attribute
16491 " onmouseover="alert(document.cookie)
16495 Template:Dangerous style attribute
16497 border-size: expression(alert(document.cookie))
16503 <div style="float: right; {{{1}}}">Magic div</div>
16507 Bug 2304: HTML attribute safety (safe template; regression bug 2309)
16509 <div title="{{test}}"></div>
16511 <div title="This is a test template"></div>
16515 # Parsoid has enough context to handle this case
16517 Bug 2304: HTML attribute safety (dangerous template; 2309)
16519 <div title="{{dangerous attribute}}"></div>
16521 <div title=""></div>
16524 <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>
16528 Bug 2304: HTML attribute safety (dangerous style template; 2309)
16530 <div style="{{dangerous style attribute}}"></div>
16532 <div style="/* insecure input */"></div>
16537 Bug 2304: HTML attribute safety (safe parameter; 2309)
16539 {{div style|width: 200px}}
16541 <div style="float: right; width: 200px">Magic div</div>
16546 Bug 2304: HTML attribute safety (unsafe parameter; 2309)
16548 {{div style|width: expression(alert(document.cookie))}}
16550 <div style="/* insecure input */">Magic div</div>
16555 Bug 2304: HTML attribute safety (unsafe breakout parameter; 2309)
16557 {{div style|"><script>alert(document.cookie)</script>}}
16559 <div style="float: right;"><script>alert(document.cookie)</script>">Magic div</div>
16564 Bug 2304: HTML attribute safety (unsafe breakout parameter 2; 2309)
16566 {{div style|" ><script>alert(document.cookie)</script>}}
16568 <div style="float: right;"><script>alert(document.cookie)</script>">Magic div</div>
16573 Bug 2304: HTML attribute safety (link)
16575 <div title="[[Main Page]]"></div>
16577 <div title="[[Main Page]]"></div>
16582 Bug 2304: HTML attribute safety (italics)
16584 <div title="''foobar''"></div>
16586 <div title="''foobar''"></div>
16591 Bug 2304: HTML attribute safety (bold)
16593 <div title="'''foobar'''"></div>
16595 <div title="'''foobar'''"></div>
16601 Bug 2304: HTML attribute safety (ISBN)
16603 <div title="ISBN 1234567890"></div>
16605 <div title="ISBN 1234567890"></div>
16610 Bug 2304: HTML attribute safety (RFC)
16612 <div title="RFC 1234"></div>
16614 <div title="RFC 1234"></div>
16619 Bug 2304: HTML attribute safety (PMID)
16621 <div title="PMID 1234567890"></div>
16623 <div title="PMID 1234567890"></div>
16628 Bug 2304: HTML attribute safety (web link)
16630 <div title="http://example.com/"></div>
16632 <div title="http://example.com/"></div>
16637 Bug 2304: HTML attribute safety (named web link)
16639 <div title="[http://example.com/ link]"></div>
16641 <div title="[http://example.com/ link]"></div>
16646 Bug 3244: HTML attribute safety (extension; safe)
16648 <div style="<nowiki>background:blue</nowiki>"></div>
16650 <div style="background:blue"></div>
16655 Bug 3244: HTML attribute safety (extension; unsafe)
16657 <div style="<nowiki>border-left:expression(alert(document.cookie))</nowiki>"></div>
16659 <div style="/* insecure input */"></div>
16663 # More MSIE fun discovered by Tom Gilder
16666 MSIE CSS safety test: spurious slash
16668 <div style="background-image:u\rl(javascript:alert('boo'))">evil</div>
16670 <div style="/* insecure input */">evil</div>
16675 MSIE CSS safety test: hex code
16677 <div style="background-image:u\72l(javascript:alert('boo'))">evil</div>
16679 <div style="/* insecure input */">evil</div>
16684 MSIE CSS safety test: comment in url
16686 <div style="background-image:u/**/rl(javascript:alert('boo'))">evil</div>
16688 <div style="background-image:u rl(javascript:alert('boo'))">evil</div>
16693 MSIE CSS safety test: comment in expression
16695 <div style="background-image:expres/**/sion(alert('boo4'))">evil4</div>
16697 <div style="background-image:expres sion(alert('boo4'))">evil4</div>
16702 CSS safety test (all browsers): vertical tab (bug 55332 / CVE-2013-4567)
16704 <p style="font-size: 100px; background-image:url\b(https://www.google.com/images/srpr/logo6w.png)">A</p>
16706 <p style="/* invalid control char */">A</p>
16711 MSIE 6 CSS safety test: Fullwidth (bug 55332)
16713 <p style="font-size: 100px; color: expression((title='XSSed'),'red')">A</p>
16714 <div style="top:EXPRESSION(alert())">B</div>
16716 <p style="/* insecure input */">A</p>
16717 <div style="/* insecure input */">B</div>
16722 MSIE 6 CSS safety test: IPA extensions (bug 55332)
16724 <div style="background-image:uʀʟ(javascript:alert())">A</div>
16725 <p style="font-size: 100px; color: expʀessɪoɴ((title='XSSed'),'red')">B</p>
16727 <div style="/* insecure input */">A</div>
16728 <p style="/* insecure input */">B</p>
16733 MSIE 6 CSS safety test: sup/sub script (bug 55332)
16735 <div style="background-image:url⁽javascript:alert())">A</div>
16736 <div style="background-image:url₍javascript:alert())">B</div>
16737 <p style="font-size: 100px; color: expressioⁿ((title='XSSed'),'red')">C</p>
16739 <div style="/* insecure input */">A</div>
16740 <div style="/* insecure input */">B</div>
16741 <p style="/* insecure input */">C</p>
16745 # FIXME: Parsoid fails to sanitize this! See T58846.
16750 title="data:text/html,<img src=1 onerror=alert(1)>"
16751 style="-o-link:attr(title);-o-link-source:current">X</div>
16753 <div title="data:text/html,<img src=1 onerror=alert(1)>" style="/* insecure input */">X</div>
16758 MSIE 6 CSS safety test: Repetition markers (bug 55332)
16760 <p style="font-size: 100px; color: expres〱ion((title='XSSed'),'red')">A</p>
16761 <p style="font-size: 100px; color: expresゝion((title='XSSed'),'red')">B</p>
16762 <p style="font-size: 100px; color: expresーion((title='XSSed'),'red')">C</p>
16763 <p style="font-size: 100px; color: expresヽion((title='XSSed'),'red')">D</p>
16764 <p style="font-size: 100px; color: expresﹽion((title='XSSed'),'red')">E</p>
16765 <p style="font-size: 100px; color: expresﹼion((title='XSSed'),'red')">F</p>
16766 <p style="font-size: 100px; color: expresーion((title='XSSed'),'red')">G</p>
16768 <p style="/* insecure input */">A</p>
16769 <p style="/* insecure input */">B</p>
16770 <p style="/* insecure input */">C</p>
16771 <p style="/* insecure input */">D</p>
16772 <p style="/* insecure input */">E</p>
16773 <p style="/* insecure input */">F</p>
16774 <p style="/* insecure input */">G</p>
16779 Table attribute legitimate extension
16782 !+ style="<nowiki>color:blue</nowiki>"| status
16787 <th style="color:blue"> status
16793 Table attribute safety
16796 !+ style="<nowiki>border-width:expression(0+alert(document.cookie))</nowiki>"| status
16801 <th style="/* insecure input */"> status
16807 CSS line continuation 1
16809 <div style="background-image: u\ rl(test.jpg);"></div>
16811 <div style="/* insecure input */"></div>
16816 CSS line continuation 2
16818 <div style="background-image: u\ rl(test.jpg); "></div>
16820 <div style="/* invalid control char */"></div>
16831 Expansion of multi-line templates in attribute values (bug 6255)
16833 <div style="background: {{identity|#00FF00}}">-</div>
16835 <div style="background: #00FF00">-</div>
16841 Expansion of multi-line templates in attribute values (bug 6255 sanity check)
16843 <div style="background:
16846 <div style="background: #00FF00">-</div>
16849 <div style="background:
16854 Expansion of multi-line templates in attribute values (bug 6255 sanity check 2)
16856 <div style="background: #00FF00">-</div>
16858 <div style="background: #00FF00">-</div>
16863 Tags which are hidden from Tidy cannot pass through the Sanitizer
16865 <mw:toc><script>alert();</script></mw:toc>
16867 <p><mw:toc><script>alert();</script></mw:toc></p>
16871 ### Parser hooks (see tests/parser/parserTestsParserHook.php for the <tag> extension)
16874 Parser hook: empty input
16885 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
16888 ## Don't expect parsoid to rt this form.
16890 Parser hook: empty input using terminated empty elements
16892 parsoid=wt2html,html2html
16903 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":null}' data-parsoid='{}' about="#mwt2"></pre>
16907 Parser hook: empty input using terminated empty elements (space before)
16918 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":null}' data-parsoid='{}' about="#mwt2"></pre>
16922 Parser hook: basic input
16933 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"input"}}' data-parsoid='{}' about="#mwt2"></pre>
16936 ## Don't expect parsoid to rt this form.
16938 Parser hook: case insensitive
16940 parsoid=wt2html,html2html
16951 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"input"}}' data-parsoid='{}' about="#mwt2"></pre>
16954 ## Don't expect parsoid to rt this form.
16956 Parser hook: case insensitive, redux
16958 parsoid=wt2html,html2html
16969 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"input"}}' data-parsoid='{}' about="#mwt2"></pre>
16973 Parser hook: nested tags
16975 <tag><tag></tag></tag>
16984 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"<tag>"}}' data-parsoid='{}' about="#mwt2"></pre></tag>
16988 Parser hook: basic arguments
16990 <tag width="200" height="100" depth="50" square=""></tag>
17003 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"width":"200","height":"100","depth":"50","square":""},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
17006 ## Don't expect parsoid to rt this form.
17008 Parser hook: basic arguments, variations
17010 parsoid=wt2html,html2html
17012 <tag width=200 height = "100" depth = '50' square></tag>
17025 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"width":"200","height":"100","depth":"50","square":""},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
17029 Parser hook: argument containing a forward slash (bug 5344)
17031 <tag filename="/tmp/bla"></tag>
17036 'filename' => '/tmp/bla',
17041 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"filename":"/tmp/bla"},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
17044 ## Don't expect parsoid to rt this form.
17046 Parser hook: empty input using terminated empty elements (bug 2374)
17048 parsoid=wt2html,html2html
17060 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"foo":"bar"},"body":null}' data-parsoid='{}' about="#mwt2"></pre>text
17063 ## </tag> should be output literally since there is no matching tag that begins it
17064 ## Don't expect parsoid to rt this form.
17066 Parser hook: basic arguments using terminated empty elements (bug 2374)
17070 <tag width=200 height = "100" depth = '50' square/>
17087 <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
17091 ## Don't expect parsoid to rt this form.
17093 Parser hook: Don't allow unclosed extension tags
17099 this is a '''test'''
17101 <p>test <tag>123
17102 </p><p>this is a <b>test</b>
17105 <p>test <tag>123</p>
17107 <p>this is a <b>test</b></p>
17111 ### (see tests/parser/parserTestsParserHook.php for the <statictag> extension)
17115 Parser hook: static parser hook not inside a comment
17117 <statictag>hello, world</statictag>
17119 <statictag action="flush" />
17125 <p><span typeof="mw:Extension/statictag" data-mw='{"name":"statictag","attrs":{},"body":{"extsrc":"hello, world"}}' data-parsoid='{}' about="#mwt2"></span></p>
17126 <p typeof="mw:Extension/statictag" data-mw='{"name":"statictag","attrs":{"action":"flush"},"body":null}' data-parsoid='{}' about="#mwt4">hello, world</p>
17130 Parser hook: static parser hook inside a comment
17132 <!-- <statictag>hello, world</statictag> -->
17133 <statictag action="flush" />
17138 <!-- <statictag>hello, world</statictag> -->
17139 <p typeof="mw:Extension/statictag" data-mw='{"name":"statictag","attrs":{"action":"flush"},"body":null}' data-parsoid='{}' about="#mwt2"></p>
17142 # Nested template calls; this case was broken by Parser.php rev 1.506,
17146 Template:One-parameter
17148 (My parameter is: {{{1}}})
17152 Template:Map-one-parameter
17154 {{{{{1}}}|{{{2}}}}}
17158 Nested template calls
17160 {{Map-one-parameter|One-parameter|param}}
17162 <p>(My parameter is: param)
17171 # HTML+Tidy effectively strips out the empty tags completely
17172 # But since Parsoid doesn't it wraps the <s></s> tags in p-tags
17173 # which Tidy would have done for the PHP parser had there been content inside it.
17175 Sanitizer: Closing of open tags
17177 <s></s><table></table>
17179 <s></s><table></table>
17182 <p><s></s></p><table></table>
17186 Sanitizer: Closing of open but not closed tags
17195 Sanitizer: Closing of closed but not open tags
17205 Sanitizer: Closing of closed but not open table tags
17209 Table not started</td></tr></table>
17211 <p>Table not started</p>
17213 <p>Table not started</p>
17217 Sanitizer: Escaping of spaces, multibyte characters, colons & other stuff in id=""
17219 <span id="æ: v">byte</span>[[#æ: v|backlink]]
17221 <p><span id=".C3.A6:_v">byte</span><a href="#.C3.A6:_v">backlink</a>
17224 <p><span id=".C3.A6:_v" data-parsoid='{"stx":"html","a":{"id":".C3.A6:_v"},"sa":{"id":"æ: v"}}'>byte</span><a rel="mw:WikiLink" href="./Main_Page#.C3.A6:_v" data-parsoid='{"stx":"piped","a":{"href":"./Main_Page#.C3.A6:_v"},"sa":{"href":"#æ: v"}}'>backlink</a></p>
17227 # In HTML5, the restrictions are that id must contain at least one character,
17228 # and must not contain any space characters.
17230 Sanitizer: Validating the contents of the id attribute (bug 4515)
17234 <br id="" /><br id="a space" />
17239 # In HTML5, id must be unique amongst all the ids in the element's home subtree.
17241 Sanitizer: Validating id attribute uniqueness (bug 4515, bug 6301)
17245 <br id="foo" /><br id="foo" />
17247 Something need to be done. foo-2 ?
17251 Sanitizer: Validating that <meta> and <link> work, but only for Microdata
17254 <meta itemprop="hello" content="world">
17255 <meta http-equiv="refresh" content="5">
17256 <meta itemprop="hello" http-equiv="refresh" content="5">
17257 <link itemprop="hello" href="{{SERVER}}">
17258 <link rel="stylesheet" href="{{SERVER}}">
17259 <link rel="stylesheet" itemprop="hello" href="{{SERVER}}">
17263 <p> <meta itemprop="hello" content="world" />
17264 <meta http-equiv="refresh" content="5">
17265 <meta itemprop="hello" content="5" />
17267 <link itemprop="hello" href="http://example.org" />
17268 <link rel="stylesheet" href="<a rel="nofollow" class="external free" href="http://example.org">http://example.org</a>">
17269 <link itemprop="hello" href="http://example.org" />
17275 Language converter: output gets cut off unexpectedly (bug 5757)
17279 this bit is safe: }-
17281 but if we add a conversion instance: -{zh-cn:xxx;zh-tw:yyy}-
17283 then we get cut off here: }-
17285 all additional text is vanished
17287 <p>this bit is safe: }-
17288 </p><p>but if we add a conversion instance: xxx
17289 </p><p>then we get cut off here: }-
17290 </p><p>all additional text is vanished
17295 Self closed html pairs (bug 5487)
17298 <center><font id="bug" />Centered text</center>
17299 <div><font id="bug2" />In div text</div>
17301 <center><font id="bug" />Centered text</center>
17302 <div><font id="bug2" />In div text</div>
17311 Punctuation: nbsp before exclamation
17315 <p>C'est grave !
17320 Punctuation: CSS !important (bug 11874)
17322 <div style="width:50% !important">important</div>
17324 <div style="width:50% !important">important</div>
17329 Punctuation: CSS ! important (bug 11874; with space after)
17331 <div style="width:50% ! important">important</div>
17333 <div style="width:50% ! important">important</div>
17338 HTML bullet list, closed tags (bug 5497)
17351 <ul data-parsoid='{"stx":"html"}'>
17352 <li data-parsoid='{"stx":"html"}'>One</li>
17353 <li data-parsoid='{"stx":"html"}'>Two</li>
17359 HTML bullet list, unclosed tags (bug 5497)
17371 <ul data-parsoid='{"stx":"html"}'>
17372 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>One</li>
17373 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>Two</li>
17379 HTML ordered list, closed tags (bug 5497)
17392 <ol data-parsoid='{"stx":"html"}'>
17393 <li data-parsoid='{"stx":"html"}'>One</li>
17394 <li data-parsoid='{"stx":"html"}'>Two</li>
17400 HTML ordered list, unclosed tags (bug 5497)
17413 <ol data-parsoid='{"stx":"html"}'>
17414 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>One</li>
17415 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>Two</li>
17421 HTML nested bullet list, closed tags (bug 5497)
17444 <ul data-parsoid='{"stx":"html"}'>
17445 <li data-parsoid='{"stx":"html"}'>One</li>
17446 <li data-parsoid='{"stx":"html"}'>Two:
17447 <ul data-parsoid='{"stx":"html"}'>
17448 <li data-parsoid='{"stx":"html"}'>Sub-one</li>
17449 <li data-parsoid='{"stx":"html"}'>Sub-two</li>
17456 HTML nested bullet list, open tags (bug 5497)
17493 HTML nested ordered list, closed tags (bug 5497)
17518 HTML nested ordered list, open tags (bug 5497)
17555 HTML ordered list item with parameters oddity
17557 <ol><li id="fragment">One</li>
17560 <ol><li id="fragment">One</li>
17565 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
17567 bug 5918: autonumbering
17569 [http://first/] [http://second] [ftp://ftp]
17573 [mailto:enclosed@mail.tld With target]
17575 [mailto:enclosed@mail.tld]
17577 mailto:inline@mail.tld
17579 <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>
17580 </p><p><a rel="nofollow" class="external free" href="ftp://inlineftp">ftp://inlineftp</a>
17581 </p><p><a rel="nofollow" class="external text" href="mailto:enclosed@mail.tld">With target</a>
17582 </p><p><a rel="nofollow" class="external autonumber" href="mailto:enclosed@mail.tld">[4]</a>
17583 </p><p><a rel="nofollow" class="external free" href="mailto:inline@mail.tld">mailto:inline@mail.tld</a>
17586 <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>
17587 <p><a rel="mw:ExtLink" href="ftp://inlineftp">ftp://inlineftp</a></p>
17588 <p><a rel="mw:ExtLink" href="mailto:enclosed@mail.tld">With target</a></p>
17589 <p><a rel="mw:ExtLink" href="mailto:enclosed@mail.tld"></a></p>
17590 <p><a rel="mw:ExtLink" href="mailto:inline@mail.tld">mailto:inline@mail.tld</a></p>
17595 # Security and HTML correctness
17596 # From Nick Jenkins' fuzz testing
17600 Fuzz testing: Parser13
17615 Fuzz testing: Parser14
17620 <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>
17621 http://<div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
17623 <li class="toclevel-1 tocsection-1"><a href="#onmouseover.3D"><span class="tocnumber">1</span> <span class="toctext">onmouseover=</span></a></li>
17629 <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>
17631 <div id="toc" class="toc">
17632 <div id="toctitle">
17636 <li class="toclevel-1 tocsection-1"><a href="#onmouseover.3D"><span class="tocnumber">1</span> <span class="toctext">onmouseover=</span></a></li>
17643 Fuzz testing: Parser14-table
17645 parsoid=wt2html,html2html
17650 <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>
17651 <table style="__TOC__">
17656 <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>
17657 <table style="__TOC__">
17664 <table style="__TOC__"></table>
17667 # Known to produce bogus xml (extra </td>)
17669 Fuzz testing: Parser16
17696 Fuzz testing: Parser21
17699 ! irc://{{ftp://a" onmouseover="alert('hello world');"
17704 <th> <a rel="nofollow" class="external free" href="irc://{{ftp://a">irc://{{ftp://a</a>" onmouseover="alert('hello world');"
17714 Fuzz testing: Parser22
17716 http://===r:::https://b
17720 <p><a rel="nofollow" class="external free" href="http://===r:::https://b">http://===r:::https://b</a>
17728 # Known to produce bad XML for now
17730 Fuzz testing: Parser24
17737 | {{{{SSSll!!!!!!!VVVV)]]][[Special:*xxxxxxx--><noinclude>}}}} >
17738 <br style="onmouseover='alert(document.cookie);' " />
17740 MOVE YOUR MOUSE CURSOR OVER THIS TEXT
17745 <u class="|">}}}} >
17746 <br style="onmouseover='alert(document.cookie);'" />
17748 MOVE YOUR MOUSE CURSOR OVER THIS TEXT
17756 <p data-parsoid='{"fostered":true,"autoInsertedEnd":true}'>{{{|
17757 <u class="|" about="#mwt2" typeof="mw:ExpandedAttrs" data-parsoid='{"stx":"html","a":{"{{{{SSSll!!!!!!!VVVV)]]][[Special:*xxxxxxx--><noinclude>}}}}":null},"sa":{"{{{{SSSll!!!!!!!VVVV)]]][[Special:*xxxxxxx--><noinclude>}}}}":""},"autoInsertedEnd":true}' data-mw='{"attribs":[[{"txt":"{{{{SSSll!!!!!!!VVVV)]]][[Special:*xxxxxxx-->}}}}","html":"{<span about=\"#mwt1\" typeof=\"mw:Param\" data-parsoid='{\"pi\":[[]],\"dsr\":[21,79,null,null]}' data-mw='{\"parts\":[{\"templatearg\":{\"target\":{\"wt\":\"SSSll!!!!!!!VVVV)]]][[Special:*xxxxxxx-->&lt;noinclude>\"},\"params\":{},\"i\":0}}]}'>{{{SSSll!!!!!!!VVVV)]]][[Special:*xxxxxxx-->}}}</span>}"},{"html":""}]]}'>
17758 <br style="onmouseover='alert(document.cookie);' " data-parsoid='{"stx":"html","selfClose":true}'/></u></p><p data-parsoid='{"fostered":true,"autoInsertedEnd":true}'><u class="|" about="#mwt2" typeof="mw:ExpandedAttrs" data-parsoid='{"stx":"html","a":{"{{{{SSSll!!!!!!!VVVV)]]][[Special:*xxxxxxx--><noinclude>}}}}":null},"sa":{"{{{{SSSll!!!!!!!VVVV)]]][[Special:*xxxxxxx--><noinclude>}}}}":""},"autoInsertedEnd":true,"autoInsertedStart":true}' data-mw='{"attribs":[[{"txt":"{{{{SSSll!!!!!!!VVVV)]]][[Special:*xxxxxxx-->}}}}","html":"{<span about=\"#mwt1\" typeof=\"mw:Param\" data-parsoid='{\"pi\":[[]],\"dsr\":[21,79,null,null]}' data-mw='{\"parts\":[{\"templatearg\":{\"target\":{\"wt\":\"SSSll!!!!!!!VVVV)]]][[Special:*xxxxxxx-->&lt;noinclude>\"},\"params\":{},\"i\":0}}]}'>{{{SSSll!!!!!!!VVVV)]]][[Special:*xxxxxxx-->}}}</span>}"},{"html":""}]]}'>MOVE YOUR MOUSE CURSOR OVER THIS TEXT</u></p><table data-parsoid='{"autoInsertedEnd":true}'>
17762 <tbody><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'></td></tr></tbody></table>
17765 # Note: the current result listed for this is not what the original one was,
17766 # but the original bug was JavaScript injection, which is fixed in any case.
17767 # It's not clear that the original result listed was any more correct than the
17768 # current one. Original result:
17771 # <li class="||">
17772 # }}}blah" onmouseover="alert('hello world');" align="left"<b>MOVE MOUSE CURSOR OVER HERE</b>
17774 Fuzz testing: Parser25 (bug 6055)
17780 }}}blah" onmouseover="alert('hello world');" align="left"'''MOVE MOUSE CURSOR OVER HERE
17782 <p><LI CLASS=blah" onmouseover="alert('hello world');" align="left"<b>MOVE MOUSE CURSOR OVER HERE</b>
17785 <span about="#mwt1" typeof="mw:Param" data-parsoid='{"pi":[[{"k":"1"},{"k":"2"},{"k":"3"}]]}' data-mw='{"parts":[{"templatearg":{"target":{"wt":"\n"},"params":{"1":{"wt":" \n<LI CLASS="},"2":{"wt":""},"3":{"wt":"\n >\n"}},"i":0}},"blah\" onmouseover=\"alert('hello world');\" align=\"left\"'''MOVE MOUSE CURSOR OVER HERE"]}'>
17786 </span><p about="#mwt1"><LI CLASS=blah" onmouseover="alert('hello world');" align="left"<b>MOVE MOUSE CURSOR OVER HERE</b></p>
17790 Fuzz testing: URL adjacent extension (with space, clean)
17792 http://example.com <nowiki>junk</nowiki>
17794 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a> junk
17797 <p><a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a> <span typeof="mw:Nowiki">junk</span></p>
17801 Fuzz testing: URL adjacent extension (no space, dirty; nowiki)
17803 http://example.com<nowiki>junk</nowiki>
17805 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>junk
17808 <p><a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a><span typeof="mw:Nowiki">junk</span></p>
17812 Fuzz testing: URL adjacent extension (no space, dirty; pre)
17814 http://example.com<pre>junk</pre>
17816 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a><pre>junk</pre>
17819 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a></p>
17824 <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>
17828 Fuzz testing: image with bogus manual thumbnail
17830 [[Image:foobar.jpg|thumbnail= ]]
17832 <div class="thumb tright"><div class="thumbinner" style="width:182px;">Error creating thumbnail: <div class="thumbcaption"></div></div></div>
17835 <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>
17839 Fuzz testing: encoded newline in generated HTML replacements (bug 6577)
17841 <pre dir=" "></pre>
17843 <pre dir=" "></pre>
17848 Parsing optional HTML elements (Bug 6171)
17853 <td> Some tabular data</td>
17854 <td> More tabular data ...
17855 <td> And yet som tabular data</td>
17861 <td> Some tabular data</td>
17862 <td> More tabular data ...
17863 </td><td> And yet som tabular data</td>
17870 Correct handling of <td>, <tr> (Bug 6171)
17875 <td> Some tabular data</td>
17876 <td> More tabular data ...</td>
17877 <td> And yet som tabular data</td>
17883 <td> Some tabular data</td>
17884 <td> More tabular data ...</td>
17885 <td> And yet som tabular data</td>
17893 Parsing crashing regression (fr:JavaScript)
17897 <p></body></x>
17902 Inline wiki vs wiki block nesting
17908 <p><b>Bold paragraph</b>
17909 </p><p>New wiki paragraph
17913 # FIXME: The current php output is documented
17914 # and desired output is the parsoid target.
17916 Inline HTML vs wiki block nesting
17922 <p><b>Bold paragraph
17923 </p><p>New wiki paragraph</b>
17926 <p><b>Bold paragraph</b>
17927 </p><p>New wiki paragraph
17931 # Original result was this:
17932 # <p><b>bold</b><b>bold<i>bolditalics</i></b>
17934 # While that might be marginally more intuitive, maybe, the six-apostrophe
17935 # construct is clearly pathological and the result stated here (which is what
17936 # the parser actually does) is about as reasonable as anything.
17938 Mixing markup for italics and bold
17941 '''bold''''''bold''bolditalics'''''
17943 <p>'<i>bold'</i><b>bold<i>bolditalics</i></b>
17951 Article for special page transclusion test
17955 Special page transclusion
17958 {{Special:Prefixindex/Xyzzyx}}
17960 <ul class="mw-prefixindex-list"><li><a href="/wiki/Xyzzyx" title="Xyzzyx">Xyzzyx</a></li>
17966 Special page transclusion twice (bug 5021)
17969 {{Special:Prefixindex/Xyzzyx}}
17970 {{Special:Prefixindex/Xyzzyx}}
17972 <ul class="mw-prefixindex-list"><li><a href="/wiki/Xyzzyx" title="Xyzzyx">Xyzzyx</a></li>
17974 <ul class="mw-prefixindex-list"><li><a href="/wiki/Xyzzyx" title="Xyzzyx">Xyzzyx</a></li>
17980 Transclusion of default MediaWiki message
17982 {{MediaWiki:Mainpage}}
17989 Transclusion of nonexistent MediaWiki message
17991 {{MediaWiki:Mainpagexxx}}
17993 <p><a href="/index.php?title=MediaWiki:Mainpagexxx&action=edit&redlink=1" class="new" title="MediaWiki:Mainpagexxx (page does not exist)">MediaWiki:Mainpagexxx</a>
17998 Transclusion of MediaWiki message with underscore
18000 {{MediaWiki:history_short}}
18007 Transclusion of MediaWiki message with space
18009 {{MediaWiki:history short}}
18016 Invalid header with following text
18026 Section extraction test (section 0)
18046 Section extraction test (section 1)
18068 Section extraction test (section 2)
18089 Section extraction test (section 3)
18109 Section extraction test (section 4)
18133 Section extraction test (section 5)
18153 Section extraction test (section 6)
18174 Section extraction test (section 7)
18194 Section extraction test (section 8)
18214 Section extraction test (section 9)
18235 Section extraction test (section 10)
18255 Section extraction test (nonexistent section 11)
18274 Section extraction test with bogus heading (section 1)
18279 ==bogus== not a legal section
18283 ==bogus== not a legal section
18287 Section extraction test with bogus heading (section 2)
18292 ==bogus== not a legal section
18299 Section extraction test with comment after heading (section 1)
18311 Section extraction test with comment after heading (section 2)
18323 Section extraction test with bogus <nowiki> heading (section 1)
18328 ==bogus== <nowiki>not a legal section</nowiki>
18332 ==bogus== <nowiki>not a legal section</nowiki>
18336 Section extraction test with bogus <nowiki> heading (section 2)
18341 ==bogus== <nowiki>not a legal section</nowiki>
18347 # Formerly testing for bug 2587, now resolved by the use of unmarked sections
18348 # instead of respecting commented sections
18350 Section extraction prefixed by comment (section 1)
18361 Section extraction prefixed by comment (section 2)
18371 # Formerly testing for bug 2607, now resolved by the use of unmarked sections
18372 # instead of respecting HTML-style headings
18374 Section extraction, mixed wiki and html (section 1)
18390 Section extraction, mixed wiki and html (section 2)
18406 # Formerly testing for bug 3342
18408 Section extraction, heading surrounded by <noinclude>
18412 <noinclude>==unmarked==</noinclude>
18418 # Test behavior of bug 19910
18420 Sectiion with all-equals
18425 The line above must have a trailing space
18428 But just in case it doesn't...
18432 But just in case it doesn't...
18436 Section replacement test (section 0)
18467 Section replacement test (section 1)
18496 Section replacement test (section 2)
18526 Section replacement test (section 3)
18557 Section replacement test (section 4)
18584 Section replacement test (section 5)
18615 Section replacement test (section 6)
18645 Section replacement test (section 7)
18676 Section replacement test (section 8)
18707 Section replacement test (section 9)
18736 Section replacement test (section 10)
18766 Section replacement test with initial whitespace (bug 13728)
18770 Preformatted initial line
18774 Preformatted initial line
18781 Section extraction, heading followed by pre with 20 spaces (bug 6398)
18793 Section extraction, heading followed by pre with 19 spaces (bug 6398 sanity check)
18806 Section extraction, <pre> around bogus header (bug 10309)
18823 Section replacement, <pre> around bogus header (bug 10309)
18845 Handling of 
 in URLs
18849 <ul><li><ul><li> <a rel="nofollow" class="external free" href="irc://%0Aa">irc://%0Aa</a></li></ul></li></ul>
18852 <ul><li><ul><li> <a rel="mw:ExtLink" href="irc://
18854 a</a></li></ul></li></ul>
18858 Handling of %0A in URLs
18862 <ul><li><ul><li> <a rel="nofollow" class="external free" href="irc://%0Aa">irc://%0Aa</a></li></ul></li></ul>
18865 <ul><li><ul><li> <a rel="mw:ExtLink" href="irc://%0Aa">irc://%0Aa</a></li></ul></li></ul>
18869 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
18871 5 quotes, code coverage +1 line
18878 <p><b><i></i></b></p>
18881 # same html as previous, but wikitext adjusted to match parsoid html2wt
18882 # note that wt2html and html2html will put the <i> before the <b>
18884 5 quotes, code coverage +1 line w/ nowiki (1)
18886 parsoid=wt2wt,html2wt
18888 '''''<nowiki/>'''''
18893 <p><b><i></i></b></p>
18896 # same as previous, just swapping the <i> and <b>
18898 5 quotes, code coverage +1 line w/ nowiki (2)
18900 '''''<nowiki/>'''''
18905 <p><i><b></b></i></p>
18909 Special:Search page linking.
18913 <p><a href="/wiki/Special:Search" title="Special:Search">Special:Search</a>
18918 {{!}} is a magic word
18920 {{!}} is a magic word there and {{!}} is still a magic word here
18921 | is not a magic word here but {{!}} is still a magic word here
18923 <p>| is a magic word there and | is still a magic word here
18924 | is not a magic word here but | is still a magic word here
18927 <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
18928 | 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>
18935 title=[[Parser test]]
18940 * {{FULLPAGENAMEE}}
18942 * {{BASEPAGENAMEE}}
18946 * {{ROOTPAGENAMEE}}
18948 * {{TALKPAGENAMEE}}
18949 * {{SUBJECTPAGENAME}}
18950 * {{SUBJECTPAGENAMEE}}
18953 * {{NAMESPACENUMBER}}
18957 * {{SUBJECTSPACEE}}
18958 * {{Dynamic|{{NUMBEROFUSERS}}|{{NUMBEROFPAGES}}|{{CURRENTVERSION}}|{{CONTENTLANGUAGE}}|{{DIRECTIONMARK}}|{{CURRENTTIMESTAMP}}|{{NUMBEROFARTICLES}}}}
18960 <ul><li> Parser test</li>
18961 <li> Parser_test</li>
18962 <li> Parser test</li>
18963 <li> Parser_test</li>
18964 <li> Parser test</li>
18965 <li> Parser_test</li>
18966 <li> Parser test</li>
18967 <li> Parser_test</li>
18968 <li> Parser test</li>
18969 <li> Parser_test</li>
18970 <li> Talk:Parser test</li>
18971 <li> Talk:Parser_test</li>
18972 <li> Parser test</li>
18973 <li> Parser_test</li>
18981 <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>
18984 ### Note: Above tests excludes the "{{NUMBEROFADMINS}}" magic word because it generates a MySQL error when included.
18986 ## Parsoid thinks the "centre" here is a property, not a caption.
18991 "modes": ["wt2html"],
18992 "nativeGallery": true
19000 image4 |300px| centre
19001 image5.svg| http://///////
19006 <ul class="gallery mw-gallery-traditional">
19007 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19008 <div class="thumb" style="height: 150px;">Image1.png</div>
19009 <div class="gallerytext">
19012 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19013 <div class="thumb" style="height: 150px;">Image2.gif</div>
19014 <div class="gallerytext">
19017 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19018 <div class="thumb" style="height: 150px;">Image3</div>
19019 <div class="gallerytext">
19022 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19023 <div class="thumb" style="height: 150px;">Image4</div>
19024 <div class="gallerytext">
19029 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19030 <div class="thumb" style="height: 150px;">Image5.svg</div>
19031 <div class="gallerytext">
19032 <p><a rel="nofollow" class="external free" href="http://///////">http://///////</a>
19036 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19037 <div class="thumb" style="height: 150px;">* image6</div>
19038 <div class="gallerytext">
19044 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt3" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19045 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span style="vertical-align: middle; display: inline-block;">image1.png </span></div><div class="gallerytext"></div></li>
19046 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span style="vertical-align: middle; display: inline-block;">image2.gif</span></div><div class="gallerytext"></div></li>
19047 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span style="vertical-align: middle; display: inline-block;">image3</span></div><div class="gallerytext"></div></li>
19048 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span style="vertical-align: middle; display: inline-block;">image4 </span></div><div class="gallerytext"></div></li>
19049 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span style="vertical-align: middle; display: inline-block;"> image5.svg</span></div><div class="gallerytext"> <a rel="mw:ExtLink" href="http://///////">http://///////</a></div></li>
19050 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span style="vertical-align: middle; display: inline-block;">* image6</span></div><div class="gallerytext"></div></li>
19055 Gallery (with options, html)
19058 "modes": ["wt2html", "html2html"],
19059 "nativeGallery": true
19062 <gallery widths="70px" heights="40px" perrow="2" caption="Foo [[Main Page]]">
19063 File:Nonexistent.jpg|caption
19064 File:Nonexistent.jpg
19065 image:foobar.jpg|some '''caption''' [[Main Page]]
19067 image:foobar.jpg|Blabla|alt=This is a foo-bar.|blabla.
19070 <ul class="gallery mw-gallery-traditional" style="max-width: 226px;_width: 226px;">
19071 <li class='gallerycaption'>Foo <a href="/wiki/Main_Page" title="Main Page">Main Page</a></li>
19072 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19073 <div class="thumb" style="height: 70px;">Nonexistent.jpg</div>
19074 <div class="gallerytext">
19079 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19080 <div class="thumb" style="height: 70px;">Nonexistent.jpg</div>
19081 <div class="gallerytext">
19084 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19085 <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>
19086 <div class="gallerytext">
19087 <p>some <b>caption</b> <a href="/wiki/Main_Page" title="Main Page">Main Page</a>
19091 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19092 <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>
19093 <div class="gallerytext">
19096 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19097 <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>
19098 <div class="gallerytext">
19106 <ul class="gallery mw-gallery-traditional" style="max-width: 226px; _width: 226px;" typeof="mw:Extension/gallery" about="#mwt3" data-mw='{"name":"gallery","attrs":{"widths":"70px","heights":"40px","perrow":"2"},"body":{}}'>
19107 <li class="gallerycaption">Foo <a rel="mw:WikiLink" href="./Main_Page" title="Main Page">Main Page</a></li>
19108 <li class="gallerybox" style="width: 105px;"><div class="thumb" style="width: 100px; height: 70px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span style="vertical-align: middle; display: inline-block;">File:Nonexistent.jpg</span></div><div class="gallerytext">caption</div></li>
19109 <li class="gallerybox" style="width: 105px;"><div class="thumb" style="width: 100px; height: 70px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span style="vertical-align: middle; display: inline-block;">File:Nonexistent.jpg</span></div><div class="gallerytext"></div></li>
19110 <li class="gallerybox" style="width: 105px;"><div class="thumb" style="width: 100px; height: 70px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/70px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="8" width="70"/></a></span></div><div class="gallerytext">some <b>caption</b> <a rel="mw:WikiLink" href="./Main_Page" title="Main Page">Main Page</a></div></li>
19111 <li class="gallerybox" style="width: 105px;"><div class="thumb" style="width: 100px; height: 70px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/70px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="8" width="70"/></a></span></div><div class="gallerytext"></div></li>
19112 <li class="gallerybox" style="width: 105px;"><div class="thumb" style="width: 100px; height: 70px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./File:Foobar.jpg"><img alt="This is a foo-bar." resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/70px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="8" width="70"/></a></span></div><div class="gallerytext">blabla.</div></li>
19117 Gallery (with options, extsrc)
19120 "nativeGallery": false
19123 <gallery widths="70px" heights="40px" perrow="2" caption="Foo [[Main Page]]">
19124 File:Nonexistent.jpg|caption
19125 File:Nonexistent.jpg
19126 image:foobar.jpg|some '''caption''' [[Main Page]]
19128 image:foobar.jpg|Blabla|alt=This is a foo-bar.|blabla.
19131 <ul class="gallery mw-gallery-traditional" style="max-width: 226px;_width: 226px;">
19132 <li class='gallerycaption'>Foo <a href="/wiki/Main_Page" title="Main Page">Main Page</a></li>
19133 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19134 <div class="thumb" style="height: 70px;">Nonexistent.jpg</div>
19135 <div class="gallerytext">
19140 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19141 <div class="thumb" style="height: 70px;">Nonexistent.jpg</div>
19142 <div class="gallerytext">
19145 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19146 <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>
19147 <div class="gallerytext">
19148 <p>some <b>caption</b> <a href="/wiki/Main_Page" title="Main Page">Main Page</a>
19152 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19153 <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>
19154 <div class="gallerytext">
19157 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19158 <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>
19159 <div class="gallerytext">
19167 <ul class="gallery mw-gallery-traditional" style="max-width: 226px; _width: 226px;" typeof="mw:Extension/gallery" about="#mwt3" data-parsoid='{}' data-mw='{"name":"gallery","attrs":{"widths":"70px","heights":"40px","perrow":"2","caption":"Foo [[Main Page]]"},"body":{"extsrc":"\nFile:Nonexistent.jpg|caption\nFile:Nonexistent.jpg\nimage:foobar.jpg|some '''caption''' [[Main Page]]\nimage:foobar.jpg\nimage:foobar.jpg|Blabla|alt=This is a foo-bar.|blabla.\n"}}'>
19168 <li class="gallerycaption">Foo <a rel="mw:WikiLink" href="./Main_Page" title="Main Page">Main Page</a></li>
19169 <li class="gallerybox" style="width: 105px;"><div class="thumb" style="width: 100px; height: 70px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span style="vertical-align: middle; display: inline-block;">File:Nonexistent.jpg</span></div><div class="gallerytext">caption</div></li>
19170 <li class="gallerybox" style="width: 105px;"><div class="thumb" style="width: 100px; height: 70px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span style="vertical-align: middle; display: inline-block;">File:Nonexistent.jpg</span></div><div class="gallerytext"></div></li>
19171 <li class="gallerybox" style="width: 105px;"><div class="thumb" style="width: 100px; height: 70px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/70px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="8" width="70"/></a></span></div><div class="gallerytext">some <b>caption</b> <a rel="mw:WikiLink" href="./Main_Page" title="Main Page">Main Page</a></div></li>
19172 <li class="gallerybox" style="width: 105px;"><div class="thumb" style="width: 100px; height: 70px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/70px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="8" width="70"/></a></span></div><div class="gallerytext"></div></li>
19173 <li class="gallerybox" style="width: 105px;"><div class="thumb" style="width: 100px; height: 70px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./File:Foobar.jpg"><img alt="This is a foo-bar." resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/70px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="8" width="70"/></a></span></div><div class="gallerytext">blabla.</div></li>
19178 Gallery with link that has fragment
19181 "modes": ["wt2html", "html2html"],
19182 "nativeGallery": true
19186 image:foobar.jpg|link=Main_Page
19187 image:foobar.jpg|link=Main_Page#section
19188 image:foobar.jpg|link=Main Page#section|caption
19191 <ul class="gallery mw-gallery-traditional">
19192 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19193 <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>
19194 <div class="gallerytext">
19197 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19198 <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>
19199 <div class="gallerytext">
19202 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19203 <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>
19204 <div class="gallerytext">
19212 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt2" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19213 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./Main_Page"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="14" width="120"/></a></span></div><div class="gallerytext"></div></li>
19214 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./Main_Page#section"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="14" width="120"/></a></span></div><div class="gallerytext"></div></li>
19215 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./Main_Page#section"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="14" width="120"/></a></span></div><div class="gallerytext">caption</div></li>
19219 ## Whoops, Parsoid shouldn't be parsing templates in the attribute caption!
19221 Gallery with template inside caption
19224 "nativeGallery": true
19227 <gallery caption="{{echo|hi}}">
19228 File:Foobar.jpg|{{echo|ho}}
19231 <ul class="gallery mw-gallery-traditional">
19232 <li class='gallerycaption'>{{echo|hi}}</li>
19233 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19234 <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>
19235 <div class="gallerytext">
19243 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt6" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19244 <li class="gallerycaption"><span about="#mwt3" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"hi"}},"i":0}}]}'>hi</span></li>
19245 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="14" width="120"/></a></span></div><div class="gallerytext"><span about="#mwt5" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"ho"}},"i":0}}]}'>ho</span></div></li>
19250 Gallery with wikitext inside caption
19253 "nativeGallery": true
19257 File:Foobar.jpg|alt=galleryalt|[[File:Foobar.jpg|alt=inneralt|20x20px|desc]]
19258 File:Foobar.jpg|alt=galleryalt|{{Test|unamedParam|alt=param}}
19261 <ul class="gallery mw-gallery-traditional">
19262 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19263 <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>
19264 <div class="gallerytext">
19265 <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>
19269 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19270 <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>
19271 <div class="gallerytext">
19272 <p>This is a test template
19279 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt6" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19280 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./File:Foobar.jpg"><img alt="galleryalt" resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="14" width="120"/></a></span></div><div class="gallerytext"><span typeof="mw:Image" data-mw='{"caption":"desc"}'><a href="./File:Foobar.jpg"><img alt="inneralt" 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></div></li>
19281 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./File:Foobar.jpg"><img alt="galleryalt" resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="14" width="120"/></a></span></div><div class="gallerytext"><span about="#mwt4" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"Test","href":"./Template:Test"},"params":{"1":{"wt":"unamedParam"},"alt":{"wt":"param"}},"i":0}}]}'>This is a test template</span></div></li>
19286 Gallery (with showfilename option)
19289 "nativeGallery": true
19292 <gallery showfilename="">
19293 File:Nonexistent.jpg|caption
19294 File:Nonexistent.jpg
19295 File:Foobar.jpg|some '''caption''' [[Main Page]]
19299 <ul class="gallery mw-gallery-traditional">
19300 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19301 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
19302 <div class="gallerytext">
19303 <p><a href="/wiki/File:Nonexistent.jpg" class="galleryfilename galleryfilename-truncate" title="File:Nonexistent.jpg">Nonexistent.jpg</a>
19308 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19309 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
19310 <div class="gallerytext">
19311 <p><a href="/wiki/File:Nonexistent.jpg" class="galleryfilename galleryfilename-truncate" title="File:Nonexistent.jpg">Nonexistent.jpg</a>
19315 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19316 <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>
19317 <div class="gallerytext">
19318 <p><a href="/wiki/File:Foobar.jpg" class="galleryfilename galleryfilename-truncate" title="File:Foobar.jpg">Foobar.jpg</a>
19319 some <b>caption</b> <a href="/wiki/Main_Page" title="Main Page">Main Page</a>
19323 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19324 <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>
19325 <div class="gallerytext">
19326 <p><a href="/wiki/File:Foobar.jpg" class="galleryfilename galleryfilename-truncate" title="File:Foobar.jpg">Foobar.jpg</a>
19333 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt3" data-mw='{"name":"gallery","attrs":{"showfilename":""},"body":{}}'>
19334 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span style="vertical-align: middle; display: inline-block;">File:Nonexistent.jpg</span></div><div class="gallerytext"><a href="./File:Nonexistent.jpg" class="galleryfilename galleryfilename-truncate" title="File:Nonexistent.jpg">File:Nonexistent.jpg</a>caption</div></li>
19335 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span style="vertical-align: middle; display: inline-block;">File:Nonexistent.jpg</span></div><div class="gallerytext"><a href="./File:Nonexistent.jpg" class="galleryfilename galleryfilename-truncate" title="File:Nonexistent.jpg">File:Nonexistent.jpg</a></div></li>
19336 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="14" width="120"/></a></span></div><div class="gallerytext"><a href="./File:Foobar.jpg" class="galleryfilename galleryfilename-truncate" title="File:Foobar.jpg">File:Foobar.jpg</a>some <b>caption</b> <a rel="mw:WikiLink" href="./Main_Page" title="Main Page">Main Page</a></div></li>
19337 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="14" width="120"/></a></span></div><div class="gallerytext"><a href="./File:Foobar.jpg" class="galleryfilename galleryfilename-truncate" title="File:Foobar.jpg">File:Foobar.jpg</a></div></li>
19341 ## Should Parsoid be preserving these variations?
19343 Gallery (with namespace-less filenames)
19346 "modes": ["wt2html", "html2html"],
19347 "nativeGallery": true
19351 File:Nonexistent.jpg
19357 <ul class="gallery mw-gallery-traditional">
19358 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19359 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
19360 <div class="gallerytext">
19363 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19364 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
19365 <div class="gallerytext">
19368 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19369 <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>
19370 <div class="gallerytext">
19373 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19374 <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>
19375 <div class="gallerytext">
19381 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt2" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19382 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span style="vertical-align: middle; display: inline-block;">File:Nonexistent.jpg</span></div><div class="gallerytext"></div></li>
19383 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span style="vertical-align: middle; display: inline-block;">Nonexistent.jpg</span></div><div class="gallerytext"></div></li>
19384 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="14" width="120"/></a></span></div><div class="gallerytext"></div></li>
19385 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="14" width="120"/></a></span></div><div class="gallerytext"></div></li>
19390 Gallery override link with WikiLink (T36852)
19393 "nativeGallery": true
19397 File:Foobar.jpg|alt=galleryalt|link=InterWikiLink
19400 <ul class="gallery mw-gallery-traditional">
19401 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19402 <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>
19403 <div class="gallerytext">
19409 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt2" data-parsoid='{"dsr":[0,70,2,2]}' data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19410 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./InterWikiLink"><img alt="galleryalt" resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="14" width="120"/></a></span></div><div class="gallerytext"></div></li>
19415 Gallery override link with absolute external link (T36852)
19418 "nativeGallery": true
19422 File:Foobar.jpg|alt=galleryalt|link=http://www.example.org
19425 <ul class="gallery mw-gallery-traditional">
19426 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19427 <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>
19428 <div class="gallerytext">
19434 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt2" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19435 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="http://www.example.org"><img alt="galleryalt" resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="14" width="120"/></a></span></div><div class="gallerytext"></div></li>
19440 Gallery override link with malicious javascript (T36852)
19443 "modes": ["wt2html", "html2html"],
19444 "nativeGallery": true
19448 File:Foobar.jpg|alt=galleryalt|link=" onclick="alert('malicious javascript code!');
19451 <ul class="gallery mw-gallery-traditional">
19452 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19453 <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>
19454 <div class="gallerytext">
19460 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt2" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19461 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./"_onclick="alert('malicious_javascript_code!');"><img alt="galleryalt" resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="14" width="120"/></a></span></div><div class="gallerytext"></div></li>
19466 Gallery with invalid title as link (T45964)
19469 "modes": ["wt2html", "html2html"],
19470 "nativeGallery": true
19474 File:Foobar.jpg|link=<
19477 <ul class="gallery mw-gallery-traditional">
19478 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19479 <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>
19480 <div class="gallerytext">
19486 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt2" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19487 <li class="gallerybox" style="width: 155px;"><div class="thumb" style="width: 150px; height: 150px;"><span style="display: inline-block; height: 100%; vertical-align: middle;"></span><span typeof="mw:Image" style="vertical-align: middle; display: inline-block;"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="14" width="120"/></a></span></div><div class="gallerytext">link=<</div></li>
19492 HTML Hex character encoding (spells the word "JavaScript")
19494 parsoid=wt2html,wt2wt,html2html
19496 JavaScript
19498 <p>JavaScript
19503 <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>
19507 HTML Hex character encoding bogus encoding (bug 26437 regression check)
19511 <p>&#xsee;&#XSEE;
19514 <p>&#xsee;&#XSEE;</p>
19518 HTML Hex character encoding mixed case
19520 parsoid=wt2html,wt2wt,html2html
19529 <p><span typeof="mw:Entity">î</span><span typeof="mw:Entity">î</span></p>
19532 # See: https://www.w3.org/TR/html5/syntax.html#character-references
19533 # Note that U+000C (form feed) is not a valid XML character, so
19534 # it is banned even though allowed in HTML5.
19536 Illegal character references (T106578)
19541 ; Control (low): 
19542 ; Control (high):  Ÿ
19543 ; Surrogate: ��
19544 ; This is an okay astral character: 💩
19553 <dt>Control (low)</dt>
19555 <dt>Control (high)</dt>
19556 <dd>&#x7F; &#x9F;</dd>
19558 <dd>&#xD83D;&#xDCA9;</dd>
19559 <dt>This is an okay astral character</dt>
19565 __FORCETOC__ override
19577 ISBN 978-0-1234-56 789
19579 <p><a href="/wiki/Special:BookSources/9780123456" class="internal mw-magiclink-isbn">ISBN 978-0-1234-56</a> 789
19582 <p><a href="/wiki/Special:BookSources/9780123456" class="internal mw-magiclink-isbn">ISBN 978-0-1234-56</a> 789</p>
19584 <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>
19588 ISBN followed by 5 spaces
19599 ISBN ISBN 1234567890
19601 <p>ISBN <a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>
19604 <p>ISBN <a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a></p>
19607 # Uppercase X and lowercase x as well
19618 <p><a href="/wiki/Special:BookSources/346204561X" class="internal mw-magiclink-isbn">ISBN 3-462-04561-X</a>
19619 <a href="/wiki/Special:BookSources/346204561X" class="internal mw-magiclink-isbn">ISBN 3-462-04561-x</a>
19620 <a href="/wiki/Special:BookSources/080442957X" class="internal mw-magiclink-isbn">ISBN 080442957X</a>
19621 <a href="/wiki/Special:BookSources/080442957X" class="internal mw-magiclink-isbn">ISBN 080442957x</a>
19622 <a href="/wiki/Special:BookSources/978080442957X" class="internal mw-magiclink-isbn">ISBN 978080442957X</a>
19623 <a href="/wiki/Special:BookSources/978080442957X" class="internal mw-magiclink-isbn">ISBN 978080442957x</a>
19626 <p><a href="./Special:BookSources/346204561X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 3-462-04561-X</a>
19627 <a href="./Special:BookSources/346204561X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 3-462-04561-x</a>
19628 <a href="./Special:BookSources/080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 080442957X</a>
19629 <a href="./Special:BookSources/080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 080442957x</a>
19630 <a href="./Special:BookSources/978080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 978080442957X</a>
19631 <a href="./Special:BookSources/978080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 978080442957x</a></p>
19635 ISBN with empty prefix (parsoid test)
19639 <p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>
19642 <p><a href="./Special:BookSources/1234567890" rel="mw:WikiLink">ISBN 1234567890</a></p>
19646 Bug 22905: <abbr> followed by ISBN followed by </a>
19648 <abbr>(fr)</abbr> ISBN 2753300917 [http://www.example.com example.com]
19650 <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>
19653 <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>
19661 <p>RFC <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc1234">RFC 1234</a>
19666 Double RFC with a wiki link
19670 <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>
19679 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc983">RFC 983</a> 987
19682 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc983">RFC 983</a> 987</p>
19686 Centre-aligned image
19688 [[Image:foobar.jpg|centre]]
19690 <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>
19697 [[Image:foobar.jpg|none]]
19699 <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>
19704 Width + Height sized image (using px) (height is ignored)
19706 [[Image:foobar.jpg|640x480px]]
19708 <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>
19713 Width-sized image (using px, no following whitespace)
19715 [[Image:foobar.jpg|640px]]
19717 <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>
19722 Width-sized image (using px, with following whitespace - test regression from r39467)
19724 [[Image:foobar.jpg|640px ]]
19726 <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>
19731 Width-sized image (using px, with preceding whitespace - test regression from r39467)
19733 [[Image:foobar.jpg| 640px]]
19735 <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>
19740 Image with page parameter
19744 [[File:LoremIpsum.djvu|page=2]]
19746 <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>
19749 <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>
19753 Another italics / bold test
19761 # FIXME: The php output seems broken. It's interleaving some open/close tags.
19767 <dl><dd><dl><dt><dl><dt><dl><dt><dl><dd><dl><dd></dt></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl>
19770 <dl><dd><dl><dt><dl><dt><dl><dt><dl><dd><dl><dd></dd></dl></dd></dl></dt></dl></dt></dl></dt></dl></dd></dl>
19775 # Images with the "|" character in external URLs in comment tags; Eats half the comment, leaves unmatched "</a>" tag.
19777 Images with the "|" character in the comment
19779 [[File:Foobar.jpg|thumb|An [http://test/?param1=|left|¶m2=|x external] URL]]
19781 <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>
19784 <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>
19788 [Before] HTML without raw HTML enabled ($wgRawHtml==false)
19790 <html><script>alert(1);</script></html>
19792 <p><html><script>alert(1);</script></html>
19797 HTML with raw HTML ($wgRawHtml==true)
19801 <html><script>alert(1);</script></html>
19803 <p><script>alert(1);</script>
19808 Parents of subpages, one level up
19810 subpage title=[[Subpage test/L1/L2/L3]]
19814 <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>
19820 Parents of subpages, one level up, not named
19822 subpage title=[[Subpage test/L1/L2/L3]]
19826 <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>
19833 Parents of subpages, two levels up
19835 subpage title=[[Subpage test/L1/L2/L3]]
19841 <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
19842 </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>
19847 Parents of subpages, two levels up, without trailing slash or name.
19849 subpage title=[[Subpage test/L1/L2/L3]]
19858 Parents of subpages, two levels up, with lots of extra trailing slashes.
19860 subpage title=[[Subpage test/L1/L2/L3]]
19864 <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>
19869 Subpage test/L1/L2/L3Sibling
19875 Transclusion of a sibling page (one level up)
19877 subpage title=[[Subpage test/L1/L2/L3]]
19886 Transclusion of a child page
19888 subpage title=[[Subpage test/L1/L2]]
19896 # This is wt2html only in Parsoid because we add <nowiki>
19897 # because of {{..}} and we don't expect to fix that to
19898 # eliminate the nowikis selective for {{..}} markup.
19900 Non-transclusion because of too many up levels
19902 subpage title=[[Subpage test/L1/L2/L3]]
19905 {{../../../../More than parent}}
19907 <p>{{../../../../More than parent}}
19910 <p>{{../../../../More than parent}}</p>
19914 Definition list code coverage
19920 <dl><dt> title  </dt>
19922 <dt> title </dt>
19928 <dl><dt> title <span typeof="mw:Placeholder"> </span></dt><dd> def</dd>
19929 <dt> title<span typeof="mw:Placeholder"> </span></dt><dd> def</dd>
19930 <dt>title</dt><dd> def</dd></dl>
19934 Don't fall for the self-closing div
19936 <div>hello world</div/>
19938 <div>hello world</div>
19947 <p>[[:Template:Msg]]
19956 <p><a href="/index.php?title=Template:QUERTY&action=edit&redlink=1" class="new" title="Template:QUERTY (page does not exist)">Template:QUERTY</a>
19960 # This isn't needed for XHTML conformance, but would be handy as a fallback security measure
19962 Always escape literal '>' in output, not just after '<'
19976 <p>This is a test template
19977 This is a test template
19989 Inclusion of !userCanEdit() content
19993 <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>
19999 Out-of-order TOC heading levels
20008 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
20010 <li class="toclevel-1 tocsection-1"><a href="#2"><span class="tocnumber">1</span> <span class="toctext">2</span></a>
20012 <li class="toclevel-2 tocsection-2"><a href="#6"><span class="tocnumber">1.1</span> <span class="toctext">6</span></a></li>
20013 <li class="toclevel-2 tocsection-3"><a href="#3"><span class="tocnumber">1.2</span> <span class="toctext">3</span></a></li>
20016 <li class="toclevel-1 tocsection-4"><a href="#1"><span class="tocnumber">2</span> <span class="toctext">1</span></a>
20018 <li class="toclevel-2 tocsection-5"><a href="#5"><span class="tocnumber">2.1</span> <span class="toctext">5</span></a></li>
20019 <li class="toclevel-2 tocsection-6"><a href="#2_2"><span class="tocnumber">2.2</span> <span class="toctext">2</span></a></li>
20025 <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>
20026 <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>
20027 <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>
20028 <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>
20029 <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>
20030 <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>
20036 ISBN with a dummy number
20046 ISBN with space-delimited number
20050 <p><a href="/wiki/Special:BookSources/9290170328" class="internal mw-magiclink-isbn">ISBN 92 9017 032 8</a>
20056 ISBN with multiple spaces, no number
20075 </p><p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>
20076 </p><p>ISBN 12345678901
20082 ISBN with trailing year (bug 8110)
20084 ISBN 1-234-56789-0 - 2006
20086 ISBN 1 234 56789 0 - 2006
20088 <p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1-234-56789-0</a> - 2006
20089 </p><p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1 234 56789 0</a> - 2006
20097 {{anchorencode:foo bar©#%n}}
20099 <p>foo_bar.C2.A9.23.25n
20104 anchorencode trims spaces
20106 {{anchorencode: __pretty__please__}}
20113 anchorencode deals with links
20115 {{anchorencode: [[hello|world]] [[hi]]}}
20122 anchorencode deals with templates
20124 {{anchorencode: {{Foo}} }}
20131 anchorencode encodes like the TOC generator: (bug 18431)
20133 === _ +:.3A%3A&&]] ===
20134 {{anchorencode: _ +:.3A%3A&&]] }}
20137 <h3><span class="mw-headline" id=".2B:.3A.253A.26.26.5D.5D">_ +:.3A%3A&&]]</span></h3>
20138 <p>.2B:.3A.253A.26.26.5D.5D
20143 Bug 6200: blockquotes and paragraph formatting
20164 Bug 8293: Use of center tag ruins paragraph formatting
20185 Parsing of overlapping (improperly nested) inline html tags
20187 <span><s>x</span></s>
20189 <p><span><s>x</span></s></span>
20192 <p><span><s>x</s></span>
20197 ### Language variants related tests
20200 Self-link in language variants
20202 title=[[Dunav]] language=sr
20204 Both [[Dunav]] and [[Дунав]] are names for this river.
20206 <p>Both <strong class="selflink">Dunav</strong> and <strong class="selflink">Дунав</strong> are names for this river.
20217 Link to another existing title shouldn't be parsed as self-link even if it's a variant of this title
20219 title=[[Duna]] language=sr
20221 [[Дуна]] is not a self-link while [[Duna]] and [[Dуна]] are still self-links.
20223 <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.
20228 Link to a section of a variant of this title shouldn't be parsed as self-link
20230 title=[[Duna]] language=sr
20232 [[Dуна]] is a self-link while [[Dunа#Foo]] and [[Dуна#Foo]] are not self-links.
20234 <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.
20239 Link to pages in language variants
20243 Main Page can be written as [[Маин Паге]]
20245 <p>Main Page can be written as <a href="/wiki/Main_Page" title="Main Page">Маин Паге</a>
20251 Multiple links to pages in language variants
20255 [[Main Page]] can be written as [[Маин Паге]] same as [[Маин Паге]].
20257 <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>.
20263 Simple template in language variants
20269 <p>This is a test template
20275 Template with explicit namespace in language variants
20281 <p>This is a test template
20287 Basic test for template parameter in language variants
20291 {{парамтест|param=foo}}
20293 <p>This is a test template with parameter foo
20298 Simple category in language variants
20302 [[Category:МедиаWики Усер'с Гуиде]]
20304 cat=МедиаWики_Усер'с_Гуиде sort=
20306 <link rel="mw:PageProp/Category" href="./Категорија:МедиаWики_Усер'с_Гуиде" data-parsoid='{"stx":"simple","a":{"href":"./Категорија:МедиаWики_Усер'с_Гуиде"},"sa":{"href":"Category:МедиаWики Усер'с Гуиде"}}'/>
20321 ## We used to, but no longer wt2wt this test since the default serializer
20322 ## will normalize all categories to serialize on their own line.
20323 ## This wikitext usage is going to be fairly uncommon in production and
20324 ## selser will take care of preserving formatting in those scenarios.
20326 Don't convert blue categorylinks to another variant (bug 33210)
20332 [[A]][[Category:分类]]
20336 <p><a rel="mw:WikiLink" href="A" title="A">A</a></p>
20337 <link rel="mw:PageProp/Category" href="Category:分类"/>
20341 Stripping -{}- tags (language variants)
20345 Latin proverb: -{Ne nuntium necare}-
20347 <p>Latin proverb: Ne nuntium necare
20353 Prevent conversion with -{}- tags (language variants)
20355 language=sr variant=sr-ec
20357 Latinski: -{Ne nuntium necare}-
20359 <p>Латински: Ne nuntium necare
20365 Prevent conversion of text with -{}- tags (language variants)
20367 language=sr variant=sr-ec
20369 Latinski: -{Ne nuntium necare}-
20371 <p>Латински: Ne nuntium necare
20377 Prevent conversion of links with -{}- tags (language variants)
20379 language=sr variant=sr-ec
20383 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
20389 -{}- tags within headlines (within html for parserConvert())
20391 language=sr variant=sr-ec
20395 <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>
20401 Explicit definition of language variant alternatives
20403 language=zh variant=zh-tw
20405 -{zh:China;zh-tw:Taiwan}-, not China
20407 <p>Taiwan, not China
20413 Conversion around HTML tags
20415 language=sr variant=sr-ec
20417 -{H|span=>sr-ec:script;title=>sr-ec:src;}-
20418 <span title="La-{sr-el:L;sr-ec:C;}-tin">ski</span>
20421 <span title="ЛаCтин">ски</span>
20427 Explicit session-wise language variant mapping (A flag and - flag)
20429 language=zh variant=zh-tw
20431 Taiwan is not China.
20432 But -{A|zh:China;zh-tw:Taiwan}- is China,
20433 (This-{-|zh:China;zh-tw:Taiwan}- should be stripped!)
20434 and -{China}- is China.
20436 <p>Taiwan is not China.
20437 But Taiwan is Taiwan,
20438 (This should be stripped!)
20439 and China is China.
20444 Explicit session-wise language variant mapping (H flag for hide)
20446 language=zh variant=zh-tw
20448 (This-{H|zh:China;zh-tw:Taiwan}- should be stripped!)
20451 <p>(This should be stripped!)
20457 Adding explicit conversion rule for title (T flag)
20459 language=zh variant=zh-tw showtitle
20461 Should be stripped-{T|zh:China;zh-tw:Taiwan}-!
20464 <p>Should be stripped!
20469 Testing that changing the language variant here in the tests actually works
20471 language=zh variant=zh showtitle
20473 Should be stripped-{T|zh:China;zh-tw:Taiwan}-!
20476 <p>Should be stripped!
20481 Recursive conversion of alt and title attrs shouldn't clear converter state
20483 language=zh variant=zh-cn showtitle
20485 -{H|zh-cn:Exclamation;zh-tw:exclamation;}-
20486 Should be stripped-{T|zh-cn:China;zh-tw:Taiwan}-<span title="exclamation">!</span>
20490 Should be stripped<span title="Exclamation">!</span>
20495 Bug 24072: more test on conversion rule for title
20497 language=zh variant=zh-tw showtitle
20499 This should be stripped-{T|zh:China;zh-tw:Taiwan}-!
20500 This won't take interferes with the title rule-{H|zh:Beijing;zh-tw:Taipei}-.
20503 <p>This should be stripped!
20504 This won't take interferes with the title rule.
20509 Partly disable title conversion if variant == main language code
20511 language=zh variant=zh title=[[ZH]] showtitle
20513 -{T|zh-cn:CN;zh-tw:TW}-
20521 Partly disable title conversion if variant == main language code, more
20523 language=zh variant=zh title=[[ZH]] showtitle
20533 Raw output of variant escape tags (R flag)
20535 language=zh variant=zh-tw
20537 Raw: -{R|zh:China;zh-tw:Taiwan}-
20539 <p>Raw: zh:China;zh-tw:Taiwan
20544 Strings evaluating false shouldn't be ignored by Language converter (T51072)
20546 language=zh variant=zh-cn
20548 -{zh-cn:0;zh-sg:1;zh-tw:2;zh-hk:3}-
20555 Conversion rules from [numeric-only string] to [something else] (T48634)
20557 language=zh variant=zh-cn
20559 -{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
20566 Bidirectional converter rule entries with an empty value should be ignored (T53551)
20568 language=zh variant=zh-cn
20570 -{H|zh-cn:foo;zh-tw:;}-foobar
20577 Unidirectional converter rule entries with an empty "from" string should be ignored (T53551)
20579 language=zh variant=zh-cn
20581 -{H|=>zh-cn:foo;}-foobar
20588 Empty converter rule entries shouldn't be inserted into the conversion table (T53551)
20590 language=zh variant=zh-cn
20599 Nested using of manual convert syntax
20601 language=zh variant=zh-hk
20603 Nested: -{zh-hans:Hi -{zh-cn:China;zh-sg:Singapore;}-;zh-hant:Hello -{zh-tw:Taiwan;zh-hk:H-{ong}- K-{}-ong;}-;}-!
20605 <p>Nested: Hello Hong Kong!
20609 # Since Parsoid is starting to emit canonical wikitext for links,
20610 # [http://example.com http://example.com] will not RT back to that
20613 Proper conversion of text in external links
20615 language=sr variant=sr-ec
20618 http://www.google.com
20619 gopher://www.google.com
20620 [http://www.google.com http://www.google.com]
20621 [gopher://www.google.com gopher://www.google.com]
20622 [https://www.google.com irc://www.google.com]
20623 [ftp://www.google.com www.google.com/ftp://dir]
20624 [//www.google.com www.google.com]
20626 <p><a rel="nofollow" class="external free" href="http://www.google.com">http://www.google.com</a>
20627 <a rel="nofollow" class="external free" href="gopher://www.google.com">gopher://www.google.com</a>
20628 <a rel="nofollow" class="external free" href="http://www.google.com">http://www.google.com</a>
20629 <a rel="nofollow" class="external free" href="gopher://www.google.com">gopher://www.google.com</a>
20630 <a rel="nofollow" class="external text" href="https://www.google.com">irc://www.google.com</a>
20631 <a rel="nofollow" class="external text" href="ftp://www.google.com">www.гоогле.цом/фтп://дир</a>
20632 <a rel="nofollow" class="external text" href="//www.google.com">www.гоогле.цом</a>
20635 <p><a rel="mw:ExtLink" href="http://www.google.com">http://www.google.com</a>
20636 <a rel="mw:ExtLink" href="gopher://www.google.com">gopher://www.google.com</a>
20637 <a rel="mw:ExtLink" href="http://www.google.com">http://www.google.com</a>
20638 <a rel="mw:ExtLink" href="gopher://www.google.com">gopher://www.google.com</a>
20639 <a rel="mw:ExtLink" href="https://www.google.com">irc://www.google.com</a>
20640 <a rel="mw:ExtLink" href="ftp://www.google.com">www.гоогле.цом/фтп://дир</a>
20641 <a rel="mw:ExtLink" href="//www.google.com">www.гоогле.цом</a></p>
20645 Do not convert roman numbers to language variants
20647 language=sr variant=sr-ec
20651 <p>Фридрих IV је цар.
20656 Unclosed language converter markup "-{"
20667 Don't convert raw rule "-{R|=>}-" to "=>"
20678 Don't break link parsing if language converter markup is in the caption.
20680 language=sr variant=sr-ec
20682 [[Main Page|-{R|main page}-]]
20684 <p><a href="/wiki/Main_Page" title="Маин Паге">main page</a>
20688 # FIXME: This test is currently broken in the PHP parser T153761
20690 T146304: Don't break template parsing if language converter markup is in the parameter.
20692 language=sr variant=sr-ec
20702 T146305: Don't break image parsing if language converter markup is in the caption.
20706 [[File:Foobar.jpg|thumb|-{R|caption:}-]]
20708 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/%D0%94%D0%B0%D1%82%D0%BE%D1%82%D0%B5%D0%BA%D0%B0: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/%D0%94%D0%B0%D1%82%D0%BE%D1%82%D0%B5%D0%BA%D0%B0:Foobar.jpg" class="internal" title="Повећај"></a></div>caption:</div></div></div>
20711 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./Датотека:Foobar.jpg"><img resource="./Датотека: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><span typeof="mw:LanguageVariant" data-mw='{"disabled":true,"show":true,"text":"caption:"}'></span></figcaption></figure>
20715 T146305: Don't break image parsing if nested language converter markup is in the caption.
20717 language=zh variant=zh-cn
20719 [[File:Foobar.jpg|thumb|-{zh-cn:blog (hk: -{zh-hans|WEBJOURNAL}-, tw: -{zh-hans|WEBLOG}-)}-]]
20721 <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="放大"></a></div>blog (hk: WEBJOURNAL, tw: WEBLOG)</div></div></div>
20724 <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><span typeof="mw:LanguageVariant" data-mw='{"bidir":[{"l":"zh-cn","t":"blog (hk: <span typeof=\"mw:LanguageVariant\" data-parsoid='{\"fl\":[\"zh-hans\"],\"dsr\":[42,64,null,2]}' data-mw='{\"filter\":[\"zh-hans\"],\"text\":\"WEBJOURNAL\"}'></span>, tw: <span typeof=\"mw:LanguageVariant\" data-parsoid='{\"fl\":[\"zh-hans\"],\"dsr\":[70,88,null,2]}' data-mw='{\"filter\":[\"zh-hans\"],\"text\":\"WEBLOG\"}'></span>)"}],"show":true}'></span></figcaption></figure>
20728 Don't break gallery if language converter markup is inside.
20733 File:foobar.jpg|[[File:foobar.jpg|20px|desc|alt=-{R|foo}-|-{R|bar}-]]|alt=-{R|bat}-
20734 File:foobar.jpg|{{Test|unamedParam|alt=-{R|param}-}}|alt=galleryalt
20737 <ul class="gallery mw-gallery-traditional">
20738 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
20739 <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="bat" 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>
20740 <div class="gallerytext">
20741 <p><a href="/wiki/File:Foobar.jpg" class="image" title="bar"><img alt="foo" 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>
20745 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
20746 <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>
20747 <div class="gallerytext">
20748 <p>This is a test template
20756 # FIXME: This test is currently broken in the PHP parser (bug 52661)
20758 Don't break list handling if language converter markup is in the item.
20760 language=zh variant=zh-cn
20762 ;-{zh-cn:AAA;zh-tw:BBB}-
20764 <dl><dt><span class="error">在手动语言转换规则中检测到错误</span></dd></dl>
20772 T153140: Don't break table handling if language converter markup is in the cell.
20774 language=sr variant=sr-ec
20797 Bug 529: Uncovered bullet
20806 # Plain MediaWiki does not remove empty lists, but tidy actually does.
20807 # Templates in Wikipedia rely on this behavior, as tidy has always been
20808 # enabled there. These tests are normally run *without* tidy, so specify the
20809 # full output here.
20810 # To test realistic parsing behavior, apply a tidy-like transformation to both
20811 # the expected output and your parser's output.
20813 Bug 529: Uncovered bullet leaving empty list, normally removed by tidy
20815 ******* Foo {{bullet}}
20817 <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>
20823 Bug 529: Uncovered table already at line-start
20846 Bug 529: Uncovered bullet in parser function result
20848 * Foo {{lc:{{bullet}} }}
20856 Bug 5678: Double-parsed template argument
20858 {{lc:{{{1}}}|hello}}
20865 Bug 5678: Double-parsed template invocation
20867 {{lc:{{paramtest {{!}} param = hello }} }}
20869 <p>{{paramtest | param = hello }}
20874 Case insensitivity of parser functions for non-ASCII characters (bug 8143)
20877 title=[[Main Page]]
20879 {{PRVNÍVELKÉ:ěščř}}
20880 {{prvnívelké:ěščř}}
20900 Morwen/13: Unclosed link followed by heading
20907 <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>
20912 HHP2.1: Heuristics for headings in preprocessor parenthetical structures
20919 <h1><span class="mw-headline" id="heading">heading</span></h1>
20924 HHP2.2: Heuristics for headings in preprocessor parenthetical structures
20931 <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>
20946 Paragraphs inside divs (no extra line breaks)
20958 Paragraphs inside divs (extra line break on open)
20973 Paragraphs inside divs (extra line break on close)
20988 Paragraphs inside divs (extra line break on open and close)
21005 Nesting tags, paragraphs on lines which begin with <div>
21007 <div></div><strong>A
21010 <p><strong>A</strong></p>
21011 <p><strong>B</strong></p>
21019 # Bug 6200: <blockquote> should behave like <div> with respect to line breaks
21021 Bug 6200: paragraphs inside blockquotes (no extra line breaks)
21023 <blockquote>Line one
21025 Line two</blockquote>
21027 <blockquote>Line one
21028 Line two</blockquote>
21032 <p>Line one Line two</p>
21037 Bug 6200: paragraphs inside blockquotes (extra line break on open)
21042 Line two</blockquote>
21047 Line two</blockquote>
21052 Line two</blockquote>
21056 Bug 6200: paragraphs inside blockquotes (extra line break on close)
21058 <blockquote>Line one
21063 <blockquote>Line one
21076 Bug 6200: paragraphs inside blockquotes (extra line break on open and close)
21098 Paragraphs inside blockquotes/divs (no extra line breaks)
21100 <blockquote><div>Line one
21102 Line two</div></blockquote>
21104 <blockquote><div>Line one
21105 Line two</div></blockquote>
21110 Paragraphs inside blockquotes/divs (extra line break on open)
21115 Line two</div></blockquote>
21120 Line two</div></blockquote>
21125 Paragraphs inside blockquotes/divs (extra line break on close)
21127 <blockquote><div>Line one
21130 </div></blockquote>
21132 <blockquote><div>Line one
21135 </div></blockquote>
21140 Paragraphs inside blockquotes/divs (extra line break on open and close)
21146 </div></blockquote>
21152 </div></blockquote>
21157 Interwiki links trounced by replaceExternalLinks after early LinkHolderArray expansion
21159 wgLinkHolderBatchSize=0
21165 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?1" class="extiw" title="meatball:1">meatball:1</a>
21166 <a href="http://www.usemod.com/cgi-bin/mb.pl?2" class="extiw" title="meatball:2">meatball:2</a>
21167 <a href="http://www.usemod.com/cgi-bin/mb.pl?3" class="extiw" title="meatball:3">meatball:3</a>
21172 Free external link invading image caption
21174 [[Image:Foobar.jpg|thumb|http://x|hello]]
21176 <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>
21181 Bug 15196: localised external link numbers
21185 [http://en.wikipedia.org/]
21187 <p><a rel="nofollow" class="external autonumber" href="http://en.wikipedia.org/">[۱]</a>
21190 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/"></a></p>
21194 Multibyte character in padleft
21196 {{padleft:-Hello|7|Æ}}
21203 Multibyte character in padright
21205 {{padright:Hello-|7|Æ}}
21212 formatdate parser function
21214 {{#formatdate:2009-03-24}}
21216 <p><span class="mw-formatted-date" title="2009-03-24">2009-03-24</span>
21221 formatdate parser function, with default format
21223 {{#formatdate:2009-03-24|mdy}}
21225 <p><span class="mw-formatted-date" title="2009-03-24">March 24, 2009</span>
21230 Spacing of numbers in formatted dates
21232 {{#formatdate:January 15}}
21234 <p><span class="mw-formatted-date" title="01-15">January 15</span>
21239 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
21241 language=nl title=[[MediaWiki:Common.css]]
21243 {{#formatdate:2009-03-24|dmy}}
21245 <p><span class="mw-formatted-date" title="2009-03-24">24 March 2009</span>
21258 Edit comment with link
21262 I like the [[Main Page]] a lot
21264 I like the <a href="/wiki/Main_Page" title="Main Page">Main Page</a> a lot
21268 Edit comment with link and link text
21272 I like the [[Main Page|best pages]] a lot
21274 I like the <a href="/wiki/Main_Page" title="Main Page">best pages</a> a lot
21278 Edit comment with link and link text with suffix
21282 I like the [[Main Page|best page]]s a lot
21284 I like the <a href="/wiki/Main_Page" title="Main Page">best pages</a> a lot
21288 Edit comment with section link (non-local, eg in history list)
21290 comment title=[[Main Page]]
21292 /* External links */ removed bogus entries
21294 <a href="/wiki/Main_Page#External_links" title="Main Page">→</a><span dir="auto"><span class="autocomment">External links: </span> removed bogus entries</span>
21298 Edit comment with section link and text before it (non-local, eg in history list)
21300 comment title=[[Main Page]]
21302 pre-comment text /* External links */ removed bogus entries
21304 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>
21308 Edit comment with section link (local, eg in diff view)
21310 comment local title=[[Main Page]]
21312 /* External links */ removed bogus entries
21314 <a href="#External_links">→</a><span dir="auto"><span class="autocomment">External links: </span> removed bogus entries</span>
21318 Edit comment with subpage link (bug 14080)
21322 title=[[Subpage test]]
21324 Poked at a [[/subpage]] here...
21326 Poked at a <a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">/subpage</a> here...
21330 Edit comment with subpage link and link text (bug 14080)
21334 title=[[Subpage test]]
21336 Poked at a [[/subpage|neat little page]] here...
21338 Poked at a <a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">neat little page</a> here...
21342 Edit comment with bogus subpage link in non-subpage NS (bug 14080)
21345 title=[[Subpage test]]
21347 Poked at a [[/subpage]] here...
21349 Poked at a <a href="/index.php?title=/subpage&action=edit&redlink=1" class="new" title="/subpage (page does not exist)">/subpage</a> here...
21353 Edit comment with bare anchor link (local, as on diff)
21357 title=[[Main Page]]
21361 <a href="#section">#section</a>
21365 Edit comment with bare anchor link (non-local, as on history)
21368 title=[[Main Page]]
21372 <a href="/wiki/Main_Page#section" title="Main Page">#section</a>
21376 Anchor starting with underscore
21382 <p><a href="#_ref">One</a>
21385 <p><a rel="mw:WikiLink" href="./Foo#_ref" data-parsoid='{"stx":"piped","a":{"href":"./Foo#_ref"},"sa":{"href":"#_ref"}}'>One</a></p>
21389 Id starting with underscore
21391 <div id="_ref"></div>
21393 <div id="_ref"></div>
21398 Edit comment with link with more than one pipe (T99346)
21402 [[Main Page|Many|pipes]]
21404 <a href="/wiki/Main_Page" title="Main Page">Many|pipes</a>
21408 Complex edit comment with link with more than one pipe (T99346)
21412 Created page with "<noinclude>[[Category:Requests for permissions/Bot|{{subst:#titleparts:{{subst:PAGENAME}}|1|3}}]]</noinclude> === [[User:MineoBot|]] 8=== {{Request for permissions/links|Mineo..."
21414 Created page with "<noinclude><a href="/index.php?title=Category:Requests_for_permissions/Bot&action=edit&redlink=1" class="new" title="Category:Requests for permissions/Bot (page does not exist)">{{subst:#titleparts:{{subst:PAGENAME}}|1|3}}</a></noinclude> === <a href="/index.php?title=User:MineoBot&action=edit&redlink=1" class="new" title="User:MineoBot (page does not exist)">User:MineoBot</a> 8=== {{Request for permissions/links|Mineo..."
21418 Space normalisation on autocomment (bug 22784)
21421 title=[[Main Page]]
21423 /* __hello__world__ */
21425 <a href="/wiki/Main_Page#hello_world" title="Main Page">→</a><span dir="auto"><span class="autocomment">__hello__world__</span></span>
21429 percent-encoding and + signs in comments (Bug 26410)
21433 [[ABC%33D% ++]] [[ABC%33D% ++|+%20]]
21435 <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>
21438 # Parsoid doesn't support this yet: see bug 73581
21439 # but it *should* omit the 'src' attribute if the image is bad.
21440 # PHP side of tests was disabled in
21441 # mediawiki/core:6bd31e7d95161a6e88fa86df60871051da997c3c
21442 # because of issues in the PHP parserTests infrastructure
21443 # (but the output below is indeed what the PHP side emits)
21445 Bad images - basic functionality
21448 !! DISABLED/html/php
21450 <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>
21454 Bad images - bug 16039: text after bad image disappears
21459 !! DISABLED/html/php
21465 <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>
21470 Verify that displaytitle works (bug #22501) no displaytitle
21474 wgAllowDisplayTitle=true
21475 wgRestrictDisplayTitle=false
21477 this is not the the title
21480 <p>this is not the the title
21485 Verify that displaytitle works (bug #22501) RestrictDisplayTitle=false
21490 wgAllowDisplayTitle=true
21491 wgRestrictDisplayTitle=false
21493 this is not the the title
21494 {{DISPLAYTITLE:whatever}}
21497 <p>this is not the the title
21502 Verify that displaytitle works (bug #22501) RestrictDisplayTitle=true mismatch
21507 wgAllowDisplayTitle=true
21508 wgRestrictDisplayTitle=true
21510 this is not the the title
21511 {{DISPLAYTITLE:whatever}}
21514 <p>this is not the the title
21519 Verify that displaytitle works (bug #22501) RestrictDisplayTitle=true matching
21524 wgAllowDisplayTitle=true
21525 wgRestrictDisplayTitle=true
21527 this is not the the title
21528 {{DISPLAYTITLE:screen}}
21531 <p>this is not the the title
21536 Verify that displaytitle works (bug #22501) AllowDisplayTitle=false
21541 wgAllowDisplayTitle=false
21543 this is not the the title
21544 {{DISPLAYTITLE:screen}}
21547 <p>this is not the the title
21548 <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>
21553 Verify that displaytitle works (bug #22501) AllowDisplayTitle=false no DISPLAYTITLE
21558 wgAllowDisplayTitle=false
21560 this is not the the title
21563 <p>this is not the the title
21568 Verify that displaytitle handles inline CSS styles (bug 26547) - rejected value
21573 wgAllowDisplayTitle=true
21574 wgRestrictDisplayTitle=true
21576 this is not the the title
21577 {{DISPLAYTITLE:<span style="display: none;">s</span>creen}}
21579 <span style="/* attempt to bypass $wgRestrictDisplayTitle */">s</span>creen
21580 <p>this is not the the title
21585 Verify that displaytitle handles inline CSS styles (bug 26547) - accepted value
21590 wgAllowDisplayTitle=true
21591 wgRestrictDisplayTitle=true
21593 this is not the the title
21594 {{DISPLAYTITLE:<span style="color: red;">s</span>creen}}
21596 <span style="color: red;">s</span>creen
21597 <p>this is not the the title
21602 Page status indicators: Empty name is invalid
21606 <indicator name=" "></indicator>
21607 <indicator></indicator>
21609 <p><span class="error"><strong>Error:</strong> Page status indicators' <code>name</code> attribute must not be empty.</span>
21610 <span class="error"><strong>Error:</strong> Page status indicators' <code>name</code> attribute must not be empty.</span>
21615 Page status indicators: Weird syntaxes that are okay
21619 <indicator name="empty" />
21620 <indicator name="name"></indicator>
21629 Page status indicators: Torture test
21633 <indicator name="01">hello world</indicator>
21634 <indicator name="02">[[Main Page]]</indicator>
21635 <indicator name="03">[[File:Foobar.jpg|25px|link=]]</indicator>
21636 <indicator name="04">[[File:Foobar.jpg|25px]]</indicator>
21637 <indicator name="05">* foo
21639 <indicator name="06"><nowiki>foo</nowiki></indicator>
21640 <indicator name="07"> Preformatted</indicator>
21641 <indicator name="08"><div>Broken tag</indicator>
21642 <indicator name="09">{| class=wikitable
21645 <indicator name="10">Two
21647 paragraphs</indicator>
21650 02=<a href="/wiki/Main_Page" title="Main Page">Main Page</a>
21651 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" />
21652 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>
21653 05=<ul><li> foo</li>
21657 07=<pre>Preformatted
21659 08=<div>Broken tag</div>
21661 09=<table class="wikitable">
21678 preload: check <noinclude> and <includeonly>
21682 Hello <noinclude>cruel</noinclude><includeonly>kind</includeonly> world.
21688 preload: check <onlyinclude>
21692 Goodbye <onlyinclude>Hello world</onlyinclude>
21698 preload: can pass tags through if we want to
21702 <includeonly><</includeonly>includeonly>Hello world<includeonly><</includeonly>/includeonly>
21704 <includeonly>Hello world</includeonly>
21708 preload: check that it doesn't try to do tricks
21712 * <!-- Hello --> ''{{world}}'' {{<includeonly>subst:</includeonly>How are you}}{{ {{{|safesubst:}}} #if:1|2|3}}
21714 * <!-- Hello --> ''{{world}}'' {{subst:How are you}}{{ {{{|safesubst:}}} #if:1|2|3}}
21718 Play a bit with r67090 and bug 3158
21720 <div style="width:50% !important"> </div>
21721 <div style="width:50% !important"> </div>
21722 <div style="width:50% !important"> </div>
21723 <div style="border : solid;"> </div>
21725 <div style="width:50% !important"> </div>
21726 <div style="width:50% !important"> </div>
21727 <div style="width:50% !important"> </div>
21728 <div style="border : solid;"> </div>
21731 <div style="width:50% !important" data-parsoid='{"stx":"html"}'><span typeof="mw:Entity" data-parsoid='{"srcContent":" "}'> </span></div>
21732 <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>
21733 <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>
21734 <div style="border : solid;" data-parsoid='{"stx":"html"}'><span typeof="mw:Entity" data-parsoid='{"srcContent":" "}'> </span></div>
21739 HTML5 data attributes
21741 <span data-foo="bar">Baz</span>
21742 <p data-abc-def_hij="">Quuz</p>
21744 <p><span data-foo="bar">Baz</span>
21746 <p data-abc-def_hij="">Quuz</p>
21749 <p><span data-foo="bar" data-parsoid='{"stx":"html"}'>Baz</span></p>
21750 <p data-abc-def_hij="" data-parsoid='{"stx":"html"}'>Quuz</p>
21754 Strip reserved data attributes
21756 <div data-mw="foo" data-parsoid="bar" data-mw-someext="baz" data-ok="fred" data-ooui="xyzzy" data-bad:ns="ns">d</div>
21758 <div data-ok="fred">d</div>
21761 <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>
21765 percent-encoding and + signs in internal links (Bug 26410)
21767 [[User:+%]] [[Page+title%]]
21768 [[%+]] [[%+|%20]] [[%+ ]] [[%+r]]
21769 [[%]] [[+]] [[File:%+abc%39|foo|[[bar]]]]
21770 [[%33%45]] [[%33%45+]]
21772 <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>
21773 <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>
21774 <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>
21775 <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>
21778 <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>
21779 <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>
21780 <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>
21781 <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>
21785 Special characters in embedded file links (bug 27679)
21787 [[File:Contains & ampersand.jpg]]
21788 [[File:Does not exist.jpg|Title with & ampersand]]
21790 <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>
21791 <a href="/index.php?title=Special:Upload&wpDestFile=Does_not_exist.jpg" class="new" title="File:Does not exist.jpg">Title with & ampersand</a>
21794 <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>
21795 <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>
21799 Confirm that 'apos' named character reference doesn't make it to output (not legal in HTML 4)
21801 Text's been normalized?
21803 <p>Text's been normalized?
21808 Bug 19052 U+3000 IDEOGRAPHIC SPACE should terminate free external links
21810 http://www.example.org/ <-- U+3000 (vim: ^Vu3000)
21812 <p><a rel="nofollow" class="external free" href="http://www.example.org/">http://www.example.org/</a> <-- U+3000 (vim: ^Vu3000)
21817 Bug 19052 U+3000 IDEOGRAPHIC SPACE should terminate bracketed external links
21819 [http://www.example.org/ ideograms]
21821 <p><a rel="nofollow" class="external text" href="http://www.example.org/">ideograms</a>
21826 Bug 19052 U+3000 IDEOGRAPHIC SPACE should terminate external images links
21828 http://www.example.org/pic.png <-- U+3000 (vim: ^Vu3000)
21830 <p><img src="http://www.example.org/pic.png" alt="pic.png"/> <-- U+3000 (vim: ^Vu3000)
21854 Bug 31098 Template which includes system messages which includes the template
21858 <p><span class="error">Template loop detected: <a href="/wiki/Template:Identical" title="Template:Identical">Template:Identical</a></span>
21859 <span class="error">Template loop detected: <a href="/wiki/Template:Identical" title="Template:Identical">Template:Identical</a></span>
21864 Bug31490 Turkish: ucfirst 'blah'
21875 Bug31490 Turkish: ucfirst 'ix'
21886 Bug31490 Turkish: lcfirst 'BLAH'
21897 Bug31490 Turkish: ucfırst (with a dotless i)
21903 <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>
21908 Bug31490 ucfırst (with a dotless i) with English language
21914 <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>
21919 Bug 26375: TOC with italics
21921 title=[[Main Page]]
21924 == ''Lost'' episodes ==
21926 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21928 <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>
21932 <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>
21937 Bug 26375: TOC with bold
21939 title=[[Main Page]]
21942 == '''should be bold''' then normal text ==
21944 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21946 <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>
21950 <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>
21955 Bug 33845: Headings become cursive in TOC when they contain an image
21957 title=[[Main Page]]
21960 == Image [[Image:foobar.jpg]] ==
21962 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21964 <li class="toclevel-1 tocsection-1"><a href="#Image"><span class="tocnumber">1</span> <span class="toctext">Image</span></a></li>
21968 <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>
21973 Bug 33845 (2): Headings become bold in TOC when they contain a blockquote
21975 title=[[Main Page]]
21978 == <blockquote>Quote</blockquote> ==
21980 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21982 <li class="toclevel-1 tocsection-1"><a href="#Quote"><span class="tocnumber">1</span> <span class="toctext">Quote</span></a></li>
21986 <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>
21990 <div id="toc" class="toc">
21991 <div id="toctitle">
21995 <li class="toclevel-1 tocsection-1"><a href="#Quote"><span class="tocnumber">1</span> <span class="toctext">Quote</span></a></li>
21999 <h2><span class="mw-headline" id="Quote"></span></h2>
22001 <p><span class="mw-headline" id="Quote">Quote</span></p>
22003 <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>
22007 Unclosed tags in TOC
22009 title=[[Main Page]]
22013 <small>Hanc marginis exiguitas non caperet.</small>
22016 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22018 <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>
22022 <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>
22023 <p><small>Hanc marginis exiguitas non caperet.</small>
22029 Multiple tags in TOC
22032 == <i>Foo</i> <b>Bar</b> ==
22034 == <i>Foo</i> <blockquote>Bar</blockquote> ==
22036 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22038 <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>
22039 <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>
22043 <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>
22044 <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>
22048 <div id="toc" class="toc">
22049 <div id="toctitle">
22053 <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>
22054 <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>
22058 <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>
22059 <h2><span class="mw-headline" id="Foo_Bar_2"><i>Foo</i></span></h2>
22061 <p><span class="mw-headline" id="Foo_Bar_2">Bar</span></p>
22063 <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>
22066 # Don't expect Parsoid to roundtrip this until the php parser comes closer to
22067 # html5 tag parsing.
22069 Tags with parameters in TOC
22074 == <sup class="in-h2">Hello</sup> ==
22076 == <sup class="a > b">Evilbye</sup> ==
22078 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22080 <li class="toclevel-1 tocsection-1"><a href="#Hello"><span class="tocnumber">1</span> <span class="toctext"><sup>Hello</sup></span></a></li>
22081 <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>
22085 <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>
22086 <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>
22089 <meta property="mw:PageProp/toc" />
22090 <h2> <sup class="in-h2" data-parsoid='{"stx":"html"}'>Hello</sup> </h2>
22092 <h2> <sup class="a " data-parsoid='{"stx":"html"}'> b">Evilbye</sup> </h2>
22096 span tags with directionality in TOC
22099 == <span dir="ltr">C++</span> ==
22101 == <span dir="rtl">זבנג!</span> ==
22103 == <span style="font-style: italic">The attributes on these span tags must be deleted from the TOC</span> ==
22105 == <span style="font-style: italic" dir="ltr">All attributes on these span tags must be deleted from the TOC</span> ==
22107 == <span dir="ltr" style="font-style: italic">Attributes after dir on these span tags must be deleted from the TOC</span> ==
22109 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22111 <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>
22112 <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>
22113 <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>
22114 <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>
22115 <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>
22119 <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>
22120 <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>
22121 <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>
22122 <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>
22123 <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>
22128 Bug 72884: bdi element in ToC
22131 == <bdi>test</bdi> ==
22133 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22135 <li class="toclevel-1 tocsection-1"><a href="#test"><span class="tocnumber">1</span> <span class="toctext"><bdi>test</bdi></span></a></li>
22139 <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>
22144 T35715: s/strike element in ToC
22147 == <s>test</s> test <strike>test</strike> ==
22149 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22151 <li class="toclevel-1 tocsection-1"><a href="#test_test_test"><span class="tocnumber">1</span> <span class="toctext"><s>test</s> test <strike>test</strike></span></a></li>
22155 <h2><span class="mw-headline" id="test_test_test"><s>test</s> test <strike>test</strike></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 test test">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
22159 # Note that the html output does not have the <p></p>, but the
22160 # html+tidy output *does*. This is because the empty <p></p> is
22161 # removed by the sanitizer, but only when tidy is *not* enabled (!).
22163 Empty <p> tag in TOC, removed by Sanitizer (T92892)
22168 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22170 <li class="toclevel-1 tocsection-1"><a href="#x"><span class="tocnumber">1</span> <span class="toctext">x</span></a></li>
22174 <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>
22178 <div id="toc" class="toc">
22179 <div id="toctitle">
22183 <li class="toclevel-1 tocsection-1"><a href="#x"><span class="tocnumber">1</span> <span class="toctext">x</span></a></li>
22187 <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>
22193 == {{int:headline_sample}} ==
22197 Bug 32057: Title needed when expanding <h> nodes.
22199 title=[[Main Page]]
22203 <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>
22208 Strip marker in urlencode
22210 {{urlencode:x<nowiki/>y}}
22211 {{urlencode:x<nowiki/>y|wiki}}
22212 {{urlencode:x<nowiki/>y|path}}
22213 {{urlencode:x<pre id="one">two</pre>y}}
22241 Strip marker in formatNum
22243 {{formatnum:1<nowiki/>2}}
22244 {{formatnum:1<nowiki/>2|R}}
22252 Check noCommafy in formatNum
22256 {{formatnum:123456.78}}
22257 {{formatnum:123456.78|NOSEP}}
22265 Wrong option for formatNum (bug 56199)
22267 {{formatnum:1,234.56|Random}}
22268 {{formatnum:1,234.56|EVERYTHING}}
22269 {{formatnum:1234.56|any argument that has the string 'NOSEP'}}
22278 Strip marker in grammar
22282 {{grammar:elative|foo<nowiki/>bar}}
22289 Strip marker in padleft
22291 {{padleft:|2|x<nowiki/>y}}
22298 Strip marker in padright
22300 {{padright:|2|x<nowiki/>y}}
22307 Strip marker in anchorencode
22309 {{anchorencode:x<nowiki/>y}}
22316 nowiki inside link inside heading (bug 18295)
22318 ==[[foo|x<nowiki>y</nowiki>z]]==
22320 <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>
22325 new support for bdi element (bug 31817)
22327 <p dir="rtl" lang="he">ולדימיר לנין (ברוסית: <bdi lang="ru">Владимир Ленин</bdi>, 24 באפריל 1870–22 בינואר 1924) הוא מנהיג פוליטי קומוניסטי רוסי.</p>
22329 <p dir="rtl" lang="he">ולדימיר לנין (ברוסית: <bdi lang="ru">Владимир Ленин</bdi>, 24 באפריל 1870–22 בינואר 1924) הוא מנהיג פוליטי קומוניסטי רוסי.</p>
22334 Ignore pipe between table row attributes
22338 |- id=foo | style='color: red'
22346 <tr id="foo" style="color: red">
22353 Gallery override link with WikiLink (bug 34852)
22356 File:foobar.jpg|caption|alt=galleryalt|link=InterWikiLink
22359 <ul class="gallery mw-gallery-traditional">
22360 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
22361 <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>
22362 <div class="gallerytext">
22372 Gallery override link with absolute external link (bug 34852)
22375 File:foobar.jpg|caption|alt=galleryalt|link=http://www.example.org
22378 <ul class="gallery mw-gallery-traditional">
22379 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
22380 <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>
22381 <div class="gallerytext">
22391 Gallery override link with absolute external link with LanguageConverter
22396 File:foobar.jpg|caption|alt=galleryalt|link=http://www.example.org
22399 <ul class="gallery mw-gallery-traditional">
22400 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
22401 <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>
22402 <div class="gallerytext">
22412 Gallery override link with malicious javascript (bug 34852)
22415 File:foobar.jpg|caption|alt=galleryalt|link=" onclick="alert('malicious javascript code!');
22418 <ul class="gallery mw-gallery-traditional">
22419 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
22420 <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>
22421 <div class="gallerytext">
22431 Gallery with invalid title as link (bug 43964)
22434 File:foobar.jpg|link=<
22437 <ul class="gallery mw-gallery-traditional">
22438 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
22439 <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>
22440 <div class="gallerytext">
22448 Language parser function
22457 Padleft and padright as substr
22459 {{padleft:|3|abcde}}
22460 {{padright:|3|abcde}}
22468 Special parser function
22470 {{#special:RandomPage}}
22471 {{#special:BaDtItLe}}
22472 {{#special:Foobar}}
22481 Bug 34939 - Case insensitive link parsing ([HttP://])
22483 [HttP://MediaWiki.Org/]
22485 <p><a rel="nofollow" class="external autonumber" href="HttP://MediaWiki.Org/">[1]</a>
22488 <p><a rel="mw:ExtLink" href="HttP://MediaWiki.Org/"></a></p>
22492 Bug 34939 - Case insensitive link parsing ([HttP:// title])
22494 [HttP://MediaWiki.Org/ MediaWiki]
22496 <p><a rel="nofollow" class="external text" href="HttP://MediaWiki.Org/">MediaWiki</a>
22501 Bug 34939 - Case insensitive link parsing (HttP://)
22503 HttP://MediaWiki.Org/
22505 <p><a rel="nofollow" class="external free" href="HttP://MediaWiki.Org/">HttP://MediaWiki.Org/</a>
22508 <p><a rel="mw:ExtLink" href="HttP://MediaWiki.Org/">HttP://MediaWiki.Org/</a></p>
22526 <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>
22527 <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>
22528 <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>
22529 <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>
22530 <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>
22536 ### Parsoid-specific tests
22537 ### Parsoid-PHP parser incompatibilities
22540 1. SOL-sensitive wikitext tokens as template-args
22542 parsoid=wt2html,wt2wt
22548 <span about="#mwt1" typeof="mw:Transclusion">
22549 </span><ul about="#mwt1"><li>a</li>
22551 <span about="#mwt2" typeof="mw:Transclusion">
22552 </span><ol about="#mwt2"><li>a</li>
22554 <span about="#mwt3" typeof="mw:Transclusion">
22555 </span><dl about="#mwt3"><dd>a</dd>
22559 #### -----------------------------------------------------------------
22560 #### Parsoid-specific functionality tests
22561 #### -----------------------------------------------------------------
22563 # Bug 63642/66749: Formatting elt fixup around images is cleaned up.
22564 # We know wt2wt will fail, but we expect selser to pass.
22565 # Due to the nature of our testing, wt2wt and selser tests will enter the
22566 # blacklist and we'll catch selser regressions based on changes to the
22567 # blacklist entries for selser tests.
22569 1. Bad treebuilder fixup of formatting elt is cleaned up
22571 parsoid=wt2html,wt2wt
22576 [[Image:Foobar.jpg|right|Test]]
22583 <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>
22590 2. Bad treebuilder fixup of formatting elt is cleaned up
22592 parsoid=wt2html,wt2wt
22594 '''foo[[File:Foobar.jpg|thumb|caption]]bar'''
22596 <small>[[Image:Foobar.jpg|right|300px]]</small>
22600 <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>
22602 <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>
22606 3. Bad treebuilder fixup of formatting elt is cleaned up
22608 parsoid=wt2html,wt2wt
22610 <small>'''foo[[File:Foobar.jpg|thumb|caption]]bar'''</small>
22612 <p><small><b>foo</b></small></p>
22613 <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>
22614 <p><small><b>bar</b></small></p>
22618 4. Bad treebuilder fixup of formatting elt is cleaned up: formatting tags around captionless images are ignored
22620 parsoid=wt2html,wt2wt
22622 '''<small>[[Image:Foobar.jpg|right|300px]]</small>'''
22624 <p><b><small></small></b></p>
22625 <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>
22629 #### ----------------------------------------------------------------
22630 #### Parsoid-only testing of Parsoid's impl of <ref> and <references>
22631 #### tags. Parsoid's output for these tags differs from that of the
22633 #### ----------------------------------------------------------------
22636 Ref: 1. ref-location should be replaced with an index span
22639 B <ref name="x">foo</ref>
22643 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span>
22644 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="./Main_Page#cite_note-x-2"><span class="mw-reflink-text">[2]</span></a></span>
22645 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="./Main_Page#cite_note-y-3"><span class="mw-reflink-text">[3]</span></a></span></p>
22646 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw='{"name":"references","attrs":{}}'>
22647 <li about="#cite_note-1" id="cite_note-1"><a href="./Main_Page#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>
22648 <li about="#cite_note-x-2" id="cite_note-x-2"><a href="./Main_Page#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>
22649 <li about="#cite_note-y-3" id="cite_note-y-3"><a href="./Main_Page#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>
22654 Ref: 2. ref-tags with identical names should all get the same index
22656 A <ref name="x">foo</ref>
22660 <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="./Main_Page#cite_note-x-1"><span class="mw-reflink-text">[1]</span></a></span>
22661 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="./Main_Page#cite_note-x-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22662 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
22663 <li about="#cite_note-x-1" id="cite_note-x-1"><span rel="mw:referencedBy"><a href="./Main_Page#cite_ref-x_1-0"><span class="mw-linkback-text">1 </span></a><a href="./Main_Page#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>
22668 Ref: 3. spaces in ref-names should be ignored
22670 A <ref name="x">foo</ref>
22671 B <ref name=" x " />
22675 <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="./Main_Page#cite_note-x-1"><span class="mw-reflink-text">[1]</span></a></span>
22676 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="./Main_Page#cite_note-x-1"><span class="mw-reflink-text">[1]</span></a></span>
22677 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="./Main_Page#cite_note-x-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22678 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw='{"name":"references","attrs":{}}'>
22679 <li about="#cite_note-x-1" id="cite_note-x-1"><span rel="mw:referencedBy"><a href="./Main_Page#cite_ref-x_1-0"><span class="mw-linkback-text">1 </span></a><a href="./Main_Page#cite_ref-x_1-1"><span class="mw-linkback-text">2 </span></a><a href="./Main_Page#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>
22683 # NOTE: constructor is a predefined property in JS and constructor as a ref-name can clash with it if not handled properly)
22685 Ref: 4. 'constructor' should be accepted as a valid ref-name
22687 A <ref name="constructor">foo</ref>
22690 <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="./Main_Page#cite_note-constructor-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22691 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22692 <li about="#cite_note-constructor-1" id="cite_note-constructor-1"><a href="./Main_Page#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>
22697 Ref: 5. body should accept generic wikitext
22700 This is a '''[[bolded link]]''' and this is a {{echo|transclusion}}
22705 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22707 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{}}'>
22708 <li about="#cite_note-1" id="cite_note-1"><a href="./Main_Page#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>
22714 Ref: 6. indent-pres should not be output in ref-body
22724 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22726 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22727 <li about="#cite_note-1" id="cite_note-1"><a href="./Main_Page#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
22735 Ref: 7. No p-wrapping in ref-body
22752 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22754 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22755 <li about="#cite_note-1" id="cite_note-1"><a href="./Main_Page#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
22770 Ref: 8. transclusion wikitext has lower precedence
22772 A <ref> foo {{echo|</ref> B C}}
22776 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> B C}}</p>
22777 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22778 <li about="#cite_note-1" id="cite_note-1"><a href="./Main_Page#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>
22783 Ref: 9. unclosed comments should not leak out of ref-body
22785 A <ref> foo <!--</ref> B C
22788 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> B C</p>
22789 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22790 <li about="#cite_note-1" id="cite_note-1"><a href="./Main_Page#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>
22795 Ref: 10. Unclosed HTML tags should not leak out of ref-body
22797 A <ref> <b> foo </ref> B C
22801 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> B C</p>
22804 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22805 <li about="#cite_note-1" id="cite_note-1"><a href="./Main_Page#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>
22810 Ref: 11. ref-tags acts like an inline element wrt P-wrapping
22816 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> B
22817 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="./Main_Page#cite_note-2"><span class="mw-reflink-text">[2]</span></a></span> D</p>
22818 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
22819 <li about="#cite_note-1" id="cite_note-1"><a href="./Main_Page#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>
22820 <li about="#cite_note-2" id="cite_note-2"><a href="./Main_Page#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>
22825 Ref: 12. ref-tags act as trailing newline migration barrier
22827 <!--the newline at the end of this line moves out of the p tag-->a
22829 b<!--the newline at the end of this line stays inside the p tag--> <ref />
22835 <!--the newline at the end of this line moves out of the p tag--><p>a</p>
22838 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span>
22839 <span about="#mwt4" class="mw-ref" id="cite_ref-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{}}'><a href="./Main_Page#cite_note-2"><span class="mw-reflink-text">[2]</span></a></span></p>
22842 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
22843 <li about="#cite_note-1" id="cite_note-1"><a href="./Main_Page#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>
22844 <li about="#cite_note-2" id="cite_note-2"><a href="./Main_Page#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>
22848 Ref: 13. ref-tags are not SOL-transparent and block indent-pres
22855 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> A
22856 <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="./Main_Page#cite_note-2"><span class="mw-reflink-text">[2]</span></a></span> B</p>
22857 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
22858 <li about="#cite_note-1" id="cite_note-1"><a href="./Main_Page#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>
22859 <li about="#cite_note-2" id="cite_note-2"><a href="./Main_Page#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
22864 ## Roundtripping fails because of nowiki'ing
22866 Ref: 14. A nested ref-tag should be emitted as plain text
22870 <ref>foo <ref>bar</ref> baz</ref>
22874 <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="./Main_Page#cite_note-1" style="counter-reset: mw-Ref 1;"><span class="mw-reflink-text">[1]</span></a></span> baz</ref></p>
22876 <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="./Main_Page#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 <ref>bar</span></li></ol>
22880 Ref: 15. ref-tags with identical names should get identical indexes
22882 A1 <ref name="a">foo</ref> A2 <ref name="a" />
22883 B1 <ref name="b" /> B2 <ref name="b">bar</ref>
22887 <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="./Main_Page#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="./Main_Page#cite_note-a-1"><span class="mw-reflink-text">[1]</span></a></span>
22888 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="./Main_Page#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="./Main_Page#cite_note-b-2"><span class="mw-reflink-text">[2]</span></a></span></p>
22890 <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="./Main_Page#cite_ref-a_1-0"><span class="mw-linkback-text">1 </span></a><a href="./Main_Page#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="./Main_Page#cite_ref-b_2-0"><span class="mw-linkback-text">1 </span></a><a href="./Main_Page#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>
22894 ## We don't bother wt2wt-ing non-standard whitespace
22896 Ref: 16. Tokenizer should accept non-standard whitespace in <ref> and </ref> tags
22904 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22905 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22906 <li about="#cite_note-1" id="cite_note-1"><a href="./Main_Page#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>
22910 Ref: 17. Generate valid HTML5 id/about attributes
22912 <ref name="a b">foo</ref>
22913 <ref name=":0">ve-created name</ref>
22917 <p><span about="#mwt2" 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="./Main_Page#cite_note-a_b-1" style="counter-reset: mw-Ref 1;"><span class="mw-reflink-text">[1]</span></a></span>
22918 <span about="#mwt4" class="mw-ref" id="cite_ref-:0_2-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-:0-2"},"attrs":{"name":":0"}}'><a href="./Main_Page#cite_note-:0-2" style="counter-reset: mw-Ref 2;"><span class="mw-reflink-text">[2]</span></a></span>
22920 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-a_b-1" id="cite_note-a_b-1"><a href="./Main_Page#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><li about="#cite_note-:0-2" id="cite_note-:0-2"><a href="./Main_Page#cite_ref-:0_2-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-:0-2" class="mw-reference-text">ve-created name</span></li></ol>
22925 Ref: 18. T58916: Extension attributes should be parsed as plain text
22927 <ref name="{{echo|a}}">foo</ref>
22931 <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="./Main_Page#cite_note-.7B.7Becho.7Ca.7D.7D-1"><span class="mw-reflink-text">[1]</span></a></span>
22934 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22935 <li about="#cite_note-.7B.7Becho.7Ca.7D.7D-1" id="cite_note-.7B.7Becho.7Ca.7D.7D-1"><a href="./Main_Page#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>
22940 Ref: 19. ref-tags with identical name encodings should get identical indexes
22942 1 <ref name="a & b">foo</ref> 2 <ref name="a & b" />
22946 <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="./Main_Page#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="./Main_Page#cite_note-a_.26_b-1"><span class="mw-reflink-text">[1]</span></a></span>
22948 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
22949 <li about="#cite_note-a_.26_b-1" id="cite_note-a_.26_b-1"><span rel="mw:referencedBy"><a href="./Main_Page#cite_ref-a_.26_b_1-0"><span class="mw-linkback-text">1 </span></a><a href="./Main_Page#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>
22954 Ref: 20. ref-tags with identical names but different content should keep it
22956 A <ref name="foo">Foo one</ref>
22957 B <ref name="foo">Foo two</ref>
22958 C <ref name="foo" />
22962 <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="./Main_Page#cite_note-foo-1"><span class="mw-reflink-text">[1]</span></a></span>
22963 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="./Main_Page#cite_note-foo-1"><span class="mw-reflink-text">[1]</span></a></span>
22964 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="./Main_Page#cite_note-foo-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22966 <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="./Main_Page#cite_ref-foo_1-0"><span class="mw-linkback-text">1 </span></a><a href="./Main_Page#cite_ref-foo_1-1"><span class="mw-linkback-text">2 </span></a><a href="./Main_Page#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>
22971 References: 1. references tag without any refs should be handled properly
22975 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt2" data-mw='{"name":"references","attrs":{}}'></ol>
22979 References: 2. references tag with group only outputs references from that group
22981 A <ref group="a">foo</ref>
22982 B <ref group="b">bar</ref>
22985 <references group="a" />
22987 <references group="b" />
22989 <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="./Main_Page#cite_note-1" data-mw-group="a"><span class="mw-reflink-text">[a 1]</span></a></span>
22990 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="./Main_Page#cite_note-2" data-mw-group="b"><span class="mw-reflink-text">[b 1]</span></a></span>
22991 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="./Main_Page#cite_note-3"><span class="mw-reflink-text">[1]</span></a></span></p>
22993 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw-group="a" data-mw='{"name":"references","attrs":{"group":"a"}}'>
22994 <li about="#cite_note-1" id="cite_note-1"><a href="./Main_Page#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>
22996 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt10" data-mw='{"name":"references","attrs":{}}'>
22997 <li about="#cite_note-3" id="cite_note-3"><a href="./Main_Page#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>
22999 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt12" data-mw-group="b" data-mw='{"name":"references","attrs":{"group":"b"}}'>
23000 <li about="#cite_note-2" id="cite_note-2"><a href="./Main_Page#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>
23005 References: 3. ref list should be cleared after processing references
23015 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
23017 <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="./Main_Page#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>
23020 <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="./Main_Page#cite_note-2"><span class="mw-reflink-text">[1]</span></a></span></p>
23022 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw='{"name":"references","attrs":{}}'>
23023 <li about="#cite_note-2" id="cite_note-2"><a href="./Main_Page#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>
23028 References: 4. only referenced group should be cleared after processing references
23030 A <ref group="a">afoo</ref>
23033 <references group="a" />
23039 <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="./Main_Page#cite_note-1" data-mw-group="a"><span class="mw-reflink-text">[a 1]</span></a></span>
23040 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="./Main_Page#cite_note-2"><span class="mw-reflink-text">[1]</span></a></span></p>
23042 <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="./Main_Page#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>
23045 <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="./Main_Page#cite_note-3"><span class="mw-reflink-text">[2]</span></a></span></p>
23047 <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="./Main_Page#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="./Main_Page#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>
23051 ## Don't expect this to rt since we're dropping content
23053 References: 5. ref tags in references should be processed while ignoring all other content
23055 parsoid=wt2html,html2html
23058 B <ref name="b">bar</ref>
23061 <ref name="a">foo</ref>
23062 This should just get lost.
23065 <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="./Main_Page#cite_note-a-1"><span class="mw-reflink-text">[1]</span></a></span>
23066 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="./Main_Page#cite_note-b-2"><span class="mw-reflink-text">[2]</span></a></span></p>
23069 <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=\"./Main_Page#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="./Main_Page#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="./Main_Page#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>
23074 References: 6. <references /> from a transclusion
23076 <ref>Foo</ref> {{echo|<references />}}
23078 <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="./Main_Page#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="./Main_Page#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>
23083 References: 7. Multiple references tags (one without and one with nested refs) should be correctly handled
23085 A <ref>foo bar for a</ref>
23086 B <ref group="X" name="b" />
23090 <references group="X">
23091 <ref name="b">foo</ref>
23094 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span>
23095 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="./Main_Page#cite_note-b-2" data-mw-group="X"><span class="mw-reflink-text">[X 1]</span></a></span>
23098 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
23099 <li about="#cite_note-1" id="cite_note-1"><a href="./Main_Page#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>
23102 <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=\"./Main_Page#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"}}'>
23103 <li about="#cite_note-b-2" id="cite_note-b-2"><a href="./Main_Page#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>
23108 References: 8. T88019: Remove <meta>s from templates inside <ref> that's itself inside a template
23110 X{{echo|<ref>foo {{echo|<b>bar</b>}} and {{echo|baz}} boo</ref>}}
23113 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
23114 <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="./Main_Page#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>
23118 # This test only works in wt2html now as the <references /> are always generated
23119 # unless selser is active. Once T72722 is fixed, we should add a changes test
23120 # here to ensure that unrelated changes don't add the new <references />
23121 # when selser is active.
23123 References: 9. Generate missing references list at the end
23126 B <ref group="inexistent">bar</ref>
23128 <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="./Main_Page#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="./Main_Page#cite_note-2" data-mw-group="inexistent"><span class="mw-reflink-text">[inexistent 1]</span></a></span></p>
23129 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{},"autoGenerated":true}'>
23130 <li about="#cite_note-1" id="cite_note-1"><a href="./Main_Page#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>
23132 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw-group="inexistent" data-mw='{"name":"references","attrs":{"group":"inexistent"},"autoGenerated":true}'>
23133 <li about="#cite_note-2" id="cite_note-2"><a href="./Main_Page#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>
23138 References: 10. New <references/> shouldn't be added for unrelated edits.
23141 "modes": ["selser"],
23142 "changes": [["#x", "remove"]],
23146 Unrelated text<span id="x"> that's going to disappear</span>.
23154 Entities in ref name
23156 <ref name="test & me">hi</ref>
23159 <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="./Main_Page#cite_note-test_.26_me-1"><span class="mw-reflink-text">[1]</span></a></span></p>
23160 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
23161 <li about="#cite_note-test_.26_me-1" id="cite_note-test_.26_me-1"><a href="./Main_Page#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>
23165 ## The output here may look funny, but it's what the php parser will do. The
23166 ## unclosed references tag becomes escaped text, and then a new references
23167 ## tag is auto-generated. The test is wt2html only because it roundtrips with
23168 ## nowiki tags, and the auto-generated references tag is only dropped in
23171 Generate references for unclosed references tag
23179 <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="./Main_Page#cite_note-1" style="counter-reset: mw-Ref 1;"><span class="mw-reflink-text">[1]</span></a></span></p>
23181 <p><references></p>
23182 <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="./Main_Page#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>
23186 New reference serializes on its own line
23188 parsoid=wt2wt,html2wt
23193 foo<ol class="mw-references" typeof="mw:Extension/references" about="#mwt2" data-mw='{"name":"references","attrs":{}}'></ol>
23196 #### ----------------------------------------------------------------
23197 #### Parsoid-only testing of Parsoid's impl of LST
23198 #### Not implemented yet, see
23199 #### https://www.mediawiki.org/wiki/Parsoid/HTML_based_LST
23200 #### ----------------------------------------------------------------
23202 ## We still need to support serializing the older format while content is stored.
23204 LST Sections: Backwards compatibility
23207 "suppressErrors": true,
23208 "modes": ["html2wt"]
23211 <section begin="2011-05-16" />
23212 <section end="2014-04-10 (MW 1.23wmf22)" />
23214 <p><meta typeof="mw:Extension/LabeledSectionTransclusion/begin" content="2011-05-16"/>
23215 <meta typeof="mw:Extension/LabeledSectionTransclusion/end" content="2014-04-10 (MW 1.23wmf22)"/></p>
23218 ## The unconventional output is the result of `usePHPPreProcessor` being
23219 ## disabled in parserTests.js. This test is mainly just to show <section> is
23220 ## recognized as an extension tag w/o a native handler.
23222 LST Sections: Newfangled approach
23224 parsoid={ "suppressErrors": true }
23226 <section begin="2011-05-16" />
23227 <section end="2014-04-10 (MW 1.23wmf22)" />
23229 <p><span typeof="mw:Extension/section" about="#mwt1" data-parsoid='{"stx":"html","selfClose":true,"src":"<section begin=\"2011-05-16\" />","tagWidths":[30,0]}'><section begin="2011-05-16" /></span>
23230 <span typeof="mw:Extension/section" about="#mwt2" data-parsoid='{"stx":"html","selfClose":true,"src":"<section end=\"2014-04-10 (MW 1.23wmf22)\" />","tagWidths":[43,0]}'><section end="2014-04-10 (MW 1.23wmf22)" /></span></p>
23233 #--------- Test stripping of empty nodes in template content ----------
23235 Empty LI and TR nodes should be stripped from template content
23240 <ul about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"EmptyLITest","href":"./Template:EmptyLITest"},"params":{},"i":0}}]}'>
23244 <table about="#mwt2" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"EmptyTRTest","href":"./Template:EmptyTRTest"},"params":{},"i":0}}]}'>
23257 Empty LI and TR nodes should not be stripped from top-level content
23284 Empty TR nodes should not be stripped if they have any attributes set
23286 {{EmptyTRWithHTMLAttrTest}}
23288 <table about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"EmptyTRWithHTMLAttrTest","href":"./Template:EmptyTRWithHTMLAttrTest"},"params":{},"i":0}}]}'>
23289 <tr align="center"></tr>
23290 <tr><td>foo</td></tr>
23291 <tr align="center"></tr>
23292 <tr><td>bar</td></tr>
23296 #### ----------------------------------------------------------------
23297 #### The following section of tests are primarily to test
23298 #### wikitext escaping capabilities of Parsoid. Given that
23299 #### escaping can be done any number of ways, the wikitext (input)
23300 #### is always adjusted to reflect how Parsoid adds nowiki
23303 #### We are marking several tests as parsoid-only since the
23304 #### HTML in the result section is different from what the
23305 #### PHP parser generates for it.
23306 #### ----------------------------------------------------------------
23309 #### --------------- Headings ---------------
23311 #### 1. Nested inside html <h1>=foo=</h1>
23312 #### 2. Outside heading nest on a single line <h1>foo</h1>*bar
23313 #### 3. Nested inside html with wikitext split by html tags
23314 #### 4. No escape needed
23315 #### 5. Empty headings <h1></h1>
23316 #### 6. Heading chars in SOL context
23317 #### ----------------------------------------
23319 Headings: 0. Unnested
23329 <p>=foo<i>a</i>=</p>
23331 <nowiki>=foo=</nowiki>
23333 <nowiki> </nowiki>=foo=
23335 <nowiki>=foo=</nowiki>
23337 =foo''a''<nowiki>=</nowiki>
23340 # New headings and existing headings are handled differently
23342 Headings: 1. Nested inside html
23350 <h1 data-parsoid=''>=foo=</h1>
23351 <h2 data-parsoid=''>=foo=</h2>
23352 <h3 data-parsoid=''>=foo=</h3>
23353 <h4 data-parsoid=''>=foo=</h4>
23354 <h5 data-parsoid=''>=foo=</h5>
23355 <h6 data-parsoid=''>=foo=</h6>
23363 =<nowiki>=foo=</nowiki>=
23364 ==<nowiki>=foo=</nowiki>==
23365 ===<nowiki>=foo=</nowiki>===
23366 ====<nowiki>=foo=</nowiki>====
23367 =====<nowiki>=foo=</nowiki>=====
23368 ======<nowiki>=foo=</nowiki>======
23373 Headings: 2. Outside heading nest on a single line <h1>foo</h1>*bar
23382 <nowiki>*</nowiki>bar
23388 <nowiki>=bar=</nowiki>
23392 Headings: 3. Nested inside html with wikitext split by html tags
23396 <h1>=<b>bold</b>foo=</h1>
23398 = ='''bold'''foo= =
23402 Headings: 4a. No escaping needed (testing just h1 and h2)
23413 <h1><i>=</i>foo=</h1>
23433 Headings: 4b. No escaping needed (inside p-tags)
23448 Headings: 5. Empty headings
23452 <h1 data-parsoid='{}'></h1>
23454 <h2 data-parsoid='{}'></h2>
23456 <h3 data-parsoid='{}'></h3>
23458 <h4 data-parsoid='{}'></h4>
23460 <h5 data-parsoid='{}'></h5>
23462 <h6 data-parsoid='{}'></h6>
23472 =====<nowiki/>=====
23474 ======<nowiki/>======
23478 Headings: 6a. Heading chars in SOL context (with trailing spaces)
23488 <nowiki>=a=</nowiki>
23490 <nowiki>=a=</nowiki>
23492 <nowiki>=a=</nowiki>
23496 Headings: 6b. Heading chars in SOL context (with trailing newlines)
23509 <nowiki>=a=</nowiki>
23512 <nowiki>=a=</nowiki>
23515 <nowiki>=a=</nowiki>
23520 Headings: 6c. Heading chars in SOL context (leading newline break)
23528 <nowiki>=b=</nowiki>
23532 Headings: 6d. Heading chars in SOL context (with interspersed comments)
23536 <!--c0--><p>=a=</p>
23538 <!--c1--><p>=a=</p> <!--c2--> <!--c3-->
23540 <!--c0--><nowiki>=a=</nowiki>
23542 <!--c1--><nowiki>=a=</nowiki> <!--c2--> <!--c3-->
23546 Headings: 6d. Heading chars in SOL context (No escaping needed)
23556 Headings: 7. Insert a newline between new content and headings
23562 <h2 data-parsoid='{}'>A</h2>
23563 <p data-parsoid='{}'>a</p>
23573 #### --------------- Lists ---------------
23574 #### 0. Outside nests (*foo, etc.)
23575 #### 1. Nested inside html <ul><li>*foo</li></ul>
23576 #### 2. Inside definition lists
23577 #### 3. Only bullets at start should be escaped
23578 #### 4. No escapes needed
23579 #### 5. No unnecessary escapes
23580 #### 6. Escape bullets in SOL position
23581 #### 7. Escape bullets in a multi-line context
23582 #### ----------------------------------------
23585 Lists: 0. Outside nests
23595 <nowiki>*</nowiki>foo
23597 <nowiki>#</nowiki>foo
23599 <nowiki>;</nowiki>Foo<nowiki>:</nowiki>bar
23602 ## Making these next 3 tests Parsoid-only since they are html2wt tests
23603 ## to test wikitext escaping, and insignificant whitespace diffs
23604 ## cause PHP parser tests to barf
23606 Lists: 1. Nested inside html (No unnecessary escapes)
23615 <li data-parsoid='{}'>*foo</li>
23616 <li data-parsoid='{}'>#foo</li>
23617 <li data-parsoid='{}'>:foo</li>
23618 <li data-parsoid='{}'>;foo</li>
23626 <li data-parsoid='{}'>*foo</li>
23627 <li data-parsoid='{}'>#foo</li>
23628 <li data-parsoid='{}'>:foo</li>
23629 <li data-parsoid='{}'>;foo</li>
23636 *<nowiki>*foo</nowiki>
23637 *<nowiki>#foo</nowiki>
23638 *<nowiki>:foo</nowiki>
23639 *<nowiki>;foo</nowiki>
23645 #<nowiki>*foo</nowiki>
23646 #<nowiki>#foo</nowiki>
23647 #<nowiki>:foo</nowiki>
23648 #<nowiki>;foo</nowiki>
23652 Lists: 2. Inside definition lists
23656 <dl><dt>;foo</dt></dl>
23657 <dl><dt>:foo</dt></dl>
23660 <dl><dd>:foo</dd></dl>
23664 ; <nowiki>:foo</nowiki>
23666 ; <nowiki>:foo</nowiki>
23673 Lists: 3. Only bullets at start of text in wikitext-generated HTML should be escaped
23679 <li data-parsoid='{}'>*foo<i>it</i>*bar</li>
23683 *<nowiki>*foo</nowiki>''it''*bar
23687 Lists: 4. No escapes needed
23700 <li><a rel="mw:WikiLink" href="Foo" title="Foo">Foo</a>: bar
23704 <li><a rel="mw:WikiLink" href="Foo" title="Foo">Foo</a>*bar
23718 Lists: 5. No unnecessary escapes
23722 <ul><li> bar <span>[[foo]]</span></li></ul>
23723 <ul><li> =bar <span>[[foo]]</span></li></ul>
23724 <ul><li> [[bar <span>[[foo]]</span></li></ul>
23725 <ul><li> ]]bar <span>[[foo]]</span></li></ul>
23726 <ul><li> =bar <span>foo]]</span>=</li></ul>
23727 <ul><li> <s></s>: a</li></ul>
23728 <ul><li> <i>* foo</i></li></ul>
23731 * bar <span><nowiki>[[foo]]</nowiki></span>
23733 * =bar <span><nowiki>[[foo]]</nowiki></span>
23735 * [[bar <span><nowiki>[[foo]]</nowiki></span>
23737 * ]]bar <span><nowiki>[[foo]]</nowiki></span>
23739 * =bar <span>foo]]</span>=
23747 Lists: 6. Escape bullets in SOL position
23751 <p><!--cmt-->*foo</p>
23753 <!--cmt--><nowiki>*</nowiki>foo
23757 Lists: 7. Escape bullets in a multi-line context
23766 <nowiki>*</nowiki>b
23770 Lists: 8. Escape colons only if not present in tags
23774 <dl><dt>a:b<i>c:d</i></dt></dl>
23776 ; <nowiki>a:b</nowiki>''c:d''
23779 #### --------------- HRs ---------------
23780 #### 1. Single line
23781 #### -----------------------------------
23784 HRs: 1. Single line
23792 ----<nowiki>----</nowiki>
23797 #### --------------- Tables ---------------
23798 #### 1a. Simple example
23799 #### 1b. No escaping needed (!foo)
23800 #### 1c. No escaping needed (|foo)
23801 #### 1d. No escaping needed (|}foo)
23803 #### 2a. Nested in td (<td>foo|bar</td>)
23804 #### 2b. Nested in td (<td>foo||bar</td>)
23805 #### 2c. Nested in td -- no escaping needed(<td>foo!!bar</td>)
23807 #### 3a. Nested in th (<th>foo!bar</th>)
23808 #### 3b. Nested in th (<th>foo!!bar</th>)
23809 #### 3c. Nested in th -- no escaping needed(<th>foo||bar</th>)
23813 #### 4c. No escaping needed
23814 #### --------------------------------------
23817 Tables: 1a. Simple example
23825 <nowiki>{|</nowiki>
23830 Tables: 1b. No escaping needed
23841 Tables: 1c. No escaping needed
23852 Tables: 1d. No escaping needed
23863 Tables: 2a. Nested in td
23868 <td>foo|bar</td></tr>
23869 <tr><td>x<div>a|b</div></td>
23873 |<nowiki>foo|bar</nowiki>
23875 |x<div><nowiki>a|b</nowiki></div>
23891 Tables: 2b. Nested in td
23897 <td>a<i>b||c</i></td>
23898 <td>a<i><div>b||c</div></i></td>
23899 </tr></tbody></table>
23902 |<nowiki>foo||bar</nowiki>
23903 |a''<nowiki>b||c</nowiki>''
23904 |a''<div><nowiki>b||c</nowiki></div>''
23913 <td>a<i><div>b||c</div></i>
23919 Tables: 2c. Nested in td -- no escaping needed
23935 Tables: 3a. Nested in th
23951 Tables: 3b. Nested in th
23956 <tr><th>foo!!bar</th>
23957 <th><i>foo|bar</i></th>
23958 <th><i>foo!!bar</i></th>
23959 <th><i><span>foo!!bar</span></i></th>
23960 </tr></tbody></table>
23963 !<nowiki>foo!!bar</nowiki>
23964 !''<nowiki>foo|bar</nowiki>''
23965 !''<nowiki>foo!!bar</nowiki>''
23966 !''<span><nowiki>foo!!bar</nowiki></span>''
23975 <th><i>foo!!bar</i>
23977 <th><i><span>foo!!bar</span></i>
23983 Tables: 3c. Nested in th
23988 <tr><th>foo||bar</th>
23989 <th><span typeof="mw:Nowiki">foo||bar</span></th>
23990 </tr></tbody></table>
23993 !<nowiki>foo||bar</nowiki>
23994 !<nowiki>foo||bar</nowiki>
24007 Tables: 4a. Escape -
24023 |<nowiki>-bar</nowiki>
24028 Tables: 4b. Escape +
24044 |<nowiki>+bar</nowiki>
24049 Tables: 4c. No escaping needed
24054 <tr><td>foo-bar</td><td>foo+bar</td></tr>
24055 <tr><td><i>foo</i>-bar</td><td><i>foo</i>+bar</td></tr>
24061 <div>a|b</div></td>
24106 Tables: 4d. No escaping needed
24111 <tbody><tr><td><a rel="mw:WikiLink" href="./Foo" title="Foo">Foo</a>-bar</td>
24112 <td data-parsoid='{"startTagSrc":"|","attrSepSrc":"|"}'>+1</td>
24113 <td data-parsoid='{"startTagSrc":"|","attrSepSrc":"|"}'>-2</td></tr>
24124 <td><a href="/wiki/Foo" title="Foo">Foo</a>-bar
24134 T97430: Don't emit empty nowiki pairs around marker meta tags
24138 <p>*This is a long sentence here that will make the nowiki algo split up the nowikis into multiple pairs
24139 |** Make this another long long long sentence forcing the nowiki algo to split up the nowikis.</p>
24141 <nowiki>*</nowiki>This is a long sentence here that will make the nowiki algo split up the nowikis into multiple pairs
24142 |** Make this another long long long sentence forcing the nowiki algo to split up the nowikis.
24146 Unclosed xmlish element in table line shouldn't eat end delimiters
24151 <tbody><tr><td> <foo</td>
24152 <td> bar></td></tr>
24169 #### --------------- Links ----------------
24170 #### 1. Quote marks in link text
24171 #### 2. Wikilinks: Escapes needed
24172 #### 3. Wikilinks: No escapes needed
24173 #### 4. Extlinks: Escapes needed
24174 #### 5. Extlinks: No escapes needed
24175 #### --------------------------------------
24177 Links 1. WikiLinks: No escapes needed
24181 <p><a rel="mw:WikiLink" href="Foo" title="Foo">Foo<i>boo</i></a>
24182 <a rel="mw:WikiLink" href="Foo" title="Foo">[Foobar]</a>
24183 <a rel="mw:WikiLink" href="Foo" title="Foo">x [Foobar] x</a></p>
24187 [[Foo|x [Foobar] x]]
24189 <p><a href="/wiki/Foo" title="Foo">Foo<i>boo</i></a>
24190 <a href="/wiki/Foo" title="Foo">[Foobar]</a>
24191 <a href="/wiki/Foo" title="Foo">x [Foobar] x</a>
24196 Links 2. WikiLinks: Escapes needed
24200 <a href="Foo" rel="mw:WikiLink">Foobar]</a>
24201 <a href="Foo" rel="mw:WikiLink">x [http://google.com g] x</a>
24202 <a href="Foo" rel="mw:WikiLink">[[Bar]]</a>
24203 <a href="Foo" rel="mw:WikiLink">x [[Bar]] x</a>
24204 <a href="Foo" rel="mw:WikiLink">|Bar</a>
24205 <a href="Foo" rel="mw:WikiLink">]]bar</a>
24206 <a href="Foo" rel="mw:WikiLink">[[bar</a>
24207 <a href="Foo" rel="mw:WikiLink">x [[ y</a>
24208 <a href="Foo" rel="mw:WikiLink">x ]] y</a>
24209 <a href="Foo" rel="mw:WikiLink">x ]] y [[ z</a>
24211 [[Foo|<nowiki>Foobar]</nowiki>]]
24212 [[Foo|x <nowiki>[http://google.com g]</nowiki> x]]
24213 [[Foo|<nowiki>[[Bar]]</nowiki>]]
24214 [[Foo|<nowiki>x [[Bar]] x</nowiki>]]
24215 [[Foo|<nowiki>|Bar</nowiki>]]
24216 [[Foo|<nowiki>]]bar</nowiki>]]
24217 [[Foo|<nowiki>[[bar</nowiki>]]
24218 [[Foo|<nowiki>x [[ y</nowiki>]]
24219 [[Foo|<nowiki>x ]] y</nowiki>]]
24220 [[Foo|<nowiki>x ]] y [[ z</nowiki>]]
24222 <p><a href="/wiki/Foo" title="Foo">Foobar]</a>
24223 <a href="/wiki/Foo" title="Foo">x [http://google.com g] x</a>
24224 <a href="/wiki/Foo" title="Foo">[[Bar]]</a>
24225 <a href="/wiki/Foo" title="Foo">x [[Bar]] x</a>
24226 <a href="/wiki/Foo" title="Foo">|Bar</a>
24227 <a href="/wiki/Foo" title="Foo">]]bar</a>
24228 <a href="/wiki/Foo" title="Foo">[[bar</a>
24229 <a href="/wiki/Foo" title="Foo">x [[ y</a>
24230 <a href="/wiki/Foo" title="Foo">x ]] y</a>
24231 <a href="/wiki/Foo" title="Foo">x ]] y [[ z</a>
24236 Links 3. WikiLinks: No escapes needed
24240 <p><a rel="mw:WikiLink" href="Foo">[Foobar</a>
24241 <a rel="mw:WikiLink" href="Foo" title="Foo">foo|bar</a></p>
24246 <p><a href="/wiki/Foo" title="Foo">[Foobar</a>
24247 <a href="/wiki/Foo" title="Foo">foo|bar</a>
24252 Links 4. ExtLinks: Escapes needed
24256 <p><a rel="mw:ExtLink" href="http://google.com">[google]</a>
24257 <a rel="mw:ExtLink" href="http://google.com">google]</a></p>
24258 <p>[http://google.com]</p>
24259 <p>[http://google.com google]</p>
24260 <p>[<a rel="mw:ExtLink" href="http://google.com">http://google.com</a>]</p>
24261 <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>
24263 [http://google.com <nowiki>[google]</nowiki>]
24264 [http://google.com <nowiki>google]</nowiki>]
24266 <nowiki>[http://google.com]</nowiki>
24268 <nowiki>[http://google.com google]</nowiki>
24270 [http://google.com<nowiki>]</nowiki>
24272 [{{echo|http://google.com}}<nowiki>]</nowiki>
24274 <p><a rel="nofollow" class="external text" href="http://google.com">[google]</a>
24275 <a rel="nofollow" class="external text" href="http://google.com">google]</a>
24276 </p><p>[http://google.com]
24277 </p><p>[http://google.com google]
24278 </p><p>[<a rel="nofollow" class="external free" href="http://google.com">http://google.com</a>]
24279 </p><p>[<a rel="nofollow" class="external free" href="http://google.com">http://google.com</a>]
24284 Links 5. ExtLinks: No escapes needed
24288 <p><a rel="mw:ExtLink" href="http://google.com">[google</a></p>
24289 <p>[<a ref="mw:ExtLink" href="http://google.com"></a>]</p>
24291 [http://google.com [google]
24293 [[http://google.com]]
24295 <p><a rel="nofollow" class="external text" href="http://google.com">[google</a>
24296 </p><p>[<a rel="nofollow" class="external autonumber" href="http://google.com">[1]</a>]
24301 Links 6. Add <nowiki/>s between text-nodes and url-links when required (bug 64300)
24305 <p>x<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>y
24306 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>?x
24307 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>&x
24308 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>'x
24309 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>,x
24310 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>.x
24311 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>;x
24312 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>:x
24313 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>;x
24314 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>!x
24315 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>=x
24316 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>(x)
24317 <a rel="mw:ExtLink" href="http://example.com(x" data-parsoid='{"stx":"url"}'>http://example.com(x</a>)
24320 x<nowiki/>http://example.com<nowiki/>y
24321 http://example.com<nowiki/>?x
24322 http://example.com<nowiki/>&x
24323 http://example.com<nowiki/>'x
24324 http://example.com<nowiki/>,x
24325 http://example.com<nowiki/>.x
24326 http://example.com<nowiki/>;x
24327 http://example.com<nowiki/>:x
24328 http://example.com<nowiki/>;x
24329 http://example.com<nowiki/>!x
24330 http://example.com<nowiki/>=x
24331 http://example.com<nowiki/>(x)
24332 http://example.com(x<nowiki/>)
24336 Links 7a. Don't add spurious <nowiki/>s between text-nodes and url-links (bug 64300)
24341 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>
24343 "<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>"
24344 (<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>)
24345 (<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>) foo
24346 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>,
24347 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>, foo
24353 "http://example.com"
24354 (http://example.com)
24355 (http://example.com) foo
24356 http://example.com,
24357 http://example.com, foo
24360 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
24362 "<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>"
24363 (<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>)
24364 (<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>) foo
24365 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>,
24366 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>, foo
24371 Links 7b. Don't add spurious <nowiki/>s between text-nodes and url-links (bug 64300)
24375 <p><a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>.,;:!?\
24376 -<a rel="mw:ExtLink" href="http://example.com">http://example.com</a>:</p>
24378 http://example.com.,;:!?\
24379 -http://example.com:
24381 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>.,;:!?\
24382 -<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>:
24387 Links 8. Add <nowiki/>s between text-nodes and RFC-links when required (bug 64300)
24391 <p><a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>4
24392 <a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>y
24393 X<a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>y</p>
24397 X<nowiki/>RFC 123<nowiki/>y
24401 Links 9. Don't add spurious <nowiki/>s between text-nodes and RFC-links (bug 64300)
24405 <p><a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>?foo
24406 <a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>&foo
24407 -<a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>-
24414 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc123">RFC 123</a>?foo
24415 <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc123">RFC 123</a>&foo
24416 -<a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc123">RFC 123</a>-
24421 Links 10. Add <nowiki/>s between text-nodes and PMID-links when required (bug 64300)
24425 <p><a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>4
24426 <a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>y
24427 X<a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>y
24431 X<nowiki/>PMID 123<nowiki/>y
24435 Links 11. Don't add spurious <nowiki/>s between text-nodes and PMID-links (bug 64300)
24439 <p><a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>?foo
24440 <a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>&foo
24441 -<a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>-
24448 <p><a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract">PMID 123</a>?foo
24449 <a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract">PMID 123</a>&foo
24450 -<a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract">PMID 123</a>-
24455 Links 12. Add <nowiki/>s between text-nodes and ISBN-links when required (bug 64300)
24459 <p><a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>1
24460 <a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>x
24461 a<a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>b
24464 ISBN 1234567890<nowiki/>1
24465 ISBN 1234567890<nowiki/>x
24466 a<nowiki/>ISBN 1234567890<nowiki/>b
24470 Links 13. Don't add spurious <nowiki/>s between text-nodes and ISBN-links (bug 64300)
24474 <p>-<a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>'s
24478 <p>-<a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>'s
24483 Links 14. Protect link-like plain text. (Parsoid bug T78425)
24487 <p>this is not a link: http://example.com
24490 this is not a link: <nowiki>http://example.com</nowiki>
24494 Links 15. Link trails can't become link prefixes.
24499 <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>
24501 [[Söfnuður]]-[[00]]
24503 <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>
24507 #### --------------- Quotes ---------------
24508 #### 1. Quotes inside <b> and <i>
24509 #### 2. Link fragments separated by <i> and <b> tags
24510 #### 3. Link fragments inside <i> and <b>
24511 #### 4. No escaping needed
24512 #### --------------------------------------
24514 1a. Quotes inside <b> and <i>
24525 <b>foo'<i>bar'</i>baz</b>
24534 <i>fools'<span> errand</span></i>
24535 <i><span>fool</span>'s errand</i>
24536 '<i>foo</i> bar '<i>baz</i>
24537 a|!*#-:;+-~[]{}b'<i>x</i>
24541 ''<nowiki>''foo''</nowiki>''
24542 ''<nowiki>'''foo'''</nowiki>''
24544 '''<nowiki/>'foo''''
24545 '''<nowiki>''foo''</nowiki>'''
24546 '''<nowiki>'''foo'''</nowiki>'''
24547 '''foo'<nowiki/>''bar'<nowiki/>''baz'''
24548 '''foo'''<nowiki/>'s
24554 '''foo'''<nowiki/>'
24555 ''''foo'''<nowiki/>'
24556 ''fools'<span> errand</span>''
24557 ''<span>fool</span>'s errand''
24558 '<nowiki/>''foo'' bar '''baz''
24559 a|!*#-:;+-~[]{}b'''x''
24563 1b. Quotes inside <b> and <i> with other tags on same line
24567 '<i>a</i> foo <i><a rel="mw:WikiLink" href="Bar" title="Bar">bar</a></i>
24568 <i>a'</i> foo <i><a rel="mw:WikiLink" href="Bar" title="Bar">bar</a></i>
24569 <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>
24570 <a rel="mw:WikiLink" href="Foo" title="Foo">foo</a> x'<i><a href="Bar" rel="mw:WikiLink" title="Bar">bar</a></i>
24571 '<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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span>
24572 '<i>foo</i> <div title="name">test</div>
24573 '<i>foo</i> and <br data-parsoid='{"stx":"html","noClose":true}'/> bar
24574 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{}}'>
24575 <li about="#cite_note-1" id="cite_note-1"><span rel="mw:referencedBy"><a href="./Main_Page#cite_ref-1">↑</a></span> <span id="mw-reference-text-cite_note-1" class="mw-reference-text" data-parsoid="{}">test</span></li>
24578 '''a'' foo ''[[bar]]''
24579 ''a''' foo ''[[bar]]''
24580 ''a''' foo '''{{echo|[[bar]]}}'''
24581 [[foo]] x'''[[bar]]''
24582 '''foo'' <ref>test</ref>
24583 '''foo'' <div title="name">test</div>
24584 '''foo'' and <br> bar
24589 2. Link fragments separated by <i> and <b> tags
24593 <p>[[<i>foo</i>hello]]</p>
24594 <p>[[<b>foo</b>hello]]</p>
24596 [[''foo''<nowiki>hello]]</nowiki>
24598 [['''foo'''<nowiki>hello]]</nowiki>
24601 # FIXME: Escaping one or both of [[ and ]] is also acceptable --
24602 # this is one of the shortcomings of this format
24604 3. Link fragments inside <i> and <b>
24608 <p><i>[[foo</i>]]</p>
24609 <p><b>[[foo</b>]]</p>
24611 ''[[foo''<nowiki>]]</nowiki>
24613 '''[[foo'''<nowiki>]]</nowiki>
24617 4. No escaping needed
24621 <p>'<span><i>bar</i></span>'
24622 '<span><b>bar</b></span>'
24626 '<span>''bar''</span>'
24627 '<span>'''bar'''</span>'
24631 #### ----------- Paragraphs ---------------
24632 #### 1. No unnecessary escapes
24633 #### --------------------------------------
24636 1. No unnecessary escapes
24640 <p>bar <span>[[foo]]</span>
24641 </p><p>=bar <span>[[foo]]</span>
24642 </p><p>[[bar <span>[[foo]]</span>
24643 </p><p>]]bar <span>[[foo]]</span>
24644 </p><p>=bar <span>foo]]</span>=
24647 bar <span><nowiki>[[foo]]</nowiki></span>
24649 =bar <span><nowiki>[[foo]]</nowiki></span>
24651 [[bar <span><nowiki>[[foo]]</nowiki></span>
24653 ]]bar <span><nowiki>[[foo]]</nowiki></span>
24655 =bar <span>foo]]</span><nowiki>=</nowiki>
24658 #### ----------------------- PRE --------------------------
24659 #### 1. Leading whitespace in SOL context should be escaped
24660 #### ------------------------------------------------------
24662 1. Leading whitespace in SOL context should be escaped
24685 <nowiki> </nowiki>a
24687 <nowiki> </nowiki> a
24691 <nowiki> </nowiki> a
24693 <nowiki> </nowiki>a
24696 <nowiki> </nowiki>b
24719 2. Leading whitespace in non-indent-pre contexts should not be escaped
24723 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
24724 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
24725 <li about="#cite_note-1" id="cite_note-1"><a href="./Main_Page#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>
24735 3. Leading whitespace in indent-pre suppressing contexts should not be escaped
24754 4. Leading whitespace in indent-pre suppressing contexts should not be escaped
24758 <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>
24760 [[File:Foobar.jpg|thumb|caption]]
24764 5. Nowiki escaping should account for indent-pres
24774 T95794: nowiki escaping should account for leading space at start-of-line in an indent-pre block
24787 #### --------------- Behavior Switches --------------------
24790 1. Valid behavior switches should be escaped
24797 <nowiki>__TOC__</nowiki>
24798 ''<nowiki>__TOC__</nowiki>''
24802 2. Invalid behavior switches should not be escaped
24813 # We use indent-pre as an indirect way to test for sol-transparent behavior.
24815 Behavior switches should be SOL-transparent
24819 <meta property="mw:PageProp/toc" />
24821 <!-- this one's bogus -->
24824 <pre data-parsoid='{}'><meta property="mw:PageProp/toc" data-parsoid='{"src":"__TOC__","magicSrc":"__TOC__"}'/> foo</pre>
24826 <meta property="mw:PageProp/toc" data-parsoid='{"src":"__TOC__","magicSrc":"__TOC__"}'/><pre data-parsoid='{}'>bar</pre>
24830 <!-- this one's bogus -->
24839 #### --------------- HTML tags ---------------
24842 #### 3. multi-line html tag
24843 #### 4. extension tags
24844 #### -----------------------------------------
24850 <a href="http://google.com">google</a>
24852 <a href="http://google.com">google</a>
24860 <ul><li> <div>foo</div></li>
24861 <li> <div style="color:red">foo</div></li>
24862 <li> <td></li></ul>
24865 * <nowiki><div>foo</div></nowiki>
24866 * <nowiki><div style="color:red">foo</div></nowiki>
24867 * <nowiki><td></nowiki>
24871 3. multi-line html tag
24890 <p><ref>foo</ref>
24891 </p><p><ref>bar
24892 </p><p>baz</ref>
24895 <nowiki><ref>foo</ref></nowiki>
24897 <nowiki><ref>bar</nowiki>
24899 baz<nowiki></ref></nowiki>
24902 #### --------------- Others ---------------
24908 <p><nowiki>foo</nowiki>
24911 <nowiki>foo</nowiki>
24914 ## The quote-char in the input is necessary for triggering the bug
24916 (Bug 52035) Nowiki-escaping should not get tripped by " :" in text
24925 #----------- End of wikitext escaping tests --------------
24929 Tag-like HTML structures are passed through as text
24951 </p><p>1<d e>f
24956 HTML tag with necessary entities in attributes
24958 <span title="&amp;">foo</span>
24960 <p><span title="&amp;">foo</span>
24965 HTML tag with 'unnecessary' entity encoding in attributes
24967 <span title="&">foo</span>
24969 <p><span title="&">foo</span>
24974 HTML tag with broken attribute value quoting
24976 parsoid=wt2html,html2html
24978 <span title="Hello world>Foo</span>
24980 <p><span title="Hello world">Foo</span>
24983 <p><span title="Hello world">Foo</span></p>
24987 Self-closed tag with broken attribute value quoting
24989 parsoid=wt2html,html2html
24991 <div title="Hello world />Foo
24993 <div title="Hello world"></div>
24996 <div title="Hello world " data-parsoid='{"stx":"html","selfClose":true}'></div><p>Foo</p>
25000 Table with broken attribute value quoting
25002 parsoid=wt2html,html2html
25005 | title="Hello world|Foo
25010 <td title="Hello world">Foo
25016 <td title="Hello world">Foo
25022 Table with broken attribute value quoting on consecutive lines
25024 parsoid=wt2html,html2html
25027 | title="Hello world|Foo
25028 | style="color:red|Bar
25033 <td title="Hello world">Foo
25035 <td style="color:red">Bar
25041 <td title="Hello world">Foo
25042 </td><td style="color: red">Bar
25043 </td></tr></tbody></table>
25048 Accept empty td cell attribute
25051 | align="center" | foo || |
25056 <td align="center"> foo </td>
25063 Non-empty attributes in th-cells
25066 ! Foo !! style="color: red" | Bar
25072 <th style="color: red"> Bar
25078 Accept empty attributes in th-cells
25093 Empty table rows go away
25114 ### Parsoid-centric tests for testing RTing of inter-element separators
25115 ### Edge cases not tested by existing parser tests and specific to
25116 ### Parsoid-specific serialization strategies.
25120 RT-ed inter-element separators should be valid separators
25132 <tbody><tr data-parsoid='{"startTagSrc":"|-","a":{"[[foo]]":null},"sa":{"[[foo]]":""},"autoInsertedEnd":true}'></tr>
25136 # Parsoid-only since PHP parser relies on Tidy for correct output
25138 Trailing newlines in a deep dom-subtree that ends a wikitext line should be migrated out
25152 <tbody><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'><small data-parsoid='{"stx":"html","autoInsertedEnd":true}'>foo
25153 <p>bar</p></small></td></tr>
25157 <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>
25161 # Note that the "style" attribute is really a template parameter here.
25162 # The = would have to be {{=}} if you wanted the literal.
25164 Empty TD followed by TD with tpl-generated attribute
25169 |{{echo|style='color:red'}}|foo
25183 Indented table with an empty td
25201 ## We have some newline diffs RT-ing this edge case
25202 ## and it is not important enough -- we seem to be emitting
25203 ## at most 2 newlines after a </tr> and this is unrelated to
25204 ## the issue from T85627 that this is testing.
25206 Indented table with blank lines in between (T85627)
25225 Indented block & table
25239 <div data-parsoid='{"stx":"html"}'>foo</div>
25241 <tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'>foo</td></tr>
25246 Indent and comment before table row
25261 <!--hi--><tbody><tr data-parsoid='{"startTagSrc":"|-","autoInsertedEnd":true}'>
25262 <td data-parsoid='{"autoInsertedEnd":true}'> there</td></tr>
25266 # Parsoid-specific since PHP parser doesn't handle this mixed tbl-wikitext
25268 Empty TR followed by a template-generated TR
25274 {{echo|<tr><td>foo</td></tr>}}
25280 <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}}]}'>
25285 ## PHP and parsoid output differ for this, and since this is primarily
25286 ## for testing Parsoid's serializer, marking this Parsoid only
25288 Empty TR followed by mixed-ws-comment line should RT correctly
25304 <!--c--> </tr><!--d-->
25310 Multi-line image caption generated by templates with/without trailing newlines
25312 [[File:Foobar.jpg|thumb|300x300px|foo\n{{echo|A}}\n{{echo|B}}\n{{echo|C}}]]
25313 [[File:Foobar.jpg|thumb|300x300px|foo\n{{echo|A}}\n{{echo|B}}\n{{echo|C}}\n\n]]
25315 <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>
25316 <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>
25320 New element inserted (without intervening newlines) after an old sol-transparent node should serialize correctly
25324 <meta typeof="mw:Includes/IncludeOnly" data-parsoid='{"src":"<includeonly>foo</includeonly>"}'/><meta typeof="mw:Includes/IncludeOnly/End" data-parsoid='{"src":""}'/><p>new para</p>
25326 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{}'/><h1>new heading</h1>
25328 <includeonly>foo</includeonly>
25336 ## PHP emits broken html for this, and since this is primarily
25337 ## a Parsoid serializer test, marking this Parsoid only
25339 Improperly nested inline or quotes tags with whitespace in between
25341 <span> <s>x</span> </s>
25344 <p><span> <s>x</s></span><s> </s>
25345 <b> <i>x</i></b><i> </i>
25350 Encapsulate protected attributes from wt
25352 <div typeof="mw:placeholder stuff" data-mw="whoo" data-parsoid="weird" data-parsoid-other="no" about="time" rel="mw:true">foo</div>
25354 {| typeof="mw:placeholder stuff" data-mw="whoo" data-parsoid="weird" data-parsoid-other="no" about="time" rel="mw:true"
25358 <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>
25360 <table 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">
25361 <tbody><tr><td data-parsoid='{"autoInsertedEnd":true}'> ok</td></tr>
25365 ## Currently the p-wrapper is fragile in how it adds / removes transformations.
25366 ## Having nested or stray pre tags results in the attempt to add duplicates,
25367 ## causing an assertion fail. This test tries to prevent that situation.
25369 Ensure ParagraphWrapper can deal with stray closing pre tags
25379 1. Ensure fostered text content is wrapped in element nodes
25383 <table>hi</table><table>ho</table>
25392 2. Ensure fostered text content is wrapped in element nodes (traps regressions around fostered marker on the element getting lost)
25394 parsoid=wt2html,wt2wt
25403 <tbody><tr><td> a</td></tr>
25408 Encapsulation properly handles null DSR information from foster box
25410 parsoid=wt2html,wt2wt
25412 {{echo|<table>foo<tr><td>bar</td></tr></table>}}
25414 <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>
25418 1. Encapsulate foster-parented transclusion content
25420 parsoid=wt2wt,wt2html
25422 <table>{{echo|foo<tr><td>bar</td></tr>}}</table>
25424 <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>
25434 2. Encapsulate foster-parented transclusion content
25436 parsoid=wt2wt,wt2html
25438 <table><div>{{echo|foo}}</div><tr><td>bar</td></tr></table>
25440 <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>
25451 3. Encapsulate foster-parented transclusion content
25453 parsoid=wt2wt,wt2html
25455 <table><div><p>{{echo|foo</p></div><tr><td>}}bar</td></tr></table>
25457 <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>"]}">
25470 4. Encapsulate foster-parented transclusion content
25472 parsoid=wt2wt,wt2html
25474 <table><div><p>{{echo|foo</p></div><tr><td>}}bar</td></tr></table>
25476 <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>"]}">
25489 5. Encapsulate foster-parented transclusion content
25491 parsoid=wt2wt,wt2html
25493 <table><tr><td><div><p>{{echo|foo</p></div></td>foo}}</tr></table>
25495 <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>
25510 6. Encapsulate foster-parented transclusion content
25512 parsoid=wt2wt,wt2html
25514 <table><tr><td><div><p>{{echo|foo</p></div></td>foo</tr></table>}}<p>ok</p>
25516 <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>
25532 7. Encapsulate foster-parented transclusion content
25534 parsoid=wt2wt,wt2html
25536 <table>{{echo|<p>foo</p>}}<td>bar</td></table>
25538 <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>
25548 # Note that the wt is broken on purpose: the = should be {{=}} if you
25549 # don't want it to be a template parameter key.
25551 8. Encapsulate foster-parented transclusion content
25553 parsoid=wt2wt,wt2html
25556 }}{|{{echo|style='color:red'}}
25561 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a\n"}},"i":0}}]}'>a</p>
25563 <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>
25574 9. Encapsulate foster-parented transclusion content
25576 parsoid=wt2wt,wt2html
25578 <table>{{echo|hi</table>hello}}
25580 <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>
25584 Table in fosterable position
25595 <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">
25597 <table about="#mwt1" data-parsoid='{"autoInsertedEnd":true}'></table>
25603 # Parsoid only for bug 64747
25605 Properly encapsulate empty-content transclusions in fosterable positions
25613 <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"}]]}'>
25619 Always encapsulate foster box when template range is expanded to table
25632 T115289: Unclosed table
25634 {{echo|<table>}}<!--c-->[[Category:Two]]
25636 <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>
25640 T115289: Don't migrate newlines out of tables with fostered content
25642 <table><td></td>{{echo|<tr>[[Category:One]]}}<!--c-->[[Category:Two]]
25644 <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>
25648 T73074: More fostering fun
25650 <table><td></td>{{echo|<tr>}}<!--c-->[[Category:Two]]
25652 <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>
25656 Support <object> element with .data attribute
25660 <object data="test.swf"></object>
25662 <object data="test.swf"></object>
25666 Don't block XML namespace declaration
25668 <span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">MediaWiki</span>
25670 <p><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">MediaWiki</span>
25673 <p><span xmlns:dct="http://purl.org/dc/terms/" data-x-property="dct:title" data-parsoid='{"stx":"html"}'>MediaWiki</span></p>
25676 # -----------------------------------------------------------------
25677 # The following section of tests are primarily to spec requirements
25678 # around Parsoid's serialization (old, new, edited content)
25680 # All these tests are marked Parsoid html2wt and html2html only
25681 # ----------------------------------------------------------------
25684 Ignore rel attribute in a-tags during serialization to url-links
25688 <a href='http://en.wikipedia.org/wiki/Foobar'>http://en.wikipedia.org/wiki/Foobar</a>
25689 <a href='http://en.wikipedia.org/wiki/Foobar' rel='mw:ExtLink'>http://en.wikipedia.org/wiki/Foobar</a>
25690 <a href='http://en.wikipedia.org/wiki/Foobar' rel='mw:WikiLink'>http://en.wikipedia.org/wiki/Foobar</a>
25692 http://en.wikipedia.org/wiki/Foobar
25693 http://en.wikipedia.org/wiki/Foobar
25694 http://en.wikipedia.org/wiki/Foobar
25697 # 'mi' is a localinterwiki prefix as well as a language
25699 Serialize interwiki links pointing to the current wiki as plain wiki links (bug 65869)
25703 <p><a rel="mw:ExtLink" href="http://mi.wikipedia.org/wiki/Foo">Foo</a></p>
25710 New wikilinks should be serialized properly
25714 <a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{}'>Foo</a>
25715 <a rel="mw:WikiLink" href="./Foo" title="Foo">Foo</a>
25716 <a href="//en.wikipedia.org/wiki/Foo">//en.wikipedia.org/wiki/Foo</a>
25717 <a href="http://en.wikipedia.org/wiki/Foo">http://en.wikipedia.org/wiki/Foo</a>
25718 <a href="//en.wikipedia.org/wiki/Foo_bar">//en.wikipedia.org/wiki/Foo bar</a>
25722 [[:en:Foo|//en.wikipedia.org/wiki/Foo]]
25723 http://en.wikipedia.org/wiki/Foo
25724 [[:en:Foo_bar|//en.wikipedia.org/wiki/Foo bar]]
25728 New wiki links (href variations)
25732 <a rel="mw:WikiLink" href="./Foo_bar">Foo_bar</a>
25733 <a rel="mw:WikiLink" href="Foo_bar">Foo_bar</a>
25734 <a rel="mw:WikiLink" href="Foo bar">Foo_bar</a>
25735 <a rel="mw:WikiLink" href="./Toxine_bact%C3%A9rienne">Toxine bactérienne</a>
25740 [[Toxine bactérienne]]
25744 New wiki links (content string variations)
25748 <a rel="mw:WikiLink" href="./Foo_bar">Foo_bar</a>
25749 <a rel="mw:WikiLink" href="./Foo_bar">Foo bar</a>
25750 <a rel="mw:WikiLink" href="./Foo_bar">./Foo_bar</a>
25754 [[Foo_bar|./Foo_bar]]
25758 New category links (href variations)
25762 <link rel="mw:PageProp/Category" href="./Category:Toxine_bactérienne" />
25763 <link rel="mw:PageProp/Category" href="./Category:Toxine_bact%C3%A9rienne" />
25764 <link rel="mw:PageProp/Category" href="Category:Toxine_bact%C3%A9rienne" />
25766 [[Category:Toxine bactérienne]]
25767 [[Category:Toxine bactérienne]]
25768 [[Category:Toxine bactérienne]]
25772 New sol transparent links don't need indent-pre nowiki protection
25777 <link rel="mw:PageProp/redirect" href="./Main_Page">
25778 <!-- this is good --> <link rel="mw:PageProp/Category" href="./Category:Good" />
25779 <!-- this is great --> <link rel="mw:PageProp/Category" href="./Kategorie:Great" />
25781 #WEITERLEITUNG [[Main Page]]
25782 <!-- this is good --> [[Category:Good]]
25783 <!-- this is great --> [[Kategorie:Great]]
25787 New interlanguage links (href variations)
25791 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Toxine bactérienne" />
25792 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Toxine_bactérienne" />
25793 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Toxine_bact%C3%A9rienne" />
25795 [[es:Toxine bactérienne]]
25796 [[es:Toxine_bactérienne]]
25797 [[es:Toxine_bactérienne]]
25801 Image: Modifying size of an image (1)
25804 "modes": ["wt2wt"],
25806 ["img[height]", "attr", "height", "22"],
25807 ["img[width]", "attr", "width", "200"]
25811 [[Image:Foobar.jpg|230x230px]]
25813 [[Image:Foobar.jpg|200x200px]]
25817 Image: Modifying size of an image (2)
25820 "modes": ["wt2wt"],
25822 ["img[height]", "attr", "height", "100"],
25823 ["img[width]", "attr", "width", "500"]
25827 [[Image:Foobar.jpg|230x230px]]
25829 [[Image:Foobar.jpg|500x500px]]
25832 # Change in size is ignored so long as class='mw-default-size'
25834 Image: Modifying size of an image (3)
25837 "modes": ["wt2wt"],
25839 ["figure[class]", "removeClass", "mw-default-size"],
25840 ["figure img", "attr", "height", "19"],
25841 ["figure img", "attr", "width", "170"]
25845 [[Image:Foobar.jpg|thumb]]
25847 [[Image:Foobar.jpg|thumb|170x170px]]
25851 Image: Modifying alignment of an image (bug 48665)
25854 "modes": ["wt2wt"],
25856 ["figure[class]", "removeClass", "mw-halign-right"],
25857 ["figure[class]", "addClass", "mw-halign-left"]
25861 [[Image:Foobar.jpg|thumb|caption|right]]
25863 [[Image:Foobar.jpg|thumb|caption|left]]
25867 Image: Modifying mw-default-size of an frameless image (bug 62805)
25870 "modes": ["wt2wt"],
25872 ["figure.mw-default-size", "removeClass", "mw-default-size"]
25876 [[Image:Foobar.jpg|frameless|right]]
25878 [[Image:Foobar.jpg|frameless|right|220x220px]]
25882 Image: Modifying valign of an image (bug 49221)
25885 "modes": ["wt2wt"],
25887 ["*[typeof=\"mw:Image\"]", "removeClass", "mw-valign-middle"],
25888 ["*[typeof=\"mw:Image\"]", "addClass", "mw-valign-text-top"]
25892 [[File:Foobar.jpg|20px|middle]]
25894 [[File:Foobar.jpg|20px|text-top]]
25898 Image: Modifying alt attribute of an image (bug 56400)
25901 "modes": ["wt2wt"],
25903 ["img[alt]", "attr", "alt", "some alternate edited text"]
25907 [[File:Foobar.jpg|thumb|some caption|alt=some alternate text]]
25909 [[File:Foobar.jpg|thumb|some caption|alt=some alternate edited text]]
25913 Image: Modifying caption of an image
25916 "modes": ["wt2wt"],
25918 ["figcaption", "text", "new caption"]
25922 [[Image:Foobar.jpg|thumb|original caption]]
25924 [[Image:Foobar.jpg|thumb|new caption]]
25928 Image: empty alt attribute (bug 48924)
25932 [[File:Foobar.jpg|thumb|alt=|bar]]
25934 <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>
25938 Image: new attributes should be serialized in wiki's language for RTL languages (bug 51852)
25944 <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>
25946 [[Imagen:Foobar.jpg|derecha|miniaturadeimagen]]
25950 Image: Block level image should have \n before and after
25953 [[File:Foobar.jpg|right|thumb|150x150px]]
25957 <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>
25962 Image: New block level image should have \n before and after (existing content)
25965 [[File:Foobar.jpg|right|thumb|150x150px]]
25969 <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>
25974 Image: upright option (parsoid)
25976 [[File:Foobar.jpg|thumb|upright|caption]]
25977 [[File:Foobar.jpg|thumb|upright=0.5|caption]]
25978 [[File:Foobar.jpg|thumb|500x500px|upright=0.5|caption]]
25980 <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>
25981 <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>
25982 <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>
25986 Image: upright option is ignored on inline and frame images (parsoid)
25988 [[File:Foobar.jpg|500x500px|upright=0.5|caption]]
25990 <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>
25994 Image: from basic HTML (1)
25998 <span typeof="mw:Image">
25999 <img src="./File:Foobar.jpg" width=100 height=100 alt="Alt">
26002 [[File:Foobar.jpg|link=|alt=Alt|100x100px]]
26006 Image: from basic HTML (2)
26010 <img src="./File:Foobar.jpg" width=100 height=100 alt="Alt">
26012 [[File:Foobar.jpg|link=|alt=Alt|100x100px]]
26016 Image: from basic HTML (3)
26020 <a href="Main"><img src="./File:Foobar.jpg" width=100 height=100 alt="Alt"></a>
26022 [[File:Foobar.jpg|link=Main|alt=Alt|100x100px]]
26026 Image: from basic HTML (4)
26030 <img src="./File:Foobar.jpg">
26032 [[File:Foobar.jpg|link=]]
26036 Image: Invalid title as link
26038 [[File:Foobar.jpg|link=<]]
26040 <p><a href="/wiki/File:Foobar.jpg" class="image" title="link=<"><img alt="link=<" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
26043 <p><span class="mw-default-size" typeof="mw:Image" data-parsoid='{"optList":[{"ck":"link","ak":"link=<"}]}' data-mw='{"caption":"link=&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>
26047 Lists: Serialize correctly even when list content is wrapped in p-tags (like VE does)
26052 <li><p>foo</p></li>
26059 Lists: Serialize correctly even when list tags has unneeded whitespace between tags
26063 <ul> <li>foo</li></ul>
26069 Don't strip leading whitespace when handling indent-pre suppressing tags
26074 <tr><td> indented row</td></tr>
26077 <b>This is very bold of you!</b>
26080 indented cell (no pre-wrapping!)
26090 '''This is very bold of you!'''
26094 indented cell (no pre-wrapping!)
26102 Nowiki-wrap leading whitespace when handling indent-pre inducing tags
26124 <nowiki> </nowiki></span>bar2
26127 <nowiki> </nowiki><span>bar</span>
26130 <nowiki> </nowiki><span>foo</span>
26135 Lists: Dont insert newlines in a serialized list item.
26139 <ul><li>a<br>b</li><li>c</li></ul>
26146 1. Headings: Force sol-transparent links and behavior switches to serialize before/after
26149 "modes": ["html2wt"],
26150 "scrubWikitext": false
26153 <h2>hello there<link href="./Category:A1" rel="mw:PageProp/Category" /></h2>
26154 <h2><link href="./Category:A2" rel="mw:PageProp/Category" />hi pal</h2>
26156 <h2><!--foo--> <link href="./Category:A3" rel="mw:PageProp/Category" /> how goes it</h2>
26157 <h2>it goes well <link href="./Category:A4" rel="mw:PageProp/Category" /> <!--bar--></h2>
26159 <h2 data-parsoid='{}'>howdy<link href="./Category:A5" rel="mw:PageProp/Category" /></h2>
26161 <h2><meta property="mw:PageProp/toc" /> ok</h2>
26163 == hello there [[Category:A1]] ==
26165 == [[Category:A2]] hi pal ==
26167 == <!--foo--> [[Category:A3]] how goes it ==
26169 == it goes well [[Category:A4]] <!--bar--> ==
26171 ==howdy [[Category:A5]]==
26177 2. Headings: Force sol-transparent links and behavior switches to serialize before/after
26180 "modes": ["html2wt"],
26181 "scrubWikitext": true
26184 <h2>hello there<link href="./Category:A1" rel="mw:PageProp/Category" /></h2>
26185 <h2><link href="./Category:A2" rel="mw:PageProp/Category" />hi pal</h2>
26187 <h2><!--foo--> <link href="./Category:A3" rel="mw:PageProp/Category" /> how goes it</h2>
26188 <h2>it goes well <link href="./Category:A4" rel="mw:PageProp/Category" /> <!--bar--></h2>
26190 <h2><meta property="mw:PageProp/toc" /> ok</h2>
26198 <!--foo--> [[Category:A3]]
26203 [[Category:A4]] <!--bar-->
26211 Headings: Don't hoist metas that come from templates
26214 "modes": ["html2wt"],
26215 "scrubWikitext": true
26218 <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>
26220 == {{echo|foo [[Category:Foo]]}} ==
26224 Headings: Category in ref isn't hoisted
26227 "modes": ["html2wt"],
26228 "scrubWikitext": true
26231 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> </h2>
26233 <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="./Main_Page#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>
26236 [[Category:Baz]] </ref> ==
26242 Parsoid: Serialize positional parameters with = in them as named parameter
26246 <p about="#mwt1" typeof="mw:Transclusion"
26247 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"f=oo"}},"i":0}}]}'>foo</p>
26249 <p about="#mwt1" typeof="mw:Transclusion"
26250 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"f=oo"}, "2":{"wt":"bar"}},"i":0}}]}'>foo</p>
26252 <!--Orig params with data-parsoid has heuristics for handling = chars-->
26253 <!--FIXME: But maybe the heuristic needs fixing to apply to new params as well-->
26254 <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>
26258 {{echo|1=f=oo|2=bar}}
26260 <!--Orig params with data-parsoid has heuristics for handling = chars-->
26261 <!--FIXME: But maybe the heuristic needs fixing to apply to new params as well-->
26262 {{echo|<nowiki>f=oo</nowiki>|bar}}
26266 Parsoid: Serialize positional parameters with = in extlink as named parameter
26270 <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>
26272 {{echo|1=http://stuff?is=ok}}
26276 Parsoid: Correctly serialize block-node children when they are a combination of text and p-nodes
26280 <div>a<p>b</p></div>
26301 Substrings resembling wikitext in hrefs should not get nowiki escapes
26305 <a rel="mw:WikiLink" href="./Foo''bar''baz">Foo''bar''baz</a>
26311 Enforce single-line context in the serializer
26318 <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">
26319 </span><span about="#mwt1">you</span> </h2>
26321 <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="./Main_Page#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> </h2>
26323 <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="./Main_Page#cite_ref-1">↑</a></span> <span id="mw-reference-text-cite_note-1" class="mw-reference-text" data-parsoid="{}">hello
26324 there</span></li></ol>
26336 ho </dt><dd data-parsoid='{"stx":"row"}'> hi
26343 </tbody></table></dd></dl>
26347 == hi {{bogus|there
26358 * foo '''bar''' baz
26370 Serialize new placeholder space without spans
26374 <p>foo<span typeof="mw:Placeholder"> </span>: bar</p>
26376 <p>foo<span typeof="mw:DisplaySpace mw:Placeholder" data-parsoid='{"src":" ","isDisplayHack":true}'> </span>: bar</p>
26378 <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>
26384 <ref>foo : bar</ref>ok
26388 #-----------------------
26389 # Tag minimization tests
26390 #-----------------------
26393 1. I/B quote minimization: wikitext-only tags should be combined
26397 <p><i>A</i><i>B</i></p>
26398 <p><b>A</b><b>B</b></p>
26399 <p><i>A</i><b><i>B</i></b></p>
26400 <p><b>A</b><i><b>B</b></i></p>
26401 <p><b>A</b><i><b>B</b><b>C</b></i><b>D</b></p>
26402 <p><i><b>A</b></i><i><b>B</b></i></p>
26403 <p><i><b>A</b></i><b><i>B</i></b></p>
26404 <p><b><i>A</i></b><i><b>B</b></i></p>
26424 2. I/B quote minimization: wikitext and html tags should not be combined
26428 <p><i>A</i><i data-parsoid='{"stx":"html"}'>B</i></p>
26429 <p><i>A</i><b><i data-parsoid='{"stx":"html"}'>B</i></b></p>
26433 ''A''<nowiki/>'''<i>B</i>'''
26437 3. I/B quote minimization: templated content stops minimization
26441 <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>
26442 <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>
26444 ''A''{{echo|''B''}}
26446 ''A''{{echo|'''''B'''''}}
26450 4. I/B quote minimization: new content should be mimimized with adjacent old content
26454 <p><i>A</i><i>B</i></p>
26455 <p><b>A</b><b>B</b></p>
26456 <p><i>A</i><b><i>B</i></b></p>
26466 5a. Merge adjacent quote nodes if they've been edited
26469 "modes": ["wt2wt", "selser"],
26471 ["p", "contents", "remove", ":contains('b')"]
26481 5b. Merge adjacent quote nodes if they've been edited
26484 "modes": ["wt2wt", "selser"],
26490 ''a''<span id="x">b</span>''c''
26496 1. Merge adjacent link nodes as long as at least one element is new
26499 "modes": ["html2wt"],
26500 "scrubWikitext": true
26503 <a rel="mw:WikiLink" href="./Football">Foot</a><a rel="mw:WikiLink" href="./Football">ball</a>
26504 <a data-parsoid="{}" rel="mw:WikiLink" href="./Football">Foot</a><a rel="mw:WikiLink" href="./Football">ball</a>
26505 <a data-parsoid="{}" rel="mw:WikiLink" href="./Football">Foot</a><a data-parsoid="{}" rel="mw:WikiLink" href="./Football">ball</a>
26509 [[Football|Foot]][[Football|ball]]
26513 2. Merge adjacent link nodes and enable additional normalizations
26516 "modes": ["html2wt"],
26517 "scrubWikitext": true
26520 <a rel="mw:WikiLink" href="./Football"><i>Foot</i></a><a rel="mw:WikiLink" href="./Football"><i>ball</i></a>
26522 [[Football|''Football'']]
26526 3. Don't merge adjacent link nodes if scrubWikitext is false
26529 "modes": ["html2wt"],
26530 "scrubWikitext": false
26533 <a rel="mw:WikiLink" href="./Football">Foot</a><a rel="mw:WikiLink" href="./Football">ball</a>
26535 [[Football|Foot]][[Football|ball]]
26538 #------------------------------
26539 # End of tag minimization tests
26540 #------------------------------
26543 Bug 54262: New entities
26547 <span typeof="mw:Entity"> </span>
26552 ## Note that there is no wikitext output for 'unknownproperty' ##
26553 ## Unknown magic words are silently dropped ##
26560 <meta property='mw:PageProp/toc' />
26561 <meta property='mw:PageProp/notoc' />
26562 <meta property='mw:PageProp/forcetoc' />
26563 <meta property='mw:PageProp/index' />
26564 <meta property='mw:PageProp/noindex' />
26565 <meta property='mw:PageProp/nogallery' />
26566 <meta property='mw:PageProp/noeditsection' />
26567 <meta property='mw:PageProp/notitleconvert' />
26568 <meta property='mw:PageProp/nocontentconvert' />
26569 <meta property='mw:PageProp/unknownproperty' />
26579 __NOCONTENTCONVERT__
26583 Consecutive <pre>s should not get merged
26585 parsoid=html2wt,html2html
26587 <pre>a</pre><pre>b</pre>
26615 Edited ISBN links not serializable as ISBN links should serialize as wikilinks
26619 <a href="./Special:BookSources/1234567890" rel="mw:ExtLink">ISBN 1234567895</a>
26621 [[Special:BookSources/1234567890|ISBN 1234567895]]
26625 Edited RFC links not serializable as RFC links should serialize as extlinks
26629 <a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink">New RFC</a>
26631 [//tools.ietf.org/html/rfc123 New RFC]
26635 Edited PMID links not serializable as PMID links should serialize as extlinks
26639 <a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink">New PMID</a>
26641 [//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract New PMID]
26645 WTS of autolinks with trailing/surrounding context
26649 <p><a href="http://cscott.net">http://cscott.net</a><b>foo</b></p>
26650 <p><a href="http://cscott.net">http://cscott.net</a><b data-parsoid='{"stx":"html"}'>foo</b></p>
26651 <p><b><a href="http://cscott.net">http://cscott.net</a></b></p>
26652 <p><b><a href="http://cscott.net">http://cscott.net</a> </b></p>
26653 <p><b><a href="http://cscott.net">http://cscott.net</a>x</b></p>
26654 <p><a href="http://cscott.net">http://cscott.net</a>x</p>
26656 http://cscott.net'''foo'''
26658 http://cscott.net<b>foo</b>
26660 '''http://cscott.net'''
26662 '''http://cscott.net '''
26664 '''http://cscott.net<nowiki/>x'''
26666 http://cscott.net<nowiki/>x
26670 WTS of autolinks with nowikis (round-trip)
26672 x<nowiki/>http://cscott.net<nowiki/>x
26674 <p>x<a rel="mw:ExtLink" href="http://cscott.net">http://cscott.net</a>x</p>
26677 # this is the "easy" test because it leaves in place all the
26678 # data-parsoid information indicating this is an autolink
26680 WTS of autolinks with escapes (editing)
26683 "modes": ["wt2wt"],
26685 [ "meta", "remove" ]
26689 x<nowiki/>http://cscott.net<nowiki/>x
26691 x<nowiki/>http://cscott.net<nowiki/>x
26695 WTS of edited autolink-like text (T103364)
26698 "modes": ["wt2wt"],
26700 [ "span[typeof]", "removeAttr", "typeof" ]
26704 Not a link: <nowiki>http://example.com</nowiki>.
26706 Not a link: <span><nowiki>http://example.com</nowiki></span>.
26710 WTS of newly-authored autolink-like text (T103364)
26714 <p>http://example.com is not a link.</p>
26716 <nowiki>http://example.com</nowiki> is not a link.
26720 WTS of autolink-like text after an autolink (T108563)
26724 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a> http://example.com is not a link.</p>
26726 http://example.com <nowiki>http://example.com</nowiki> is not a link.
26730 Magic links inside links (not autolinked)
26732 [[Foo|http://example.com]]
26735 [[Foo|ISBN 123456789x]]
26737 [http://foo.com http://example.com]
26738 [http://foo.com RFC 1234]
26739 [http://foo.com PMID 1234]
26740 [http://foo.com ISBN 123456789x]
26742 <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>
26743 <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>
26745 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">http://example.com</a>
26746 <a rel="mw:WikiLink" href="./Foo" title="Foo">RFC 1234</a>
26747 <a rel="mw:WikiLink" href="./Foo" title="Foo">PMID 1234</a>
26748 <a rel="mw:WikiLink" href="./Foo" title="Foo">ISBN 123456789x</a></p>
26750 <p><a rel="mw:ExtLink" href="http://foo.com">http://example.com</a>
26751 <a rel="mw:ExtLink" href="http://foo.com">RFC 1234</a>
26752 <a rel="mw:ExtLink" href="http://foo.com">PMID 1234</a>
26753 <a rel="mw:ExtLink" href="http://foo.com">ISBN 123456789x</a></p>
26757 Magic links inside image captions (autolinked)
26759 [[File:Foobar.jpg|thumb|http://example.com]]
26760 [[File:Foobar.jpg|thumb|RFC 1234]]
26761 [[File:Foobar.jpg|thumb|PMID 1234]]
26762 [[File:Foobar.jpg|thumb|ISBN 123456789x]]
26764 <div class="thumb tright">
26765 <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>
26766 <div class="thumbcaption">
26767 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
26768 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a></div>
26771 <div class="thumb tright">
26772 <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>
26773 <div class="thumbcaption">
26774 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
26775 <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc1234">RFC 1234</a></div>
26778 <div class="thumb tright">
26779 <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>
26780 <div class="thumbcaption">
26781 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
26782 <a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a></div>
26785 <div class="thumb tright">
26786 <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>
26787 <div class="thumbcaption">
26788 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
26789 <a href="/wiki/Special:BookSources/123456789X" class="internal mw-magiclink-isbn">ISBN 123456789x</a></div>
26793 <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>
26794 <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>
26795 <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>
26796 <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>
26800 WTS of magic word text (T109371)
26805 <p><a href="http://foo.com" rel="mw:ExtLink">RFC 1234</a></p>
26806 <p><a href="./Foo" rel="mw:WikiLink">RFC 1234</a></p>
26808 <nowiki>RFC 1234</nowiki>
26810 [http://foo.com RFC 1234]
26816 Edited Redirect link should emit a non-piped wikitext link
26820 <link rel="mw:PageProp/redirect" href="Bar" data-parsoid='{"a":{"href":"./Foo"},"sa":{"href":"Foo"}}'>
26826 T75121: Infer extension name from typeOf if data-mw is not present
26828 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
26830 <div typeOf="mw:Extension/foo"></div>
26835 # Note that the <p> wrapping isn't present in PHP parser output
26836 # The important thing for this test is that P-wrapping doesn't
26837 # interfere with the <nowiki> protection for leading - in <td>
26838 # (which isn't necessary for <th>).
26840 T88318: p-wrapped dash in table.
26842 parsoid=html2wt,wt2wt
26845 <tr><th><p>-</p></th><th><p>- </p></th></tr>
26846 <tr><td><p>-</p></td><td><p>- </p></td></tr>
26847 <tr><td><small>-</small></td><td><br/><p>-</p></td><td><br/>-</td></tr>
26854 |<nowiki>-</nowiki>
26855 |<nowiki>- </nowiki>
26874 <td><small>-</small></td>
26886 T149209: WTS: Handle newlines in table cells properly
26894 </td><td data-parsoid='{"stx_v":"row"}'>c</td></tr>
26896 </td><td data-parsoid='{"stx_v":"row", "startTagSrc": "{{!}}{{!}}"}'>y</td></tr>
26902 </th><th data-parsoid='{"stx_v":"row"}'>c</th></tr>
26904 </th><th data-parsoid='{"stx_v":"row"}'>y</th></tr>
26926 T149209: Selser: Handle newlines in table cells properly
26929 "modes": ["selser"],
26931 [ "#h1", "html", "a\nb\n" ],
26932 [ "#h2", "html", "a\nb\n" ],
26933 [ "#c1", "html", "a\nb\n" ],
26934 [ "#c2", "html", "<p>a</p>" ],
26935 [ "#c3", "html", "<p>a</p>" ],
26936 [ "#c4", "html", "edit-me<p>a</p>" ]
26941 ! id="h1" |edit-me!!1
26943 ! id="h2" |edit-me||2
26945 | id="c1" |edit-me||3
26947 | id="c2" |edit-me||4
26949 | id="c3" |edit-me||p||q||r
26951 | id="c4" |edit-me||p||q||r
26980 HTML id attribute with Parsoid-like element ids should not be serialized to wikitext
26985 <td id='mwAc'>foo</td>
26986 <td id='serialize-this'>bar</td>
26991 | id="serialize-this" |bar
26996 Parsoid-like element ids should not be serialized to wikitext unless shadowed
27000 <div id="mwAQ" data-parsoid='{"stx":"html","a":{"id":"mwAQ"},"sa":{"id":"hello"}}'>ok</div>
27002 <div id="hello">ok</div>
27009 "modes": ["wt2wt"],
27011 [ "#xyz", "before", "<b>before</b> stuff " ],
27012 [ "#xyz", "after", " stuff <i>after</i>" ],
27013 [ "#xyz", "html", "x <b>y</b> z" ]
27017 <span id="xyz">hello</span>
27019 '''before''' stuff <span id="xyz">x '''y''' z</span> stuff ''after''
27023 Never serialize a-tag as html, regardless of what data-parsoid has to say
27025 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
27027 <a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{"stx":"html"}'>Foo</a>
27032 ## SSS FIXME: This is broken output nevertheless.
27033 ## What might be a reasonable non-broken output for this?
27034 ## This is an edge case unlikely to be seen in production
27035 ## that I am not wasting more time on this right now.
27037 Never serialize a-tag as html, no matter what attributes it has
27039 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
27041 <a bad='true' href='http://boo.org'><img src='http://boohoo.org' /></a>
27043 [http://boo.org http://boohoo.org]
27046 # Misnested is an indication that selser can reuse the source but these have
27047 # shown to sneak through on occasion. See T101768.
27048 # The original wikitext here is: [http://test.com [[one]] two three]
27050 Strip span tags added to mark misnested links
27054 <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>
27056 [http://test.com][[one]] two three
27060 Use data-parsoid.firstWikitextNode to compute newline constraints for template content
27064 <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|}"]}'>
27076 ## This test verifies the presence and computation of this attribute indirectly
27077 ## by making an edit and ensuring that the serialization is correct (which it would be
27078 ## only if firstWikitextNode is properly set).
27080 data-parsoid.firstWikitextNode should be computed properly in the presence of fostered content
27083 "modes": ["wt2wt"],
27085 [ "div#x", "remove" ],
27086 [ "div", "before", "<div>new</div>" ]
27090 <div id="x">foo</div>
27092 {{echo|<div>boo</div>
27100 {{echo|<div>boo</div>
27106 # --------------------------------------------
27107 # Tests spec'ing wikitext serialization norms |
27108 # --------------------------------------------
27111 1. Categories should always be serialized on their own line
27115 foo<link rel="mw:PageProp/Category" href="./Category:Foo">bar
27123 2. Categories that are part of templates should not introduce a line break
27125 foo {{echo|<span>bar</span> [[Category:baz]]}} bar
27127 <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>
27130 # Careful while editing these next 2 tests. There are \u200f characters
27131 # before and after the <link> tags in the HTML and following some
27132 # of the categories in wikitext
27133 # Do not remove these characters in edits.
27135 # As part of the serialization, these bidi characters will get stripped.
27137 RTL (\u200f) and LTR (\u200e) markers around category tags should be stripped
27140 "modes": ["html2wt"],
27141 "scrubWikitext": true
27144 <p><link rel="mw:PageProp/Category" href="./קטגוריה:טקסים" />
27145 <link rel="mw:PageProp/Category" href="./קטגוריה:_שיטות_משפט" /></p>
27148 [[קטגוריה: שיטות משפט]]
27152 RTL (\u200f) and LTR (\u200e) markers should not be stripped if followed by a text node
27155 "modes": ["html2wt"],
27156 "scrubWikitext": true
27159 <p><link rel="mw:PageProp/Category" href="./קטגוריה:טקסים" />y</p>
27166 Lists: Add space after bullets
27173 <li><span> baz</span></li>
27178 * <span> baz</span>
27182 1. Headings: Add space before/after == (T53744)
27189 <h2><span> baz</span></h2>
27197 == <span> baz</span> ==
27201 2. Headings: Add space before/after == even after hoisted content
27204 "modes": ["html2wt"],
27205 "scrubWikitext": true
27208 <h2> <link href="./Category:A2" rel="mw:PageProp/Category" />ok</h2>
27216 1. Headings: suppress newly created empty headings
27219 "modes": ["html2wt"],
27220 "scrubWikitext": true
27228 2. Headings: don't suppress empty headings if scrubWikitext is false
27238 3. Headings: suppress empty headings on edits
27241 "modes": ["selser"],
27242 "scrubWikitext": true,
27248 ==<span id="x">foo</span>==
27253 Headings: Replace <br/> with a single whitespace char (when scrubWikitext = true)
27256 "modes": ["html2wt"],
27257 "scrubWikitext": true
27260 <h2>foo<br/>bar</h2>
27261 <h2>foo <span><br/>bar</span> baz</h2>
27265 == foo <span> bar</span> baz ==
27269 Headings: Replace <br/> with a single whitespace char (when scrubWikitext = false)
27272 "modes": ["html2wt"],
27273 "scrubWikitext": false
27276 <h2>foo<br/>bar</h2>
27282 1. WT Quote Tags: suppress newly created empty style tags
27285 "modes": ["html2wt"],
27286 "scrubWikitext": true
27294 2. WT Quote Tags: don't suppress empty style tags if scrubWikitext is false
27300 ''<nowiki/>'''''<nowiki/>'''
27304 3. WT Quote Tags: suppress empty style tags on edits
27307 "modes": ["selser"],
27308 "scrubWikitext": true,
27314 '''<span id="x">foo</span>'''
27319 1. Anchors: suppress newly created empty anchors
27322 "modes": ["html2wt"],
27323 "scrubWikitext": true
27326 <a rel="mw:WikiLink" href="./Test" title="Test"></a>
27331 2. Anchors: don't suppress empty anchors if scrubWikitext is false
27334 "modes": ["html2wt"],
27335 "scrubWikitext": false
27338 <a rel="mw:WikiLink" href="./Test" title="Test"></a>
27344 3. Anchors: suppress empty anchors on edits
27347 "modes": ["selser"],
27348 "scrubWikitext": true,
27354 [[Test|<span id="x">foo</span>]]
27359 3a. Anchors: do not suppress numbered extlinks
27362 "modes": ["wt2wt"],
27363 "scrubWikitext": true
27368 <a rel="mw:ExtLink" href="http://foo.com"></a>
27372 3b. Anchors: do not suppress numbered extlinks
27375 "modes": ["wt2wt"],
27376 "scrubWikitext": true,
27382 [http://foo.com <span id="x">foo</span>]
27388 Normalizations should be restricted to edited content
27391 "modes": ["selser"],
27392 "scrubWikitext": true,
27394 [ "h1", "before", "<i></i>"]
27408 1. Multiple normalizations (html2wt)
27411 "modes": ["html2wt"],
27412 "scrubWikitext": true
27416 <p><a href='Foo' rel='mw:WikiLink'>foo<i></i>
27417 </a><b><i></i></b>x</p>
27426 2. Multiple normalizations (selser)
27429 "modes": ["selser"],
27430 "scrubWikitext": true,
27432 [ "#x", "after", "<h1><i></i></h1>\n<p> x<b></b></p>"]
27436 <span id="x">foo</span>
27438 <span id="x">foo</span>
27444 1. Indent Pre Nowiki: suppress whitespace at the start of new paragraph
27447 "modes": ["html2wt"],
27448 "scrubWikitext": true
27460 2. Indent Pre Nowiki: don't suppress whitespace at the start of new paragraph if scrubWikitext is false
27467 <nowiki> </nowiki>hi
27469 <nowiki> </nowiki> hello
27473 3. Indent Pre Nowiki: suppress whitespace after newlines in new paragraph or table cell
27476 "modes": ["html2wt"],
27477 "scrubWikitext": true
27486 baz bang</td></tr></table>
27492 bar<span>boo</span></p>
27508 bar<span>boo</span>
27512 4. Indent Pre Nowiki: suppress leading whitespace in edited paragraphs
27515 "modes": ["selser"],
27516 "scrubWikitext": true,
27518 [ "p", "html", " a\n b" ]
27529 1. New links that end in spaces
27532 "modes": ["html2wt"],
27533 "scrubWikitext": false
27536 <p><a rel="mw:WikiLink" href="./Berlin" title="Berlin">Berlin </a>is the capital of Germany.</p>
27537 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">Foo </a><b>bar</b></p>
27538 <p><a rel="mw:WikiLink" href="./Boston" title="Boston">Boston </a> is a city.</p>
27540 [[Berlin ]]<nowiki/>is the capital of Germany.
27544 [[Boston ]] is a city.
27548 2. New links that end in spaces
27551 "modes": ["html2wt"],
27552 "scrubWikitext": true
27555 <p><a rel="mw:WikiLink" href="./Berlin" title="Berlin">Berlin </a>is the capital of Germany.</p>
27556 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">Foo </a><b>bar</b></p>
27557 <p><a rel="mw:WikiLink" href="./Boston" title="Boston">Boston </a> is a city.</p>
27559 [[Berlin]] is the capital of Germany.
27563 [[Boston]] is a city.
27567 1. Table cells with escapable prefixes
27570 "modes": ["html2wt"],
27571 "scrubWikitext": false
27575 <tr><td>a</td></tr>
27576 <tr><td>-</td></tr>
27577 <tr><td>+</td></tr>
27583 |<nowiki>-</nowiki>
27585 |<nowiki>+</nowiki>
27590 2. Table cells with escapable prefixes
27593 "modes": ["html2wt"],
27594 "scrubWikitext": true
27598 <tr><td>a</td></tr>
27599 <tr><td>-</td></tr>
27600 <tr><td>+</td></tr>
27613 3a. Table cells with escapable prefixes after edits
27616 "modes": ["selser"],
27617 "scrubWikitext": true,
27619 [ "table tbody tr:first-child td:first-child", "remove"]
27633 3b. Table cells with escapable prefixes after edits
27636 "modes": ["selser"],
27637 "scrubWikitext": true,
27639 [ "table tbody tr:first-child td:first-child", "html", "-" ],
27646 |<span id="x">foo</span>+
27655 # FIXME: This test will fail because
27656 # normalization doesn't realize that the id attribute
27657 # will eliminate the escapable scenario
27659 4a. Table cells without escapable prefixes after edits
27662 "modes": ["selser"],
27663 "scrubWikitext": true,
27665 [ "#x", "html", "-" ]
27678 ## This tests normalizer's ability to discriminate between
27679 ## cells having identical content.
27681 4b. Table cells without escapable prefixes after edits
27684 "modes": ["selser"],
27685 "scrubWikitext": true,
27687 [ "td", "html", "-" ]
27700 ## This tests normalizer's ability to not be tripped by
27701 ## comments (and whitespace)
27703 4c. Table cells without escapable prefixes after edits
27706 "modes": ["selser"],
27707 "scrubWikitext": true,
27709 [ "table tbody tr td:first-child", "remove" ]
27724 ## This tests normalizer's ability to handle HTML cells
27726 4d. Table cells without escapable prefixes after edits
27729 "modes": ["selser"],
27730 "scrubWikitext": true,
27732 [ "td", "html", "-" ]
27737 <tr><td>a</td></tr>
27741 <tr><td>-</td></tr>
27745 ## T111151 Remove font elements without attributes
27747 5a. font tags without attributes should be dropped in scrubWikitext mode
27750 "modes": ["html2wt"],
27751 "scrubWikitext": true
27755 <font><font>bar</font></font>
27756 <font class="x">boo</font>
27760 <font class="x">boo</font>
27764 5b. font tags should not be dropped without scrubWikitext being enabled
27767 "modes": ["html2wt"],
27768 "scrubWikitext": false
27777 Escape nowiki DOM elements
27781 <nowiki><i>foo</i></nowiki>
27783 <nowiki>''foo''</nowiki>
27786 # This is meant to be an interim fix while we go about figuring out
27787 # how to not introduce these trailing <nowiki/>s in the first place.
27789 T115717: Strip trailing <nowiki/>s (without affecting valid uses)
27793 <p>x<meta typeof="mw:Placeholder" data-parsoid='{"src":"<nowiki/>"}'/><meta typeof="mw:Placeholder" data-parsoid='{"src":"<nowiki/>"}'/>
27795 <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>
27796 <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>
27809 # ---------------------------------------------------
27810 # End of tests spec'ing wikitext serialization norms |
27811 # ---------------------------------------------------
27815 Bare inline nodes not wrapped inside p-tags should be treated as p-wrapped
27823 <td><b>c</b><p>d</p></td>
27841 # -----------------------------------------------------------------
27842 # End of section for Parsoid-only html2wt tests for serialization
27844 # -----------------------------------------------------------------
27846 # -----------------------------------------------------------------
27847 # The following section of tests are primarily to spec behavior of
27848 # the selective serializer. All these tests have manual selser
27849 # changes. The automated selser changes for all tests handle the
27850 # wide variation of changes, but these tests here capture specs
27851 # deterministically.
27852 # ----------------------------------------------------------------
27856 Selser: New comments should not be lost
27859 "modes": ["selser"],
27861 [ "#a", "after", "<!--c1-->" ],
27862 [ "#b", "before", "<!--c2-->" ]
27866 <span id="a">a</span>
27868 <span id="b">b</span>
27870 <span id="a">a</span><!--c1-->
27872 <!--c2--><span id="b">b</span>
27877 Selser: Check for validity of DSR before using it
27880 "modes": ["selser"],
27882 [ "#a", "before", "<meta property='mw:PageProp/displaytitle' content='foo'>" ]
27886 <span id="a">a</span>
27888 {{DISPLAYTITLE:foo}}
27889 <span id="a">a</span>
27893 1. DOMDiff: Changes to <ref> content should be looked up using id
27896 "modes": ["selser"],
27898 ["#X", "after", "bar"],
27899 ["#Y", "after", "baz"]
27903 X <ref><span id="X">foo</span></ref>
27906 <ref name="a"><span id="Y">foo</span></ref>
27909 X <ref><span id="X">foo</span>bar</ref>
27912 <ref name="a"><span id="Y">foo</span>baz</ref>
27917 2. DOMDiff: Changes to <ref> content should be looked up using id
27920 "modes": ["selser"],
27922 ["#Z", "after", "bar"]
27926 A <ref>foo bar for a</ref>
27927 B <ref group="X" name="b" />
27931 <references group="X">
27932 <ref name="b"><span id="Z">foo</span></ref>
27935 A <ref>foo bar for a</ref>
27936 B <ref group="X" name="b" />
27940 <references group="X">
27941 <ref name="b"><span id="Z">foo</span>bar</ref>
27946 DOMDiff: Edits to content nested in elements with templated attributes should not be lost (T139388)
27949 "modes": ["selser"],
27951 [ "div:first-child", "text", "bar" ]
27955 <div style="{{1x|color:red;}}%">foo</div>
27957 <div style="{{1x|color:red;}}%">bar</div>
27970 <li class="mw-empty-elt"></li>
27971 <li class="mw-empty-elt"></li>
27979 [[File:Thumb.png|thumb]]
27981 <div class="thumb tright">
27982 <div class="thumbinner" style="width:137px;"><a href="/wiki/File:Thumb.png" class="image"><img alt="Thumb.png" src="http://example.com/images/e/ea/Thumb.png" width="135" height="135" class="thumbimage" /></a>
27983 <div class="thumbcaption">
27984 <div class="magnify"><a href="/wiki/File:Thumb.png" class="internal" title="Enlarge"></a></div>
27991 unclosed internal link XSS (T137264)
27993 [[#%3Cscript%3Ealert(1)%3C/script%3E|
27995 <p>[[#<script>alert(1)</script>|
27998 <p>[[#%3Cscript%3Ealert(1)%3C/script%3E|</p>