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
938 Italics and bold: multiple quote sequences: (2,4,2)
944 <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>
959 Italics and bold: multiple quote sequences: (2,4,3)
965 <p><i>foo'<b>bar</b></i>
969 # same html as previous, but wikitext adjusted to match parsoid html2wt
971 Italics and bold: multiple quote sequences: (2,4,3+2) w/ nowiki
973 ''foo'<nowiki/>'''bar'''''
975 <p><i>foo'<b>bar</b></i>
980 Italics and bold: multiple quote sequences: (2,4,4)
986 <p><i>foo'<b>bar'</b></i>
990 # same html as previous, but wikitext adjusted to match parsoid html2wt
992 Italics and bold: multiple quote sequences: (2,4,4+2) w/ nowiki
994 ''foo'<nowiki/>'''bar'<nowiki/>'''''
996 <p><i>foo'<b>bar'</b></i>
1000 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
1002 Italics and bold: multiple quote sequences: (3,4,2)
1011 <p><b>foo'</b>bar<i></i>
1015 # same html as previous, but wikitext adjusted to match parsoid html2wt
1017 Italics and bold: multiple quote sequences: (3,4,2+2) w/ nowiki
1019 '''foo''''bar''<nowiki/>''
1024 <p><b>foo'</b>bar<i></i>
1028 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
1030 Italics and bold: multiple quote sequences: (3,4,3)
1039 <p><b>foo'</b>bar<b></b>
1043 # same html as previous, but wikitext adjusted to match parsoid html2wt
1045 Italics and bold: multiple quote sequences: (3,4,3+3) w/ nowiki
1047 '''foo''''bar'''<nowiki/>'''
1052 <p><b>foo'</b>bar<b></b>
1057 ### other quote tests
1060 Italics and bold: other quote tests: (2,3,5)
1062 ''this is about '''foo's family'''''
1064 <p><i>this is about <b>foo's family</b></i>
1070 Italics and bold: other quote tests: (2,(3,3),2)
1072 ''this is about '''foo's''' family''
1074 <p><i>this is about <b>foo's</b> family</i>
1080 Italics and bold: other quote tests: (3,2,3,2)
1084 '''this is about ''foo'''s family''
1086 <p><b>this is about <i>foo</i></b><i>s family</i>
1091 # same html as previous, but wikitext adjusted to match parsoid html2wt
1093 Italics and bold: other quote tests: (3,2,3+2+2,2)
1095 '''this is about ''foo'''''<nowiki/>''s family''
1097 <p><b>this is about <i>foo</i></b><i>s family</i>
1103 Italics and bold: other quote tests: (3,2,3,3)
1105 '''this is about ''foo'''s family'''
1107 <p>'<i>this is about </i>foo<b>s family</b>
1113 Italics and bold: other quote tests: (3,(2,2),3)
1115 '''this is about ''foo's'' family'''
1117 <p><b>this is about <i>foo's</i> family</b>
1123 Italicized possessive
1125 The ''[[Main Page]]'''s talk page.
1127 <p>The <i><a href="/wiki/Main_Page" title="Main Page">Main Page</a>'</i>s talk page.
1130 <p>The <i><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">Main Page</a>'</i>s talk page.</p>
1134 Parsoid only: Quote balancing context should be restricted to td/th cells on the same wikitext line
1135 (Requires tidy for PHP parser output to be fixed up)
1137 parsoid=wt2html,wt2wt
1154 <tbody><tr><th><i>a</i></th><th><i>b</i></th>
1155 <td><i>a</i></td><td><i>b</i></td></tr>
1164 Non-html5 tags should be accepted
1166 <center>''foo''</center>
1168 <font>''foo''</font>
1169 <strike>''foo''</strike>
1172 <center><i>foo</i></center>
1173 <p><big><i>foo</i></big>
1174 <font><i>foo</i></font>
1175 <strike><i>foo</i></strike>
1181 <wbr> is valid wikitext (bug 52468)
1189 # <strike> is HTML4, <s> is HTML4/5.
1191 <s> or <strike> for strikethrough
1193 <strike>strike</strike>
1197 <p><strike>strike</strike>
1205 Text-level semantic html elements in wikitext
1208 <strong>text</strong>
1224 <ruby><rb>明日</rb><rp>(</rp><rt>Ashita</rt><rp> </rp><rtc>あした</rtc><rp>)</rp></ruby>
1231 <strong>text</strong>
1247 <ruby><rb>明日</rb><rp>(</rp><rt>Ashita</rt><rp> </rp><rtc>あした</rtc><rp>)</rp></ruby>
1255 # test cases taken from
1256 # https://www.w3.org/TR/html5/text-level-semantics.html#the-ruby-element
1258 Ruby markup (W3C-style)
1260 ; Mono-ruby for individual base characters
1261 : <ruby>日<rt>に</rt>本<rt>ほん</rt>語<rt>ご</rt></ruby>
1263 : <ruby>今日<rt>きょう</rt></ruby>
1265 : <ruby>法<rb>華</rb><rb>経</rb><rt>ほ</rt><rt>け</rt><rt>きょう</rt></ruby>
1267 : <ruby>東<rb>京</rb><rp>(</rp><rt>とう</rt><rt>きょう</rt><rp>)</rp></ruby>
1269 : <ruby><rb>旧</rb><rb>金</rb><rb>山</rb><rt>jiù</rt><rt>jīn</rt><rt>shān</rt><rtc>San Francisco</rtc></ruby>
1271 <rb>♥</rb><rtc><rt>Heart</rt></rtc><rtc lang="fr"><rt>Cœur</rt></rtc>
1272 <rb>☘</rb><rtc><rt>Shamrock</rt></rtc><rtc lang="fr"><rt>Trèfle</rt></rtc>
1273 <rb>✶</rb><rtc><rt>Star</rt></rtc><rtc lang="fr"><rt>Étoile</rt></rtc>
1276 <dl><dt> Mono-ruby for individual base characters</dt>
1277 <dd> <ruby>日<rt>に</rt>本<rt>ほん</rt>語<rt>ご</rt></ruby></dd>
1278 <dt> Group ruby</dt>
1279 <dd> <ruby>今日<rt>きょう</rt></ruby></dd>
1280 <dt> Jukugo ruby</dt>
1281 <dd> <ruby>法<rb>華</rb><rb>経</rb><rt>ほ</rt><rt>け</rt><rt>きょう</rt></ruby></dd>
1282 <dt> Inline ruby</dt>
1283 <dd> <ruby>東<rb>京</rb><rp>(</rp><rt>とう</rt><rt>きょう</rt><rp>)</rp></ruby></dd>
1284 <dt> Double-sided ruby</dt>
1285 <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>
1287 <rb>♥</rb><rtc><rt>Heart</rt></rtc><rtc lang="fr"><rt>Cœur</rt></rtc>
1288 <rb>☘</rb><rtc><rt>Shamrock</rt></rtc><rtc lang="fr"><rt>Trèfle</rt></rtc>
1289 <rb>✶</rb><rtc><rt>Star</rt></rtc><rtc lang="fr"><rt>Étoile</rt></rtc>
1294 # The next two test different paths in the sanitizer.
1296 Non-word characters don't terminate tag names (bug 17663, 40670, 52022)
1298 <blockquote|>a</blockquote>
1300 <b→> doesn't terminate </b→>
1302 <bä> doesn't terminate </bä>
1304 <boo> doesn't terminate </boo>
1306 <s.foo> doesn't terminate </s.foo>
1310 <p><blockquote|>a</blockquote>
1311 </p><p><b→> doesn't terminate </b→>
1312 </p><p><bä> doesn't terminate </bä>
1313 </p><p><boo> doesn't terminate </boo>
1314 </p><p><s.foo> doesn't terminate </s.foo>
1315 </p><p><sub-ID#1>
1319 # There is a tidy bug here: https://sourceforge.net/p/tidy/bugs/946/
1320 # If the non-word-character tag made it through the sanitizer, tidy
1321 # would munge it up.
1323 Non-word characters don't terminate tag names + tidy
1325 <blockquote|>a</blockquote>
1327 <b→> doesn't terminate </b→>
1329 <bä> doesn't terminate </bä>
1331 <boo> doesn't terminate </boo>
1333 <s.foo> doesn't terminate </s.foo>
1337 <p><blockquote|>a</p>
1338 <p><b→> doesn't terminate </b→></p>
1339 <p><bä> doesn't terminate </bä></p>
1340 <p><boo> doesn't terminate </boo></p>
1341 <p><s.foo> doesn't terminate </s.foo></p>
1342 <p><sub-ID#1></p>
1346 ### See tests/parser/parserTestsParserHook.php for the <tåg> extension)
1347 ### This checks that HTML5 tags (with non-word characters in the tag
1348 ### name) make it safely through the parser -- the Sanitizer will
1349 ### munge them later, as it should.
1352 Non-word characters are valid in extension tags (T19663)
1363 <pre typeof="mw:Extension/tåg" data-mw='{"name":"tåg","attrs":{},"body":{"extsrc":"tåg"}}' data-parsoid='{}' about="#mwt2"></pre>
1367 Isolated close tags should be treated as literal text (bug 52760)
1375 <p><s.foo>s</p>
1377 <p><s.foo>s</p>
1381 ### Special characters
1385 Bare pipe character (bug 52363)
1394 Bare pipe character from a template (bug 52363)
1403 ### <nowiki> test cases
1407 <nowiki> unordered list
1409 <nowiki>* This is not an unordered list item.</nowiki>
1411 <p>* This is not an unordered list item.
1414 <p><span typeof="mw:Nowiki">* This is not an unordered list item.</span></p>
1420 <nowiki>Lorem ipsum dolor
1428 <p>Lorem ipsum dolor
1437 <p><span typeof="mw:Nowiki">Lorem ipsum dolor
1447 Don't parse <nowiki><span class="error"></nowiki> (T149622)
1449 <nowiki><span class="error"></nowiki>
1451 <p><span class="error">
1454 <p><span typeof="mw:Nowiki"><span class="error"></span></p>
1460 :There is not nowiki.
1461 :There is <nowiki>nowiki</nowiki>.
1463 #There is not nowiki.
1464 #There is <nowiki>nowiki</nowiki>.
1466 *There is not nowiki.
1467 *There is <nowiki>nowiki</nowiki>.
1469 <dl><dd>There is not nowiki.</dd>
1470 <dd>There is nowiki.</dd></dl>
1471 <ol><li>There is not nowiki.</li>
1472 <li>There is nowiki.</li></ol>
1473 <ul><li>There is not nowiki.</li>
1474 <li>There is nowiki.</li></ul>
1477 <dl><dd data-parsoid='{}'>There is not nowiki.</dd>
1478 <dd data-parsoid='{}'>There is <span typeof="mw:Nowiki">nowiki</span>.</dd></dl>
1480 <ol><li data-parsoid='{}'>There is not nowiki.</li>
1481 <li data-parsoid='{}'>There is <span typeof="mw:Nowiki">nowiki</span>.</li></ol>
1483 <ul><li data-parsoid='{}'>There is not nowiki.</li>
1484 <li data-parsoid='{}'>There is <span typeof="mw:Nowiki">nowiki</span>.</li></ul>
1488 Entities inside <nowiki>
1490 <nowiki><</nowiki>
1497 Entities inside template parameters
1503 <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>
1507 Properly escape nowiki when combined with other wiki markup
1511 <p>* </nowiki> tag</p>
1513 <nowiki>*</nowiki> <nowiki></nowiki></nowiki> tag
1517 T93824: Put escaped HTML tags inside nowiki
1521 <p><h2>foo</h2></p>
1523 <nowiki><h2>foo</h2></nowiki>
1527 T71950: 1. Put nowiki as close to cause as possible, even with non-quote escapable chars
1531 <p>This text: L'<a rel="mw:WikiLink" href="./Foo">Foo</a>
1532 This text: L''<a rel="mw:WikiLink" href="./Foo">Foo</a>
1533 This text: L'''<a rel="mw:WikiLink" href="./Foo">Foo</a>''</p>
1535 This text: L'[[Foo]]
1536 This text: L<nowiki>''</nowiki>[[Foo]]
1537 This text: L<nowiki>'''</nowiki>[[Foo]]<nowiki>''</nowiki>
1540 # This test fails because wikitext whitespace is not normalized before comparing.
1542 T71950: 2. Put nowiki as close to cause as possible, after ' :'
1546 <p>This text : L''<a rel="mw:WikiLink" href="./Foo">Foo</a>
1549 This text : L<nowiki>''</nowiki>[[Foo]]
1552 # This test and the next one are html2wt only as they test that incorrect wikitext
1553 # passed in template arguments gets escaped or wrapped in nowikis where required.
1555 T71482: Use {{!}} instead of nowiki for single pipe in template argument
1559 <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>
1560 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo|bar |[["}},"i":0}}]}" about="#mwt2"></p>
1562 {{echo|foo{{!}}bar}}
1563 {{echo|<nowiki>foo|bar |[[</nowiki>}}
1567 T53961: Output correct nowikis in template arguments
1571 <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>
1572 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a }} b"}},"i":0}}]}" about="#mwt2"></span>
1573 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a [[ b"}},"i":0}}]}" about="#mwt3"></span>
1574 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a | {{ ]]"}},"i":0}}]}" about="#mwt4"></span>
1575 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a }"}},"i":0}}]}" about="#mwt5"></span></p>
1578 {{echo|<nowiki>a }} b</nowiki>}}
1579 {{echo|<nowiki>a [[ b</nowiki>}}
1580 {{echo|<nowiki>a | {{ ]]</nowiki>}}
1581 {{echo|a <nowiki>}</nowiki>}}
1585 Cases where "!!" needs nowiki protection
1590 <tr><th>this needs protection !! here</th></tr>
1594 <tr><th>this does not need
1595 protection !! here</th></tr>
1599 !<nowiki>this needs protection !! here</nowiki>
1612 Comments and Indent-Pre
1614 <!-- comment 1 --> asdf
1616 <!-- comment 1 --> asdf
1619 <!-- comment 1 --> asdf
1620 <!-- comment 2 -->xyz
1622 <!-- comment 1 --> asdf
1623 <!-- comment 2 --> xyz
1679 asdf<!-- comment 1 -->jkl
1689 <!-- foo --> b <!-- bar -->
1703 <!-- returns a single newline, not nothing, since the newline after > is not stripped -->
1709 Comment semantics and delimiters
1711 <!-- --><!----><!-----><!------>
1715 <!-- --><!----><!-----><!------>
1719 Comment semantics and delimiters, redux
1721 <!-- In SGML every "foo" here would actually show up in the text -- foo -- bar
1722 -- foo -- funky huh? ... -->
1726 <!-- In SGML every "foo" here would actually show up in the text -- foo -- bar
1727 -- foo -- funky huh? ... -->
1731 Comment semantics and delimiters: directors cut
1733 <!-- ... However we like to keep things simple and somewhat XML-ish so we eat
1734 everything starting with < followed by !-- until the first -- and > we see,
1735 that wouldn't be valid XML however, since in XML -- has to terminate a comment
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
1748 Comment semantics: nesting
1750 <!--<!-- no, we're not going to do anything fancy here -->-->
1755 <!--<!-- no, we're not going to do anything fancy here --><p>--></p>
1758 # Parsoid closes the unclosed comment, even if it means a slight
1761 Comment semantics: unclosed comment at end
1763 parsoid=wt2html,html2html
1765 <!--This comment will run out to the end of the document
1769 <!--This comment will run out to the end of the document-->
1773 Comment semantics: normalize comments to play nice with XML and browsers
1775 <!-- Browsers --!> think this is closed -->
1776 <!--> This would normally be text -->
1777 <!---> As would this -->
1778 <!-- XML doesn't like trailing dashes -------->
1779 <!-- Nor doubled hyphens -- anywhere in the data -->
1780 But this is not a comment.
1782 <p>But this is not a comment.
1785 <!-- Browsers --!> think this is closed -->
1786 <!--> This would normally be text -->
1787 <!---> As would this -->
1788 <!-- XML doesn't like trailing dashes -------->
1789 <!-- Nor doubled hyphens -- anywhere in the data -->
1790 <p>But this is not a comment.</p>
1794 Comment semantics: round-trip even text which contains encoded -->
1796 <!-- hello & goodbye - > --> --&gt; --&xx -->
1798 <!-- hello & goodbye - > --> --&gt; --&xx -->
1802 Comment in template title
1811 Comment on its own line post-expand
1823 Comment on its own line post-expand with non-significant whitespace
1835 Multiple comments should still parse as SOL-transparent
1837 parsoid=wt2html,wt2wt
1840 <!--c2--><!--c3--><!--c4-->*b
1849 <!--c2--><!--c3--><!--c4-->
1856 ### paragraph wrapping tests
1871 Block tag on one line (<div>)
1887 Block tag on one line (<blockquote>)
1889 a <blockquote>foo</blockquote>
1893 a <blockquote>foo</blockquote>
1905 Block tag on both lines (<div>)
1922 Block tag on both lines (<blockquote>)
1924 a <blockquote>foo</blockquote>
1926 b <blockquote>foo</blockquote>
1928 a <blockquote>foo</blockquote>
1929 b <blockquote>foo</blockquote>
1943 Multiple lines without block tags
1967 # Tidy strips out the empty <div> tags. Parsoid doesn't.
1968 # So, we have a separate section for Parsoid. We don't want
1969 # to mimic this stripping behavior in Parsoid. It affects
1970 # editing experience and also requires us to maintain additional
1973 Empty lines between lines with block tags
2011 <div data-parsoid='{"stx":"html"}'></div>
2014 <div data-parsoid='{"stx":"html"}'></div><p>a</p>
2017 <div data-parsoid='{"stx":"html"}'>a</div><p>b</p>
2019 <div data-parsoid='{"stx":"html"}'>b</div><p>d</p>
2022 <div data-parsoid='{"stx":"html"}'>e</div>
2025 ## PHP parser emits output which is broken
2027 Unclosed HTML p-tags should be handled properly
2040 <div data-parsoid='{"stx":"html"}'><p data-parsoid='{"stx":"html", "autoInsertedEnd":true}'>foo</p></div>
2045 ## SSS FIXME: I can come up with other scenarios where this doesn't work because
2046 ## of eager output of buffered tokens in the p-wrapper. But, I'm going to ignore
2049 1. P-wrapping should leave sol-transparent tags outside p-tags where possible
2053 a [[Category:A1]] [[Category:A2]]
2058 <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"/>
2062 2. P-wrapping should leave sol-transparent tags outside p-tags where possible
2068 <link rel="mw:PageProp/Category" href="./Category:A1"/><p>a</p>
2072 ### Preformatted text
2081 And a [[Main Page|link]]
2087 And a <a href="/wiki/Main_Page" title="Main Page">link</a>
2092 Tabs don't trigger preformatted text
2096 This is preformatted text.
2102 <pre>This is preformatted text.
2107 preformatted text.</p>
2108 <pre>This is preformatted text.
2113 Space before tab needs nowiki pre protection
2119 <nowiki> </nowiki> a
2123 Ident preformatting with inline content
2134 <pre> with <nowiki> inside (compatibility with 1.6 and earlier)
2151 Regression with preformatted in <center>
2165 Bug 52763: Preformatted in <blockquote>
2171 indented cell (no pre-wrapping!)
2181 <p> indented cell (no pre-wrapping!)
2189 Bug 51086: Double newlines in blockquotes should be turned into paragraphs
2206 Bug 15491: <ins>/<del> in blockquote
2209 Foo <del>bar</del> <ins>baz</ins> quux
2213 <p>Foo <del>bar</del> <ins>baz</ins> quux
2219 # Note that the p-wrapping is newline sensitive, which could be
2220 # considered a bug: tidy will wrap only the 'Foo' in the example
2221 # below in a <p> tag. (see comment 23-25 of bug #6200)
2223 Bug 15491: <ins>/<del> in blockquote (2)
2225 <blockquote>Foo <del>bar</del> <ins>baz</ins> quux
2228 <blockquote>Foo <del>bar</del> <ins>baz</ins> quux
2234 <del>bar</del> <ins>baz</ins> quux</blockquote>
2238 <pre> with attributes (bug 3202)
2240 <pre style="background: blue; color:white">Bluescreen of WikiDeath</pre>
2242 <pre style="background: blue; color:white">Bluescreen of WikiDeath</pre>
2247 <pre> with width attribute (bug 3202)
2249 <pre width="8">Narrow screen goodies</pre>
2251 <pre width="8">Narrow screen goodies</pre>
2256 <pre> with forbidden attribute (bug 3202)
2258 <pre width="8" onmouseover="alert(document.cookie)">Narrow screen goodies</pre>
2260 <pre width="8">Narrow screen goodies</pre>
2265 Entities inside <pre>
2274 <pre> with forbidden attribute values (bug 3202)
2276 <pre width="8" style="border-width: expression(alert(document.cookie))">Narrow screen goodies</pre>
2278 <pre width="8" style="/* insecure input */">Narrow screen goodies</pre>
2283 <nowiki> inside <pre> (bug 13238)
2291 <pre><nowiki><nowiki></nowiki>Foo<nowiki></nowiki></nowiki></pre>
2299 <pre><nowiki>Foo</nowiki></pre>
2304 <nowiki> inside of #tag:pre
2306 {{#tag:pre|Foo <nowiki>→bar</nowiki>}}
2308 <pre>Foo →bar</pre>
2311 <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>
2315 <nowiki> and <pre> preference (first one wins)
2344 <pre data-parsoid='{"stx":"html","strippedNL":true}'><nowiki>
2346 <p><span typeof="mw:Placeholder" data-parsoid='{"src":"</nowiki>"}'></nowiki></span>
2349 <p><span typeof="mw:Nowiki">
2358 </pre> inside nowiki
2360 <nowiki></pre></nowiki>
2366 # Parsoid doesn't strip empty tags, like Tidy does.
2368 Empty pre; pre inside other HTML tags (bug 54946)
2370 parsoid=wt2html,wt2wt
2401 HTML pre followed by indent-pre
2411 # Note that tidy removes the empty <p> tags from the start and end.
2412 # Parsoid does not, by design.
2416 <p><pre>foo</pre></p>
2422 <p data-parsoid='{"stx":"html","autoInsertedEnd":true}'></p><pre data-parsoid='{"stx":"html"}'>foo</pre><p data-parsoid='{"autoInsertedStart":true,"stx":"html"}'></p>
2426 Templates: Indent-Pre: 1a. Templates that break a line should suppress <pre>
2434 Templates: Indent-Pre: 1b. Templates that break a line should suppress <pre>
2444 Templates: Indent-Pre: 1c: Wrapping should be based on expanded content
2456 Templates: Indent-Pre: 1d: Wrapping should be based on expanded content
2477 Templates: Indent-Pre: 1e. Wrapping should be based on expanded content
2481 {{echo| foo}}{{echo| bar}}
2486 {{echo|<!--cmt--> foo}}
2488 <!--cmt-->{{echo| foo}}
2490 {{echo|{{echo| }}bar}}
2508 Templates: Indent-Pre: 1f: Wrapping should be based on expanded content
2545 Pres with newline attributes
2550 <pre class="one two">hi</pre>
2554 two" data-parsoid='{"stx":"html"}'>hi</pre>
2558 Things that look like <pre> tags aren't treated as such
2560 Barack Obama <President> of the United States
2561 <President></President>
2563 <p>Barack Obama <President> of the United States
2564 <President></President>
2569 Handle broken pre-like tags (bug 64025)
2573 {{echo|<pre <pre>x</pre>}}
2575 <table><pre </table>
2578 <table><pre </table>
2586 <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>
2595 Parsoid: handle pre with space after attribute
2599 <pre style="width:50%;" >{{echo|foo}}</pre>
2601 <pre style="width:50%;">{{echo|foo}}</pre>
2604 <pre style="width:50%;">{{echo|foo}}</pre>
2607 # TODO / maybe: fix wt2wt for this
2609 Parsoid: Don't paragraph-wrap fosterable content
2635 Parsoid: Don't paragraph-wrap fosterable content even if table syntax is unbalanced
2663 #--------------------------------------------------------------------
2664 # Transclusion parameter whitespace stripping tests
2665 # Behavior is different for positional and named parameters
2666 #--------------------------------------------------------------------
2668 Templates: Strip leading and trailing whitespace from named-param values
2672 {{echo|1= {{echo|b}} }}
2685 <ul><li> d</li></ul>
2690 Templates: Don't strip whitespace from positional-param values
2694 {{echo|{{echo|b}} }}
2726 <ul><li> f</li></ul>
2734 Templates: Handle empty comment-and-ws-only lines correctly
2737 <!--should be ignored-->
2738 <!--should be ignored as well-->
2745 <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>
2749 Templates: Handle comments in the target
2752 <!-- should be ignored -->
2756 <!-- should be ignored and spaces on next line should not trip us up (T147742) -->
2759 {{echo<!-- should be ignored -->
2762 {{echo<!-- should be ignored -->|foo}}
2764 {{<!-- should be ignored -->echo|foo}}
2773 <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>
2775 <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>
2777 <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>
2779 <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>
2781 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo"}},"i":0}}]}'>foo</p>
2785 Templates: Handle comments in parameter names (bug 67657)
2788 <!-- should be ignored -->
2792 <!-- should be ignored -->
2795 {{echo|1<!-- should be ignored -->=foo}}
2797 {{echo|<!-- should be ignored -->1=foo}}
2805 <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>
2807 <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>
2809 <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>
2811 <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>
2815 Templates: Other wikitext in parameter names (bug 67657)
2822 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"''1''":{"wt":"foo"}},"i":0}}]}'>{{{1}}}</p>
2825 #--------------------------------------------------------------------
2826 # Transclusion parameter escaping tests
2827 #--------------------------------------------------------------------
2829 Templates: Parsoid parameter escaping test 1
2831 {{echo|[foo]|{{echo|[bar]}}}}
2835 <p about="#mwt1" typeof="mw:Transclusion"
2836 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"[foo]"},"2":{"wt":"{{echo|[bar]}}"}},"i":0}}]}'>[foo]</p>
2840 Parsoid: Pipes in external links in template parameter
2842 {{echo|[{{echo|http://example.com}} link]}}
2844 <p><a rel="nofollow" class="external text" href="http://example.com">link</a></p>
2846 <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>
2850 Parsoid: pipe in transclusion parameter
2852 {{echo|http://foo.com/a|b}}
2854 <p><a rel="nofollow" class="external free" href="http://foo.com/a%7Cb">http://foo.com/a%7Cb</a></p>
2856 <p><a rel="mw:ExtLink" href="http://foo.com/a%7Cb" about="#mwt1"
2857 typeof="mw:Transclusion"
2858 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%7Cb</a></p>
2862 Parsoid: Pipe in external link target and content in template parameter
2864 parsoid=html2wt,wt2wt
2866 {{echo|[http://foo.com/a|b a|b]}}
2868 <p><a rel="nofollow" class="external text" href="http://foo.com/a%7Cb">a|b</a></p>
2870 <p><a rel="mw:ExtLink" href="http://foo.com/a|b" about="#mwt1"
2871 typeof="mw:Transclusion"
2872 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},
2873 "params":{"1":{"wt":"[http://foo.com/a|b a|b]"}},"i":0}}]}'>a|b</a></p>
2877 Parsoid: Pipe in template with nested template in external link target in template parameter (seriously)
2881 {{echo|[{{fullurl:{{FULLPAGENAME}}|action=edit}} bar]}}
2883 <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>
2887 Templates: Don't escape already nowiki-escaped text in template parameters
2889 parsoid=html2wt,wt2wt
2891 {{echo|foo<nowiki>|</nowiki>bar}}
2892 {{echo|<nowiki><div></nowiki>}}
2893 {{echo|<nowiki></nowiki>}}
2895 <p>foo|bar <div></p>
2897 <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>
2898 <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>
2899 <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>
2905 Templates: '=' char in nested transclusions should not trigger nowiki escapes or conversion to named param
2907 parsoid=html2wt,wt2wt
2909 {{echo|{{echo|1=bar}}}}
2913 <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>
2918 Templates parameters with special tokenizing behavior dont get modified because of arg escaping
2924 <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>
2929 Templates: Preserve blank parameter names
2935 <p about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"":{"wt":"foo"}},"i":0}}]}'>{{{1}}}</p>
2939 Templates: Preserve blank parameter names in other positions
2941 {{blank_param|bar|=foo}}
2945 <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
2950 ### Parsoid-centric tests for testing RT edge cases for pre
2954 1a. Indent-Pre and Comments
2967 1b. Indent-Pre and Comments
2980 1c. Indent-Pre and Comments
2993 1d. Indent-Pre and Comments
2994 (Pre-handler currently cannot distinguish between comment/ws order and normalizes them to [comment,ws] order)
3007 2a. Indent-Pre and tables
3028 2b. Indent-Pre and tables
3044 2c. Indent-Pre and tables (bug 42252)
3061 2d. Indent-Pre and tables
3078 <tbody><tr><td> b</td></tr>
3083 2e. Indent-Pre and table-line syntax
3096 2f. Indent-pre started by table-line syntax
3115 2g. Indented table markup mixed with indented pre content (proposed in bug 6200)
3120 Text that should be rendered preformatted
3128 <pre>Text that should be rendered preformatted
3137 3a. Indent-Pre and block tags (single-line html)
3141 c <blockquote> foo </blockquote>
3146 c <blockquote> foo </blockquote>
3147 <pre><span> foo </span>
3150 <p>a </p><p data-parsoid='{"stx":"html"}'> foo </p>
3151 <p>b </p><div data-parsoid='{"stx":"html"}'> foo </div>
3152 <p>c </p><blockquote data-parsoid='{"stx":"html"}'> foo </blockquote>
3153 <pre><span> foo </span>
3170 3b. Indent-Pre and block tags (multi-line html)
3175 <pre>a <span>foo</span>
3180 <pre>a <span data-parsoid='{"stx":"html"}'>foo</span></pre>
3181 b <div data-parsoid='{"stx":"html"}'> foo </div>
3191 3c. Indent-Pre and block tags (pre-content on separate line)
3255 4. Indent-Pre and extension tags
3266 a <pre typeof="mw:Extension/tag" about="#mwt2" data-parsoid='{}' data-mw='{"name":"tag","attrs":{},"body":null}'></pre>
3270 Render paragraphs when indent-pre is suppressed in blocklevels
3287 4. Multiple spaces at start-of-line
3305 ## NOTE: the leading white-space chars on empty line are significant
3307 5a. White-space in indent-pre
3319 ## NOTE: the leading white-space chars on empty line are significant
3321 5b. White-space in indent-pre
3340 5c. White-space in indent-pre
3353 6. Pre-blocks should extend across lines with leading WS even when there is no wrappable content
3376 7a. Indent-pre and category links
3378 parsoid=wt2html,wt2wt
3380 [[Category:foo]] <!-- No pre-wrapping -->
3381 {{echo| [[Category:foo]]}} <!-- No pre-wrapping -->
3384 <link rel="mw:PageProp/Category" href="./Category:Foo"> <!-- No pre-wrapping -->
3385 <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 -->
3388 ## We used to, but no longer wt2wt this test since the default serializer
3389 ## will normalize all categories to serialize on their own line.
3390 ## This wikitext usage is going to be fairly uncommon in production and
3391 ## selser will take care of preserving formatting in those scenarios.
3393 7b. Indent-pre and category links
3398 [[Category:foo]] {{echo|b}}
3400 <pre><link rel="mw:PageProp/Category" href="./Category:Foo"> a
3401 <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>
3405 Indent-Pre: Newlines in comments shouldn't affect sol state
3419 ### HTML-pre (some to spec PHP parser behavior and some Parsoid-RT-centric)
3423 HTML-pre: 1. embedded newlines
3458 <pre data-parsoid='{"stx":"html"}'>foo</pre>
3460 <pre data-parsoid='{"stx":"html","strippedNL":"\n"}'>
3464 <pre data-parsoid='{"stx":"html"}'>
3469 <pre data-parsoid='{"stx":"html"}'>
3477 HTML-pre: big spaces
3513 <pre data-parsoid='{"stx":"html"}'>
3532 HTML-pre: 2: indented text
3545 HTML-pre: 3: other wikitext
3564 <pre data-parsoid='{"stx":"html","strippedNL":true}'>* foo
3573 ### Definition lists
3580 <dl><dt> name </dt>
3581 <dd> Definition</dd></dl>
3586 Definition list for indentation only
3590 <dl><dd> Indented text</dd></dl>
3595 Definition list with no space
3600 <dd>Definition</dd></dl>
3605 Definition list with URL link
3607 ; http://example.com/ : definition
3609 <dl><dt> <a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a> </dt>
3610 <dd> definition</dd></dl>
3615 Definition list with bracketed URL link
3617 ;[http://www.example.com/ Example]:Something about it
3619 <dl><dt><a rel="nofollow" class="external text" href="http://www.example.com/">Example</a></dt>
3620 <dd>Something about it</dd></dl>
3625 Definition list with wikilink containing colon
3627 ; [[Help:FAQ]]: The least-read page on Wikipedia
3629 <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>
3630 <dd> The least-read page on Wikipedia</dd></dl>
3634 # At Brion's and JeLuF's insistence... :)
3636 Definition list with news link containing colon
3638 ; news:alt.wikipedia.rox: This isn't even a real newsgroup!
3640 <dl><dt> <a rel="nofollow" class="external free" href="news:alt.wikipedia.rox">news:alt.wikipedia.rox</a></dt>
3641 <dd> This isn't even a real newsgroup!</dd></dl>
3644 <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>
3648 Malformed definition list with colon
3650 ; news:alt.wikipedia.rox -- don't crash or enter an infinite loop
3652 <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>
3657 Definition lists: colon in external link text
3659 ; [http://www.wikipedia2.org/ Wikipedia : The Next Generation]: OK, I made that up
3661 <dl><dt> <a rel="nofollow" class="external text" href="http://www.wikipedia2.org/">Wikipedia : The Next Generation</a></dt>
3662 <dd> OK, I made that up</dd></dl>
3667 Definition lists: colon in HTML attribute
3669 ;<b style="display: inline">bold</b>
3671 <dl><dt><b style="display: inline">bold</b></dt></dl>
3676 Definition lists: self-closed tag
3678 ;one<br/>two : two-line fun
3680 <dl><dt>one<br />two </dt>
3681 <dd> two-line fun</dd></dl>
3686 Bug 11748: Literal closing tags
3690 <dd>test test test test test</dd>
3692 <dd>test test test test test</dd>
3697 <dd>test test test test test</dd>
3699 <dd>test test test test test</dd>
3705 Definition and unordered list using wiki syntax nested in unordered list using html tags.
3708 ; term : description
3713 <dl><dt> term </dt>
3714 <dd> description</dd></dl>
3715 <ul><li> unordered</li></ul>
3721 Definition list with empty definition and following paragraph
3733 Nested definition lists using html syntax
3746 Definition Lists: No nesting: Multiple dd's
3759 Definition Lists: Indentation: Regular
3767 <dl><dd>i3</dd></dl></dd></dl></dd></dl>
3772 Definition Lists: Indentation: Missing 1st level
3778 <dl><dd>i3</dd></dl></dd></dl></dd></dl>
3783 Definition Lists: Indentation: Multi-level indent
3787 <dl><dd><dl><dd><dl><dd>i3</dd></dl></dd></dl></dd></dl>
3792 Definition Lists: Hacky use to indent tables
3799 should be left alone
3801 <dl><dd><dl><dd><table>
3806 </td></tr></table></dd></dl></dd></dl>
3808 should be left alone
3813 Definition Lists: Hacky use to indent tables, with comments (bug 63979)
3821 should be left alone
3824 <dl><dd><dl><dd><table><tr>
3827 </tr></table><!-- bar --></dd></dl></dd></dl>
3829 should be left alone</p>
3833 Definition Lists: Hacky use to indent tables, with comment before table
3839 <dl><dd><dl><dd><!-- foo --><table><tr>
3841 </tr></table></dd></dl></dd></dl>
3844 # The trailing whitespace in this test is to catch a regression in
3845 # Parsoid after T54473.
3847 Definition Lists: Hacky use to indent tables (WS-insensitive)
3856 </td></tr></table></dd></dl>
3860 <tbody><tr><td>a</td></tr>
3861 </tbody></table> </dd></dl>
3864 ## The PHP parser treats : items (dd) without a corresponding ; item (dt)
3865 ## as an empty dt item. It also ignores all but the last ";" when followed
3866 ## by ":" later on. So, ";" are not ignored in ";;;t3" but are ignored in
3867 ## ";;;t3 :d1". So, PHP parser behavior is a little inconsistent wrt multiple
3870 ## Ex: ";;t2 ::d2" is transformed into:
3882 ## But, Parsoid treats "; :" as a tight atomic unit and excess ":" as plain text
3883 ## So, the same wikitext above (;;t2 ::d2) is transformed into:
3894 ## All Parsoid only definition list tests have this difference.
3896 ## See also: https://phabricator.wikimedia.org/T8569
3897 ## and https://lists.wikimedia.org/pipermail/wikitext-l/2011-November/000483.html
3900 Table / list interaction: indented table with lists in table contents
3915 <ul><li> b</li></ul>
3919 <ul><li> d</li></ul>
3920 </td></tr></table></dd></dl>
3925 Table / list interaction: lists nested in tables nested in indented lists
3948 </td></tr></table></dd></dl>
3955 Definition Lists: Nesting: Multi-level (Parsoid only)
3985 Definition Lists: Nesting: Test 2 (Parsoid only)
4012 Definition Lists: Nesting: Test 3 (Parsoid only)
4055 Definition Lists: Nesting: Test 4
4060 <dl><dd><dl><dd><dl><dt>t3</dt>
4061 <dd>d3</dd></dl></dd></dl></dd></dl>
4066 ## The Parsoid team believes the following three test exposes a
4067 ## bug in the PHP parser. (Parsoid team thinks the PHP parser is
4068 ## wrong to close the <dl> after the <dt> containing the <ul>.)
4069 ## It also exposes a "misfeature" in tidy, which doesn't like
4070 ## <dl> tags with a single <dt> child; it converts the <dt> into
4071 ## a <dd> in that case. (Parsoid leaves the <dt> alone!)
4073 Definition Lists: Mixed Lists: Test 1
4079 <dl><dd><dl><dt><ul><li> foo</li>
4080 <li> bar</li></ul></dt></dl>
4081 <dl><dt> baz</dt></dl></dd></dl>
4116 Definition Lists: Mixed Lists: Test 2
4121 <ul><li><dl><dd> d1</dd>
4122 <dd> d2</dd></dl></li></ul>
4128 Definition Lists: Mixed Lists: Test 3
4133 <ul><li><dl><dd><dl><dd><dl><dd> d1</dd>
4134 <dd> d2</dd></dl></dd></dl></dd></dl></li></ul>
4140 Definition Lists: Mixed Lists: Test 4
4145 <ul><li><dl><dt>d1 </dt>
4148 <dd>d4</dd></dl></li></ul>
4154 Definition Lists: Mixed Lists: Test 5
4160 <dl><dd> d2</dd></dl></dd></dl></li></ul>
4166 Definition Lists: Mixed Lists: Test 6
4171 <ol><li><ul><li><dl><dd>d1
4172 <dl><dd><dl><dd> d3</dd></dl></dd></dl></dd></dl></li></ul></li></ol>
4178 Definition Lists: Mixed Lists: Test 7
4183 <dl><dd><ul><li> d1</li>
4184 <li> d2</li></ul></dd></dl>
4190 Definition Lists: Mixed Lists: Test 8
4195 <dl><dd><ul><li> d1</li></ul>
4196 <dl><dd><ul><li> d2</li></ul></dd></dl></dd></dl>
4202 Definition Lists: Mixed Lists: Test 9
4206 <ul><li><dl><dt>foo </dt>
4207 <dd>bar</dd></dl></li></ul>
4213 Definition Lists: Mixed Lists: Test 10
4217 <ul><li><ol><li><dl><dt>foo </dt>
4218 <dd>bar</dd></dl></li></ol></li></ul>
4222 # The Parsoid team disagrees with the PHP parser's seemingly-random
4223 # rules regarding dd/dt on the next two tests. Parsoid is more
4224 # consistent, and recognizes the shared nesting and keeps the
4225 # still-open tags around until the nesting is complete.
4226 # (And tidy again converts <dt> to <dd> before 'bar'.)
4229 Definition Lists: Mixed Lists: Test 11
4234 <ul><li><ol><li><ul><li><ol><li><dl><dt>foo </dt>
4235 <dd><ul><li><dl><dt><dl><dt>bar</dt></dl></dd></dl></li></ul></dd></dl>
4236 <dl><dt>boo </dt>
4237 <dd>baz</dd></dl></li></ol></li></ul></li></ol></li></ul>
4292 <dt>foo<span typeof="mw:Placeholder" data-parsoid='{"src":" "}'> </span></dt>
4293 <dd data-parsoid='{"stx":"row"}'>bar</dd>
4297 <dt>boo<span typeof="mw:Placeholder" data-parsoid='{"src":" "}'> </span></dt>
4298 <dd data-parsoid='{"stx":"row"}'>baz</dd>
4307 # Another case where tidy converts a <dt> to a <dd> (but Parsoid doesn't).
4309 # * The test is wrong, there are two colons where there should be :;
4310 # * The PHP parser is wrong to close the <dl> after the <dt> containing the <ul>.
4312 Definition Lists: Weird Ones: Test 1
4314 *#;*::;; foo : bar (who uses this?)
4316 <ul><li><ol><li><dl><dt> foo </dt>
4317 <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>
4336 <dt>bar (who uses this?)</dt>
4368 <dt> foo<span typeof="mw:DisplaySpace mw:Placeholder" data-parsoid='{"src":" ","isDisplayHack":true}'> </span></dt>
4369 <dd data-parsoid='{"stx":"row"}'> bar (who uses this?)</dd>
4381 Definition Lists: colons occurring in tags
4399 <dt><span>a:b</span></dt>
4426 <dl><dt>a</dt><dd data-parsoid='{"stx":"row"}'>b</dd>
4428 <dt><i data-parsoid='{"stx":"html"}'>a:b</i></dt>
4429 <dt><span data-parsoid='{"stx":"html"}'>a:b</span></dt>
4430 <dt><div data-parsoid='{"stx":"html"}'>a:b</div></dt>
4431 <dt><div data-parsoid='{"stx":"html","autoInsertedEnd":true}'>a</div></dt>
4433 <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>
4434 <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>
4435 <dl><dt><dl><dt><i>a:b</i></dt></dl></dt></dl></dt></dl>
4439 Definition Lists: colons and tables 1
4451 </td></tr></table></dd></dl>
4455 </td></tr></table></dd></dl>
4459 # Parsoid's output (as documented below) differs from php's in this case.
4460 # This is probably a bug. If we fixup parsoid to match php's output, the
4461 # above test should pass and the below test case can be removed. It is
4462 # unclear which output is more desirable.
4465 Definition Lists: colons and tables 2
4477 </td></tr></table></dd>
4481 </td></tr></table></dd></dl>
4485 Definition Lists: template interaction
4487 ::{{definition_list}}
4490 ::{{definition_list}}
4495 <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">
4496 </span><dd about="#mwt1">two</dd></dl></dd></dl>
4498 <dl><dd data-parsoid='{}'>one
4499 <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">
4500 </span><dd about="#mwt2">two
4502 <dd>three</dd></dl></dd>
4503 <dd data-parsoid='{}'>four</dd></dl></dd></dl>
4511 External links: non-bracketed
4513 Non-bracketed: http://example.com
4515 <p>Non-bracketed: <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4519 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
4521 External links: numbered
4523 Numbered: [http://example.com]
4524 Numbered: [http://example.net]
4525 Numbered: [http://example.com]
4527 <p>Numbered: <a rel="nofollow" class="external autonumber" href="http://example.com">[1]</a>
4528 Numbered: <a rel="nofollow" class="external autonumber" href="http://example.net">[2]</a>
4529 Numbered: <a rel="nofollow" class="external autonumber" href="http://example.com">[3]</a>
4532 <p>Numbered: <a rel="mw:ExtLink" href="http://example.com"></a>
4533 Numbered: <a rel="mw:ExtLink" href="http://example.net"></a>
4534 Numbered: <a rel="mw:ExtLink" href="http://example.com"></a></p>
4538 External links: specified text
4540 Specified text: [http://example.com link]
4542 <p>Specified text: <a rel="nofollow" class="external text" href="http://example.com">link</a>
4547 External links: trail
4549 Linktrails should not work for external links: [http://example.com link]s
4551 <p>Linktrails should not work for external links: <a rel="nofollow" class="external text" href="http://example.com">link</a>s
4556 External links: dollar sign in URL
4558 http://example.com/1$2345
4560 <p><a rel="nofollow" class="external free" href="http://example.com/1$2345">http://example.com/1$2345</a>
4564 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
4566 External links: dollar sign in URL (autonumber)
4568 [http://example.com/1$2345]
4570 <p><a rel="nofollow" class="external autonumber" href="http://example.com/1$2345">[1]</a>
4573 <p><a rel="mw:ExtLink" href="http://example.com/1$2345"></a></p>
4577 External links: open square bracket forbidden in URL (bug 4377)
4579 parsoid=wt2html,wt2wt,html2html
4581 http://example.com/1[2345
4583 <p><a rel="nofollow" class="external free" href="http://example.com/1">http://example.com/1</a>[2345
4586 <p><a rel="mw:ExtLink" href="http://example.com/1">http://example.com/1</a>[2345</p>
4590 External links: open square bracket forbidden in URL (named) (bug 4377)
4592 parsoid=wt2html,html2html
4594 [http://example.com/1[2345]
4596 <p><a rel="nofollow" class="external text" href="http://example.com/1">[2345</a>
4599 <p><a rel="mw:ExtLink" href="http://example.com/1">[2345</a></p>
4602 # parsoid adds a space before the link name
4604 External links: open square bracket forbidden in URL (named) (bug 4377)
4607 [http://example.com/1 [2345]
4609 <p><a rel="nofollow" class="external text" href="http://example.com/1">[2345</a>
4614 External links: nowiki in URL link text (bug 6230)
4616 [http://example.com/ <nowiki>''example site''</nowiki>]
4618 <p><a rel="nofollow" class="external text" href="http://example.com/">''example site''</a>
4623 External links: newline forbidden in text (bug 6230 regression check)
4625 [http://example.com/ first
4628 <p>[<a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a> first
4634 External links: Pipe char between url and text
4636 [http://example.com | link]
4638 <p><a rel="nofollow" class="external text" href="http://example.com">| link</a>
4643 External links: protocol-relative URL in brackets
4645 [//example.com/ Test]
4647 <p><a rel="nofollow" class="external text" href="//example.com/">Test</a>
4651 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
4653 External links: protocol-relative URL in brackets without text
4657 <p><a rel="nofollow" class="external autonumber" href="//example.com">[1]</a>
4660 <p><a rel="mw:ExtLink" href="//example.com"></a></p>
4664 External links: protocol-relative URL in free text is left alone
4668 <p>//example.com/Foo
4673 External links: protocol-relative URL in the middle of a word is left alone (bug 30269)
4675 foo//example.com/Foo
4677 <p>foo//example.com/Foo
4682 External links: with no contents
4684 [http://en.wikipedia.org/wiki/Foo]
4686 [[wikipedia:Foo|Bar]]
4688 [[wikipedia:Foo|<span>Bar</span>]]
4690 <p><a rel="nofollow" class="external autonumber" href="http://en.wikipedia.org/wiki/Foo">[1]</a>
4691 </p><p><a href="http://en.wikipedia.org/wiki/Foo" class="extiw" title="wikipedia:Foo">Bar</a>
4692 </p><p><a href="http://en.wikipedia.org/wiki/Foo" class="extiw" title="wikipedia:Foo"><span>Bar</span></a>
4695 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo"></a></p>
4696 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" title="wikipedia:Foo">Bar</a></p>
4697 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" title="wikipedia:Foo"><span>Bar</span></a></p>
4701 External links: Free with trailing punctuation
4711 http://example.com/url_with_(brackets)
4712 (http://example.com/url_without_brackets)
4713 http://example.com/url_with_entity&
4714 http://example.com/url_with_entity&
4715 http://example.com/url_with_entity&
4716 http://example.com/url_with_entity
4717 http://example.com/url_with_entity 
4718 http://example.com/url_with_entity 
4719 http://example.com/url_with_entity<
4720 http://example.com/url_with_entity<
4721 http://example.com/url_with_entity<
4723 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>,
4724 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>;
4725 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>\
4726 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>.
4727 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>:
4728 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>!
4729 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>?
4730 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>)
4731 <a rel="nofollow" class="external free" href="http://example.com/url_with_(brackets)">http://example.com/url_with_(brackets)</a>
4732 (<a rel="nofollow" class="external free" href="http://example.com/url_without_brackets">http://example.com/url_without_brackets</a>)
4733 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4734 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4735 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4736 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a> 
4737 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a> 
4738 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a> 
4739 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><
4740 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><
4741 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><
4744 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a>,
4745 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>;
4746 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>\
4747 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>.
4748 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>:
4749 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>!
4750 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>?
4751 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>)
4752 <a rel="mw:ExtLink" href="http://example.com/url_with_(brackets)">http://example.com/url_with_(brackets)</a>
4753 (<a rel="mw:ExtLink" href="http://example.com/url_without_brackets">http://example.com/url_without_brackets</a>)
4754 <a rel="mw:ExtLink" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4755 <a rel="mw:ExtLink" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4756 <a rel="mw:ExtLink" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4757 <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>
4758 <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>
4759 <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>
4760 <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>
4761 <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>
4762 <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>
4766 External links: tricky Parsoid html2html case
4768 parsoid=wt2html,wt2wt,html2html
4770 http://example.com/url_with_entity&amp;
4772 <p><a rel="nofollow" class="external free" href="http://example.com/url_with_entity&amp">http://example.com/url_with_entity&amp</a>;
4775 <p><a rel="mw:ExtLink" href="http://example.com/url_with_entity&amp">http://example.com/url_with_entity&amp</a>;</p>
4779 External links: Free with trailing quotes (T113666)
4781 '''News:''' Stuff here
4785 <p><b>News:</b> Stuff here
4786 </p><p><a rel="nofollow" class="external free" href="news:'a'b">news:'a'b</a><i>c</i>d e
4789 <p><b>News:</b> Stuff here</p>
4790 <p><a rel="mw:ExtLink" href="news:'a'b">news:'a'b</a><i>c</i>d e</p>
4794 External links: with entity
4796 [http:// www.librarieswithoutborders.org Libraries without borders]
4798 <p><a rel="nofollow" class="external text" href="http://+www.librarieswithoutborders.org">Libraries without borders</a>
4801 <p><a rel="mw:ExtLink" href="http://+www.librarieswithoutborders.org" data-parsoid='{"a":{"href":"http://+www.librarieswithoutborders.org"},"sa":{"href":"http://&#x20;www.librarieswithoutborders.org"}}'>Libraries without borders</a></p>
4805 External links: Lone protocols are never linked (T105697)
4824 External links: No preceding word characters allowed (bug 65278)
4826 NOPEhttp://example.com
4827 N0http://example.com
4828 ok:http://example.com
4829 ok-http://example.com
4831 <p>NOPEhttp://example.com
4832 N0http://example.com
4833 ok:<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4834 ok-<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4839 External links: nofollow domain exception
4841 A [https://no-nofollow.org/foobar link], and another [https://example.org link].
4843 <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>.
4850 External image: http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
4852 <p>External image: <img src="http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png" alt="Ncwikicol.png"/>
4857 External image from https
4859 External image from https: https://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
4861 <p>External image from https: <img src="https://meta.wikimedia.org/upload/f/f1/Ncwikicol.png" alt="Ncwikicol.png"/>
4866 External image (when not allowed)
4868 wgAllowExternalImages=0
4870 External image: http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
4872 <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>
4877 Link to non-http image, no img tag
4879 Link to non-http image, no img tag: ftp://example.com/test.jpg
4881 <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>
4886 External links: terminating separator
4888 Terminating separator: http://example.com/thing,
4890 <p>Terminating separator: <a rel="nofollow" class="external free" href="http://example.com/thing">http://example.com/thing</a>,
4895 External links: intervening separator
4897 Intervening separator: http://example.com/1,2,3
4899 <p>Intervening separator: <a rel="nofollow" class="external free" href="http://example.com/1,2,3">http://example.com/1,2,3</a>
4904 External links: old bug with URL in query
4906 Old bug with URL in query: [http://example.com/thing?url=http://example.com link]
4908 <p>Old bug with URL in query: <a rel="nofollow" class="external text" href="http://example.com/thing?url=http://example.com">link</a>
4913 External links: old URL-in-URL bug, mixed protocols
4915 And again with mixed protocols: [ftp://example.com?url=http://example.com link]
4917 <p>And again with mixed protocols: <a rel="nofollow" class="external text" href="ftp://example.com?url=http://example.com">link</a>
4921 # Since Parsoid is starting to emit canonical wikitext for links,
4922 # [http://example.com http://example.com] will not RT back to that
4925 External links: URL in text
4929 URL in text: [http://example.com http://example.com]
4931 <p>URL in text: <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4934 <p>URL in text: <a rel="mw:ExtLink" href="http://example.com">http://example.com</a></p>
4938 External links: Clickable images
4940 ja-style clickable images: [http://example.com http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png]
4942 <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>
4945 <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>
4949 External links: raw ampersand
4951 Old & use: http://x&y
4953 <p>Old & use: <a rel="nofollow" class="external free" href="http://x&y">http://x&y</a>
4958 External links: encoded ampersand
4960 Old & use: http://x&y
4962 <p>Old & use: <a rel="nofollow" class="external free" href="http://x&y">http://x&y</a>
4965 <p>Old <span typeof="mw:Entity">&</span> use: <a rel="mw:ExtLink" href="http://x&y">http://x&y</a></p>
4969 External links: encoded equals (bug 6102)
4971 http://example.com/?foo=bar
4973 <p><a rel="nofollow" class="external free" href="http://example.com/?foo=bar">http://example.com/?foo=bar</a>
4976 <p><a rel="mw:ExtLink" href="http://example.com/?foo=bar">http://example.com/?foo=bar</a></p>
4980 ## Note that parsoid doesn't explicit mark autonumbered links, nor
4981 ## does it number them. As discussed in bug 53505, we can identify
4982 ## autonumbered links via CSS.
4986 External links: [raw ampersand]
4988 Old & use: [http://x&y]
4990 <p>Old & use: <a rel="nofollow" class="external autonumber" href="http://x&y">[1]</a>
4993 <p>Old <span typeof="mw:Entity">&</span> use: <a rel="mw:ExtLink" href="http://x&y"></a></p>
4996 # note that parsoid html is identical to [raw ampersand] case; so html2wt
4997 # mode will return the [raw ampersand] wikitext
4999 External links: [encoded ampersand]
5001 parsoid=wt2html,wt2wt,html2html
5003 Old & use: [http://x&y]
5005 <p>Old & use: <a rel="nofollow" class="external autonumber" href="http://x&y">[1]</a>
5008 <p>Old <span typeof="mw:Entity">&</span> use: <a rel="mw:ExtLink" href="http://x&y"></a></p>
5012 External links: [raw equals]
5014 [http://example.com/?foo=bar]
5016 <p><a rel="nofollow" class="external autonumber" href="http://example.com/?foo=bar">[1]</a>
5019 <p><a rel="mw:ExtLink" href="http://example.com/?foo=bar"></a></p>
5022 # note that parsoid html is identical to [raw equals] case; so html2wt
5023 # mode will return the [raw equals] wikitext
5025 External links: [encoded equals] (bug 6102)
5027 parsoid=wt2html,wt2wt,html2html
5029 [http://example.com/?foo=bar]
5031 <p><a rel="nofollow" class="external autonumber" href="http://example.com/?foo=bar">[1]</a>
5034 <p><a rel="mw:ExtLink" href="http://example.com/?foo=bar"></a></p>
5037 # xxx parsoid strips the IDN character, so the round-trip tests will
5038 # obviously fail and are disabled. --cscott
5040 External links: [IDN ignored character reference in hostname; strip it right off]
5042 parsoid=wt2html,wt2wt,html2html
5044 [http://e‌xample.com/]
5046 <p><a rel="nofollow" class="external autonumber" href="http://example.com/">[1]</a>
5049 <p><a rel="mw:ExtLink" href="http://example.com/"></a></p>
5052 # FIXME: This test (the IDN characters in the text of a link) is an inconsistency.
5053 # Where an external link could easily circumvent the sanitization of the text of
5054 # a link like this (where an IDN-ignore character is in the URL somewhere), this
5055 # test demands a higher standard. That's a bit strange.
5059 # http://example.com -> [http://example.com|http://example.com]
5060 # [http://example.com|http://example.com] -> [http://example.com|http://example.com]
5062 # The first example is sanitized, but the second is not. Any security benefits
5063 # from this production are trivial to circumvent. Either remove this test and
5064 # let the parser(s) do their thing unaccosted, or fix the inconsistency and change
5065 # the test accordingly.
5069 # xxx parsoid strips the IDN character, so the round-trip tests will
5070 # obviously fail and are disabled. --cscott
5072 External links: IDN ignored character reference in hostname; strip it right off
5074 parsoid=wt2html,html2html
5076 http://e‌xample.com/
5078 <p><a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a>
5081 <p><a rel="mw:ExtLink" href="http://example.com/">http://example.com/</a></p>
5085 External links: www.jpeg.org (bug 554)
5089 <p><a rel="nofollow" class="external free" href="http://www.jpeg.org">http://www.jpeg.org</a>
5093 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
5095 External links: URL within URL (original bug 2)
5097 [http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp]
5099 <p><a rel="nofollow" class="external autonumber" href="http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp">[1]</a>
5102 <p><a rel="mw:ExtLink" href="http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp"></a></p>
5106 BUG 361: URL inside bracketed URL
5108 [http://www.example.com/foo http://www.example.com/bar]
5110 <p><a rel="nofollow" class="external text" href="http://www.example.com/foo">http://www.example.com/bar</a>
5115 BUG 361: URL within URL, not bracketed
5117 http://www.example.com/foo?=http://www.example.com/bar
5119 <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>
5124 BUG 289: ">"-token in URL-tail
5126 http://www.example.com/<hello>
5128 <p><a rel="nofollow" class="external free" href="http://www.example.com/">http://www.example.com/</a><hello>
5133 BUG 289: literal ">"-token in URL-tail
5135 http://www.example.com/<b>html</b>
5137 <p><a rel="nofollow" class="external free" href="http://www.example.com/">http://www.example.com/</a><b>html</b>
5140 <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>
5144 BUG 289: ">"-token in bracketed URL
5146 [http://www.example.com/<hello> stuff]
5148 <p><a rel="nofollow" class="external text" href="http://www.example.com/"><hello> stuff</a>
5153 BUG 289: literal ">"-token in bracketed URL
5155 [http://www.example.com/<b>html</b> stuff]
5157 <p><a rel="nofollow" class="external text" href="http://www.example.com/"><b>html</b> stuff</a>
5162 BUG 289: literal double quote at end of URL
5164 http://www.example.com/"hello"
5166 <p><a rel="nofollow" class="external free" href="http://www.example.com/">http://www.example.com/</a>"hello"
5171 BUG 289: literal double quote in bracketed URL
5173 [http://www.example.com/"hello" stuff]
5175 <p><a rel="nofollow" class="external text" href="http://www.example.com/">"hello" stuff</a>
5180 External links: multiple legal whitespace is fine, Magnus. Don't break it please. (bug 5081)
5182 [http://www.example.com test]
5184 <p><a rel="nofollow" class="external text" href="http://www.example.com">test</a>
5189 External links: link text with spaces
5191 [http://www.example.com a b c]
5192 [http://www.example.com ''a'' ''b'']
5194 <p><a rel="nofollow" class="external text" href="http://www.example.com">a b c</a>
5195 <a rel="nofollow" class="external text" href="http://www.example.com"><i>a</i> <i>b</i></a>
5200 External links: wiki links within external link (Bug 3695)
5202 parsoid=wt2html,html2html
5204 [http://example.com [[wikilink]] embedded in ext link]
5206 <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>
5209 <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>
5213 BUG 787: Links with one slash after the url protocol are invalid
5217 [http:/example.com title]
5219 <p>http:/example.com
5220 </p><p>[http:/example.com title]
5225 Bracketed external links with template-generated invalid target
5227 [{{echo|http:/example.com}} title]
5229 <p>[http:/example.com title]
5234 Bug 2702: Mismatched <i>, <b> and <a> tags are invalid
5236 ''[http://example.com text'']
5237 [http://example.com '''text]'''
5238 ''Something [http://example.com in italic'']
5239 ''Something [http://example.com mixed''''', even bold]'''
5240 '''''Now [http://example.com both''''']
5242 <p><a rel="nofollow" class="external text" href="http://example.com"><i>text</i></a>
5243 <a rel="nofollow" class="external text" href="http://example.com"><b>text</b></a>
5244 <i>Something </i><a rel="nofollow" class="external text" href="http://example.com"><i>in italic</i></a>
5245 <i>Something </i><a rel="nofollow" class="external text" href="http://example.com"><i>mixed</i><b>, even bold</b></a>
5246 <i><b>Now </b></i><a rel="nofollow" class="external text" href="http://example.com"><i><b>both</b></i></a>
5252 Bug 4781: %26 in URL
5254 http://www.example.com/?title=AT%26T
5256 <p><a rel="nofollow" class="external free" href="http://www.example.com/?title=AT%26T">http://www.example.com/?title=AT%26T</a>
5259 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=AT%26T">http://www.example.com/?title=AT%26T</a></p>
5262 # According to https://www.w3.org/TR/2011/WD-html5-20110525/Overview.html#parsing-urls a plain
5263 # % is actually legal in HTML5. Any change in output would need testing though.
5265 Bug 4781, 5267: %25 in URL
5267 http://www.example.com/?title=100%25_Bran
5269 <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>
5272 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=100%25_Bran">http://www.example.com/?title=100%25_Bran</a></p>
5276 Bug 4781, 5267: %28, %29 in URL
5278 http://www.example.com/?title=Ben-Hur_%281959_film%29
5280 <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>
5283 <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>
5288 Bug 4781: %26 in autonumber URL
5290 [http://www.example.com/?title=AT%26T]
5292 <p><a rel="nofollow" class="external autonumber" href="http://www.example.com/?title=AT%26T">[1]</a>
5295 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=AT%26T"></a></p>
5299 Bug 4781, 5267: %26 in autonumber URL
5301 [http://www.example.com/?title=100%25_Bran]
5303 <p><a rel="nofollow" class="external autonumber" href="http://www.example.com/?title=100%25_Bran">[1]</a>
5306 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=100%25_Bran"></a></p>
5310 Bug 4781, 5267: %28, %29 in autonumber URL
5312 [http://www.example.com/?title=Ben-Hur_%281959_film%29]
5314 <p><a rel="nofollow" class="external autonumber" href="http://www.example.com/?title=Ben-Hur_%281959_film%29">[1]</a>
5317 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=Ben-Hur_%281959_film%29"></a></p>
5322 Bug 4781: %26 in bracketed URL
5324 [http://www.example.com/?title=AT%26T link]
5326 <p><a rel="nofollow" class="external text" href="http://www.example.com/?title=AT%26T">link</a>
5329 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=AT%26T">link</a></p>
5333 Bug 4781, 5267: %25 in bracketed URL
5335 [http://www.example.com/?title=100%25_Bran link]
5337 <p><a rel="nofollow" class="external text" href="http://www.example.com/?title=100%25_Bran">link</a>
5342 Bug 4781, 5267: %28, %29 in bracketed URL
5344 [http://www.example.com/?title=Ben-Hur_%281959_film%29 link]
5346 <p><a rel="nofollow" class="external text" href="http://www.example.com/?title=Ben-Hur_%281959_film%29">link</a>
5349 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=Ben-Hur_%281959_film%29">link</a></p>
5353 External link containing a period in the anchor. (bug 63947)
5355 [//foo.org/bar#baz. bang]
5357 [//foo.org/bar. bang]
5359 <p><a rel="nofollow" class="external text" href="//foo.org/bar#baz.">bang</a>
5360 </p><p><a rel="nofollow" class="external text" href="//foo.org/bar.">bang</a>
5363 <p><a rel="mw:ExtLink" href="//foo.org/bar#baz.">bang</a></p>
5364 <p><a rel="mw:ExtLink" href="//foo.org/bar.">bang</a></p>
5368 External link containing a single quote. (bug 63947)
5372 [//foo.org/bar'baz bang]
5374 <p><a rel="nofollow" class="external autonumber" href="//foo.org/bar'baz">[1]</a>
5375 </p><p><a rel="nofollow" class="external text" href="//foo.org/bar'baz">bang</a>
5378 <p><a rel="mw:ExtLink" href="//foo.org/bar'baz"></a></p>
5379 <p><a rel="mw:ExtLink" href="//foo.org/bar'baz">bang</a></p>
5383 External link containing double-single-quotes in text '' (bug 4598 sanity check)
5385 Some [http://example.com/ pretty ''italics'' and stuff]!
5387 <p>Some <a rel="nofollow" class="external text" href="http://example.com/">pretty <i>italics</i> and stuff</a>!
5392 External link containing double-single-quotes in text embedded in italics (bug 4598 sanity check)
5394 ''Some [http://example.com/ pretty ''italics'' and stuff]!''
5396 <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>
5401 External link containing double-single-quotes with no space separating the url from text in italics
5403 [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]].]
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 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>
5408 <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>
5410 <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>
5414 External link with comments in link text
5416 [http://www.google.com Google <!-- comment -->]
5418 <p><a rel="nofollow" class="external text" href="http://www.google.com">Google </a>
5421 <p><a rel="mw:ExtLink" href="http://www.google.com">Google <!-- comment --></a></p>
5425 External link to bare IPv4 address
5427 [http://192.168.0.1 Link]
5429 <p><a rel="nofollow" class="external text" href="http://192.168.0.1">Link</a>
5432 <p><a rel="mw:ExtLink" href="http://192.168.0.1">Link</a></p>
5436 URL-encoding in URL functions (single parameter)
5438 {{localurl:Some page|amp=&}}
5440 <p>/index.php?title=Some_page&amp=&
5445 URL-encoding in URL functions (multiple parameters)
5447 {{localurl:Some page|q=?&=&}}
5449 <p>/index.php?title=Some_page&q=?&amp=&
5456 http://example.com/index.php?foozoid%5B%5D=bar
5458 http://example.com/index.php?foozoid[]=bar
5460 <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><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>
5464 <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>
5466 <p><a rel="mw:ExtLink" href="http://example.com/index.php?foozoid%5B%5D=bar" data-parsoid='{"stx":"url","a":{"href":"http://example.com/index.php?foozoid%5B%5D=bar"},"sa":{"href":"http://example.com/index.php?foozoid&#x5B;&#x5D;=bar"}}'>http://example.com/index.php?foozoid%5B%5D=bar</a></p>
5470 IPv6 urls, autolink format (T23261)
5472 http://[2404:130:0:1000::187:2]/index.php
5474 Examples from RFC 2373, section 2.2:
5475 * http://[1080::8:800:200C:417A]/unicast
5476 * http://[FF01::101]/multicast
5477 * http://[::1]/loopback
5478 * http://[::]/unspecified
5479 * http://[::13.1.68.3]/ipv4compat
5480 * http://[::FFFF:129.144.52.38]/ipv4compat
5482 Examples from RFC 2732, section 2:
5483 * http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html
5484 * http://[1080:0:0:0:8:800:200C:417A]/index.html
5485 * http://[3ffe:2a00:100:7031::1]
5486 * http://[1080::8:800:200C:417A]/foo
5487 * http://[::192.9.5.5]/ipng
5488 * http://[::FFFF:129.144.52.38]:80/index.html
5489 * http://[2010:836B:4179::836B:4179]
5492 <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>
5493 </p><p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2373">RFC 2373</a>, section 2.2:
5495 <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>
5496 <li> <a rel="nofollow" class="external free" href="http://[FF01::101]/multicast">http://[FF01::101]/multicast</a></li>
5497 <li> <a rel="nofollow" class="external free" href="http://[::1]/loopback">http://[::1]/loopback</a></li>
5498 <li> <a rel="nofollow" class="external free" href="http://[::]/unspecified">http://[::]/unspecified</a></li>
5499 <li> <a rel="nofollow" class="external free" href="http://[::13.1.68.3]/ipv4compat">http://[::13.1.68.3]/ipv4compat</a></li>
5500 <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>
5501 <p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2732">RFC 2732</a>, section 2:
5503 <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>
5504 <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>
5505 <li> <a rel="nofollow" class="external free" href="http://[3ffe:2a00:100:7031::1]">http://[3ffe:2a00:100:7031::1]</a></li>
5506 <li> <a rel="nofollow" class="external free" href="http://[1080::8:800:200C:417A]/foo">http://[1080::8:800:200C:417A]/foo</a></li>
5507 <li> <a rel="nofollow" class="external free" href="http://[::192.9.5.5]/ipng">http://[::192.9.5.5]/ipng</a></li>
5508 <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>
5509 <li> <a rel="nofollow" class="external free" href="http://[2010:836B:4179::836B:4179]">http://[2010:836B:4179::836B:4179]</a></li></ul>
5512 <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>
5514 <p>Examples from <a href="//tools.ietf.org/html/rfc2373" rel="mw:ExtLink">RFC 2373</a>, section 2.2:</p>
5515 <ul><li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]/unicast">http://[1080::8:800:200C:417A]/unicast</a></li>
5516 <li> <a rel="mw:ExtLink" href="http://[FF01::101]/multicast">http://[FF01::101]/multicast</a></li>
5517 <li> <a rel="mw:ExtLink" href="http://[::1]/loopback">http://[::1]/loopback</a></li>
5518 <li> <a rel="mw:ExtLink" href="http://[::]/unspecified">http://[::]/unspecified</a></li>
5519 <li> <a rel="mw:ExtLink" href="http://[::13.1.68.3]/ipv4compat">http://[::13.1.68.3]/ipv4compat</a></li>
5520 <li> <a rel="mw:ExtLink" href="http://[::FFFF:129.144.52.38]/ipv4compat">http://[::FFFF:129.144.52.38]/ipv4compat</a></li></ul>
5522 <p>Examples from <a href="//tools.ietf.org/html/rfc2732" rel="mw:ExtLink">RFC 2732</a>, section 2:</p>
5523 <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>
5524 <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>
5525 <li> <a rel="mw:ExtLink" href="http://[3ffe:2a00:100:7031::1]">http://[3ffe:2a00:100:7031::1]</a></li>
5526 <li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]/foo">http://[1080::8:800:200C:417A]/foo</a></li>
5527 <li> <a rel="mw:ExtLink" href="http://[::192.9.5.5]/ipng">http://[::192.9.5.5]/ipng</a></li>
5528 <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>
5529 <li> <a rel="mw:ExtLink" href="http://[2010:836B:4179::836B:4179]">http://[2010:836B:4179::836B:4179]</a></li></ul>
5533 IPv6 urls, bracketed format (T23261)
5535 [http://[2404:130:0:1000::187:2]/index.php test]
5537 Examples from RFC 2373, section 2.2:
5538 * [http://[1080::8:800:200C:417A] unicast]
5539 * [http://[FF01::101] multicast]
5540 * [http://[::1]/ loopback]
5541 * [http://[::] unspecified]
5542 * [http://[::13.1.68.3] ipv4compat]
5543 * [http://[::FFFF:129.144.52.38] ipv4compat]
5545 Examples from RFC 2732, section 2:
5546 * [http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html 1]
5547 * [http://[1080:0:0:0:8:800:200C:417A]/index.html 2]
5548 * [http://[3ffe:2a00:100:7031::1] 3]
5549 * [http://[1080::8:800:200C:417A]/foo 4]
5550 * [http://[::192.9.5.5]/ipng 5]
5551 * [http://[::FFFF:129.144.52.38]:80/index.html 6]
5552 * [http://[2010:836B:4179::836B:4179] 7]
5555 <p><a rel="nofollow" class="external text" href="http://[2404:130:0:1000::187:2]/index.php">test</a>
5556 </p><p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2373">RFC 2373</a>, section 2.2:
5558 <ul><li> <a rel="nofollow" class="external text" href="http://[1080::8:800:200C:417A]">unicast</a></li>
5559 <li> <a rel="nofollow" class="external text" href="http://[FF01::101]">multicast</a></li>
5560 <li> <a rel="nofollow" class="external text" href="http://[::1]/">loopback</a></li>
5561 <li> <a rel="nofollow" class="external text" href="http://[::]">unspecified</a></li>
5562 <li> <a rel="nofollow" class="external text" href="http://[::13.1.68.3]">ipv4compat</a></li>
5563 <li> <a rel="nofollow" class="external text" href="http://[::FFFF:129.144.52.38]">ipv4compat</a></li></ul>
5564 <p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2732">RFC 2732</a>, section 2:
5566 <ul><li> <a rel="nofollow" class="external text" href="http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html">1</a></li>
5567 <li> <a rel="nofollow" class="external text" href="http://[1080:0:0:0:8:800:200C:417A]/index.html">2</a></li>
5568 <li> <a rel="nofollow" class="external text" href="http://[3ffe:2a00:100:7031::1]">3</a></li>
5569 <li> <a rel="nofollow" class="external text" href="http://[1080::8:800:200C:417A]/foo">4</a></li>
5570 <li> <a rel="nofollow" class="external text" href="http://[::192.9.5.5]/ipng">5</a></li>
5571 <li> <a rel="nofollow" class="external text" href="http://[::FFFF:129.144.52.38]:80/index.html">6</a></li>
5572 <li> <a rel="nofollow" class="external text" href="http://[2010:836B:4179::836B:4179]">7</a></li></ul>
5575 <p><a rel="mw:ExtLink" href="http://[2404:130:0:1000::187:2]/index.php">test</a></p>
5577 <p>Examples from <a href="//tools.ietf.org/html/rfc2373" rel="mw:ExtLink">RFC 2373</a>, section 2.2:</p>
5578 <ul><li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]">unicast</a></li>
5579 <li> <a rel="mw:ExtLink" href="http://[FF01::101]">multicast</a></li>
5580 <li> <a rel="mw:ExtLink" href="http://[::1]/">loopback</a></li>
5581 <li> <a rel="mw:ExtLink" href="http://[::]">unspecified</a></li>
5582 <li> <a rel="mw:ExtLink" href="http://[::13.1.68.3]">ipv4compat</a></li>
5583 <li> <a rel="mw:ExtLink" href="http://[::FFFF:129.144.52.38]">ipv4compat</a></li></ul>
5585 <p>Examples from <a href="//tools.ietf.org/html/rfc2732" rel="mw:ExtLink">RFC 2732</a>, section 2:</p>
5586 <ul><li> <a rel="mw:ExtLink" href="http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html">1</a></li>
5587 <li> <a rel="mw:ExtLink" href="http://[1080:0:0:0:8:800:200C:417A]/index.html">2</a></li>
5588 <li> <a rel="mw:ExtLink" href="http://[3ffe:2a00:100:7031::1]">3</a></li>
5589 <li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]/foo">4</a></li>
5590 <li> <a rel="mw:ExtLink" href="http://[::192.9.5.5]/ipng">5</a></li>
5591 <li> <a rel="mw:ExtLink" href="http://[::FFFF:129.144.52.38]:80/index.html">6</a></li>
5592 <li> <a rel="mw:ExtLink" href="http://[2010:836B:4179::836B:4179]">7</a></li></ul>
5596 Non-extlinks in brackets
5605 [{{echo|foo}} ''bar'']
5606 [{{echo|foo}}l's] errand
5607 [{{echo|foo}}l's errand]
5609 [url=http://example.com]
5610 [http:// bare protocols don't count]
5623 [url=<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>]
5624 [http:// bare protocols don't count]
5632 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}"}'>foo</span>]
5633 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}"}'>foo</span> bar]
5634 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}"}'>foo</span> <i>bar</i>]
5635 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}l's"}'>fool's</span>] errand
5636 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}l's"}'>fool's</span> errand]
5637 [<span typeof="mw:Placeholder" data-parsoid='{"src":"url={{echo|foo}}"}'>url=foo</span>]
5638 [url=<a rel="mw:ExtLink" href="http://example.com">http://example.com</a>]
5639 [http:// bare protocols don't count]</p>
5643 Percent encoding in external links
5645 [https://github.com/search?l=&q=ResourceLoader+%40wikimedia Search]
5647 <p><a rel="nofollow" class="external text" href="https://github.com/search?l=&q=ResourceLoader+%40wikimedia">Search</a>
5650 <p><a rel="mw:ExtLink"
5651 href="https://github.com/search?l=&q=ResourceLoader+%40wikimedia">Search</a></p>
5655 Use url link syntax for links where the content is equal the link target
5659 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
5662 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a></p>
5666 Parenthesis in external links, especially URL links
5670 http://example.com/test)
5672 http://example.com/(test)
5674 http://example.com/((test)
5676 (http://example.com/(test))
5678 (http://example.com/(test)))))
5680 http://example.com/a)b
5682 [http://example.com) foo]
5684 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</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/((test)">http://example.com/((test)</a>
5688 </p><p>(<a rel="nofollow" class="external free" href="http://example.com/(test))">http://example.com/(test))</a>
5689 </p><p>(<a rel="nofollow" class="external free" href="http://example.com/(test)))))">http://example.com/(test)))))</a>
5690 </p><p><a rel="nofollow" class="external free" href="http://example.com/a)b">http://example.com/a)b</a>
5691 </p><p><a rel="nofollow" class="external text" href="http://example.com)">foo</a>
5694 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</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/((test)">http://example.com/((test)</a></p>
5698 <p>(<a rel="mw:ExtLink" href="http://example.com/(test))">http://example.com/(test))</a></p>
5699 <p>(<a rel="mw:ExtLink" href="http://example.com/(test)))))">http://example.com/(test)))))</a></p>
5700 <p><a rel="mw:ExtLink" href="http://example.com/a)b">http://example.com/a)b</a></p>
5701 <p><a rel="mw:ExtLink" href="http://example.com)">foo</a></p>
5705 Parenthesis in external links, w/ transclusion or comment
5707 (http://example.com/{{echo|hi}})
5709 (http://example.com<!-- hi -->)
5711 <p>(<a rel="nofollow" class="external free" href="http://example.com/hi">http://example.com/hi</a>)
5712 </p><p>(<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>)
5715 <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>
5717 <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>
5721 Serialize <a> tags with invalid link targets as plain text
5723 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
5725 <a rel="mw:WikiLink" href="[[foo]]">text</a>
5726 <a rel="mw:WikiLink" href="[[foo]]">*text</a>
5727 <a rel="mw:WikiLink" href="[[foo]]">[[foo]]</a>
5728 <a rel="mw:WikiLink" href="[[foo]]">*a [[foo]]</a>
5731 <nowiki>*</nowiki>text
5732 <nowiki>[[foo]]</nowiki>
5733 <nowiki>*</nowiki>a <nowiki>[[foo]]</nowiki>
5737 mw:ExtLink -vs- mw:WikiLink (T94723)
5741 <a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{"stx":"piped","a":{"href":"./Foo"},"sa":{"href":"Foo"}}'>Bar</a>
5742 <a rel="mw:WikiLink" href="./Foo" title="Foo">Bar</a>
5743 <a rel="mw:WikiLink" href="http://en.wikipedia.org/wiki/Foo" title="Foo">Bar</a>
5744 <a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" title="Foo">Bar</a>
5746 <a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/European_Robin">European Robin</a>
5747 <a rel="mw:WikiLink" href="http://en.wikipedia.org/wiki/European_Robin">European Robin</a>
5752 [[wikipedia:Foo|Bar]]
5753 [[wikipedia:Foo|Bar]]
5755 [[wikipedia:European_Robin|European Robin]]
5756 [[wikipedia:European_Robin|European Robin]]
5760 mw:ExtLink linking to a interwiki URL can be round-tripped losslessly (T94723)
5764 [http://en.wikipedia.org/wiki/European_Robin European Robin]
5766 THIS SECTION IS NOT USED (but Parsoid won't run the test without it)
5777 Normal text. '''Bold text.''' Normal text. ''Italic text.''
5779 Normal text. '''''Bold italic text.''''' Normal text.
5781 <p>Normal text. <b>Bold text.</b> Normal text. <i>Italic text.</i>
5782 </p><p>Normal text. <i><b>Bold italic text.</b></i> Normal text.
5787 # Parsoid inserts an empty bold tag pair at the end of the line, that the PHP
5788 # parser strips. The wikitext contains just the first half of the bold
5791 Unclosed and unmatched quotes
5793 '''''Bold italic text '''with bold deactivated''' in between.'''''
5795 '''''Bold italic text ''with italic deactivated'' in between.'''''
5799 ..spanning two paragraphs (should not work).'''
5801 '''Bold tag left open
5803 ''Italic tag left open
5807 <!-- Unmatching number of opening, closing tags: -->
5808 '''This year''''s election ''should'' beat '''last year''''s.
5810 ''Tom'''s car is bigger than ''Susan'''s.
5812 Plain ''italic'''s plain
5814 <p><i><b>Bold italic text </b>with bold deactivated<b> in between.</b></i>
5815 </p><p><b><i>Bold italic text </i>with italic deactivated<i> in between.</i></b>
5816 </p><p><b>Bold text..</b>
5817 </p><p>..spanning two paragraphs (should not work).
5818 </p><p><b>Bold tag left open</b>
5819 </p><p><i>Italic tag left open</i>
5821 </p><p><b>This year'</b>s election <i>should</i> beat <b>last year'</b>s.
5822 </p><p><i>Tom<b>s car is bigger than </b></i><b>Susan</b>s.
5823 </p><p>Plain <i>italic'</i>s plain
5826 <p><i><b>Bold italic text </b>with bold deactivated<b> in between.</b></i>
5827 </p><p><b><i>Bold italic text </i>with italic deactivated<i> in between.</i></b>
5828 </p><p><b>Bold text..</b>
5829 </p><p>..spanning two paragraphs (should not work).<b></b>
5830 </p><p><b>Bold tag left open</b>
5831 </p><p><i>Italic tag left open</i>
5834 <!-- Unmatching number of opening, closing tags: -->
5835 <p><b>This year'</b>s election <i>should</i> beat <b>last year'</b>s.
5836 </p><p><i>Tom<b>s car is bigger than </b></i><b>Susan</b>s.
5837 </p><p>Plain <i>italic'</i>s plain
5844 ### some content taken from http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide:_Using_tables
5847 # This should not produce <table></table> as <table><tr><td></td></tr></table>
5848 # is the bare minimum required by the spec, see:
5849 # https://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_module_Basic_Tables
5850 # Parsoid team replies: empty table tags are legal in HTML5
5852 A table with no data.
5865 A table with stray table end tags on start tag line (wt2html)
5869 {|style="color: red;"|}
5871 {|style="color: red;" |}
5875 {|style="color: red;"|} id="foo"
5879 {|style="color: red;" |} id="foo"
5883 <table style="color: red;"></table>
5885 <table style="color: red;">
5891 <table style="color: red;" id="foo">
5897 <table style="color: red;" id="foo">
5906 A table with no data (take 2)
5914 # A table with nothing but a caption is invalid XHTML, we might want to render
5915 # this as <p>caption</p>
5916 # Parsoid team replies: table with only a caption is legal in HTML5
5918 A table with nothing but a caption
5926 </caption><tr><td></td></tr></table>
5929 <table><caption> caption</caption></table>
5933 A table with caption with default-spaced attributes and a table row
5936 |+ style="color: red;" | caption1
5942 <caption style="color: red;"> caption1
5951 A table with captions with non-default spaced attributes and a table row
5954 |+style="color: red;"|caption2
5955 |+ style="color: red;"| caption3
5961 <caption style="color: red;">caption2
5963 <caption style="color: red;"> caption3
5972 Table td-cell syntax variations
5976 | foo bar foo || baz
5977 | style='color:red;' | baz
5978 | style='color:red;' || baz
5985 <td> foo bar foo </td>
5988 <td style="color:red;"> baz
5990 <td> style='color:red;' </td>
6018 Simple table but with multiple dashes for row wikitext
6037 Multiplication table
6039 {| border="1" cellpadding="2"
6040 |+Multiplication table
6042 ! × !! 1 !! 2 !! 3
6060 <table border="1" cellpadding="2">
6061 <caption>Multiplication table
6108 Accept "||" in table headings
6123 Accept "!!" in table data
6137 <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>
6142 Accept "||" in indented table headings
6152 </th></tr></table></dd></dl>
6157 Accept "!!" in templates
6171 <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>
6175 Accept "!!" in table headings after newline
6192 <p>b!!c</p></th></tr>
6197 Accept "!!" in table data of mixed wikitext / html syntax
6201 <tr><td>b!!c</td></tr>
6214 <tbody><tr><th>a</th></tr>
6215 <tr data-parsoid='{"stx":"html"}'><td data-parsoid='{"stx":"html"}'>b!!c</td></tr>
6220 Accept empty attributes in td/th cells (td/th cells starting with leading ||)
6237 Accept "| !" at start of line in tables (ignore !-attribute)
6241 | !style="color:red" | bar
6253 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 +/-
6257 |style='color:red;'|+1
6258 |style='color:blue;'|-1
6270 <td style="color:red;">+1
6272 <td style="color:blue;">-1
6296 |rowspan=2| Cell 2, row 1 (and 2)
6307 <td rowspan="2"> Cell 2, row 1 (and 2)
6325 {| bgcolor=#ABCDEF border=2
6330 |the original table again
6338 <table bgcolor="#ABCDEF" border="2">
6346 <td>the original table again
6352 Invalid attributes in table cell (bug 1830)
6366 Table cell attributes: Pipes protected by nowikis should be treated as a plain character
6370 | title="foo<nowiki>|</nowiki>" |bar
6371 | title="foo<nowiki>|</nowiki>" bar
6378 <td title="foo|">bar
6380 <td> title="foo|" bar
6385 <tbody><tr><td title="foo">bar</td>
6386 <td title="foo|" data-parsoid='{"a":{"title":"foo|"},"sa":{"title":"foo<nowiki>|</nowiki>"},"autoInsertedEnd":true}'>bar</td>
6387 <td> title="foo<span typeof="mw:Nowiki">|</span>" bar</td></tr>
6391 # See: http://lists.wikimedia.org/mailman/htdig/wikitech-l/2006-April/022293.html
6392 # N.B. The "|}" to close the table is missing from the input, so parsoid's
6393 # *2wt modes will fail.
6395 Table security: embedded pipes
6397 parsoid=wt2html,html2html
6400 | |[ftp://|x||]" onmouseover="alert(document.cookie)">test
6404 <td>[<a rel="nofollow" class="external free" href="ftp://%7Cx">ftp://%7Cx</a></td>
6405 <td>]" onmouseover="alert(document.cookie)">test
6413 <td data-parsoid='{"startTagSrc":"| ","attrSepSrc":"|","autoInsertedEnd":true}'>[<a rel="mw:ExtLink" href="ftp://%7Cx" data-parsoid='{"stx":"url","a":{"href":"ftp://%7Cx"},"sa":{"href":"ftp://|x"}}'>ftp://%7Cx</a></td><td data-parsoid='{"stx_v":"row","autoInsertedEnd":true}'>]" onmouseover="alert(document.cookie)">test</td></tr></tbody></table>
6417 Element attributes with double ! should not be broken up by <th>
6420 ! hi <div class="!!">ha</div> ho
6425 <th> hi <div class="!!">ha</div> ho
6430 <tbody><tr><th> hi <div class="!!" data-parsoid='{"stx":"html"}'>ha</div> ho</th></tr>
6435 ! and || in element attributes should not be parsed as <th>/<td>
6438 | <div style="color: red !important;" data-contrived="put this here ||">hi</div>
6443 <td> <div style="color: red !important;" data-contrived="put this here ||">hi</div>
6448 <tbody><tr><td> <div style="color: red !important;" data-contrived="put this here ||" data-parsoid='{"stx":"html"}'>hi</div></td></tr>
6452 # FIXME: The output seems broken. Filed as T110268.
6454 ! and || in td attributes should not be parsed as <th>/<td>
6459 | style="color: red !important;" data-contrived="put this here ||" | foo
6464 <td> style="color: red !important;" data-contrived="put this here </td>
6470 <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>
6475 Break on | in element attribute in template
6477 parsoid=wt2html,html2html
6479 {{echo|1=<div class="hi|ho">ha</div>}}
6481 <p>ho">ha</div>
6484 <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>
6488 Break on | in element attribute name in template
6490 {{echo|<div cla|ss="hiho">ha</div>}}
6492 <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>
6496 Don't break on | in extension attribute in template
6498 {{echo|<ref name="hi|ho">ha</ref>}}
6502 <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>
6504 <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>
6507 ## We don't support roundtripping of these attributes in Parsoid.
6508 ## Selective serialization takes care of preventing dirty diffs.
6509 ## But, on edits, we dirty-diff the invalid attribute text.
6511 Invalid text in table attributes should be discarded
6515 {| <span>boo</span> style='border:1px solid black'
6516 | <span>boo</span> style='color:blue' | 1
6517 |<span>boo</span> style='color:blue'| 2
6520 <table style="border:1px solid black">
6522 <td style="color:blue"> 1
6524 <td style="color:blue"> 2
6528 <table style="border:1px solid black">
6530 <td style="color:blue"> 1</td>
6531 <td style="color:blue"> 2</td>
6537 Invalid text in table attributes should be preserved by selective serializer
6540 "modes": ["selser"],
6542 ["td:first-child", "text", "abc"],
6543 ["td + td", "text", "xyz"]
6547 {| <span>boo</span> style='border:1px solid black'
6548 | <span>boo</span> style='color:blue' | 1
6549 |<span>boo</span> style='color:blue'| 2
6552 {| <span>boo</span> style='border:1px solid black'
6553 | <span>boo</span> style='color:blue' |abc
6554 |<span>boo</span> style='color:blue'|xyz
6559 1. Template-generated table cell attributes and cell content
6564 || {{table_attribs_5}}
6565 | <!--foo--> <!--bar--> <!--baz--> {{table_attribs}}
6566 |align=center {{table_attribs}}
6567 | <!--foo--> align=center <!--bar--> {{table_attribs}}
6572 <td style="color:red;">Foo
6574 <td style="color:red;">Foo
6576 <td> style="color:red;"</td>
6579 <td style="color:red;">Foo
6581 <td align="center" style="color:red;">Foo
6583 <td align="center" style="color:red;">Foo
6589 2. Template-generated table cell attributes and cell content
6592 |{{table_attribs_2}}
6597 <td style="color:red;">Foo
6605 <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>
6606 <td about="#mwt1">Bar</td><td about="#mwt1">Baz</td></tr>
6611 3. Template-generated table cell attributes and cell content
6614 !align=center {{table_header_cells}}
6616 |align=center {{table_cells}}
6621 <th align="center" style="color:red;">Foo</th>
6622 <th style="color:red;"><i>Bar</i></th>
6623 <th style="color:brown;"><i>Foo</i> and Baz
6626 <td align="center" style="color:red;">Foo</td>
6627 <td style="color:red;"><i>Bar</i></td>
6628 <td style="color:brown;"><i>Foo</i> and Baz
6633 <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>
6634 <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>
6639 4. Template-generated table cell attributes and cell content inside a templated table
6642 !align=center {{table_header_cells}}
6644 |align=center {{table_cells}}
6649 <th align="center" style="color:red;">Foo</th>
6650 <th style="color:red;"><i>Bar</i></th>
6651 <th style="color:brown;"><i>Foo</i> and Baz
6654 <td align="center" style="color:red;">Foo</td>
6655 <td style="color:red;"><i>Bar</i></td>
6656 <td style="color:brown;"><i>Foo</i> and Baz
6660 <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}}]}'>
6661 <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>
6663 <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>
6667 ## Edge case fix to prevent future regressions
6669 T107652: <ref>s in templates that also generate table cell attributes should be rendered properly
6672 |{{table_attribs_7}}
6677 <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>
6679 <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>
6683 Table with row followed by newlines and table heading
6685 parsoid=wt2html,html2html
6703 Table with empty line following the start tag
6705 parsoid=wt2html,html2html
6723 Table attributes with empty value
6725 parsoid=wt2html,html2html
6738 <tbody><tr><td style=""> hello</td></tr>
6743 Wikitext table with a lot of comments
6766 Wikitext table comments represented in parsoid dom
6768 {|<!--c1--><!--c2-->
6779 <table><!--c1--><!--c2-->
6780 <tbody><tr data-parsoid='{"startTagSrc":"|-","autoInsertedEnd":true}'><!--c3-->
6781 <td data-parsoid='{"autoInsertedEnd":true}'> x</td></tr>
6786 Wikitext table with double-line table cell
6803 Table cell with a single comment
6820 Table-cell after a comment-only-empty-line
6837 <tbody><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'>a</td>
6839 <!--c2--><td data-parsoid='{"autoInsertedEnd":true}'> b</td></tr>
6845 Build table with {{!}}
6847 {{{!}} class="wikitable"
6850 {{!}}- style="color:red;"
6851 {{!}} data {{!}}{{!}} style="color:red;" {{!}} second data
6854 <table class="wikitable">
6860 <tr style="color:red;">
6862 <td style="color:red;"> second data
6868 Build table with pipe as data
6870 {| class="wikitable"
6873 |- style="color:red;"
6874 | data || style="color:red;" | second data
6876 | style="color:red;" | data with | || style="color:red;" | second data with |
6878 || data with | ||| second data with |
6881 <table class="wikitable">
6887 <tr style="color:red;">
6889 <td style="color:red;"> second data
6892 <td style="color:red;"> data with | </td>
6893 <td style="color:red;"> second data with |
6896 <td> data with | </td>
6897 <td> second data with |
6903 Build table with wikilink
6905 {| class="wikitable"
6906 ! header || second header
6907 |- style="color:red;"
6908 | data [[Main Page|linktext]] || second data [[Main Page|linktext]]
6910 | data || second data [[Main Page|link|text with pipe]]
6913 <table class="wikitable">
6918 <tr style="color:red;">
6919 <td> data <a href="/wiki/Main_Page" title="Main Page">linktext</a> </td>
6920 <td> second data <a href="/wiki/Main_Page" title="Main Page">linktext</a>
6924 <td> second data <a href="/wiki/Main_Page" title="Main Page">link|text with pipe</a>
6929 # The expected HTML structure in this test is debatable. The PHP parser does
6930 # not parse this kind of table at all. The main focus for Parsoid is on
6931 # round-tripping, so this output is ok for now. TODO: revisit!
6933 Wikitext table with html-syntax row
6943 <td>foo</td></tr></tbody></table>
6946 ## Note that Parsoid output differs from PHP and PHP+tidy here.
6947 ## The lack of <tr> tags in the PHP output is arguably a bug in the
6948 ## PHP parser, which tidy then compounds by fostering the content
6949 ## entirely out of the table. Parsoid recognizes the table context
6950 ## and generates <tr> and <td> wrappers as needed. Hopefully nobody
6951 ## depends on PHP's treatment of broken table markup!
6953 Implicit <td> after a |-
6955 parsoid=wt2html,html2html
6975 # Again, Parsoid adds implicit <td>s here, PHP and Tidy strip the b out.
6977 <pre> tags should be recognized in an explicit <td> context, but not in an implicit <td> context
6979 parsoid=wt2html,html2html
7012 <tr><td><pre>a</pre></td></tr>
7013 <tr><td> b</td></tr>
7018 # PHP + Tidy strips the list out of the table; Parsoid wraps it.
7019 # Parsoid generates the missing <td>, so wt2wt won't succeed.
7021 Lists should be recognized in an implicit <td> context
7023 parsoid=wt2html,html2html
7050 Table cells not properly parsed in an implicit-td context
7054 {{table_attribs_4}} || a || b
7059 <td style="background-color:#DC241f;" width="10px"></td>
7066 <tbody><tr data-parsoid='{"startTagSrc":"|-","autoInsertedEnd":true}'>
7067 <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>
7072 Parsoid: Round-trip tables directly followed by content (bug 51219)
7074 parsoid=wt2html,wt2wt
7099 Parsoid: Default to a newline after tables in new content (bug 51219)
7104 <tr><td>foo</td></tr></tbody></table> bar
7106 <tr><td>baz</td></tr></tbody></table><b>quux</b>
7111 <nowiki> </nowiki>bar
7119 Parsoid: newline inducing block nodes don't suppress <nowiki>
7131 Parsoid: Row-syntax table headings followed by comment & table cells
7133 parsoid=wt2html,wt2wt
7137 <!-- foo --> || baz || quux
7151 <tbody><tr><th> foo </th><th> bar
7152 <!-- foo --> </th><td> baz </td><td> quux</td></tr>
7157 Parsoid: Recover better from broken table attributes
7177 <p>foo</p></td></tr>
7182 Tables: Digest broken attributes on table and tr tag
7198 # T137406: Whitespace in the HTML
7200 1. Generate correct wikitext for tables with thead/tbody/tfoot
7205 <caption>Test</caption>
7246 <caption>Test</caption>
7266 # T137406: No whitespace in the HTML
7268 2. Generate correct wikitext for tables with thead/tbody/tfoot
7272 <table><thead><tr><th>heading</th></tr></thead><tbody><tr><td>foo</td></tr></tbody></table>
7282 Testing serialization after deletion in references
7291 hi <ref><div id="x">ho</div></ref>
7301 Testing serialization after deletion of table cells
7304 "modes": ["wt2wt", "selser"],
7312 | id="x" |c1 {{!}}{{!}}{{!}}c2 |||c3
7322 Testing selser after addition of new row before first row (T125419)
7325 "modes": ["wt2wt", "selser"],
7327 [ "tr", "before", "<tr><td>X</td></tr>" ]
7343 Serialize new table rows in a HTML table using HTML tags
7346 "modes": ["wt2wt", "selser"],
7348 [ "tr", "before", "<tr><td>X</td></tr>" ]
7352 <table><tr><td>a</td></tr></table>
7354 <table><tr><td>X</td></tr><tr><td>a</td></tr></table>
7358 Serialize new table cells in a HTML row using HTML tags
7361 "modes": ["wt2wt", "selser"],
7363 [ "td", "before", "<td>X</td>" ]
7367 <table><tr><td>a</td></tr></table>
7369 <table><tr><td>X</td><td>a</td></tr></table>
7373 Wikitext tables can be nested inside HTML tables
7377 <table data-parsoid='{"stx":"html"}'>
7380 <tr><td>foo</td></tr>
7395 Serialize wikitext list items as HTML list items when embedded in a HTML list
7399 <ul data-parsoid='{"stx": "html"}'>
7400 <li data-parsoid='{}'>a</li>
7410 # SSS FIXME: Is this actually a good thing given the
7411 # odd nested list output that is generated by MW?
7412 # <ul><li>foo<ul>..</ul></li></ul> instead of
7413 # <ul><li>foo</li><ul>..</ul></ul>
7415 Wikitext lists can be nested inside HTML lists
7419 <ul data-parsoid='{"stx": "html"}'>
7420 <li data-parsoid='{"stx": "html"}'>a
7425 <ul data-parsoid='{"stx": "html"}'>
7448 Plain link, capitalized
7452 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
7457 Plain link, uncapitalized
7461 <p><a href="/wiki/Main_Page" title="Main Page">main Page</a>
7468 [[Main Page|The Main Page]]
7470 <p><a href="/wiki/Main_Page" title="Main Page">The Main Page</a>
7475 Piped link with comment in link text
7477 [[Main Page|The Main<!--front--> Page]]
7479 <p><a href="/wiki/Main_Page" title="Main Page">The Main Page</a>
7484 Piped link with multiple pipe characters in link text
7486 [[Main Page||The|Main|Page|]]
7488 <p><a href="/wiki/Main_Page" title="Main Page">|The|Main|Page|</a>
7491 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">|The|Main|Page|</a></p>
7495 Piped link with no link text
7497 [[Thomas Bek (bishop of St David's)|]]
7499 <p>[[Thomas Bek (bishop of St David's)|]]
7502 <p>[[Thomas Bek (bishop of St David's)|]]</p>
7506 Piped link with empty link text
7508 [[Main Page|<nowiki />]] - empty nowiki
7509 [[Main Page| ]] - empty space
7510 [[Main Page| ]] - empty non breaking space
7512 <p><a href="/wiki/Main_Page" title="Main Page"></a> - empty nowiki
7513 <a href="/wiki/Main_Page" title="Main Page"> </a> - empty space
7514 <a href="/wiki/Main_Page" title="Main Page"> </a> - empty non breaking space
7517 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page"><meta typeof="mw:Placeholder" data-parsoid='{"src":"<nowiki />"}'/></a> - empty nowiki
7518 <a rel="mw:WikiLink" href="./Main_Page" title="Main Page"> </a> - empty space
7519 <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>
7527 <p><a href="/index.php?title=Zigzagzogzagzig&action=edit&redlink=1" class="new" title="Zigzagzogzagzig (page does not exist)">Zigzagzogzagzig</a>
7532 Broken link with fragment
7534 [[Zigzagzogzagzig#zug]]
7536 <p><a href="/index.php?title=Zigzagzogzagzig&action=edit&redlink=1" class="new" title="Zigzagzogzagzig (page does not exist)">Zigzagzogzagzig#zug</a>
7541 Special page link with fragment
7543 [[Special:Version#anchor]]
7545 <p><a href="/wiki/Special:Version#anchor" title="Special:Version">Special:Version#anchor</a>
7550 Nonexistent special page link with fragment
7552 [[Special:ThisNameWillHopefullyNeverBeUsed#anchor]]
7554 <p><a href="/wiki/Special:ThisNameWillHopefullyNeverBeUsed" class="new" title="Special:ThisNameWillHopefullyNeverBeUsed (page does not exist)">Special:ThisNameWillHopefullyNeverBeUsed#anchor</a>
7561 xxx[[main Page]], xxx[[Main Page]], Xxx[[main Page]] XXX[[main Page]], XXX[[Main Page]]
7563 <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>
7570 [[Main Page]]xxx, [[Main Page]]XXX, [[Main Page]]!!!
7572 <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>!!!
7583 Bug 43661: Piped links with identical prefixes
7585 [[prefixed article|prefixed articles with spaces]]
7587 [[prefixed article|prefixed articlesaoeu]]
7589 [[Main Page|Main Page test]]
7591 <p><a href="/wiki/Prefixed_article" title="Prefixed article">prefixed articles with spaces</a>
7592 </p><p><a href="/wiki/Prefixed_article" title="Prefixed article">prefixed articlesaoeu</a>
7593 </p><p><a href="/wiki/Main_Page" title="Main Page">Main Page test</a>
7599 Link with HTML entity in suffix / tail
7601 [[Main Page]]", [[Main Page]]a
7603 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>", <a href="/wiki/Main_Page" title="Main Page">Main Page</a>a
7606 <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>
7610 Link with 3 brackets
7621 Link with 4 brackets
7625 <p>[[<a href="/wiki/Main_Page" title="Main Page">Main Page</a>]]
7630 Piped link with 3 brackets
7632 [[[main page|the main page]]]
7634 <p>[[[main page|the main page]]]
7639 Piped link with extlink-like text
7642 [[Main Page|This is a [bar]]]
7644 <p><a href="/wiki/Main_Page" title="Main Page">[bar]</a>
7645 <a href="/wiki/Main_Page" title="Main Page">This is a [bar]</a>
7648 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page" data-parsoid='{"stx":"piped"}'>[bar]</a>
7649 <a rel="mw:WikiLink" href="./Main_Page" title="Main Page" data-parsoid='{"stx":"piped"}'>This is a [bar]</a></p>
7653 Link with multiple pipes
7655 [[Main Page|The|Main|Page]]
7657 <p><a href="/wiki/Main_Page" title="Main Page">The|Main|Page</a>
7662 Anchor containing a #. (bug 63430)
7664 [[Main Page#And#Link]]
7666 <p><a href="/wiki/Main_Page#And.23Link" title="Main Page">Main Page#And#Link</a>
7669 <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>
7675 [[Talk:Parser testing]], [[Meta:Disclaimers]]
7677 <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>
7682 Link with space in namespace
7684 [[User talk:Foo bar]]
7686 <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>
7691 MemoryAlpha:AlphaTest
7693 This is an article in the MemoryAlpha namespace
7694 (which shadows the memoryalpha interwiki link).
7698 Namespace takes precedence over interwiki link (bug 51680)
7700 [[MemoryAlpha:AlphaTest]]
7702 <p><a href="/wiki/MemoryAlpha:AlphaTest" title="MemoryAlpha:AlphaTest">MemoryAlpha:AlphaTest</a>
7706 # The previous test doesn't work correctly in html2*, due to not recognizing the
7707 # link as an internal one. This one checks for the correct behavior.
7709 Link to namespace preferred over interwiki with correct rel attribute
7711 parsoid=html2wt,html2html
7713 <p><a rel="mw:WikiLink" href="./MemoryAlpha:AlphaTest" title="MemoryAlpha:AlphaTest">MemoryAlpha:AlphaTest</a></p>
7715 [[MemoryAlpha:AlphaTest]]
7719 Piped link to namespace
7721 [[Meta:Disclaimers|The disclaimers]]
7723 <p><a href="/index.php?title=Meta:Disclaimers&action=edit&redlink=1" class="new" title="Meta:Disclaimers (page does not exist)">The disclaimers</a>
7730 [[Usually caused by a typo (oops}]]
7732 <p>[[Usually caused by a typo (oops}]]
7739 Just a test of an article title containing a percent.
7743 Link containing % (not as a hex sequence)
7746 [[7% Solution|7%25 Solution]]
7748 <p><a href="/wiki/7%25_Solution" title="7% Solution">7% Solution</a>
7749 <a href="/wiki/7%25_Solution" title="7% Solution">7%25 Solution</a>
7752 <p><a rel="mw:WikiLink" href="./7%25_Solution" title="7% Solution">7% Solution</a>
7753 <a rel="mw:WikiLink" href="./7%25_Solution" title="7% Solution">7%25 Solution</a></p>
7756 # note that the parsoid HTML is identical to the previous test output,
7757 # so the previous test ensures that the html2wt mode will generate the
7758 # "not as a hex sequence" wikitext.
7760 Link containing % as a single hex sequence interpreted to char
7762 parsoid=wt2wt,wt2html,html2html
7765 [[7%25 Solution|7%25 Solution]]
7767 <p><a href="/wiki/7%25_Solution" title="7% Solution">7% Solution</a>
7768 <a href="/wiki/7%25_Solution" title="7% Solution">7%25 Solution</a>
7771 <p><a rel="mw:WikiLink" href="./7%25_Solution" title="7% Solution">7% Solution</a>
7772 <a rel="mw:WikiLink" href="./7%25_Solution" title="7% Solution">7%25 Solution</a></p>
7776 Link containing % as a double hex sequence interpreted to hex sequence
7780 <p>[[7%2525 Solution]]
7784 ## Example for such a section: == < ==
7786 Link containing "#<" and "#>" % as a hex sequences- these are valid section anchors
7788 [[%23%3c]][[%23%3e]]
7790 <p><a href="#.3C">#<</a><a href="#.3E">#></a>
7793 <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>
7797 Link containing "<#" and ">#" as a hex sequences
7799 [[%3c%23]][[%3e%23]]
7801 <p>[[%3c%23]][[%3e%23]]
7806 Link containing an equals sign
7808 [[Special:BookSources/isbn=4-00-026157-6]]
7810 <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>
7813 <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>
7819 Just a test of an article title containing a tilde.
7822 # note that links containing signatures, like [[Foo~~~~]], are
7823 # massaged by the pre-save transform (PST) and so the tildes are never
7824 # seen by the parser.
7826 Link containing a tilde
7830 <p><a href="/wiki/Foo~bar" title="Foo~bar">Foo~bar</a>
7833 <p><a rel="mw:WikiLink" href="./Foo~bar" title="Foo~bar">Foo~bar</a></p>
7837 Link containing double-single-quotes '' (bug 4598)
7839 [[Lista d''e paise d''o munno]]
7841 <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>
7844 <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>
7848 Link containing double quotes and spaces
7852 <p><a href="/index.php?title=Cool_%22Gator%22&action=edit&redlink=1" class="new" title="Cool "Gator" (page does not exist)">Cool "Gator"</a>
7855 <p><a rel="mw:WikiLink" href="./Cool_%22Gator%22" title='Cool "Gator"'>Cool "Gator"</a></p>
7859 Link containing double-single-quotes '' in text (bug 4598 sanity check)
7861 Some [[Link|pretty ''italics'' and stuff]]!
7863 <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>!
7866 <p>Some <a rel="mw:WikiLink" href="./Link" title="Link">pretty <i>italics</i> and stuff</a>!</p>
7870 Link containing double-single-quotes '' in text embedded in italics (bug 4598 sanity check)
7872 ''Some [[Link|pretty ''italics'' and stuff]]!''
7874 <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>
7879 Link with double quotes in title part (literal) and alternate part (interpreted)
7881 [[File:Denys_Savchenko_''Pentecoste''.jpg]]
7885 [[''Pentecoste''|Pentecoste]]
7887 [[''Pentecoste''|''Pentecoste'']]
7889 <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>
7890 </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>
7891 </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>
7892 </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>
7895 <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>
7896 <p><a rel="mw:WikiLink" href="./''Pentecoste''" title="''Pentecoste''">''Pentecoste''</a></p>
7897 <p><a rel="mw:WikiLink" href="./''Pentecoste''" title="''Pentecoste''">Pentecoste</a></p>
7898 <p><a rel="mw:WikiLink" href="./''Pentecoste''" title="''Pentecoste''"><i>Pentecoste</i></a></p>
7902 Broken image links with HTML captions (bug 39700)
7904 [[File:Nonexistent|<script></script>]]
7905 [[File:Nonexistent|100x100px|<script></script>]]
7906 [[File:Nonexistent|<]]
7907 [[File:Nonexistent|a<i>b</i>c]]
7909 <p><a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent"><script></script></a>
7910 <a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent"><script></script></a>
7911 <a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent"><</a>
7912 <a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent">abc</a>
7915 <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>
7916 <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>
7917 <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>
7918 <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>
7924 [[http://www.example.com]]
7926 <p>[<a rel="nofollow" class="external autonumber" href="http://www.example.com">[1]</a>]
7929 <p>[<a rel="mw:ExtLink" href="http://www.example.com"></a>]</p>
7933 Plain link to URL with link text
7935 [[http://www.example.com Link text]]
7937 <p>[<a rel="nofollow" class="external text" href="http://www.example.com">Link text</a>]
7942 Plain link to protocol-relative URL
7944 [[//www.example.com]]
7946 <p>[<a rel="nofollow" class="external autonumber" href="//www.example.com">[1]</a>]
7949 <p>[<a rel="mw:ExtLink" href="//www.example.com"></a>]</p>
7953 Plain link to protocol-relative URL with link text
7955 [[//www.example.com Link text]]
7957 <p>[<a rel="nofollow" class="external text" href="//www.example.com">Link text</a>]
7962 Plain link to page with question mark in title
7968 <p><a href="/wiki/A%3Fb" title="A?b">A?b</a>
7969 </p><p><a href="/wiki/A%3Fb" title="A?b">Baz</a>
7974 # I'm fairly sure the expected result here is wrong.
7975 # We want these to be URL links, not pseudo-pages with URLs for titles....
7976 # However the current output is also pretty screwy.
7979 # I'm changing it to match the current output--it arguably makes more
7980 # sense in the light of the test above. Old expected result was:
7981 #<p>Piped link to URL: <a href="/index.php?title=Http://www.example.com&action=edit" class="new">an example URL</a>
7983 # But I think this test is bordering on "garbage in, garbage out" anyway.
7988 Piped link to URL: [[http://www.example.com|an example URL]]
7990 <p>Piped link to URL: [<a rel="nofollow" class="external text" href="http://www.example.com%7Can">example URL</a>]
7993 <p>Piped link to URL: [<a rel="mw:ExtLink" href="http://www.example.com%7Can" data-parsoid='{"a":{"href":"http://www.example.com%7Can"},"sa":{"href":"http://www.example.com|an"}}'>example URL</a>]</p>
7997 BUG 2: [[page|http://url/]] should link to page, not http://url/
7999 [[Main Page|http://url/]]
8001 <p><a href="/wiki/Main_Page" title="Main Page">http://url/</a>
8004 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">http://url/</a></p>
8007 # Parsoid does not mark self-links, by design.
8009 BUG 337: Escaped self-links should be bold
8013 [[Bug462]] [[Bug462]]
8015 <p><strong class="selflink">Bug462</strong> <strong class="selflink">Bug462</strong>
8018 <p><strong class="selflink">Bug462</strong> <strong class="selflink">Bug462</strong></p>
8020 <p><a rel="mw:WikiLink" href="./Bug462" title="Bug462">Bug462</a> <a rel="mw:WikiLink" href="./Bug462" title="Bug462">Bug462</a></p>
8024 Self-link to section should not be bold
8028 [[Main Page#section]]
8030 <p><a href="/wiki/Main_Page#section" title="Main Page">Main Page#section</a>
8041 Self-link to numeric title
8047 <p><strong class="selflink">0</strong>
8052 Link to numeric-equivalent title
8058 <p><a href="/wiki/00" title="00">00</a>
8063 <nowiki> inside a link
8065 [[Main<nowiki> Page</nowiki>]] [[Main Page|the main page <nowiki>[it's not very good]</nowiki>]]
8067 <p>[[Main Page]] <a href="/wiki/Main_Page" title="Main Page">the main page [it's not very good]</a>
8072 Non-breaking spaces in title
8074 [[ Main Page ]]
8076 <p><a href="/wiki/Main_Page" title="Main Page">  Main   Page  </a>
8081 Internal link with ca linktrail, surrounded by bold apostrophes (bug 27473 primary issue)
8087 <p><b><a href="/wiki/Main_Page" title="Main Page">Main Page</a></b>
8092 Internal link with ca linktrail, surrounded by italic apostrophes (bug 27473 primary issue)
8098 <p><i><a href="/wiki/Main_Page" title="Main Page">Main Page</a></i>
8103 Internal link with en linktrail: no apostrophes (bug 27473)
8109 <p><a href="/index.php?title=Something&action=edit&redlink=1" class="new" title="Something (page does not exist)">Something</a>'nice
8114 Internal link with ca linktrail with apostrophes (bug 27473)
8120 <p><a href="/index.php?title=Something&action=edit&redlink=1" class="new" title="Something (encara no existeix)">Something'nice</a>
8125 Internal link with kaa linktrail with apostrophes (bug 27473)
8131 <p><a href="/index.php?title=Something&action=edit&redlink=1" class="new" title="Something (bet ele jaratılmag'an)">Something'nice</a>
8136 Link with multiple ":" in a subpage-supporting namespace (bug 63636)
8138 [[User:Foo/Test/63636:Bar|Test]]
8140 <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>
8143 <p><a rel="mw:WikiLink" href="./User:Foo/Test/63636:Bar" title="User:Foo/Test/63636:Bar">Test</a></p>
8146 ## Mainly a sanity check for Parsoid
8148 Handle title parsing for subpages
8168 Link to a subpage from a namespace other than main
8175 <p><a href="/wiki/User:Test/123" title="User:Test/123">/123</a>
8178 <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>
8182 Ensure that transclusion titles are not url-decoded
8184 subpage title=[[Test]]
8187 {{Bar%C3%A9}} {{/Bar%C3%A9}}
8189 <p>{{Bar%C3%A9}} {{/Bar%C3%A9}}
8192 <p>{{Bar%C3%A9}} {{/Bar%C3%A9}}</p>
8196 Purely hash wikilink
8198 title=[[User:Test/123]]
8203 <p><a href="#a">b</a>
8206 <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>
8210 1. Interaction of linktrail and template encapsulation
8214 <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>
8218 2. Interaction of linktrail and template encapsulation
8222 {{echo|Some [[Fool]]}}s
8224 <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>
8228 3. Interaction of linktrail and template encapsulation
8232 {{echo|Some [[Fool]]s are '''bold and foolish'''}}
8234 <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>
8244 Internal link with is link prefix
8248 Aðrir mótmælenda[[söfnuður|söfnuðir]] og
8250 <p>Aðrir <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuðir</a> og
8261 Internal link with is link trail and link prefix
8265 [[mótmælendatrú|xxx]]ar
8267 mótmælenda[[söfnuður]]
8268 mótmælenda[[söfnuður|söfnuðir]]
8269 mótmælenda[[söfnuður|söfnuðir]]xxx
8271 <p><a href="/wiki/M%C3%B3tm%C3%A6lendatr%C3%BA" title="Mótmælendatrú">xxxar</a>
8272 <a href="/wiki/M%C3%B3tm%C3%A6lendatr%C3%BA" title="Mótmælendatrú">mótmælendatrúar</a>
8273 <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuður</a>
8274 <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuðir</a>
8275 <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuðirxxx</a>
8280 Parsoid link trail escaping
8282 parsoid=html2wt,html2html
8284 <p><a rel="mw:WikiLink" href="./Apple" title="Apple">apple</a>s</p>
8290 Parsoid link prefix escaping
8293 parsoid=html2wt,html2html
8295 <p>Aðrir mótmælenda<a rel="mw:WikiLink" href="./Söfnuður" title="Söfnuður">söfnuður</a></p>
8297 Aðrir mótmælenda<nowiki/>[[söfnuður]]
8301 Parsoid-centric test: Whitespace in ext- and wiki-links should be preserved
8309 [http://wp.org ''foo'']
8311 <p><a href="/wiki/Foo" title="Foo"> bar</a>
8312 </p><p><a href="/wiki/Foo" title="Foo"> <i>bar</i></a>
8313 </p><p><a rel="nofollow" class="external text" href="http://wp.org">foo</a>
8314 </p><p><a rel="nofollow" class="external text" href="http://wp.org"><i>foo</i></a>
8319 Parsoid: Scoped parsing should handle mixed transclusions and plain text
8321 [[Foo|{{echo|a}} b {{echo|c}}]]
8323 <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>
8327 Link with angle bracket after anchor
8331 <p><a href="/wiki/Foo#.3Cbar.3E" title="Foo">Foo#<bar></a>
8334 <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>
8338 ### Interwiki links (see maintenance/interwiki.sql)
8342 Inline interwiki link
8344 parsoid=wt2html,wt2wt,html2html
8346 [[MeatBall:SoftSecurity]]
8348 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity" class="extiw" title="meatball:SoftSecurity">MeatBall:SoftSecurity</a>
8351 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity" title="meatball:SoftSecurity">MeatBall:SoftSecurity</a></p>
8355 Inline interwiki link with empty title (bug 2372)
8357 parsoid=wt2html,wt2wt,html2html
8361 <p><a href="http://www.usemod.com/cgi-bin/mb.pl" class="extiw" title="meatball:">MeatBall:</a>
8364 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?" title="meatball:">MeatBall:</a></p>
8368 Interwiki link encoding conversion (bug 1636)
8370 *[[Wikipedia:ro:Olteniţa]]
8371 *[[Wikipedia:ro:Olteniţa]]
8373 <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>
8374 <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>
8378 <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>
8379 <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>
8384 Interwiki link with fragment (bug 2130)
8386 [[MeatBall:SoftSecurity#foo]]
8388 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity#foo" class="extiw" title="meatball:SoftSecurity">MeatBall:SoftSecurity#foo</a>
8393 Link scenarios with escaped fragments
8396 [[Foo#Is this great?]]
8397 [[meatball:Foo#Is this great?]]
8399 <p><a href="#Is_this_great.3F">#Is this great?</a>
8400 <a href="/wiki/Foo#Is_this_great.3F" title="Foo">Foo#Is this great?</a>
8401 <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>
8404 <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>
8405 <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>
8406 <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>
8409 # Ideally the wikipedia: prefix here should be proto-relative too
8410 # [CSA]: this is kind of a bogus test, as the PHP parser test doesn't
8411 # define the 'en' prefix, and originally the test used 'wikipedia',
8412 # which isn't a localinterwiki prefix hence the links to the 'en:Foo'
8415 Different interwiki prefixes mapping to the same URL
8423 [[:wikipedia:Foo|Foo]]
8425 [[wikipedia:en:Foo]]
8427 [[:wikipedia:en:Foo]]
8431 <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>
8433 <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>
8435 <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>
8437 <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>
8439 <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>
8441 <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>
8443 <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>
8447 Interwiki links that cannot be represented in wiki syntax
8450 [[meatball:ok#foo|ok with fragment]]
8451 [[meatball:ok_as_well?|ok ending with ? mark]]
8452 [http://de.wikipedia.org/wiki/Foo?action=history has query]
8453 [http://de.wikipedia.org/wiki/#foo is just fragment]
8456 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?ok" class="extiw" title="meatball:ok">meatball:ok</a>
8457 <a href="http://www.usemod.com/cgi-bin/mb.pl?ok#foo" class="extiw" title="meatball:ok">ok with fragment</a>
8458 <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>
8459 <a rel="nofollow" class="external text" href="http://de.wikipedia.org/wiki/Foo?action=history">has query</a>
8460 <a rel="nofollow" class="external text" href="http://de.wikipedia.org/wiki/#foo">is just fragment</a>
8463 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?ok" title="meatball:ok">meatball:ok</a>
8464 <a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?ok#foo" title="meatball:ok">ok with fragment</a>
8465 <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>
8466 <a rel="mw:ExtLink" href="http://de.wikipedia.org/wiki/Foo?action=history">has query</a>
8467 <a rel="mw:ExtLink" href="http://de.wikipedia.org/wiki/#foo">is just fragment</a></p>
8471 Interwiki links: trail
8473 [[wikipedia:Foo|Ba]]r
8475 <p><a href="http://en.wikipedia.org/wiki/Foo" class="extiw" title="wikipedia:Foo">Bar</a>
8478 <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>
8482 Local interwiki link
8484 parsoid=wt2html,wt2wt,html2html
8486 [[local:Template:Foo]]
8488 <p><a href="/wiki/Template:Foo" title="Template:Foo">local:Template:Foo</a>
8491 <p><a rel="mw:WikiLink" href="./Template:Foo" title="Template:Foo">local:Template:Foo</a></p>
8494 # Parsoid does not mark self-links, by design.
8496 Local interwiki link: self-link to current page
8499 parsoid=wt2html,wt2wt,html2html
8503 <p><strong class="selflink">local:Main Page</strong>
8506 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">local:Main Page</a></p>
8510 Local interwiki link: prefix only (bug 64167)
8512 parsoid=wt2html,wt2wt,html2html
8516 <p><a href="/wiki/Main_Page" title="Main Page">local:</a>
8519 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">local:</a></p>
8523 Local interwiki link: with additional interwiki prefix (bug 61357)
8525 parsoid=wt2html,wt2wt,html2html
8527 [[local:meatball:Hello]]
8529 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?Hello" class="extiw" title="meatball:Hello">local:meatball:Hello</a>
8532 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?Hello" title="meatball:Hello">local:meatball:Hello</a></p>
8536 Multiple local interwiki link prefixes
8538 [[local:local:local:local:mi:local:Foo]]
8540 parsoid=wt2html,wt2wt,html2html
8542 <p><a href="/wiki/Foo" title="Foo">local:local:local:local:mi:local:Foo</a>
8545 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">local:local:local:local:mi:local:Foo</a></p>
8549 ### Interlanguage links
8550 ### Language links (so that searching for '### language' matches..)
8562 <p>Blah blah blah</p>
8563 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8566 ## parsoid html2wt will lose the space variations
8568 Interlanguage link with spacing
8570 parsoid=wt2html,wt2wt,html2html
8578 <p>Blah blah blah</p>
8579 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8583 Double interlanguage link
8592 <p>Blah blah blah</p>
8593 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Spanish"/>
8594 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8597 ## parsoid html2wt will lose the space variations
8599 Interlanguage link variations
8601 parsoid=wt2html,wt2wt,html2html
8611 <p>Blah blah blah</p>
8612 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Spanish" />
8613 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese" />
8614 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Foo_bar" />
8618 Escaping of interlanguage links
8622 [[ : zh : Chinese ]]
8625 <a href="http://es.wikipedia.org/wiki/Spanish" class="extiw" title="es:Spanish">es:Spanish</a>
8626 <a href="http://zh.wikipedia.org/wiki/Chinese" class="extiw" title="zh:Chinese"> zh : Chinese </a>
8629 <p><a rel="mw:ExtLink" href="http://es.wikipedia.org/wiki/Spanish" title="es:Spanish">es:Spanish</a>
8630 <a rel="mw:ExtLink" href="http://zh.wikipedia.org/wiki/Chinese" title="zh:Chinese"> zh : Chinese </a></p>
8633 ## parsoid html2wt will normalize the space to _
8635 Space and question mark encoding in interlanguage links (T95473)
8637 parsoid=wt2html,wt2wt,html2html
8645 <p>Blah blah blah</p>
8646 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Foo_bar%3F" />
8650 Interlanguage link, with prefix links
8660 <p>Blah blah blah</p>
8661 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8665 Double interlanguage link, with prefix links (bug 8897)
8676 <p>Blah blah blah</p>
8677 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Spanish"/>
8678 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8682 "Extra" interlanguage links (bug 32189 / gerrit 111390)
8690 <p>Blah blah blah</p>
8691 <link rel="mw:PageProp/Language" title="Multilingual" href="http://wikisource.org/wiki/Article"/>
8694 ## PHP parser tests script needs an update
8695 ## Parsoid html2wt will normalize output to [[:zh:Chinese]]
8697 Language links render as inline links if $wgInterwikiMagic=false
8699 wgInterwikiMagic=false
8700 parsoid=wt2html,wt2wt,html2html
8705 <p>Blah blah blah <a rel="mw:ExtLink" href="http://zh.wikipedia.org/wiki/Chinese" title="zh:Chinese">zh:Chinese</a></p>
8708 ## PHP parser tests script needs an update
8709 ## Parsoid html2wt will normalize output to [[:zh:Chinese]]
8711 Language links render as inline links in the Talk namespace
8714 parsoid=wt2html,wt2wt,html2html
8719 <p>Blah blah blah <a rel="mw:ExtLink" href="http://zh.wikipedia.org/wiki/Chinese" title="zh:Chinese">zh:Chinese</a></p>
8723 Parsoid-specific test: Wikilinks with should RT properly
8729 <p><a href="/index.php?title=WW_II&action=edit&redlink=1" class="new" title="WW II (lonkásá ezalí tɛ̂)">WW II</a>
8734 Parsoid bug 53221: Wikilinks should be properly entity-escaped
8736 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
8738 <p>He&nbsp;llo <a href="./Foo" rel="mw:WikiLink">He&nbsp;llo</a></p>
8739 <p>He&nbsp;llo <a href="./He&nbsp;llo" rel="mw:WikiLink">He&nbsp;llo</a></p>
8741 He&nbsp;llo [[Foo|He&nbsp;llo]]
8743 He&nbsp;llo He&nbsp;llo
8745 <p>He&nbsp;llo <a href="/wiki/Foo" title="Foo">He&nbsp;llo</a>
8746 </p><p>He&nbsp;llo He&nbsp;llo
8750 # html2wt will fail because of title normalization without data-parsoid
8752 Parsoid: handle constructor well
8754 parsoid=wt2html,wt2wt
8760 <p><a href="/index.php?title=Constructor&action=edit&redlink=1" class="new" title="Constructor (page does not exist)">constructor</a>
8761 </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>
8764 <p><a rel="mw:WikiLink" href="./Constructor" title="Constructor" data-parsoid='{"stx":"simple","a":{"href":"./Constructor"},"sa":{"href":"constructor"}}'>constructor</a></p>
8766 <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>
8775 # Note that `ko` isn't a known interlanguage prefix
8777 Parsoid: recognize interlanguage links without a target page
8787 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/"/>
8789 <p><a rel="mw:WikiLink" href="./Ko:" title="Ko:">ko:</a></p>
8792 # Note that `ko` isn't a known interwiki prefix
8794 Parsoid: recognize interwiki links without a target page
8796 parsoid=wt2html,wt2wt,html2html
8802 <p><a href="http://es.wikipedia.org/wiki/" class="extiw" title="es:">es:</a>
8803 </p><p><a href="/wiki/Ko:" title="Ko:">ko:</a>
8806 <p><a rel="mw:ExtLink" href="http://es.wikipedia.org/wiki/" title="es:">es:</a></p>
8807 <p><a rel="mw:WikiLink" href="./Ko:" title="Ko:">ko:</a></p>
8811 Handle interwiki links pointing to the current wiki as plain wiki links (bug 45209)
8815 <p><a href="/wiki/Foo" title="Foo">mi:Foo</a>
8818 <p><a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{"stx":"simple","a":{"href":"./Foo"},"sa":{"href":"mi:Foo"}}'>mi:Foo</a></p>
8822 Interlanguage link with preceding local interwiki link (bug 68085)
8824 parsoid=wt2html,wt2wt,html2html
8827 [[local:es:Spanish]]
8830 <a href="http://es.wikipedia.org/wiki/Spanish" class="extiw" title="es:Spanish">local:es:Spanish</a>
8834 <a rel="mw:ExtLink" href="http://es.wikipedia.org/wiki/Spanish" title="es:Spanish">local:es:Spanish</a></p>
8838 Looks like an interlanguage link, but is actually a local interwiki
8840 parsoid=wt2html,wt2wt,html2html
8846 <a href="/wiki/Template:Foo" title="Template:Foo">mi:Template:Foo</a>
8850 <a rel="mw:WikiLink" href="./Template:Foo" title="Template:Foo">mi:Template:Foo</a></p>
8854 ### Redirects, Parsoid-only
8858 1. Simple redirect to page
8860 #REDIRECT [[Main Page]]
8862 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8866 2. Other redirect variants
8868 #REDIRECT [[Main_Page]]
8870 <link rel="mw:PageProp/redirect" href="./Main_Page" data-parsoid='{"src":"#REDIRECT ","a":{"href":"./Main_Page"},"sa":{"href":"Main_Page"}}'/>
8873 # Not a valid redirect in PHP (although perhaps it was, once upon a time)
8874 # This tests the Parsoid bail-out code.
8876 3. Other redirect variants
8878 #REDIRECT [[<nowiki>[[Bar]]</nowiki>]]
8880 <ol><li data-parsoid>REDIRECT [[[[Bar]]]]</li></ol>
8884 4. Redirect to a templated destination
8886 #REDIRECT [[{{echo|Foo}}bar]]
8888 <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"}]]}'/>
8894 parsoid=wt2html,wt2wt
8899 <li>REDIRECT [[]]</li></ol>
8903 Optional colon in #REDIRECT
8905 # the colon is archaic syntax. we support it for wt2html, but we
8906 # don't care that it roundtrips back to the modern syntax.
8907 parsoid=wt2html,html2html
8909 #REDIRECT:[[Main Page]]
8911 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8915 Whitespace in #REDIRECT with optional colon
8917 # the colon and gratuitous whitespace is archaic syntax. we support
8918 # it for wt2html, but we don't care that it roundtrips back to the
8919 # modern syntax (without extra whitespace)
8920 parsoid=wt2html,html2html
8927 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8931 Piped link in #REDIRECT
8933 # content after piped link is ignored. we support this syntax,
8934 # but don't care that the piped link is lost when we roundtrip this.
8937 #REDIRECT [[Main Page|bar]]
8939 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8943 Redirect to category (T104502)
8945 parsoid=wt2html,wt2wt
8947 #REDIRECT [[Category:Foo]]
8949 <link rel="mw:PageProp/redirect" href="./Category:Foo"/>
8953 Redirect to category with URL encoding (T104502)
8957 #REDIRECT [[Category%3AFoo]]
8959 <link rel="mw:PageProp/redirect" href="./Category:Foo"/>
8963 Redirect to category page
8965 #REDIRECT [[:Category:Foo]]
8967 <link rel="mw:PageProp/redirect" href="./Category:Foo"/>
8971 Redirect to image page (1)
8973 #REDIRECT [[File:Wiki.png]]
8975 <link rel="mw:PageProp/redirect" href="./File:Wiki.png"/>
8979 Redirect to image page (2)
8981 #REDIRECT [[Image:Wiki.png]]
8983 <link rel="mw:PageProp/redirect" href="./File:Wiki.png" data-parsoid='{"src":"#REDIRECT ","a":{"href":"./File:Wiki.png"},"sa":{"href":"Image:Wiki.png"}}'/>
8986 # html2wt disabled because wts serializes as "#REDIRECT [[:en:File:Wiki.png]]"
8987 # Next test confirms this.
8989 Redirect to language (1) (T104918)
8991 parsoid=wt2html,wt2wt,html2html
8993 #REDIRECT [[en:File:Wiki.png]]
8995 <link rel="mw:PageProp/redirect" href="//en.wikipedia.org/wiki/File:Wiki.png"/>
8999 Redirect to language (2) (T104918)
9001 #REDIRECT [[:en:File:Wiki.png]]
9003 <link rel="mw:PageProp/redirect" href="//en.wikipedia.org/wiki/File:Wiki.png"/>
9007 Redirect to interwiki (T104918)
9009 #REDIRECT [[meatball:File:Wiki.png]]
9011 <link rel="mw:PageProp/redirect" href="http://www.usemod.com/cgi-bin/mb.pl?File:Wiki.png"/>
9015 Non-English #REDIRECT
9019 #TILVÍSUN [[Main Page]]
9021 <link rel="mw:PageProp/redirect" href="./Main_Page" data-parsoid='{"src":"#TILVÍSUN ","a":{"href":"./Main_Page"},"sa":{"href":"Main Page"}}'/>
9025 Redirect syntax under text isn't considered a redirect
9028 #redirect [[Main Page]]
9031 <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>
9034 # FIXME: Should hoist the redirect to the top of the page and ensure there
9041 <p>Foo<link rel="mw:PageProp/redirect" href="./Foo"/></p>
9061 Broken br tag sanitization
9069 # TODO: Fix html2html mode (bug 51055)!
9071 Parsoid: Broken br tag recognition
9084 Incorrecly removing closing slashes from correctly formed XHTML
9086 <br style="clear:both;" />
9088 <p><br style="clear:both;" />
9093 Failing to transform badly formed HTML into correct XHTML
9095 <br style="clear: left;">
9096 <br style="clear: right;">
9097 <br style="clear: both;">
9099 <p><br style="clear: left;" />
9100 <br style="clear: right;" />
9101 <br style="clear: both;" />
9105 ## FIXME: Is Parsoid's acceptance of self-closing html-tags
9106 ## a feature or a bug? See https://phabricator.wikimedia.org/T76962
9108 Handling html with a div self-closing tag
9117 <p><div title />
9121 <p><div title=bar />
9122 <div title=bar/>
9124 <div title="bar/"></div>
9128 <div title="" data-parsoid='{"stx":"html","selfClose":true}'></div>
9129 <div title="" data-parsoid='{"stx":"html","selfClose":true}'></div>
9130 <div title="" data-parsoid='{"stx":"html","selfClose":true,"brokenHTMLTag":true}'></div>
9131 <div title="bar" data-parsoid='{"stx":"html","selfClose":true}'></div>
9132 <div title="bar" data-parsoid='{"stx":"html","selfClose":true}'></div>
9133 <div title="bar/" data-parsoid='{"stx":"html","autoInsertedEnd":true}'></div>
9137 Handling html with a br self-closing tag
9164 Horizontal ruler (should it add that extra space?)
9179 Horizontal ruler -- 4+ dashes render hr
9188 Horizontal ruler -- eats additional dashes on the same line
9197 Horizontal ruler -- does not collapse dashes on consecutive lines
9208 Horizontal ruler -- <4 dashes render as plain text
9217 Horizontal ruler -- Supports content following dashes on same line
9229 ### Block-level elements
9238 <ul><li>Common list</li>
9240 <li>item 3</li></ul>
9251 <ol><li>Numbered list</li>
9253 <li> item 3</li></ol>
9267 ***#Number on level 4
9269 **#Number on level 3
9270 **#Number on level 3
9274 #** Level 3, but ordered
9277 <ol><li> with numbers</li></ol>
9278 <ul><li> and bullets</li></ul>
9279 <ol><li> and numbers</li></ol></li>
9281 <ul><li>bullet level 2
9282 <ul><li>bullet level 3
9283 <ol><li>Number on level 4</li></ol></li></ul></li>
9285 <ol><li>Number on level 3</li>
9286 <li>Number on level 3</li></ol></li></ul>
9287 <ol><li>number level 2</li></ol></li>
9289 <ul><li><ul><li> Level 3</li></ul></li></ul></li></ul>
9290 <ol><li><ul><li><ul><li> Level 3, but ordered</li></ul></li></ul></li></ol>
9295 1. Nested mixed wikitext and html list
9298 * <ul><li>ho</li></ul>
9303 <li> <ul><li>ho</li></ul></li>
9305 <ul><li> ho</li></ul></li></ul>
9309 <li> <ul data-parsoid='{"stx":"html"}'><li data-parsoid='{"stx":"html"}'>ho</li></ul></li>
9311 <ul><li> ho</li></ul></li></ul>
9315 2. Nested mixed wikitext and html list (incompatible)
9318 : {{echo|<li>ho</li>}}
9321 <dd> <li>ho</li></dd></dl>
9325 <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>
9335 <ul><li>bar</li></ul></li></ul>
9345 <ul><li><ul><li>foo</li></ul></li>
9351 Nested lists 3 (first element empty)
9357 <ul><li>bar</li></ul></li></ul>
9362 Nested lists 4 (first element empty)
9367 <ul><li><ul><li></li></ul></li>
9373 Nested lists 5 (both elements empty)
9378 <ul><li><ul><li></li></ul></li>
9384 Nested lists 6 (both elements empty)
9390 <ul><li></li></ul></li></ul>
9395 Nested lists 7 (skip initial nesting levels)
9399 <ul><li><ul><li><ul><li> foo</li></ul></li></ul></li></ul>
9404 Nested lists 8 (multiple nesting transitions)
9412 <ul><li><ul><li> bar</li></ul></li>
9413 <li> baz</li></ul></li>
9419 Nested lists 9 (extension interaction)
9425 <ul><li data-parsoid='{}'><ol class="mw-references" typeof="mw:Extension/references" about="#mwt2" data-parsoid='{}' data-mw='{"name":"references","attrs":{}}'></ol></li></ul>
9429 1. Lists with start-of-line-transparent tokens before bullets: Comments
9442 2. Lists with start-of-line-transparent tokens before bullets: Template close
9447 <ul><li>foo bar</li>
9453 List items are not parsed correctly following a <pre> block (bug 785)
9459 <ul><li> <pre>foo</pre></li>
9460 <li> <pre>bar</pre></li>
9464 <ul><li> <pre data-parsoid='{"stx":"html"}'>foo</pre></li>
9465 <li> <pre data-parsoid='{"stx":"html"}'>bar</pre></li>
9470 List items from template
9481 * notSOL{{inner list}}
9484 <ul><li> item 1</li>
9485 <li> item 2</li></ul>
9486 <ul><li> item 0</li>
9488 <li> item 2</li></ul>
9489 <ul><li> item 0</li>
9492 <li> item 2</li></ul>
9497 List interrupted by empty line or heading
9505 <ul><li> foo</li></ul>
9506 <ul><li><ul><li> bar</li></ul></li></ul>
9507 <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>
9508 <ul><li> Another list item</li></ul>
9513 Multiple list tags generated by templates
9534 Single-comment whitespace lines dont break lists, and neither do multi-comment whitespace lines
9537 <!--This line will NOT split the list-->
9539 <!--This line will NOT split the list either-->
9541 <!--foo--> <!----> <!--This line NOT split the list either-->
9552 Replacing whitespace with tabs still doesn't break the list (gerrit 78327)
9555 <!--This line will NOT split the list-->
9557 <!--This line will NOT split the list either-->
9559 <!--foo--> <!----> <!--This line NOT split the list
9572 (The PHP parser relies on Tidy for the hack)
9574 parsoid=wt2html,wt2wt
9578 * {{echo|<li>templated li-hack}}
9579 * <!--foo--> <li> unsupported li-hack with preceding comments
9582 <li><li>not a li-hack
9589 <li>templated li-hack</li>
9590 <li>unsupported li-hack with preceding comments</li>
9593 <li>not a li-hack</li>
9598 Parsoid: Make sure nested lists are serialized on their own line even if HTML contains no newlines
9625 Parsoid: Test of whitespace serialization with Templated bullets
9632 <li> </li><li about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"bullet","href":"./Template:Bullet"},"params":{},"i":0}}]}'> Bar</li>
9636 # ------------------------------------------------------------------------
9637 # The next set of tests are about Parsoid's ability to handle badly nested
9638 # tags (parse, minimize scope of fixup, and roundtrip back)
9639 # ------------------------------------------------------------------------
9642 Unbalanced closing block tags break a list
9643 (php parser relies on Tidy to fix up)
9661 # Parsoid fails this test, but it might be tricky to support properly.
9664 Unbalanced closing non-block tags don't break a list
9665 (php parser relies on Tidy to fix up)
9672 <li><span>a</span></li>
9673 <li><span>b</span></li>
9687 Unclosed formatting tags that straddle lists are closed and reopened
9688 (php parser relies on Tidy to fix up)
9690 parsoid=wt2html,wt2wt,html2html
9700 <ol><li> <s> a</s></li>
9701 <li><s> b </s></li></ol>
9706 1. List embedded in a formatting tag
9713 <li><small>foo</small></li>
9723 ## Ugly Parsoid output here
9724 ## Not sure what the right output is.
9726 2. List embedded in a formatting tag
9733 <li><small>a</small></li>
9734 <li><small>b</small></li>
9741 <li><small>b</small></li>
9745 # Ugly Parsoid and PHP parser output here
9746 # Not sure if we want to make this a test!
9749 ## 3. Unclosed formatting tags in list elements
9755 ## <li><small>a</small></li>
9756 ## <li><small><small>b</small></small></li>
9760 ## <li><small>a</small></li>
9762 ## <li><small>b</small></li>
9766 # This is a bug in the PHP parser + tidy combination.
9767 # (The </tr> tag gets parsed as text and html-escaped by PHP,
9768 # and then fostered out of the table by tidy.)
9769 # We believe the Parsoid output to be correct.
9771 Table with missing opening <tr> tag
9773 parsoid=wt2html,wt2wt
9791 # Note that the current date is hard-coded as
9792 # 1970-01-01T00:02:03Z (a Thursday)
9793 # when running parser tests. The timezone is also fixed to GMT, so
9794 # local date will be identical to current date.
9797 Magic Word: {{CURRENTDAY}}
9806 Magic Word: {{CURRENTDAY2}}
9815 Magic Word: {{CURRENTDAYNAME}}
9824 Magic Word: {{CURRENTDOW}}
9833 Magic Word: {{CURRENTMONTH}}
9842 Magic Word: {{CURRENTMONTH1}}
9851 Magic Word: {{CURRENTMONTHABBREV}}
9853 {{CURRENTMONTHABBREV}}
9860 Magic Word: {{CURRENTMONTHNAME}}
9862 {{CURRENTMONTHNAME}}
9869 Magic Word: {{CURRENTMONTHNAMEGEN}}
9871 {{CURRENTMONTHNAMEGEN}}
9878 Magic Word: {{CURRENTTIME}}
9887 Magic Word: {{CURRENTHOUR}}
9896 Magic Word: {{CURRENTWEEK}} (@bug 4594)
9905 Magic Word: {{CURRENTYEAR}}
9914 Magic Word: {{CURRENTTIMESTAMP}}
9916 {{CURRENTTIMESTAMP}}
9923 Magic Words LOCAL (UTC)
9927 * {{LOCALMONTHNAME}}
9928 * {{LOCALMONTHNAMEGEN}}
9929 * {{LOCALMONTHABBREV}}
9938 * {{LOCALTIMESTAMP}}
9953 <li> 19700101000203</li></ul>
9958 Magic Word: {{FULLPAGENAME}}
9960 title=[[User:Ævar Arnfjörð Bjarmason]]
9964 <p>User:Ævar Arnfjörð Bjarmason
9969 Magic Word: {{FULLPAGENAMEE}}
9971 title=[[User:Ævar Arnfjörð Bjarmason]]
9975 <p>User:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
9980 Magic Word: {{TALKSPACE}}
9982 title=[[User:Ævar Arnfjörð Bjarmason]]
9991 Magic Word: {{TALKSPACE}}, same namespace
9993 title=[[User talk:Ævar Arnfjörð Bjarmason]]
10002 Magic Word: {{TALKSPACE}}, main namespace
10004 title=[[Parser Test]]
10013 Magic Word: {{TALKSPACEE}}
10015 title=[[User:Ævar Arnfjörð Bjarmason]]
10024 Magic Word: {{SUBJECTSPACE}}
10026 title=[[User talk:Ævar Arnfjörð Bjarmason]]
10035 Magic Word: {{SUBJECTSPACE}}, same namespace
10037 title=[[User:Ævar Arnfjörð Bjarmason]]
10046 Magic Word: {{SUBJECTSPACE}}, main namespace
10048 title=[[Parser Test]]
10056 Magic Word: {{SUBJECTSPACEE}}
10058 title=[[User talk:Ævar Arnfjörð Bjarmason]]
10067 Magic Word: {{NAMESPACE}}
10069 title=[[User:Ævar Arnfjörð Bjarmason]]
10078 Magic Word: {{NAMESPACEE}}
10080 title=[[User:Ævar Arnfjörð Bjarmason]]
10089 Magic Word: {{NAMESPACENUMBER}}
10091 title=[[User:Ævar Arnfjörð Bjarmason]]
10093 {{NAMESPACENUMBER}}
10100 Magic Word: {{SUBPAGENAME}}
10102 title=[[Ævar Arnfjörð Bjarmason/sub ö]] subpage
10111 Magic Word: {{SUBPAGENAMEE}}
10113 title=[[Ævar Arnfjörð Bjarmason/sub ö]] subpage
10122 Magic Word: {{ROOTPAGENAME}}
10124 title=[[Ævar Arnfjörð Bjarmason/sub/sub2]] subpage
10128 <p>Ævar Arnfjörð Bjarmason
10133 Magic Word: {{ROOTPAGENAMEE}}
10135 title=[[Ævar Arnfjörð Bjarmason/sub/sub2]] subpage
10139 <p>%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
10144 Magic Word: {{BASEPAGENAME}}
10146 title=[[Ævar Arnfjörð Bjarmason/sub]] subpage
10150 <p>Ævar Arnfjörð Bjarmason
10155 Magic Word: {{BASEPAGENAMEE}}
10157 title=[[Ævar Arnfjörð Bjarmason/sub]] subpage
10161 <p>%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
10166 Magic Word: {{TALKPAGENAME}}
10168 title=[[User:Ævar Arnfjörð Bjarmason]]
10172 <p>User talk:Ævar Arnfjörð Bjarmason
10177 Magic Word: {{TALKPAGENAMEE}}
10179 title=[[User:Ævar Arnfjörð Bjarmason]]
10183 <p>User_talk:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
10188 Magic Word: {{SUBJECTPAGENAME}}
10190 title=[[User talk:Ævar Arnfjörð Bjarmason]]
10192 {{SUBJECTPAGENAME}}
10194 <p>User:Ævar Arnfjörð Bjarmason
10199 Magic Word: {{SUBJECTPAGENAMEE}}
10201 title=[[User talk:Ævar Arnfjörð Bjarmason]]
10203 {{SUBJECTPAGENAMEE}}
10205 <p>User:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
10210 Magic Word: {{NUMBEROFFILES}}
10219 Magic Word: {{PAGENAME}}
10221 title=[[User:Ævar Arnfjörð Bjarmason]]
10225 <p>Ævar Arnfjörð Bjarmason
10230 Magic Word: {{PAGENAME}} with metacharacters
10232 title=[['foo & bar = baz']]
10236 <p><i>'foo & bar = baz'</i>
10239 <p><i>'foo & bar = baz'</i></p>
10243 Magic Word: {{PAGENAME}} with metacharacters (bug 26781)
10245 title=[[*RFC 1234 http://example.com/]]
10249 <p>*RFC 1234 http://example.com/
10252 <p>*RFC 1234 http://example.com/</p>
10256 Magic Word: {{PAGENAMEE}}
10258 title=[[User:Ævar Arnfjörð Bjarmason]]
10262 <p>%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
10267 Magic Word: {{PAGENAMEE}} with metacharacters (bug 26781)
10269 title=[[*RFC 1234 http://example.com/]]
10273 <p>*RFC_1234_http://example.com/
10276 <p>*RFC_1234_http://example.com/</p>
10280 Magic Word: {{REVISIONID}}
10289 Magic Word: {{SCRIPTPATH}}
10297 Magic Word: {{STYLEPATH}}
10306 Magic Word: {{SERVER}}
10310 <p><a rel="nofollow" class="external free" href="http://example.org">http://example.org</a>
10315 Magic Word: {{SERVERNAME}}
10324 Magic Word: {{SITENAME}}
10333 Magic Word: {{PAGELANGUAGE}}
10344 Magic Word: {{PAGELANGUAGE}} on a page with no explicitly set language
10353 Case-sensitive magic words, when cased differently, should just be template transclusions
10360 <p><a href="/index.php?title=Template:CurrentMonth&action=edit&redlink=1" class="new" title="Template:CurrentMonth (page does not exist)">Template:CurrentMonth</a>
10361 <a href="/index.php?title=Template:Currentday&action=edit&redlink=1" class="new" title="Template:Currentday (page does not exist)">Template:Currentday</a>
10362 <a href="/index.php?title=Template:CURreNTweEK&action=edit&redlink=1" class="new" title="Template:CURreNTweEK (page does not exist)">Template:CURreNTweEK</a>
10363 <a href="/index.php?title=Template:CurrentHour&action=edit&redlink=1" class="new" title="Template:CurrentHour (page does not exist)">Template:CurrentHour</a>
10368 Case-insensitive magic words should still work with weird casing.
10378 <a rel="nofollow" class="external free" href="http://example.org">http://example.org</a>
10382 # From plwiki:PLOS_ONE
10384 Parsoid: Page property magic word with magic word contents
10386 {{DISPLAYTITLE:''{{PAGENAME}}''}}
10388 <meta property="mw:PageProp/displaytitle" content="Main Page" about="#mwt3" typeof="mw:ExpandedAttrs" data-parsoid='{"src":"{{DISPLAYTITLE:''{{PAGENAME}}''}}"}' data-mw='{"attribs":[[{"txt":"content"},{"html":"<i data-parsoid='{\"dsr\":[15,31,2,2]}'><span about=\"#mwt2\" 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>"}]]}'/>
10392 Parsoid: Template-generated DISPLAYTITLE
10394 {{{{echo|DISPLAYTITLE}}:Foo}}
10396 <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}}]}'/>
10400 Namespace 1 {{ns:1}}
10409 Namespace 1 {{ns:01}}
10418 Namespace 0 {{ns:0}} (bug 4783)
10426 Namespace 0 {{ns:00}} (bug 4783)
10434 Namespace -1 {{ns:-1}}
10443 Namespace User {{ns:User}}
10452 Namespace User talk {{ns:User_talk}}
10461 Namespace User talk {{ns:uSeR tAlK}}
10470 Namespace File {{ns:File}}
10479 Namespace File {{ns:Image}}
10488 Namespace (lang=de) Benutzer {{ns:User}}
10499 Namespace (lang=de) Benutzer Diskussion {{ns:3}}
10505 <p>Benutzer Diskussion
10512 {{urlencode:hi world?!}}
10513 {{urlencode:hi world?!|WIKI}}
10514 {{urlencode:hi world?!|PATH}}
10515 {{urlencode:hi world?!|QUERY}}
10525 Magic Word: prioritize type info over data-parsoid
10529 <meta property="mw:PageProp/forcetoc" data-parsoid='{"magicSrc":"__NOTOC__"}'/>
10535 Magic Word: serialize on separate line (parsoid)
10537 parsoid=wt2wt,html2wt
10543 foo<meta property="mw:PageProp/notoc"/>bar
10547 Magic Word: rt non-english wikis
10554 <meta property="mw:PageProp/noeditsection" data-parsoid='{"magicSrc":"__NOEDITSECTION__"}'/>
10558 __proto__ is treated as normal wikitext (T105997)
10570 Magic links: internal link to RFC (bug 479)
10574 <p><a href="/index.php?title=RFC_123&action=edit&redlink=1" class="new" title="RFC 123 (page does not exist)">RFC 123</a>
10577 <p><a rel="mw:WikiLink" href="./RFC_123" title="RFC 123">RFC 123</a></p>
10581 Magic links: RFC (bug 479)
10585 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc822">RFC 822</a>
10588 <p><a href="//tools.ietf.org/html/rfc822" rel="mw:ExtLink">RFC 822</a></p>
10592 Magic links: RFC (bug 65278)
10594 This is RFC 822 but thisRFC 822 is not RFC 822linked.
10596 <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.
10599 <p>This is <a href="//tools.ietf.org/html/rfc822" rel="mw:ExtLink">RFC 822</a> but thisRFC 822 is not RFC 822linked.</p>
10603 Magic links: RFC (w/ non-newline whitespace, bug 28950/29025)
10605 RFC      822
10609 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc822">RFC 822</a>
10614 <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>
10620 Magic links: ISBN (bug 1937)
10624 <p><a href="/wiki/Special:BookSources/0306406152" class="internal mw-magiclink-isbn">ISBN 0-306-40615-2</a>
10627 <p><a href="./Special:BookSources/0306406152" rel="mw:WikiLink">ISBN 0-306-40615-2</a></p>
10631 Magic links: ISBN (bug 65278)
10633 This is ISBN 978-0-316-09811-3 but thisISBN 978-0-316-09811-3 is not ISBN 978-0-316-09811-3linked.
10635 <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.
10638 <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>
10642 Magic links: ISBN (w/ non-newline whitespace, bug 28950/29025)
10644 ISBN      978 0 316 09811 3
10650 <p><a href="/wiki/Special:BookSources/9780316098113" class="internal mw-magiclink-isbn">ISBN 978 0 316 09811 3</a>
10657 <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>
10665 Magic links: PMID incorrectly converts space to underscore
10669 <p><a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a>
10672 <p><a href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract" rel="mw:ExtLink">PMID 1234</a></p>
10676 Magic links: PMID (bug 65278)
10678 This is PMID 1234 but thisPMID 1234 is not PMID 1234linked.
10680 <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.
10683 <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>
10687 Magic links: PMID (w/ non-newline whitespace, bug 28950/29025)
10689 PMID      1234
10693 <p><a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a>
10698 <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>
10703 # <nowiki> nodes shouldn't be inserted during html2wt by Parsoid,
10704 # since these are ExtLinkText, not MagicLinkText
10706 Magic links: use appropriate serialization for "almost" magic links.
10708 X[[Special:BookSources/0978739256|foo]]
10710 X[//tools.ietf.org/html/rfc1234 foo]
10712 <p>X<a href="/wiki/Special:BookSources/0978739256" title="Special:BookSources/0978739256">foo</a>
10713 </p><p>X<a rel="nofollow" class="external text" href="//tools.ietf.org/html/rfc1234">foo</a>
10716 <p>X<a rel="mw:WikiLink" href="./Special:BookSources/0978739256" title="Special:BookSources/0978739256">foo</a></p>
10717 <p>X<a rel="mw:ExtLink" href="//tools.ietf.org/html/rfc1234">foo</a></p>
10721 Magic links: All disabled (T47942)
10723 wgEnableMagicLinks={"ISBN":false, "PMID":false, "RFC":false}
10729 <p>ISBN 0-306-40615-2
10740 Nonexistent template
10742 {{thistemplatedoesnotexist}}
10744 <p><a href="/index.php?title=Template:Thistemplatedoesnotexist&action=edit&redlink=1" class="new" title="Template:Thistemplatedoesnotexist (page does not exist)">Template:Thistemplatedoesnotexist</a>
10749 Template with invalid target containing tags
10751 {{a<b>b</b>|{{echo|foo}}|{{echo|a}}={{echo|b}}|a = b}}
10753 <p>{{a<b>b</b>|foo|a=b|a = b}}
10758 Template with invalid target containing unclosed tag
10760 {{a<b>|{{echo|foo}}|{{echo|a}}={{echo|b}}|a = b}}
10762 <p>{{a<b>|foo|a=b|a = b}}</b>
10767 Template with invalid target containing wikilink
10771 <p>{{<a href="/wiki/Main_Page" title="Main Page">Main Page</a>}}
10774 <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>
10778 Template with just whitespace in it, bug #68421
10782 <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>
10788 This is a test template
10796 <p>This is a test template
10801 Template with explicit namespace
10805 <p>This is a test template
10813 This is a test template with parameter {{{param}}}
10819 {{paramtest|param=foo}}
10821 <p>This is a test template with parameter foo
10826 Template:paramtestnum
10828 [[{{{1}}}|{{{2}}}]]
10832 Template unnamed parameter
10834 {{paramtestnum|Main Page|the main page}}
10836 <p><a href="/wiki/Main_Page" title="Main Page">the main page</a>
10841 Template:templatesimple
10847 Template:templateredirect
10849 #redirect [[Template:templatesimple]]
10853 Template:templateasargtestnum
10859 Template:templateasargtest
10861 {{template{{{templ}}}}}
10865 Template:templateasargtest2
10871 Template with template name as unnamed argument
10873 {{templateasargtestnum|templatesimple}}
10880 Template with template name as argument
10882 {{templateasargtest|templ=simple}}
10889 Template with template name as argument (2)
10891 {{templateasargtest2|templ=templatesimple}}
10898 Template:templateasargtestdefault
10900 {{{{{templ|templatesimple}}}}}
10910 Template with default value
10912 {{templateasargtestdefault}}
10919 Template with default value (value set)
10921 {{templateasargtestdefault|templ=templa}}
10930 {{templateredirect}}
10935 <link rel="mw:PageProp/redirect" href="./Template:Templatesimple" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"templateredirect","href":"./Template:Templateredirect"},"params":{},"i":0}}]}'/>
10939 Template with argument in separate line
10941 {{ templateasargtest |
10949 Template with complex template as argument
10952 param ={{ templateasargtest |
10953 templ = simple }}}}
10955 <p>This is a test template with parameter (test)
10960 Template with thumb image (with link in description)
10962 {{paramtest|param=[[Image:noimage.png|thumb|[[no link|link]] [[no link|caption]]]]}}
10964 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>
10967 <p>This is a test template with parameter</p>
10968 <div class="thumb tright">
10969 <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>
10970 <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>
10974 <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>
10978 Template:complextemplate
10980 {{{1}}} {{paramtest|
10981 param ={{{param}}}}}
10985 Template with complex arguments
10988 param ={{ templateasargtest |
10989 templ = simple }}|[[Template:complextemplate|link]]}}
10991 <p><a href="/wiki/Template:Complextemplate" title="Template:Complextemplate">link</a> This is a test template with parameter (test)
10996 BUG 553: link with two variables in a piped link
10999 |[[{{{1}}}|{{{2}}}]]
11004 <td>[[{{{1}}}|{{{2}}}]]
11009 <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>
11015 Abort table cell attribute parsing on wikilink
11018 | testing [[one|two]] | three || four
11019 | testing one two | three || four
11020 | testing="[[one|two]]" | three || four
11025 <td> testing <a href="/index.php?title=One&action=edit&redlink=1" class="new" title="One (page does not exist)">two</a> | three </td>
11031 <td> testing="<a href="/index.php?title=One&action=edit&redlink=1" class="new" title="One (page does not exist)">two</a>" | three </td>
11037 <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>
11038 <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>
11039 <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>
11044 Don't abort table cell attribute parsing if wikilink is found in template arg
11047 | Test {{#tag:ref|One two "[[three]]" four}}
11051 <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>
11056 Magic variable as template parameter
11058 {{paramtest|param={{SITENAME}}}}
11060 <p>This is a test template with parameter MediaWiki
11067 [[{{{param}}}|link]]
11071 Template parameter as link source
11073 {{linktest|param=Main Page}}
11075 <p><a href="/wiki/Main_Page" title="Main Page">link</a>
11080 Template:paramtest2
11082 including another template, {{paramtest|param={{{arg}}}}}
11086 Template passing argument to another template
11088 {{paramtest2|arg='hmm'}}
11090 <p>including another template, This is a test template with parameter 'hmm'
11101 Template as link source
11105 [[{{linktest2}}|Main Page]]
11107 [[{{linktest2}}]]Page
11109 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
11110 </p><p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
11111 </p><p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>Page
11129 Template infinite loop
11133 <p><span class="error">Template loop detected: <a href="/wiki/Template:Loop1" title="Template:Loop1">Template:Loop1</a></span>
11138 Template from main namespace
11157 BUG 529: Template with table, not included at beginning of line
11176 BUG 523: Template shouldn't eat newline (or add an extra one before table)
11196 BUG 41: Template parameters shown as broken links
11205 Template with targets containing wikilinks
11209 {{[[{{echo|foo}}]]}}
11211 {{{{echo|[[foo}}]]}}
11213 <p>{{<a href="/wiki/Foo" title="Foo">foo</a>}}
11214 </p><p>{{<a href="/wiki/Foo" title="Foo">foo</a>}}
11226 Templates: Double quotes as template target
11233 <p>foo <span about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"''","href":"./Template:''"},"params":{},"i":0}}]}'>bar</span> baz
11237 ## This test is about making sure Parsoid's data-mw is well formed in the
11238 ## face of multiple templates with intersecting and overlapping ranges. The
11239 ## wikitext itself is wretched.
11241 Templates with intersecting and overlapping ranges
11266 <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":""}]]}'>
11268 </table><p about="#mwt1">ho</p><table about="#mwt1" typeof="mw:ExpandedAttrs" data-mw='{"attribs":[[{"txt":"","html":""},{"html":""}]]}'>
11270 <tbody><tr><td>hi</td></tr>
11275 Template:MSGNW test
11277 ''None'' of '''this''' should be
11279 but rather passed unmodified
11287 # hmm, fix this or just deprecate msgnw and document its behavior?
11291 {{msgnw:MSGNW test}}
11293 <p>''None'' of '''this''' should be
11295  but rather passed unmodified
11296 {{test}}
11300 <!-- comment -->
11307 {{int:youhavenewmessages|lots of money|not!}}
11309 <p>You have lots of money (not!).
11314 int keyword - non-existing message
11325 Foo<noinclude>zar</noinclude><includeonly>bar</includeonly>
11329 <includeonly> and <noinclude> being included
11340 <onlyinclude>Foo</onlyinclude>bar
11344 <onlyinclude> being included
11356 <onlyinclude>Foo</onlyinclude>bar<includeonly>zar</includeonly>
11360 <onlyinclude> and <includeonly> being included
11369 <includeonly> and <noinclude> on a page
11371 Foo<noinclude>zar</noinclude><includeonly>bar</includeonly>
11378 Un-closed <noinclude>
11385 <onlyinclude> on a page
11387 <onlyinclude>Foo</onlyinclude>bar
11394 Un-closed <onlyinclude>
11401 Self-closed noinclude, includeonly, onlyinclude tags
11412 Unbalanced includeonly and noinclude tags
11416 |b</noinclude></noinclude>
11417 |c</noinclude></includeonly>
11418 |d</includeonly></includeonly>
11427 <td>c</includeonly>
11429 <td>d</includeonly></includeonly>
11435 Template:Includeonly section
11438 ==Includeonly section==
11444 Bug 6563: Edit link generation for section shown by <includeonly>
11446 {{includeonly section}}
11448 <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>
11449 <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>
11453 # Uses same input as the contents of [[Template:Includeonly section]]
11455 Bug 6563: Section extraction for section shown by <includeonly>
11460 ==Includeonly section==
11468 Bug 6563: Edit link generation for section suppressed by <includeonly>
11471 ==Includeonly section==
11475 <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>
11480 Bug 6563: Section extraction for section suppressed by <includeonly>
11485 ==Includeonly section==
11493 Un-closed <includeonly>
11498 <meta typeof="mw:Includes/IncludeOnly" data-parsoid='{"src":"<includeonly>"}'/>
11501 ## We used to, but no longer wt2wt this test since the default serializer
11502 ## will normalize the include directives to serialize on their own line.
11503 ## Selser will take care of preserving formatting in scenarios where they
11504 ## intermingled with other wikitext.
11506 Includes and comments at SOL
11508 parsoid=wt2html,html2html
11510 <!-- comment --><noinclude><!-- comment --></noinclude><!-- comment -->== hu ==
11514 </noinclude>* stuff
11517 <includeonly>can have stuff</includeonly>=== here ===
11520 <h2><span class="mw-headline" id="hu">hu</span></h2>
11523 <ul><li> stuff</li>
11524 <li> here</li></ul>
11525 <h3><span class="mw-headline" id="here">here</span></h3>
11528 <!-- 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>
11530 <meta typeof="mw:Includes/NoInclude" data-parsoid='{"src":"<noinclude>"}'/>
11532 <meta typeof="mw:Includes/NoInclude/End" data-parsoid='{"src":"</noinclude>"}'/><ul><li> stuff</li>
11533 <li> here</li></ul>
11535 <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>
11539 # TODO: test with DOM fragment reuse!
11541 Parsoid: DOM fragment reuse
11543 parsoid=wt2wt,wt2html
11545 a{{echo|b<table></table>c}}d
11557 <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>
11559 <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">
11560 </span><table about="#mwt2" data-parsoid='{"stx":"html"}'></table><span about="#mwt2">
11561 </span><p about="#mwt2">cd</p>
11563 <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">
11565 </span><table about="#mwt3" data-parsoid='{"stx":"html"}'></table><span about="#mwt3">
11567 </span><p about="#mwt3">b</p>
11571 Parsoid: Merge double tds (T52603)
11576 |{{echo|{{!}} foo}}
11580 <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>
11585 Parsoid: Merge double tds in nested transclusion content (T52603)
11591 |{{echo|{{!}} foo}}
11595 <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}}]}'>
11597 <tr><td data-mw='{"parts":["|"]}'> foo</td></tr>
11603 ### <includeonly> and <noinclude> in attributes
11606 0. includeonly around the entire attribute
11608 <span <includeonly>id="v1"</includeonly><noinclude>id="v2"</noinclude>>bar</span>
11610 <p><span id="v2">bar</span>
11615 1. includeonly in html attr key
11617 <span <noinclude>id</noinclude><includeonly>about</includeonly>="foo">bar</span>
11619 <p><span id="foo">bar</span>
11624 2. includeonly in html attr value
11626 <span id="<noinclude>v1</noinclude><includeonly>v2</includeonly>">bar</span>
11627 <span id=<noinclude>"v1"</noinclude><includeonly>"v2"</includeonly>>bar</span>
11629 <p><span id="v1">bar</span>
11630 <span id="v1">bar</span>
11635 3. includeonly in part of an attr value
11637 <span style="color:<noinclude>red</noinclude><includeonly>blue</includeonly>;">bar</span>
11639 <p><span style="color:red;">bar</span>
11644 4. includeonly in table attributes
11668 ### Token Stream Patcher tests
11670 ### These tests won't always pass wt2wt and other modes because
11671 ### on serialization, the table will be output on a new line.
11672 ### For now, we are blacklisting them, and using this to test selser.
11676 1. Table tag in SOL posn. should get reparsed correctly with valid TSR
11678 parsoid=wt2html,wt2wt
11680 {{echo|}}{| width = '100%'
11684 <span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":""}},"i":0}}]}'></span><table width="100%">
11685 <tbody><tr><td>foo</td></tr>
11689 ## We used to, but no longer wt2wt this test since the default serializer
11690 ## will normalize the include directives to serialize on their own line.
11691 ## Selser will take care of preserving formatting in scenarios where they
11692 ## intermingled with other wikitext.
11694 2. Table tag in SOL posn. should get reparsed correctly with valid TSR
11698 <includeonly>a</includeonly>{| {{{b}}}
11702 <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":""}]]}'>
11703 <tbody><tr><td>c</td></tr>
11708 Table wikitext syntax outside wiki-tables
11712 ! not a table heading
11715 | class="foo bar" | baz
11723 ! not a table heading
11726 | class="foo bar" | baz
11735 ### Testing parsing of templates where a template arg
11736 ### has the same name as the template itself.
11742 {{{quote|{{{1}}}}}}
11746 Templates: Template Name/Arg clash: 1. Use of positional param
11755 Templates: Template Name/Arg clash: 2. Use of named param
11757 {{quote|quote=foo}}
11764 Templates: Template Name/Arg clash: 3. Use of named param with empty input
11773 ### Parsoid-centric tests to stress Parsoid's ability to RT them unchanged
11777 Templates: 1. Simple use
11786 Templates: 2. Inside a block tag
11788 <div>{{echo|Foo}}</div>
11789 <blockquote>{{echo|Foo}}</blockquote>
11792 <blockquote>Foo</blockquote>
11802 Templates: P-wrapping: 1a. Templates on consecutive lines
11813 Templates: P-wrapping: 1b. Templates on consecutive lines
11827 Templates: P-wrapping: 1c. Templates on consecutive lines
11830 {{echo|bar}} <div>baz</div>
11843 Templates: P-wrapping: 1d. Template preceded by comment-only line
11852 <p about="#mwt223" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"Bar"}},"i":0}}]}'>Bar</p>
11856 Templates: Inline Text: 1. Multiple template uses
11858 {{echo|Foo}}bar{{echo|baz}}
11865 Templates: Inline Text: 2. Back-to-back template uses
11867 {{echo|Foo}}{{echo|bar}}
11874 Templates: Block Tags: 1. Multiple template uses
11876 {{echo|<div>Foo</div>}}<div>bar</div>{{echo|<div>baz</div>}}
11878 <div>Foo</div><div>bar</div><div>baz</div>
11883 Templates: Block Tags: 2. Back-to-back template uses
11885 {{echo|<div>Foo</div>}}{{echo|<div>bar</div>}}
11887 <div>Foo</div><div>bar</div>
11891 # This is an edge case relating to paragraph wrapping.
11893 Templates: Correctly encapsulate templates producing </p> tag without a corresponding <p> tag
11898 <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
11903 Templates: Links: 1. Simple example
11905 {{echo|[[Foo|bar]]}}
11907 <p><a href="/wiki/Foo" title="Foo">bar</a>
11912 Templates: Links: 2. Generation of link href
11914 [[{{echo|Foo}}|bar]]
11916 <p><a href="/wiki/Foo" title="Foo">bar</a>
11921 Templates: Links: 3. Generation of part of a link href
11923 [[Fo{{echo|o}}|bar]]
11925 [[Foo{{echo|bar}}]]
11927 [[Foo{{echo|bar}}baz]]
11929 [[Foo{{echo|bar}}|bar]]
11931 [[:Foo{{echo|bar}}]]
11933 [[:Foo{{echo|bar}}|bar]]
11935 <p><a href="/wiki/Foo" title="Foo">bar</a>
11936 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">Foobar</a>
11937 </p><p><a href="/index.php?title=Foobarbaz&action=edit&redlink=1" class="new" title="Foobarbaz (page does not exist)">Foobarbaz</a>
11938 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">bar</a>
11939 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">Foobar</a>
11940 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">bar</a>
11945 Templates: Links: 4. Multiple templates generating link href
11947 [[{{echo|F}}{{echo|o}}ob{{echo|ar}}]]
11949 <p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">Foobar</a>
11954 Templates: Links: 5. Generation of link text
11956 [[Foo|{{echo|bar}}]]
11958 <p><a href="/wiki/Foo" title="Foo">bar</a>
11963 Templates: Links: 5. Nested templates (only outermost template should be marked)
11965 {{echo|[[{{echo|Foo}}|bar]]}}
11967 <p><a href="/wiki/Foo" title="Foo">bar</a>
11972 Templates: HTML Tag: 1. Generation of HTML attr. key
11974 <div {{echo|style}}="color:red;">foo</div>
11976 <div style="color:red;">foo</div>
11981 Templates: HTML Tag: 2. Generation of HTML attr. value
11983 <div style={{echo|'color:red;'}}>foo</div>
11985 <div style="color:red;">foo</div>
11990 Templates: HTML Tag: 3. Generation of HTML attr key and value
11992 <div {{echo|style}}={{echo|'color:red;'}}>foo</div>
11994 <div style="color:red;">foo</div>
11999 Templates: HTML Tag: 4. Generation of starting piece of HTML attr value
12001 <div title="{{echo|This is a long title}} with just one piece templated">foo</div>
12003 <div title="This is a long title with just one piece templated">foo</div>
12008 Templates: HTML Tag: 5. Generation of middle piece of HTML attr value
12010 <div title="This is a long title with just {{echo|one piece}} templated">foo</div>
12012 <div title="This is a long title with just one piece templated">foo</div>
12017 Templates: HTML Tag: 6. Generation of end piece of HTML attr value
12019 <div title="This is a long title with just one piece {{echo|templated}}">foo</div>
12021 <div title="This is a long title with just one piece templated">foo</div>
12025 # SSS FIXME: While it is great we added support for all this,
12026 # do we want to make this part of the spec? Maybe we want to
12027 # deprecate this kind of usage in the future?
12029 Templates: HTML Tag: 7. Generation of partial attribute key string
12031 <div st{{echo|yle}}="color:red;">foo</div>
12033 <div style="color:red;">foo</div>
12038 Templates: HTML Tag: 8. Template-generated attribute (k=v)
12040 <div {{echo|1=id="v1"}}>bar</div>
12042 <div id="v1">bar</div>
12047 Templates: HTML Tag: 9. Multiple template-generated attributes
12049 <div {{echo|1=id="v1" title="foo"}}>bar</div>
12051 <div id="v1" title="foo">bar</div>
12056 Templates: Support for templates generating attributes and content
12058 {| {{mixed_attr_content_template}}
12063 <table style="color:red;" title="T48811">
12073 <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|}"]}'>
12082 1. Entities and nowikis inside templated attributes should be handled correctly
12084 <div {{echo|style{{=}}"background:#f9f9f9;"}}>foo</div>
12086 <div style="background:#f9f9f9;">foo</div>
12089 <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>
12093 2. Entities and nowikis inside templated attributes should be handled correctly
12096 |{{table_attribs_3}}
12101 <td style="background:#f9f9f9;">Foo
12106 <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>
12111 3. Entities and nowikis inside templated attributes should be handled correctly inside templated tables
12114 |{{table_attribs_3}}
12119 <td style="background:#f9f9f9;">Foo
12123 <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}}]}'>
12124 <tbody><tr><td style="background:#f9f9f9;">Foo</td></tr>
12130 4. Entities and nowikis inside templated attributes should be handled correctly inside templated tables
12133 | {{table_attribs_6}} hi
12138 <td style="background: red;"> hi
12143 <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>
12148 Templates: HTML Tables: 1. Generating start of a HTML table
12150 {{echo|<table><tr><td>foo</td>}}</tr></table>
12152 <table><tr><td>foo</td></tr></table>
12157 Templates: HTML Tables: 2a. Generating middle of a HTML table
12159 <table><tr>{{echo|<td>foo</td>}}</tr></table>
12161 <table><tr><td>foo</td></tr></table>
12166 Templates: HTML Tables: 2b. Generating middle of a HTML table
12168 <table>{{echo|<tr><td>foo</td></tr>}}</table>
12170 <table><tr><td>foo</td></tr></table>
12175 Templates: HTML Tables: 3. Generating end of a HTML table
12177 <table><tr>{{echo|<td>foo</td></tr></table>}}
12179 <table><tr><td>foo</td></tr></table>
12184 Templates: HTML Tables: 4a. Generating a single tag of a HTML table
12186 {{echo|<table>}}<tr><td>foo</td></tr></table>
12188 <table><tr><td>foo</td></tr></table>
12193 Templates: HTML Tables: 4b. Generating a single tag of a HTML table
12195 <table>{{echo|<tr>}}<td>foo</td></tr></table>
12197 <table><tr><td>foo</td></tr></table>
12202 Templates: HTML Tables: 4c. Generating a single tag of a HTML table
12204 <table><tr>{{echo|<td>}}foo</td></tr></table>
12206 <table><tr><td>foo</td></tr></table>
12211 Templates: HTML Tables: 4d. Generating a single tag of a HTML table
12213 <table><tr><td>foo{{echo|</td>}}</tr></table>
12215 <table><tr><td>foo</td></tr></table>
12220 Templates: HTML Tables: 4e. Generating a single tag of a HTML table
12222 <table><tr><td>foo</td>{{echo|</tr>}}</table>
12224 <table><tr><td>foo</td></tr></table>
12229 Templates: HTML Tables: 4f. Generating a single tag of a HTML table
12231 <table><tr><td>foo</td></tr>{{echo|</table>}}
12233 <table><tr><td>foo</td></tr></table>
12238 Templates: HTML Tables: 5. Proper fostering of categories from inside
12240 parsoid=wt2html,wt2wt
12242 <table>[[Category:foo1]]<tr><td>foo</td></tr></table>
12243 <!--Two categories (Bug 50330)-->
12244 <table>[[Category:bar1]][[Category:bar2]]<tr><td>foo</td></tr></table>
12246 <link rel="mw:PageProp/Category" href="./Category:Foo1"><table><tbody><tr><td>foo</td></tr></tbody></table>
12247 <!--Two categories (Bug 50330)-->
12248 <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>
12252 Templates: Wiki Tables: 1a. Fostering of entire template content
12260 <tr><td></td></tr></table>
12272 Templates: Wiki Tables: 1b. Fostering of entire template content
12285 <tr><td></td></tr></table>
12299 Templates: Wiki Tables: 2. Fostering of partial template content
12309 <tr><td></td></tr></table>
12322 Templates: Wiki Tables: 3. td-content via multiple templates
12325 {{echo|{{pipe}}a}}{{echo|b}}
12336 Templates: Wiki Tables: 4. Templated tags, no content
12342 <tr><td></td></tr></table>
12347 Templates: Wiki Tables: 5. Templated tags, regular td-tags
12361 Templates: Wiki Tables: 6. Templated tags, templated td-tags
12374 ## This test case is very specific to Parsoid's internals
12375 ## and is hence only tested for Parsoid's code. Parsoid uses
12376 ## a <meta> marker tag for <ref> tags and they are expanded
12377 ## much later. We are verifying that this <meta> tag usage
12378 ## doesn't prevent foster parenting.
12380 Templates: Wiki Tables: 7. Fosterable <ref>s should get fostered
12382 {{PartialTable}}<ref>foo</ref>
12387 <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">
12391 <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>
12395 Templates: Wiki Tables: 8. Fosterable meta-tags should get fostered
12405 <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{{!}}}"]}'>
12406 </span><meta typeof="mw:Includes/OnlyInclude" about="#mwt1"/><table about="#mwt1">
12410 <meta typeof="mw:Includes/OnlyInclude/End"/></td></tr>
12415 Templates: Lists: Multi-line list-items via templates
12417 *{{echo|a {{nonexistent|
12419 *{{echo|b {{nonexistent|
12422 <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>
12423 <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>
12428 Templates: Ugly nesting: 1. Quotes opened/closed across templates (echo)
12430 {{echo|''a}}{{echo|b''c''d}}{{echo|''e}}
12432 <p><i>ab</i>c<i>d</i>e
12437 Templates: Ugly nesting: 2. Quotes opened/closed across templates (echo_with_span)
12438 (PHP parser generates misnested html)
12440 {{echo_with_span|''a}}{{echo_with_span|b''c''d}}{{echo_with_span|''e}}
12442 <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>
12446 Templates: Ugly nesting: 3. Quotes opened/closed across templates (echo_with_div)
12447 (PHP parser generates misnested html; Parsoid html2wt mode adds newlines between {{echo}}s)
12449 parsoid=wt2html,wt2wt
12451 {{echo_with_div|''a}}{{echo_with_div|b''c''d}}{{echo_with_div|''e}}
12453 <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>
12454 <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>
12455 <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>
12459 Templates: Ugly nesting: 4. Divs opened/closed across templates
12461 a<div>b{{echo|c</div>d}}e
12472 Templates: Ugly templates: 1. Navbox template parses badly leading to table misnesting
12478 |{{echo|foo</table>}}
12482 <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|}"]}'>
12486 <td>foo</td></tr></tbody></table><span about="#mwt1">
12487 </span><span about="#mwt1">|bar</span><span about="#mwt1">
12492 Templates: Ugly templates: 2. Navbox template parses badly leading to table misnesting
12502 <td>1. {{echo|foo </table>}}</td>
12504 <td>2. {{echo|baz </table>}}</td>
12517 <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>"]}'>
12522 <td>1. foo </td></tr></tbody></table></td>
12524 <td>2. baz </td></tr></tbody></table><span about="#mwt2">
12525 </span><span about="#mwt2">
12526 </span><span about="#mwt2">
12527 </span><span about="#mwt2">abc</span><span about="#mwt2">
12528 </span><span about="#mwt2">
12529 </span><span about="#mwt2">
12530 </span><span about="#mwt2">
12531 </span><span about="#mwt2">
12532 </span><span about="#mwt2">
12533 </span><span about="#mwt2">xyz</span><span about="#mwt2">
12534 </span><span about="#mwt2">
12539 Templates: Ugly templates: 3. newline-only template parameter
12548 # This looks like a bug: a single newline triggers p/br for some reason.
12550 Templates: Ugly templates: 4. newline-only template parameter inconsistency
12559 # Bug 64017 -- ugly wikitext with fostered content generates two template ranges that
12560 # have a true overlap (T1-start - T2-start - T1-end - T2-end).
12562 Templates: Ugly templates: 5. Template encapsulation test: Non-trivial overlap of template ranges is properly handled
12568 <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
12569 </div><table about="#mwt1" data-parsoid='{"stx":"html"}'>
12573 # Bug 64017 -- ugly wikitext with fostered content generates two template ranges
12574 # that are "identical" and generate nesting cycles in the algorithm
12576 Templates: Ugly templates: 6. Template encapsulation test: Cyclical nesting of template ranges is properly handled
12578 {{echo|<table><tr><td><table>}}
12582 <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"}'>
12583 </div><table about="#mwt1" data-parsoid='{"stx":"html"}'>
12584 </table></td></tr></tbody></table>
12588 Templates: Parameters substituted at the top-level
12590 {{{foo|''who'' {{echo|me}}? '''never!'''}}}
12594 <p><i>who</i> me? <b>never!</b>
12598 <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>
12600 <p about="#mwt3" typeof="mw:Param" data-mw='{"parts":[{"templatearg":{"target":{"wt":"foo"},"params":{"1":{"wt":"bar"},"2":{"wt":"baz"}},"i":0}}]}'>bar</p>
12604 Parser Functions: 1. Simple example
12613 Parser Functions: 2. Nested use (only outermost should be marked up)
12622 ### Pre-save transform tests
12625 pre-save transform: subst:
12631 This is a test template
12635 pre-save transform: normal template
12645 pre-save transform: nonexistent template
12649 {{thistemplatedoesnotexist}}
12651 {{thistemplatedoesnotexist}}
12655 pre-save transform: subst magic variables
12664 # This is bug 89, which I fixed. -- wtm
12666 pre-save transform: subst: templates with parameters
12670 {{subst:paramtest|param="something else"}}
12672 This is a test template with parameter "something else"
12676 Template:nowikitest
12678 <nowiki>'''not wiki'''</nowiki>
12682 pre-save transform: nowiki in subst (bug 1188)
12686 {{subst:nowikitest}}
12688 <nowiki>'''not wiki'''</nowiki>
12692 Template:commenttest
12694 This template has <!-- a comment --> in it.
12698 pre-save transform: comment in subst (bug 1936)
12702 {{subst:commenttest}}
12704 This template has <!-- a comment --> in it.
12708 pre-save transform: unclosed tag
12712 <nowiki>'''not wiki'''
12714 <nowiki>'''not wiki'''
12718 pre-save transform: mixed tag case
12722 <NOwiki>'''not wiki'''</noWIKI>
12724 <NOwiki>'''not wiki'''</noWIKI>
12728 pre-save transform: unclosed comment in <nowiki>
12732 wiki<nowiki>nowiki<!--nowiki</nowiki>wiki
12734 wiki<nowiki>nowiki<!--nowiki</nowiki>wiki
12737 # Leading @ in this template definition works around a limitation
12738 # in parsoid's parserTests which otherwise strips the <span> from the
12739 # result (confusing it for a template wrapper)
12743 @<span onmouseover="alert('crap')">Oh no</span>
12747 (confirming safety of fix for subst bug 1936)
12749 {{Template:dangerous}}
12751 <p>@<span>Oh no</span>
12756 pre-save transform: comment containing gallery (bug 5024)
12760 <!-- <gallery>data</gallery> -->
12762 <!-- <gallery>data</gallery> -->
12766 pre-save transform: comment containing extension
12770 <!-- <tag>data</tag> -->
12772 <!-- <tag>data</tag> -->
12776 pre-save transform: comment containing nowiki
12780 <!-- <nowiki>data</nowiki> -->
12782 <!-- <nowiki>data</nowiki> -->
12786 pre-save transform: <noinclude> in subst (bug 3298)
12796 pre-save transform: <onlyinclude> in subst (bug 3298)
12800 {{subst:Includes2}}
12808 {{<includeonly>subst:</includeonly>Includes}}
12812 Template:SafeSubstTest
12814 {{<includeonly>safesubst:</includeonly>Includes}}
12818 bug 22297: safesubst: works during PST
12822 {{subst:SafeSubstTest}}{{safesubst:SubstTest}}
12828 bug 22297: safesubst: works during normal parse
12837 subst: does not work during normal parse
12841 <p>{{subst:Includes}}
12846 pre-save transform: context links ("pipe trick")
12850 [[Article (context)|]]
12853 [[Bar:Article (context)|]]
12854 [[:Bar:Article (context)|]]
12856 [[|Article (context)]]
12860 [[Article (context)|Article]]
12861 [[Bar:Article|Article]]
12862 [[:Bar:Article|Article]]
12863 [[Bar:Article (context)|Article]]
12864 [[:Bar:Article (context)|Article]]
12866 [[Article (context)]]
12867 [[Bar:X (Y) Z|X (Y) Z]]
12868 [[:Bar:X (Y) Z|X (Y) Z]]
12872 pre-save transform: context links ("pipe trick") with interwiki prefix
12876 [[interwiki:Article|]]
12877 [[:interwiki:Article|]]
12878 [[interwiki:Bar:Article|]]
12879 [[:interwiki:Bar:Article|]]
12881 [[interwiki:Article|Article]]
12882 [[:interwiki:Article|Article]]
12883 [[interwiki:Bar:Article|Bar:Article]]
12884 [[:interwiki:Bar:Article|Bar:Article]]
12888 pre-save transform: context links ("pipe trick") with parens in title
12890 pst title=[[Somearticle (context)]]
12894 [[Article (context)|Article]]
12898 pre-save transform: context links ("pipe trick") with comma in title
12900 pst title=[[Someplace, Somewhere]]
12903 [[Otherplace, Elsewhere|]]
12904 [[Otherplace, Elsewhere, Anywhere|]]
12906 [[Otherplace, Somewhere|Otherplace]]
12907 [[Otherplace, Elsewhere|Otherplace]]
12908 [[Otherplace, Elsewhere, Anywhere|Otherplace]]
12912 pre-save transform: context links ("pipe trick") with parens and comma
12914 pst title=[[Someplace (IGNORED), Somewhere]]
12917 [[Otherplace (place), Elsewhere|]]
12919 [[Otherplace, Somewhere|Otherplace]]
12920 [[Otherplace (place), Elsewhere|Otherplace]]
12924 pre-save transform: context links ("pipe trick") with comma and parens
12926 pst title=[[Who, me? (context)]]
12929 [[Me, Myself, and I (1937 song)|]]
12931 [[Yes, you. (context)|Yes, you.]]
12932 [[Me, Myself, and I (1937 song)|Me, Myself, and I]]
12936 pre-save transform: context links ("pipe trick") with namespace
12938 pst title=[[Ns:Somearticle]]
12942 [[Ns:Article|Article]]
12946 pre-save transform: context links ("pipe trick") with namespace and parens
12948 pst title=[[Ns:Somearticle (context)]]
12952 [[Ns:Article (context)|Article]]
12956 pre-save transform: context links ("pipe trick") with namespace and comma
12958 pst title=[[Ns:Somearticle, Context, Whatever]]
12962 [[Ns:Article, Context, Whatever|Article]]
12966 pre-save transform: context links ("pipe trick") with namespace, comma and parens
12968 pst title=[[Ns:Somearticle, Context (context)]]
12972 [[Ns:Article (context)|Article]]
12976 pre-save transform: context links ("pipe trick") with namespace, parens and comma
12978 pst title=[[Ns:Somearticle (IGNORED), Context]]
12982 [[Ns:Article, Context|Article]]
12986 pre-save transform: context links ("pipe trick") with full-width parens and no space (Japanese and Chinese 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 full-width parens and space (Japanese and Chinese style, bug 30149)
13010 [[Article (context)|]]
13011 [[Bar:Article (context)|]]
13012 [[:Bar:Article (context)|]]
13013 [[|Article (context)]]
13017 [[Article (context)|Article]]
13018 [[Bar:Article (context)|Article]]
13019 [[:Bar:Article (context)|Article]]
13020 [[Article (context)]]
13021 [[Bar:X (Y) Z|X (Y) Z]]
13022 [[:Bar:X (Y) Z|X (Y) Z]]
13026 pre-save transform: context links ("pipe trick") with parens and no space (Korean style, bug 30149)
13030 [[Article(context)|]]
13031 [[Bar:Article(context)|]]
13032 [[:Bar:Article(context)|]]
13033 [[|Article(context)]]
13037 [[Article(context)|Article]]
13038 [[Bar:Article(context)|Article]]
13039 [[:Bar:Article(context)|Article]]
13040 [[Article(context)]]
13041 [[Bar:X(Y)Z|X(Y)Z]]
13042 [[:Bar:X(Y)Z|X(Y)Z]]
13046 pre-save transform: context links ("pipe trick") with commas (bug 21660)
13050 [[Article (context), context|]]
13051 [[Article (context),context|]]
13052 [[Bar:Article (context), context|]]
13053 [[Bar:Article (context),context|]]
13054 [[:Bar:Article (context), context|]]
13055 [[:Bar:Article (context),context|]]
13057 [[Article (context), context|Article]]
13058 [[Article (context),context|Article]]
13059 [[Bar:Article (context), context|Article]]
13060 [[Bar:Article (context),context|Article]]
13061 [[:Bar:Article (context), context|Article]]
13062 [[:Bar:Article (context),context|Article]]
13066 pre-save transform: trim trailing empty lines
13070 Empty lines are trimmed
13076 Empty lines are trimmed
13080 pre-save transform: Signature expansion
13085 * <noinclude>~~~</noinclude>
13086 * <includeonly>~~~</includeonly>
13087 * <onlyinclude>~~~</onlyinclude>
13089 * [[Special:Contributions/127.0.0.1|127.0.0.1]]
13090 * <noinclude>[[Special:Contributions/127.0.0.1|127.0.0.1]]</noinclude>
13091 * <includeonly>[[Special:Contributions/127.0.0.1|127.0.0.1]]</includeonly>
13092 * <onlyinclude>[[Special:Contributions/127.0.0.1|127.0.0.1]]</onlyinclude>
13097 pre-save transform: Signature expansion in nowiki tags (bug 93)
13103 <nowiki>~~~~</nowiki>
13105 <includeonly><nowiki>~~~~</nowiki></includeonly>
13107 <noinclude><nowiki>~~~~</nowiki></noinclude>
13109 <onlyinclude><nowiki>~~~~</nowiki></onlyinclude>
13111 {{subst:Foo}} shall be converted to FOO
13113 As well as inside noinclude/onlyinclude
13114 <noinclude>{{subst:Foo}}</noinclude>
13115 <onlyinclude>{{subst:Foo}}</onlyinclude>
13117 But not inside includeonly
13118 <includeonly>{{subst:Foo}}</includeonly>
13122 <nowiki>~~~~</nowiki>
13124 <includeonly><nowiki>~~~~</nowiki></includeonly>
13126 <noinclude><nowiki>~~~~</nowiki></noinclude>
13128 <onlyinclude><nowiki>~~~~</nowiki></onlyinclude>
13130 FOO shall be converted to FOO
13132 As well as inside noinclude/onlyinclude
13133 <noinclude>FOO</noinclude>
13134 <onlyinclude>FOO</onlyinclude>
13136 But not inside includeonly
13137 <includeonly>{{subst:Foo}}</includeonly>
13141 Parsoid: Recognize nowiki with trailing space in tags
13145 <nowiki ><div>[[foo]]</nowiki >
13153 <p><span typeof="mw:Nowiki"><div>[[foo]]</span></p>
13160 Parsoid: Recognize nowiki with odd capitalization
13164 <noWikI ><div>[[foo]]</Nowiki >
13166 <p><span typeof="mw:Nowiki"><div>[[foo]]</span></p>
13171 Parsoid: Escape nowiki with trailing space in tags
13175 <p><nowiki > foo </nowiki ></p>
13176 <p>a<nowiki />b</p>
13177 <p>c<nowiki/ >d</p>
13179 <nowiki > foo </nowiki >
13187 Parsoid: Escape weird noWikI capitalizations
13191 <p><noWikI > foo </NoWikI ></p>
13193 <noWikI > foo </NoWikI >
13197 ### Message transform tests
13200 message transform: magic variables
13210 message transform: should not transform wiki markup
13220 message transform: <noinclude> in transcluded template (bug 4926)
13230 message transform: <onlyinclude> in transcluded template (bug 4926)
13240 {{#special:}} page name, known
13244 {{#special:Recentchanges}}
13246 Special:RecentChanges
13250 {{#special:}} page name with subpage, known
13254 {{#special:Recentchanges/param}}
13256 Special:RecentChanges/param
13260 {{#special:}} page name, unknown
13264 {{#special:foobar nonexistent}}
13266 Special:Foobar nonexistent
13270 {{#speciale:}} page name, known
13274 {{#speciale:Recentchanges}}
13276 Special:RecentChanges
13280 {{#speciale:}} page name with subpage, known
13284 {{#speciale:Recentchanges/param}}
13286 Special:RecentChanges/param
13290 {{#speciale:}} page name, unknown
13294 {{#speciale:foobar nonexistent}}
13296 Special:Foobar_nonexistent
13302 ### For Parsoid-specific tests, see
13303 #### https://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec#Images
13308 parsoid=wt2html,wt2wt,html2html
13310 [[Image:foobar.jpg]]
13312 <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>
13315 <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>
13319 Simple image (using File: namespace, now canonical)
13321 [[File:Foobar.jpg]]
13323 <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>
13326 <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>
13330 Right-aligned image
13332 [[File:Foobar.jpg|right]]
13334 <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>
13337 <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>
13343 [[File:Foobar.jpg|right|Caption text]]
13345 <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>
13348 <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>
13352 Image with caption, bug 53312 #1
13354 [[File:Foobar.jpg|right|Caption page stuff]]
13356 <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>
13359 <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>
13363 Image with caption, bug 53312 #2
13365 [[File:Foobar.jpg|right|Caption page=]]
13367 <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>
13370 <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>
13374 Image with caption, bug 53312 #3
13376 [[File:Foobar.jpg|right|Caption page=stuff]]
13378 <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>
13381 <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>
13385 Allow empty links in image captions (Bug 60753)
13389 [[File:Foobar.jpg|thumb|Caption [[Link1]]
13394 <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>
13397 <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>
13399 <a rel="mw:WikiLink" href="./Link2" title="Link2" data-parsoid='{"stx":"simple","a":{"href":"./Link2"},"sa":{"href":"Link2"}}'>Link2</a>
13400 </figcaption></figure>
13404 Titles in unlinked images (T23454)
13406 [[File:Foobar.jpg|link=|stuff]]
13408 <p><img alt="stuff" src="http://example.com/images/3/3a/Foobar.jpg" title="stuff" width="1941" height="220" />
13413 Link with empty target
13422 Image with link trail
13424 Linktrails should not work for images: [[File:Foobar.jpg]]s
13426 <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
13429 <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>
13433 Image with empty attribute
13435 parsoid=wt2html,wt2wt,html2html
13437 [[File:Foobar.jpg|right||Caption text]]
13439 <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>
13442 <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>
13446 1. Block image with individual attributes from templates
13448 [[File:Foobar.jpg|thumb|{{echo|137px}}|This is a caption]]
13450 <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>
13453 <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>
13457 2. Block Image with individual attributes from templates
13459 [[File:Foobar.jpg|{{echo|thumb}}|{{echo|137px}}|This is a caption]]
13461 <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>
13464 <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>
13468 3. Inline image with individual attributes from templates
13470 [[File:Foobar.jpg|{{echo|50px}}]]
13472 <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>
13475 <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>
13478 ## Parsoid does not provide editing support for images where templates produce multiple image attributes.
13479 ## To signal this, we add a 'mw:Placeholder' type to such images. This could change in the future.
13481 Image with multiple attributes from the same template
13483 [[File:Foobar.jpg|{{image_attribs}}]]
13485 <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>
13488 <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>
13492 Image with link tails
13496 123[[File:Foobar.jpg]]456
13497 123[[File:Foobar.jpg|right]]456
13498 123[[File:Foobar.jpg|thumb]]456
13500 <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
13502 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
13503 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
13506 <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>
13508 <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>
13510 <div class="thumb tright">
13511 <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>
13512 <div class="thumbcaption">
13513 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
13519 <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>
13520 <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>
13521 <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>
13525 Image with multiple captions -- only last one is accepted
13527 [[File:Foobar.jpg|right|Caption1 - ignored|[[Caption2]] - ignored|Caption3 - accepted]]
13529 <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>
13532 <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>
13536 Image with multiple widths -- use last
13538 [[File:Foobar.jpg|200px|300px|caption]]
13540 <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>
13543 <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>
13547 Image with multiple alignments -- use first (bug 48664)
13551 [[File:Foobar.jpg|thumb|left|right|center|caption]]
13553 [[File:Foobar.jpg|middle|text-top|caption]]
13555 <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>
13556 <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>
13559 <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>
13560 <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>
13564 Image with width attribute at different positions
13566 [[File:Foobar.jpg|200px|right|Caption]]
13567 [[File:Foobar.jpg|right|200px|Caption]]
13568 [[File:Foobar.jpg|right|Caption|200px]]
13570 <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>
13571 <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>
13572 <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>
13575 <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>
13576 <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>
13577 <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>
13580 # a sad bit of backward-compatibility
13582 Image with size specified with pxpx (bug 13500, 51628)
13584 parsoid=wt2html,wt2wt,html2html
13586 [[File:Foobar.jpg|20pxpx]]
13587 [[File:Foobar.jpg|200x20pxpx]]
13589 <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>
13590 <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>
13593 <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>
13597 Image with link parameter, wiki target
13599 [[File:Foobar.jpg|link=Main Page]]
13601 <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>
13604 <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>
13607 # parsoid bug 49293 (part 1)
13609 Image with link parameter, URL target
13611 [[File:Foobar.jpg|link=http://example.com/]]
13613 <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>
13616 <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>
13619 # parsoid bug 49293 (part 2)
13621 Image with link parameter, protocol-less URL target
13623 [[File:Foobar.jpg|link=//example.com/]]
13625 <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>
13628 <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>
13632 Escaping non-block captions (T107435)
13635 "modes": ["wt2wt"],
13637 ["[typeof~='mw:Image']", "attr", "data-mw", "{\"caption\": \"|\"}"]
13641 [[Image:Foobar.jpg|caption]]
13643 [[Image:Foobar.jpg|<nowiki>|</nowiki>]]
13646 # wgExternalLinkTarget not supported by Parsoid
13648 Image with link parameter, wgExternalLinkTarget
13650 [[Image:foobar.jpg|link=http://example.com/]]
13652 wgExternalLinkTarget='foobar'
13654 <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>
13659 Image with link parameter, wgNoFollowLinks set to false
13661 [[Image:foobar.jpg|link=http://example.com/]]
13663 wgNoFollowLinks=false
13665 <p><a href="http://example.com/"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13670 Image with link parameter, wgNoFollowDomainExceptions
13672 [[Image:foobar.jpg|link=http://example.com/]]
13674 wgNoFollowDomainExceptions='example.com'
13676 <p><a href="http://example.com/"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13680 # wgExternalLinkTarget not supported by Parsoid
13682 Image with link parameter, wgExternalLinkTarget, unnamed parameter
13684 [[Image:foobar.jpg|link=http://example.com/|Title]]
13686 wgExternalLinkTarget='foobar'
13688 <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>
13693 Image with empty link parameter
13695 [[File:Foobar.jpg|link=]]
13697 <p><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" />
13700 <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>
13704 Image with link parameter (wiki target) and unnamed parameter
13706 [[File:Foobar.jpg|link=Main_Page|Title]]
13708 <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>
13711 <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>
13715 Image with link parameter (URL target) and unnamed parameter
13717 [[File:Foobar.jpg|link=http://example.com/|Title]]
13719 <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>
13722 <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>
13726 Thumbnail image with link parameter
13729 parsoid=wt2html,wt2wt,html2html
13731 [[File:Foobar.jpg|thumb|link=http://example.com/|Title]]
13733 <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>
13736 <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>
13740 Manually-specified thumbnail image
13744 [[File:Foobar.jpg|thumb=Thumb.png|Title]]
13746 <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>
13749 <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>
13753 Manually-specified thumbnail image with explicit link to wiki page
13756 parsoid=wt2html,wt2wt,html2html
13758 [[File:Foobar.jpg|thumb=Thumb.png|link=Main_Page|Title]]
13760 <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>
13763 <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>
13767 Manually-specified thumbnail image with explicit link to url
13770 parsoid=wt2html,wt2wt,html2html
13772 [[File:Foobar.jpg|thumb=Thumb.png|link=http://example.com|Title]]
13774 <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>
13777 <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>
13781 Manually-specified thumbnail image with explicit no link
13784 parsoid=wt2html,wt2wt,html2html
13786 [[File:Foobar.jpg|thumb=Thumb.png|link=|Title]]
13788 <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>
13791 <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>
13795 Manually-specified thumbnail image with explicit link and alt text
13798 parsoid=wt2html,wt2wt,html2html
13800 [[File:Foobar.jpg|thumb=Thumb.png|link=Main_Page|alt=alttext|Title]]
13802 <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>
13805 <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>
13809 Image with frame and link
13811 parsoid=wt2html,wt2wt,html2html
13813 [[File:Foobar.jpg|frame|left|This is a test image [[Main Page]]]]
13815 <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>
13818 <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>
13822 Image with frame and link and explicit alt
13824 parsoid=wt2html,wt2wt,html2html
13826 [[Image:Foobar.jpg|frame|left|This is a test image [[Main Page]]|alt=Altitude]]
13828 <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>
13831 <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>
13835 Image with wiki markup in implicit alt
13837 [[Image:Foobar.jpg|testing '''bold''' in alt]]
13839 [[Image:Foobar.jpg|alt=testing '''bold''' in alt]]
13841 <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>
13842 </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>
13845 <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>
13847 <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>
13851 Alt image option should handle most kinds of wikitext without barfing
13853 [[Image:Foobar.jpg|thumb|This is the image caption|alt=This is a [[link]] and a {{echo|''bold template''}}.]]
13855 <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>
13858 <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>
13861 ###################
13862 # Conflicting image format options.
13863 # First option specified should 'win'.
13864 # All three cases in each test should be identical.
13867 Image with 'frameless' first.
13869 parsoid=wt2html,wt2wt,html2html
13871 [[File:Foobar.jpg|frameless|caption]]
13873 [[File:Foobar.jpg|frameless|frame|caption]]
13875 [[File:Foobar.jpg|frameless|thumb|caption]]
13877 <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>
13878 </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>
13879 </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>
13882 <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>
13883 <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>
13884 <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>
13888 Image with 'frame' first.
13890 parsoid=wt2html,wt2wt,html2html
13892 [[File:Foobar.jpg|frame|caption]]
13893 [[File:Foobar.jpg|frame|frameless|caption]]
13894 [[File:Foobar.jpg|frame|thumb|caption]]
13896 <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>
13897 <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>
13898 <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>
13901 <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>
13902 <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>
13903 <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>
13907 Image with 'thumb' first.
13909 parsoid=wt2html,wt2wt,html2html
13911 [[File:Foobar.jpg|thumb|caption]]
13912 [[File:Foobar.jpg|thumb|frameless|caption]]
13913 [[File:Foobar.jpg|thumb|frame|caption]]
13915 <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>
13916 <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>
13917 <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>
13920 <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>
13921 <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>
13922 <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>
13925 ###################
13927 # See https://www.mediawiki.org/wiki/Help:Images#Size_and_frame
13928 # and https://phabricator.wikimedia.org/T64258
13929 # Foobar has actual size of 1941x220
13930 # 1. Thumbs & frameless always reduce, can't be enlarged unless it's
13931 # a scalable format.
13932 # 2. Framed images always ignore size options; always render at default size.
13933 # 3. "Unspecified format" and border are the only types which can be
13937 Image: "unspecified format" and border enlarge
13939 parsoid=wt2html,wt2wt,html2html
13941 [[File:Foobar.jpg|2000px]]
13943 [[File:Foobar.jpg|border|2000px]]
13945 <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>
13946 </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>
13949 <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>
13950 <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>
13954 Image: "unspecified format" and border reduce
13956 parsoid=wt2html,wt2wt,html2html
13958 [[File:Foobar.jpg|1000px]]
13960 [[File:Foobar.jpg|border|1000px]]
13962 <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>
13963 </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>
13966 <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>
13967 <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>
13971 Image: thumbs reduce
13973 parsoid=wt2html,wt2wt,html2html
13975 [[File:Foobar.jpg|thumb|50px]]
13977 <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>
13980 <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>
13984 Image: bitmap thumbs can't be enlarged past original size, but vector can.
13986 parsoid=wt2html,wt2wt,html2html
13988 [[File:Foobar.jpg|thumb|2000px]]
13990 [[File:Foobar.svg|thumb|2000px]]
13992 <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>
13993 <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>
13996 <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>
13997 <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>
14001 Image: frameless can reduce in size
14003 parsoid=wt2html,wt2wt,html2html
14005 [[File:Foobar.jpg|frameless|50px]]
14007 <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>
14010 <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>
14014 Image: bitmap frameless can't be enlarged past original size, but vector can
14016 parsoid=wt2html,wt2wt,html2html
14018 [[File:Foobar.jpg|frameless|2000px]]
14020 [[File:Foobar.svg|frameless|2000px]]
14022 <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>
14023 </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>
14026 <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>
14027 <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>
14031 Image: framed images are always unscaled.
14033 parsoid=wt2html,wt2wt,html2html
14035 [[File:Foobar.jpg|frame]]
14037 [[File:Foobar.jpg|frame|50px]]
14039 [[File:Foobar.jpg|frame|50x50px]]
14041 [[File:Foobar.jpg|frame|2000px]]
14043 <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>
14044 <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>
14045 <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>
14046 <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>
14049 <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>
14050 <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>
14051 <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>
14052 <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>
14055 ###################
14058 Link to image page- image page normally doesn't exists, hence edit link
14059 Add test with existing image page
14060 #<p><a href="/wiki/File:Test" title="Image:Test">Image:test</a>
14064 <p><a href="/index.php?title=File:Test&action=edit&redlink=1" class="new" title="File:Test (page does not exist)">Image:test</a>
14069 bug 18784 Link to non-existent image page with caption should use caption as link text
14071 [[:Image:test|caption]]
14073 <p><a href="/index.php?title=File:Test&action=edit&redlink=1" class="new" title="File:Test (page does not exist)">caption</a>
14078 Frameless image caption with a free URL
14080 [[File:Foobar.jpg|http://example.com]]
14082 <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>
14085 <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>
14089 Thumbnail image caption with a free URL
14093 [[File:Foobar.jpg|thumb|http://example.com]]
14095 <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>
14098 <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>
14102 Thumbnail image caption with a free URL and explicit alt
14105 parsoid=wt2html,wt2wt,html2html
14107 [[File:Foobar.jpg|thumb|http://example.com|alt=Alteration]]
14109 <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>
14112 <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>
14116 SVG thumbnails with no language set
14119 [[File:Foobar.svg|thumb|caption]]
14121 <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>
14124 <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>
14128 SVG thumbnails with language de
14130 parsoid=wt2html,wt2wt,html2html
14132 [[File:Foobar.svg|thumb|caption|lang=de]]
14134 <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>
14137 <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>
14141 SVG thumbnails with invalid language code
14143 parsoid=wt2html,wt2wt,html2html
14145 [[File:Foobar.svg|thumb|caption|lang=invalid.language.code]]
14147 <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>
14150 <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>
14154 BUG 1887: A ISBN with a thumbnail
14156 [[File:Foobar.jpg|thumb|ISBN 1235467890]]
14158 <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>
14161 <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>
14165 BUG 1887: A RFC with a thumbnail
14167 [[File:Foobar.jpg|thumb|This is RFC 12354]]
14169 <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>
14172 <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>
14176 BUG 1887: A mailto link with a thumbnail
14178 [[File:Foobar.jpg|thumb|Please mailto:nobody@example.com]]
14180 <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>
14183 <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>
14186 # Pending resolution to bug 368
14188 BUG 648: Frameless image caption with a link
14190 [[File:Foobar.jpg|text with a [[link]] in it]]
14192 <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>
14195 <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>
14199 BUG 648: Frameless image caption with a link (suffix)
14201 [[File:Foobar.jpg|text with a [[link]]foo in it]]
14203 <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>
14206 <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>
14210 BUG 648: Frameless image caption with an interwiki link
14212 [[File:Foobar.jpg|text with a [[MeatBall:Link]] in it]]
14214 <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>
14217 <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>
14221 BUG 648: Frameless image caption with a piped interwiki link
14223 [[File:Foobar.jpg|text with a [[MeatBall:Link|link]] in it]]
14225 <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>
14228 <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>
14232 T107474: Frameless image caption with <nowiki>
14234 [[File:Foobar.jpg|<nowiki>text with a [[MeatBall:Link|link]] in it</nowiki>]]
14236 <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>
14240 Escape HTML special chars in image alt text
14242 [[File:Foobar.jpg|& < > "]]
14244 <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>
14247 <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>
14251 Escape HTML special chars in image alt text with LanguageConverter
14255 [[File:Foobar.jpg|& < > "]]
14257 <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>
14260 <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>
14264 Entities in file name and attributes
14266 [[File:7%25 solution.gif|manualthumb=7%25 solution.gif|link=7%25 solution|[[7%25 solution]]]]
14268 <p><a href="/index.php?title=Special:Upload&wpDestFile=7%25_solution.gif" class="new" title="File:7% solution.gif">7% solution</a>
14271 <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>
14275 BUG 499: Alt text should have Ӓ, not &1234;
14277 [[File:Foobar.jpg|♀]]
14279 <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>
14282 <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>
14286 Broken image caption with link
14288 parsoid=wt2html,wt2wt,html2html
14290 [[Image:Foobar.jpg|thumb|This is a broken caption. But [[Main Page|this]] is just an ordinary link.
14292 <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.
14295 <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>
14299 Image caption containing another image
14301 [[File:Foobar.jpg|thumb|This is a caption with another [[File:Thumb.png|image]] inside it!]]
14303 <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>
14306 <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>
14310 Image: caption containing a newline
14312 [[File:Foobar.jpg|This
14315 <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>
14318 <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>
14322 Image: caption containing leading space
14323 (The leading space should not trigger nowiki escaping in wt2wt mode)
14325 [[File:Foobar.jpg|thumb| bar]]
14327 <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>
14330 <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>
14334 Image: caption containing a table
14336 parsoid=wt2html,wt2wt,html2html
14338 [[Image:Foobar.jpg|thumb|200px|This is an example image thumbnail caption with a table
14344 and some more text.]]
14346 <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>
14349 <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
14352 <tr><th>Foo </th><th>Bar</th></tr>
14355 <td>Bar1</td></tr></tbody></table>and some more text.</figcaption></figure>
14359 Bug 3090: External links other than http: in image captions
14361 [[File:Foobar.jpg|thumb|200x200px|This caption has [irc://example.net irc] and [https://example.com Secure] ext links in it.]]
14363 <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>
14366 <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>
14372 parsoid=wt2html,wt2wt,html2html
14374 [[Image:foobar.jpg|a|class=b]]
14376 <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>
14379 <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>
14383 Localized image handling (1).
14385 parsoid=wt2html,wt2wt,html2html
14388 [[Archivo:Foobar.jpg|izquierda|enlace=foo|caption]]
14390 <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>
14393 <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>
14397 Localized image handling (2).
14400 parsoid=wt2html,wt2wt,html2html
14403 [[Archivo:Foobar.jpg|miniatura|izquierda|enlace=foo|caption]]
14405 <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>
14408 <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>
14412 Localized image handling (3).
14417 <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>
14419 [[File:Foobar.jpg|بندانگشتی]]
14423 "border", "frameless" and "class" attributes on an image.
14426 parsoid=wt2html,wt2wt,html2html
14428 [[File:Foobar.jpg|frameless|border|class=extra|caption]]
14430 <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>
14433 <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>
14436 # Note that 'right' is the default alignment, despite the misspelled 'righ' below
14438 Invalid image attributes (bug 62500)
14441 parsoid=wt2html,wt2wt,html2html
14443 [[File:Foobar.jpg|thumb|float|left|caption]]
14445 [[File:Foobar.jpg|thumb|righ|caption]]
14447 [[File:Foobar.jpg|bogus1|thumb|bogus2|left|bogus3|caption]]
14449 <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>
14450 <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>
14451 <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>
14454 <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>
14455 <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>
14456 <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>
14462 #REDIRECT [[File:Barfoo.jpg]]
14465 # FIXME: Parsoid should run this test -- but we'd need to teach the
14466 # mockAPI about the redirected Barfoo.jpg image.
14470 [[Image:Barfoo.jpg]]
14472 <p><a href="/wiki/File:Barfoo.jpg" class="mw-redirect" title="File:Barfoo.jpg">File:Barfoo.jpg</a>
14477 Missing image with uploads disabled
14481 [[File:Foobaz.jpg]]
14483 <p><a href="/wiki/File:Foobaz.jpg" title="File:Foobaz.jpg">File:Foobaz.jpg</a>
14486 <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>
14489 # Parsoid-specific testing for images
14490 # https://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec#Images
14491 # Currently imperfect due to a flaw in the Parsoid testrunner
14493 # THESE TESTS SHOULD BE MOVED UP and merged with the php-specific
14497 Parsoid-specific image handling - simple image with size and middle alignment
14499 [[File:Foobar.jpg|middle|50px]]
14501 <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>
14505 Parsoid-specific image handling - simple image with size, middle alignment,
14506 non-standard namespace alias
14508 parsoid=wt2wt,wt2html,html2html
14510 [[Image:Foobar.jpg|middle|50px]]
14512 <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>
14516 Parsoid-specific image handling - simple image with size and middle alignment
14519 [[File:Foobar.jpg|50px|middle]]
14521 <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>
14525 Parsoid-specific image handling - simple image with size and middle alignment
14526 and non-standard namespace name
14528 parsoid=wt2html,wt2wt,html2html
14530 [[Image:Foobar.jpg|50px|middle]]
14532 <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>
14536 Parsoid-specific image handling - simple image with both sizes, a baseline alignment, and a caption
14538 [[File:Foobar.jpg|500x10px|baseline|caption]]
14540 <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>
14544 Parsoid-specific image handling - simple image with border and size spec
14546 [[File:Foobar.jpg|50px|border|caption]]
14548 <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>
14552 Parsoid-specific image handling - thumbnail with halign, valign, and caption
14554 [[File:Foobar.jpg|left|baseline|thumb|caption content]]
14556 <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>
14560 Parsoid-specific image handling - thumbnail with halign, valign, and caption
14563 [[File:Foobar.jpg|thumb|left|baseline|caption content]]
14565 <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>
14569 Parsoid-specific image handling - thumbnail with specific size, halign, valign, and caption
14571 [[Image:Foobar.jpg|right|middle|thumb|50x50px|caption]]
14573 <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>
14577 Parsoid-specific image handling - thumbnail with specific size, halign,
14578 valign, and caption (existing content)
14580 [[File:Foobar.jpg|thumb|50x50px|right|middle|caption]]
14582 <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>
14586 Parsoid-specific image handling - framed image with specific size and caption
14589 parsoid=wt2html,wt2wt,html2html
14591 [[File:Foobar.jpg|frame|500x50px|caption]]
14593 <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>
14597 Parsoid-specific image handling - framed image with specific size, halign, valign, and caption
14600 parsoid=wt2html,wt2wt,html2html
14602 [[File:Foobar.jpg|left|baseline|frame|500x50px|caption]]
14604 <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>
14608 Parsoid-specific image handling - frameless image with specific size, border, and caption
14610 [[File:Foobar.jpg|frameless|442x50px|border|caption]]
14612 <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>
14616 Parsoid-specific image handling - simple image with a formatted caption
14618 [[File:Foobar.jpg|<table><tr><td>a</td><td>b</td></tr><tr><td>c</td></tr></table>]]
14620 <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>
14624 Parsoid-specific image handling - caption with a template in it
14626 [[File:Foobar.jpg|thumb|200x23px|This caption has a {{echo|transclusion}} in it.]]
14628 <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>
14632 Parsoid-specific image handling - caption with unbalanced tags in it
14634 parsoid=wt2html,wt2wt,html2html
14637 [[File:Foobar.jpg|thumb|200x200px|This caption has a <center>unbalanced tag in it.]]
14641 <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>
14646 Parsoid-specific image handling - empty caption (1)
14648 parsoid=wt2html,wt2wt
14650 [[File:Foobar.jpg|thumb|]]
14652 <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>
14655 # empty captions don't get serialized unless we're in the "round trip" case
14657 Parsoid-specific image handling - empty caption (2)
14661 <figure class="mw-default-size" typeof="mw:Image/Thumb">
14662 <a href="./File:Foobar.jpg">
14663 <img resource="./File:Foobar.jpg"
14664 src="//example.com/images/3/3a/Foobar.jpg"
14665 data-file-width="1941" data-file-height="220" data-file-type="bitmap"
14666 height="25" width="220"/>
14668 <figcaption></figcaption>
14671 [[File:Foobar.jpg|thumb]]
14675 Parsoid-specific image handling - whitespace caption
14677 [[File:Foobar.jpg|thumb| ]]
14679 <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>
14683 Parsoid-specific image handling - lang option
14686 [[File:Foobar.svg|lang=de|caption]]
14690 <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>
14694 ## Edge case bugs in Parsoid from T93580
14696 T93580: 1. Templated <ref> inside block images
14698 [[File:Foobar.jpg|thumb|Caption with templated ref: {{echo|<ref>foo</ref>}}]]
14702 <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>
14704 <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>
14708 T93580: 2. <ref> inside inline images
14710 [[File:Foobar.jpg|Undisplayed caption in inline image with ref: <ref>foo</ref>]]
14714 <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>
14716 <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>
14720 T93580: 3. Templated <ref> inside inline images
14722 [[File:Foobar.jpg|Undisplayed caption in inline image with ref: {{echo|<ref>{{echo|foo}}</ref>}}]]
14726 <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>
14728 <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>
14735 Subpage test/subpage
14743 subpage title=[[Subpage test]]
14747 <p><a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">/subpage</a>
14752 Subpage noslash link
14754 subpage title=[[Subpage test]]
14758 <p><a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">subpage</a>
14763 Subpage test/1/2/subpage
14769 Relative subpage noslash link
14771 parsoid=wt2wt,wt2html,html2html
14772 subpage title=[[Subpage test/1/2/3/4]]
14778 <p><a href="/wiki/Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">subpage</a>
14779 </p><p><a href="/wiki/Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">Subpage test/1/2/subpage</a>
14782 <p><a rel="mw:WikiLink" href="./Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">subpage</a></p>
14783 <p><a rel="mw:WikiLink" href="./Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">Subpage_test/1/2/subpage</a></p>
14787 Parsoid: dot-slash prefixed wikilinks
14797 </p><p>[[././baz/]]
14802 </p><p>[[././baz/]]
14807 Render invalid page names as plain text (bug 51090)
14820 [[{{echo|./../foo}}|bar]]
14821 [[{{echo|foo/.}}|bar]]
14822 [[{{echo|foo/..}}|bar]]
14823 [[{{echo|foo~~~~bar}}]]
14824 [[{{echo|foo>bar}}]]
14825 [[{{echo|foo././bar}}]]
14826 [[{{echo|foo{bar}}]]
14827 [[{{echo|foo}bar}}]]
14828 [[{{echo|foo[bar}}]]
14829 [[{{echo|foo]bar}}]]
14830 [[{{echo|foo<bar}}]]
14832 <p>[[./../foo|bar]]
14842 </p><p>[[./../foo|bar]]
14855 <p>[[./../foo|bar]]
14866 <p>[[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"./../foo"}},"i":0}}]}'>./../foo</span>|bar]]
14867 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo/."}},"i":0}}]}'>foo/.</span>|bar]]
14868 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo/.."}},"i":0}}]}'>foo/..</span>|bar]]
14869 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo~~~~bar"}},"i":0}}]}'>foo~~~~bar</span>]]
14870 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo>bar"}},"i":0}}]}'>foo>bar</span>]]
14871 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo././bar"}},"i":0}}]}'>foo././bar</span>]]
14872 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo{bar"}},"i":0}}]}'>foo{bar</span>]]
14873 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo}bar"}},"i":0}}]}'>foo}bar</span>]]
14874 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo[bar"}},"i":0}}]}'>foo[bar</span>]]
14875 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo]bar"}},"i":0}}]}'>foo]bar</span>]]
14876 [[<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>
14884 <p><a href="/index.php?title=/subpage&action=edit&redlink=1" class="new" title="/subpage (page does not exist)">/subpage</a>
14889 BUG 561: {{/Subpage}}
14891 subpage title=[[Page]]
14895 <p><a href="/index.php?title=Page/Subpage&action=edit&redlink=1" class="new" title="Page/Subpage (page does not exist)">Page/Subpage</a>
14903 Category:MediaWiki User's Guide
14911 [[:Category:MediaWiki User's Guide]]
14913 <p><a href="/wiki/Category:MediaWiki_User%27s_Guide" title="Category:MediaWiki User's Guide">Category:MediaWiki User's Guide</a>
14922 [[Category:MediaWiki User's Guide]]
14924 cat=MediaWiki_User's_Guide sort=
14926 <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"}}'/>
14930 PAGESINCATEGORY invalid title fatal (r33546 fix)
14932 {{PAGESINCATEGORY:<bogus>}}
14939 Category with different sort key
14943 [[Category:MediaWiki User's Guide|Foo]]
14945 cat=MediaWiki_User's_Guide sort=Foo
14947 <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"}}'/>
14951 Category with identical sort key
14955 [[Category:MediaWiki User's Guide|MediaWiki User's Guide]]
14957 cat=MediaWiki_User's_Guide sort=MediaWiki User's Guide
14959 <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"}}'/>
14963 Category with empty sort key
14968 [[Category:MediaWiki User's Guide|]]
14970 [[Category:MediaWiki User's Guide|MediaWiki User's Guide]]
14974 Category with empty sort key and parentheses
14979 [[Category:Foo (bar)|]]
14981 [[Category:Foo (bar)|Foo]]
14985 Category with link tail
14990 123[[Category:Foo]]456
14992 123[[Category:Foo]]456
14996 Category with template
15001 [[Category:{{echo|Foo}}]]
15003 [[Category:{{echo|Foo}}]]
15007 Category with template in sort key
15012 [[Category:Foo|{{echo|Bar}}]]
15014 [[Category:Foo|{{echo|Bar}}]]
15018 Category with template in sort key and title
15023 [[Category:{{echo|Foo}}|{{echo|Bar}}]]
15025 [[Category:{{echo|Foo}}|{{echo|Bar}}]]
15028 ## We used to, but no longer wt2wt this test since the default serializer
15029 ## will normalize all categories to serialize on their own line.
15030 ## This wikitext usage is going to be fairly uncommon in production and
15031 ## selser will take care of preserving formatting in those scenarios.
15033 Category / paragraph interactions
15037 Foo [[Category:Baz]] Bar
15039 Foo [[Category:Baz]]
15047 [[Category:Baz]] Bar
15060 {{echo|[[Category:Baz]]}}
15073 <p>Foo <link rel="mw:PageProp/Category" href="./Category:Baz"/> Bar</p>
15074 <p>Foo <link rel="mw:PageProp/Category" href="./Category:Baz"/> Bar</p>
15075 <p>Foo <link rel="mw:PageProp/Category" href="./Category:Baz"/> Bar</p>
15076 <p>Foo <link rel="mw:PageProp/Category" href="./Category:Baz"/> Bar</p>
15077 <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>
15078 <link rel="mw:PageProp/Category" href="./Category:Baz"/>
15081 ## We used to, but no longer wt2wt this test since the default serializer
15082 ## will normalize all categories to serialize on their own line.
15083 ## This wikitext usage is going to be fairly uncommon in production and
15084 ## selser will take care of preserving formatting in those scenarios.
15086 ## The whitespace on the empty line is part of the test. Please do not delete
15088 1. Categories and newlines: All preceding newlines should be suppressed (courtesy bug 87)
15094 [[Category:Foo]] and this should be part of same paragraph (not an indent-pre)
15096 {{echo|[[Category:Foo]] and so should this!}}
15098 <p>This and this should be part of same paragraph (not an indent-pre) and so should this!
15103 <link rel="mw:PageProp/Category" href="./Category:Foo"/> and this should be part of same paragraph (not an indent-pre)
15105 <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>
15108 ## Parsoid will not try to wt2wt this while preserving newlines because
15109 ## it suppresses excess newlines within list items -- and we don't want to
15110 ## introduce a special case just for categories, which is, in reality somewhat
15111 ## odd behavior -- categories are unlikely to be used in list items like this
15112 ## in top-level pages and are only likely to show up in template-generated
15113 ## list items where this RT-ing is a non-issue.
15115 ## The whitespace on the empty line is part of the test. Please do not delete
15117 2. Categories and newlines: All preceding newlines should be suppressed (courtesy bug 87)
15123 [[Category:Foo]] and this should be part of the same list item
15126 {{echo|[[Category:Foo]] and this should be part of the same list item}}
15128 <ul><li>This and this should be part of the same list item</li>
15129 <li>So should this and this should be part of the same list item</li></ul>
15132 <li>This <link rel="mw:PageProp/Category" href="./Category:Foo"/> and this should be part of the same list item</li>
15133 <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>
15137 ## Newlines and categories that follow the last item of a list
15138 ## are treated differently because this (list followed by categories)
15139 ## is an extremely common pattern on wikis.
15141 3. Categories and newlines: newline suppression for last list item should RT properly
15154 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/>
15156 <link rel="mw:PageProp/Category" href="./Category:Bar" data-parsoid='{"stx":"simple","a":{"href":"./Category:Bar"},"sa":{"href":"Category:Bar"}}'/>
15157 <link rel="mw:PageProp/Category" href="./Category:Baz" data-parsoid='{"stx":"simple","a":{"href":"./Category:Baz"},"sa":{"href":"Category:Baz"}}'/>
15161 4. Categories and newlines: newline suppression for last list item should RT properly
15169 <ul><li><ul><li><ul><li> b</li></ul></li></ul></li></ul></li></ul>
15171 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/>
15174 ## only wt2html for this to make sure the algo only applies to the rightmost path
15176 5. Categories and newlines: migrateTrailingCategories dom pass should only run on the rightmost path of nested lists
15189 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/></li></ul></li>
15191 <ul><li> d</li></ul></li></ul>
15192 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/>
15195 ## We used to, but no longer wt2wt this test since the default serializer
15196 ## will normalize all categories to serialize on their own line.
15197 ## This wikitext usage is going to be fairly uncommon in production and
15198 ## selser will take care of preserving formatting in those scenarios.
15200 6. Categories and newlines: migrateTrailingCategories dom pass should not migrate categories not preceded by newlines
15204 * a [[Category:Foo]]
15206 <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>
15209 # This test also demonstrates because of newline+category tunneling
15210 # through the list hander, template wrapping doesn't expand to the
15211 # containing list when the list item swallows the category.
15213 7. Categories and newlines: migrateTrailingCategories dom pass should leave template content alone
15218 <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
15219 </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>
15223 8. Categories and newlines: migrateTrailingCategories dom pass should not get tripped by intervening templates
15227 {{echo|[[Category:Foo]]
15231 <ul><li> a</li></ul>
15233 <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">
15234 </span><link rel="mw:PageProp/Category" href="./Category:Bar" about="#mwt1" data-parsoid='{"stx":"simple","a":{"href":"./Category:Bar"},"sa":{"href":"Category:Bar"}}'/>
15235 <link rel="mw:PageProp/Category" href="./Category:Baz" data-parsoid='{"stx":"simple","a":{"href":"./Category:Baz"},"sa":{"href":"Category:Baz"}}'/>
15239 Category links with multiple namespaces
15241 [[Category:Project:Foo]]
15243 <link rel="mw:PageProp/Category" href="./Category:Project:Foo" />
15247 Parsoid: Serialize link to category page with colon escape
15253 [[:Category:Foo|Bar]]
15256 <a rel="mw:WikiLink" href="./Category:Foo" title="Category:Foo">Category:Foo</a>
15257 <a rel="mw:WikiLink" href="./Category:Foo" title="Category:Foo">Bar</a>
15261 # We used to, but no longer wt2wt this test since the default serializer
15262 # will normalize all categories to serialize on their own line.
15263 # This wikitext usage is going to be fairly uncommon in production and
15264 # selser will take care of preventing whitespace insertion if this
15265 # occurs in an article.
15267 # html2html disabled for the same reason (whitespace insertion between
15270 # html2wt disabled because it localizes the "Category" namespace.
15272 Link prefix/suffixes aren't applied to category links
15282 <p>x<link rel="mw:PageProp/Category" href="./Flokkur:Foo" data-parsoid=""/>y</p>
15286 Parsoid: Serialize link to file page with colon escape
15292 [[:File:Foo.png|Bar]]
15295 <a rel="mw:WikiLink" href="./File:Foo.png" title="File:Foo.png">File:Foo.png</a>
15296 <a rel="mw:WikiLink" href="./File:Foo.png" title="File:Foo.png">Bar</a>
15301 Parsoid: Serialize a genuine category link without colon escape
15306 [[Category:Foo|Bar]]
15308 <link rel="mw:PageProp/Category" href="./Category:Foo">
15309 <link rel="mw:PageProp/Category" href="./Category:Foo#Bar">
15313 Normalize hrefs properly before testing for invalid link targets (bug 70894)
15317 <link rel="mw:PageProp/Category" href="./Category:Toxine_bactérienne"/>
15319 [[Category:Toxine bactérienne]]
15323 Parsoid: Defaultsort
15325 {{DEFAULTSORT:Foo}}
15327 <meta property="mw:PageProp/categorydefaultsort" content="Foo"/>
15331 Parsoid: Defaultsort (template-generated)
15333 {{{{echo|DEFAULTSORT}}:Foo}}
15335 <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}}]}'/>
15339 ### Inter-language links
15342 Interlanguage links
15350 es:Alimento fr:Nourriture zh:食品
15352 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Alimento"/>
15353 <link rel="mw:PageProp/Language" href="http://fr.wikipedia.org/wiki/Nourriture"/>
15354 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/食品"/>
15358 Duplicate interlanguage links (bug 24502)
15369 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/1"/>
15370 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/2"/>
15371 <link rel="mw:PageProp/Language" href="http://fr.wikipedia.org/wiki/1"/>
15372 <link rel="mw:PageProp/Language" href="http://fr.wikipedia.org/wiki/2"/>
15379 Basic section headings
15386 ===Smaller headline===
15389 <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>
15392 <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>
15395 <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>
15401 Section headings with TOC
15404 === Subheadline 1 ===
15405 ===== Skipping a level =====
15406 ====== Skipping a level ======
15410 ===Another headline===
15412 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15414 <li class="toclevel-1 tocsection-1"><a href="#Headline_1"><span class="tocnumber">1</span> <span class="toctext">Headline 1</span></a>
15416 <li class="toclevel-2 tocsection-2"><a href="#Subheadline_1"><span class="tocnumber">1.1</span> <span class="toctext">Subheadline 1</span></a>
15418 <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>
15420 <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>
15427 <li class="toclevel-1 tocsection-5"><a href="#Headline_2"><span class="tocnumber">2</span> <span class="toctext">Headline 2</span></a>
15429 <li class="toclevel-2 tocsection-6"><a href="#Another_headline"><span class="tocnumber">2.1</span> <span class="toctext">Another headline</span></a></li>
15435 <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>
15436 <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>
15437 <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>
15438 <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>
15439 <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>
15442 <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>
15447 TOC anchors don't collide
15455 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15457 <li class="toclevel-1 tocsection-1"><a href="#Headline_2"><span class="tocnumber">1</span> <span class="toctext">Headline 2</span></a></li>
15458 <li class="toclevel-1 tocsection-2"><a href="#Headline"><span class="tocnumber">2</span> <span class="toctext">Headline</span></a></li>
15459 <li class="toclevel-1 tocsection-3"><a href="#Headline_2_2"><span class="tocnumber">3</span> <span class="toctext">Headline 2</span></a></li>
15460 <li class="toclevel-1 tocsection-4"><a href="#Headline_3"><span class="tocnumber">4</span> <span class="toctext">Headline</span></a></li>
15464 <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>
15465 <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>
15466 <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>
15467 <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>
15471 # perl -e 'print "="x$_," Level $_ heading","="x$_,"\n" for 1..10'
15473 Handling of sections up to level 6 and beyond
15476 == Level 2 Heading==
15477 === Level 3 Heading===
15478 ==== Level 4 Heading====
15479 ===== Level 5 Heading=====
15480 ====== Level 6 Heading======
15481 ======= Level 7 Heading=======
15482 ======== Level 8 Heading========
15483 ========= Level 9 Heading=========
15484 ========== Level 10 Heading==========
15486 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15488 <li class="toclevel-1 tocsection-1"><a href="#Level_1_Heading"><span class="tocnumber">1</span> <span class="toctext">Level 1 Heading</span></a>
15490 <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>
15492 <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>
15494 <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>
15496 <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>
15498 <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>
15499 <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>
15500 <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>
15501 <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>
15502 <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>
15516 <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>
15517 <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>
15518 <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>
15519 <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>
15520 <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>
15521 <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>
15522 <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>
15523 <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>
15524 <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>
15525 <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>
15530 TOC regression (T11764)
15534 ==== title 1.1.1 ====
15539 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15541 <li class="toclevel-1 tocsection-1"><a href="#title_1"><span class="tocnumber">1</span> <span class="toctext">title 1</span></a>
15543 <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>
15545 <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>
15548 <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>
15551 <li class="toclevel-1 tocsection-5"><a href="#title_2"><span class="tocnumber">2</span> <span class="toctext">title 2</span></a>
15553 <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>
15559 <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>
15560 <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>
15561 <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>
15562 <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>
15563 <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>
15564 <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>
15569 TOC for heading containing <span id="..."></span> (T96153)
15572 ==<span id="old-anchor"></span>New title==
15574 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15576 <li class="toclevel-1 tocsection-1"><a href="#New_title"><span class="tocnumber">1</span> <span class="toctext">New title</span></a></li>
15580 <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>
15585 TOC with wgMaxTocLevel=3 (bug 6204)
15591 ==== title 1.1.1 ====
15596 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15598 <li class="toclevel-1 tocsection-1"><a href="#title_1"><span class="tocnumber">1</span> <span class="toctext">title 1</span></a>
15600 <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>
15601 <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>
15604 <li class="toclevel-1 tocsection-5"><a href="#title_2"><span class="tocnumber">2</span> <span class="toctext">title 2</span></a>
15606 <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>
15612 <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>
15613 <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>
15614 <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>
15615 <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>
15616 <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>
15617 <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>
15622 TOC with wgMaxTocLevel=3 and two level four headings (bug 6204)
15628 ====Section 1.1.1====
15629 ====Section 1.1.1.1====
15632 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15634 <li class="toclevel-1 tocsection-1"><a href="#Section_1"><span class="tocnumber">1</span> <span class="toctext">Section 1</span></a>
15636 <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>
15639 <li class="toclevel-1 tocsection-5"><a href="#Section_2"><span class="tocnumber">2</span> <span class="toctext">Section 2</span></a></li>
15643 <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>
15644 <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>
15645 <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>
15646 <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>
15647 <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>
15653 Resolving duplicate section names
15658 <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>
15659 <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>
15664 Resolving duplicate section names with differing case (bug 10721)
15669 <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>
15670 <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>
15682 Template with sections, __NOTOC__
15689 <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>
15690 <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>
15691 <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>
15692 <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>
15697 __NOEDITSECTION__ keyword
15703 <h2><span class="mw-headline" id="Section_1">Section 1</span></h2>
15704 <h2><span class="mw-headline" id="Section_2">Section 2</span></h2>
15709 Link inside a section heading
15711 ==Section with a [[Main Page|link]] in it==
15713 <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>
15718 TOC regression (T14077)
15725 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15727 <li class="toclevel-1 tocsection-1"><a href="#title_1"><span class="tocnumber">1</span> <span class="toctext">title 1</span></a>
15729 <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>
15732 <li class="toclevel-1 tocsection-3"><a href="#title_2"><span class="tocnumber">2</span> <span class="toctext">title 2</span></a></li>
15736 <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>
15737 <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>
15738 <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>
15743 BUG 1219 URL next to image (good)
15745 http://example.com [[File:Foobar.jpg]]
15747 <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>
15750 <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>
15754 Short headings with trailing space should match behavior of Parser::doHeadings (bug 19910)
15757 The line above must have a trailing space!
15760 But just in case it doesn't...
15762 <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>
15763 <p>The line above must have a trailing space!
15765 <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>
15766 <p>But just in case it doesn't...
15771 Header with special characters (bug 25462)
15773 The tooltips shall not show entities to the user (ie. be double escaped)
15790 <p>The tooltips shall not show entities to the user (ie. be double escaped)
15792 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15794 <li class="toclevel-1 tocsection-1"><a href="#text_.3E_text"><span class="tocnumber">1</span> <span class="toctext">text > text</span></a></li>
15795 <li class="toclevel-1 tocsection-2"><a href="#text_.3C_text"><span class="tocnumber">2</span> <span class="toctext">text < text</span></a></li>
15796 <li class="toclevel-1 tocsection-3"><a href="#text_.26_text"><span class="tocnumber">3</span> <span class="toctext">text & text</span></a></li>
15797 <li class="toclevel-1 tocsection-4"><a href="#text_.27_text"><span class="tocnumber">4</span> <span class="toctext">text ' text</span></a></li>
15798 <li class="toclevel-1 tocsection-5"><a href="#text_.22_text"><span class="tocnumber">5</span> <span class="toctext">text " text</span></a></li>
15802 <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>
15805 <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>
15808 <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>
15811 <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>
15814 <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>
15820 Header with space, plus and underscore as entity
15822 Id should not contain + for spaces
15824 == Space between Text ==
15827 == Space-Entity between Text ==
15830 == Plus+between+Text ==
15833 == Plus-Entity+between+Text ==
15836 == Underscore_between_Text ==
15839 == Underscore-Entity_between_Text ==
15842 [[#Space between Text]]
15843 [[#Space-Entity between Text]]
15844 [[#Plus+between+Text]]
15845 [[#Plus-Entity+between+Text]]
15846 [[#Underscore_between_Text]]
15847 [[#Underscore-Entity_between_Text]]
15849 <p>Id should not contain + for spaces
15851 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15853 <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>
15854 <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>
15855 <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>
15856 <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>
15857 <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>
15858 <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>
15862 <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>
15865 <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>
15868 <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>
15871 <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>
15874 <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>
15877 <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>
15879 </p><p><a href="#Space_between_Text">#Space between Text</a>
15880 <a href="#Space-Entity_between_Text">#Space-Entity between Text</a>
15881 <a href="#Plus.2Bbetween.2BText">#Plus+between+Text</a>
15882 <a href="#Plus-Entity.2Bbetween.2BText">#Plus-Entity+between+Text</a>
15883 <a href="#Underscore_between_Text">#Underscore_between_Text</a>
15884 <a href="#Underscore-Entity_between_Text">#Underscore-Entity_between_Text</a>
15889 Headers with excess '=' characters
15890 (Are similar tests necessary beyond the 1st level?)
15894 =''italic'' heading==
15895 ==''italic'' heading=
15897 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15899 <li class="toclevel-1 tocsection-1"><a href="#foo.3D"><span class="tocnumber">1</span> <span class="toctext">foo=</span></a></li>
15900 <li class="toclevel-1 tocsection-2"><a href="#.3Dfoo"><span class="tocnumber">2</span> <span class="toctext">=foo</span></a></li>
15901 <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>
15902 <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>
15906 <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>
15907 <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>
15908 <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>
15909 <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>
15914 HTML headers vs TOC (bug 23393)
15915 (__NOEDITSECTION__ for clearer output, doesn't matter here)
15927 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15929 <li class="toclevel-1"><a href="#Header_1"><span class="tocnumber">1</span> <span class="toctext">Header 1</span></a>
15931 <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>
15932 <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>
15935 <li class="toclevel-1"><a href="#Header_2"><span class="tocnumber">2</span> <span class="toctext">Header 2</span></a>
15937 <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>
15938 <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>
15944 <h1><span class="mw-headline" id="Header_1">Header 1</span></h1>
15945 <h2><span class="mw-headline" id="Header_1.1">Header 1.1</span></h2>
15946 <h2><span class="mw-headline" id="Header_1.2">Header 1.2</span></h2>
15947 <h1><span class="mw-headline" id="Header_2">Header 2</span></h1>
15948 <h2><span class="mw-headline" id="Header_2.1">Header 2.1</span></h2>
15949 <h2><span class="mw-headline" id="Header_2.2">Header 2.2</span></h2>
15954 Single-line or multiline-comments can follow headings
15956 parsoid=wt2html,wt2wt
15964 <h2><span class="mw-headline" id="foo">foo</span></h2>
15965 <h2><span class="mw-headline" id="bar">bar</span></h2>
15966 <h2><span class="mw-headline" id="baz">baz</span></h2>
15971 BUG 1219 URL next to image (broken)
15973 http://example.com[[File:Foobar.jpg]]
15975 <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>
15978 <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>
15982 Bug 1186 news: in the middle of text
15984 http://en.wikinews.org/wiki/Wikinews:Workplace
15986 <p><a rel="nofollow" class="external free" href="http://en.wikinews.org/wiki/Wikinews:Workplace">http://en.wikinews.org/wiki/Wikinews:Workplace</a>
15992 Namespaced link must have a title
16001 Namespaced link must have a title (bad fragment version)
16003 [[Project:#fragment]]
16005 <p>[[Project:#fragment]]
16011 ### HTML tags and HTML attributes
16015 div with no attributes
16017 <div>HTML rocks</div>
16019 <div>HTML rocks</div>
16024 div with double-quoted attribute
16026 <div id="rock">HTML rocks</div>
16028 <div id="rock">HTML rocks</div>
16033 div with single-quoted attribute
16035 <div id='rock'>HTML rocks</div>
16037 <div id="rock">HTML rocks</div>
16042 div with unquoted attribute
16044 <div id=rock>HTML rocks</div>
16046 <div id="rock">HTML rocks</div>
16051 div with illegal double attributes
16053 <div id="a" id="b">HTML rocks</div>
16055 <div id="b">HTML rocks</div>
16060 div with empty attribute value, space before equals
16062 parsoid=wt2html,html2html
16064 <div class =>HTML rocks</div>
16066 <div class="">HTML rocks</div>
16069 <div class="" data-parsoid='{"stx":"html"}'>HTML rocks</div>
16073 div with multiple empty attribute values
16075 parsoid=wt2html,html2html
16077 <div id= title=>HTML rocks</div>
16079 <div id="title.3D">HTML rocks</div>
16082 <div id="title.3D" data-parsoid='{"stx":"html"}'>HTML rocks</div>
16086 table with multiple empty attribute values
16088 parsoid=wt2html,html2html
16094 <table title="id=">
16100 <table title="id=">
16101 <tbody><tr><td> hi</td></tr>
16106 div with braces in attribute value
16108 <div title="{}">Foo</div>
16110 <div title="{}">Foo</div>
16113 <div title="{}">Foo</div>
16117 div with empty attribute value, no space before equals
16119 parsoid=wt2html,html2html
16121 <div class=>HTML rocks</div>
16123 <div class="">HTML rocks</div>
16126 <div class="">HTML rocks</div>
16130 HTML multiple attributes correction
16132 <p class="error" class="awesome">Awesome!</p>
16134 <p class="awesome">Awesome!</p>
16139 Table multiple attributes correction
16142 !+ class="error" class="awesome"| status
16147 <th class="awesome"> status
16155 <DIV ID="x">HTML ROCKS</DIV>
16157 <div id="x">HTML ROCKS</div>
16162 Non-ASCII pseudo-tags are rendered as text
16171 Pseudo-tag with URL 'name' renders as url link
16173 <http://example.com/>
16175 <p><<a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a>>
16180 text with amp in the middle of nowhere
16184 <p>Remember AT&T?
16189 text with character entity: eacute
16191 I always thought é was a cute letter.
16193 <p>I always thought é was a cute letter.
16196 <p>I always thought é was a cute letter.</p>
16200 text with entity-escaped character entity-like string: eacute
16202 I always thought &eacute; was a cute letter.
16204 <p>I always thought &eacute; was a cute letter.
16209 text with undefined character entity: xacute
16211 I always thought &xacute; was a cute letter.
16213 <p>I always thought &xacute; was a cute letter.
16220 <data value="5">five</data>
16221 <time datetime="2000-01-01T00:00Z">The new millenium started</time>
16222 <mark>This highlighted text</mark>
16224 <p><data value="5">five</data>
16225 <time datetime="2000-01-01T00:00Z">The new millenium started</time>
16226 <mark>This highlighted text</mark>
16231 HTML tag with leading space is parsed as text
16235 <p>< div>foo< /div>
16240 ### Nesting tests (see bug 41545, 50604, 51081)
16243 # This test case is fixed in Parsoid by domino 1.0.12. (bug 50604)
16244 # Note that html2wt is considerably more difficult if we use <b> in
16245 # the test case, instead of <small>
16247 Ensure that HTML adoption agency algorithm is properly implemented.
16249 <small>X<small>Y</small>Z</small>
16251 <p><small>X<small>Y</small>Z</small>
16255 # This was bug 41545 in the PHP parser.
16256 # Note that tidy doesn't handle this correctly.
16260 <kbd>X<kbd>Y</kbd>Z</kbd>
16262 <p><kbd>X<kbd>Y</kbd>Z</kbd>
16266 # The following cases were bug 51081 in the PHP parser.
16267 # Note that there are some other nestable tags (b, i, etc) which are
16268 # not covered; see bug 51081 for discussion.
16270 # Note that tidy doesn't handle this correctly.
16274 <em>X<em>Y</em>Z</em>
16276 <p><em>X<em>Y</em>Z</em>
16280 # Note that tidy doesn't handle this correctly.
16282 Nesting of <strong>
16284 <strong>X<strong>Y</strong>Z</strong>
16286 <p><strong>X<strong>Y</strong>Z</strong>
16295 <p><q>X<q>Y</q>Z</q></p>
16298 # Note that tidy doesn't handle this correctly.
16302 <ruby>X<ruby>Y</ruby>Z</ruby>
16304 <p><ruby>X<ruby>Y</ruby>Z</ruby>
16308 # Note that tidy doesn't handle this correctly.
16312 <bdo>X<bdo>Y</bdo>Z</bdo>
16314 <p><bdo>X<bdo>Y</bdo>Z</bdo>
16326 [[Media:Foobar.jpg]]
16328 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class="internal" title="Foobar.jpg">Media:Foobar.jpg</a>
16333 Media link with text
16335 [[Media:Foobar.jpg|A neat file to look at]]
16337 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class="internal" title="Foobar.jpg">A neat file to look at</a>
16341 # FIXME: this is still bad HTML tag nesting
16342 # FIXME: doBlockLevels won't wrap this in a paragraph because it contains a div
16344 Media link with nasty text
16346 [[Media:Foobar.jpg|Safe Link<div style=display:none>" onmouseover="alert(document.cookie)" onfoo="</div>]]
16348 <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>
16351 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class="internal" title="Foobar.jpg">Safe Link</a></p>
16352 <div style="display:none">" onmouseover="alert(document.cookie)" onfoo="</div>
16356 Media link to nonexistent file (bug 1702)
16358 [[Media:No such.jpg]]
16360 <p><a href="/index.php?title=Special:Upload&wpDestFile=No_such.jpg" class="new" title="No such.jpg">Media:No such.jpg</a>
16365 Image link to nonexistent file (bug 1850 - good)
16367 [[File:No_such.jpg]]
16369 <p><a href="/index.php?title=Special:Upload&wpDestFile=No_such.jpg" class="new" title="File:No such.jpg">File:No such.jpg</a>
16372 <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>
16376 :Image link to nonexistent file (bug 1850 - bad)
16378 [[:Image:No such.jpg]]
16380 <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>
16383 <p><a rel="mw:WikiLink" href="./File:No_such.jpg" title="File:No such.jpg">Image:No such.jpg</a></p>
16389 Character reference normalization in link text (bug 1938)
16391 [[Main Page|this&that]]
16393 <p><a href="/wiki/Main_Page" title="Main Page">this&that</a>
16400 Test for unicode normalization
16402 The page's name is U+05d0 U+05b7, with non-canonical form U+FB2E
16406 (bug 19451) Links should refer to the normalized form.
16414 <p><a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
16415 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
16416 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
16417 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
16418 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
16423 Empty attribute crash test (bug 2067)
16425 <font color="">foo</font>
16427 <p><font color="">foo</font>
16432 Empty attribute crash test single-quotes (bug 2067)
16434 <font color=''>foo</font>
16436 <p><font color="">foo</font>
16441 Attribute test: equals, then nothing
16443 parsoid=wt2html,html2html
16445 <font color=>foo</font>
16447 <p><font color="">foo</font>
16450 <p><font color="" data-parsoid='{"stx":"html"}'>foo</font></p>
16454 Attribute test: unquoted value
16456 parsoid=wt2html,html2html
16458 <font color=x>foo</font>
16460 <p><font color="x">foo</font>
16463 <p><font color="x" data-parsoid='{"stx":"html"}'>foo</font></p>
16467 Attribute test: unquoted but illegal value (hash)
16469 <font color=#x>foo</font>
16471 <p><font color="#x">foo</font>
16475 # Parsoid does not serialize to empty attribute syntax,
16476 # so wt2wt and html2wt cases are skipped
16478 Attribute test: no value (T54330)
16480 parsoid=wt2html,html2html
16482 <font color>foo</font>
16484 <p><font color="">foo</font>
16487 <p><font color="">foo</font></p>
16491 Bug 2095: link with three closing brackets
16495 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>]
16498 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">Main Page</a>]</p>
16502 Bug 2095: link with pipe and three closing brackets
16504 [[Main Page|link]]]
16506 <p><a href="/wiki/Main_Page" title="Main Page">link</a>]
16509 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">link</a>]</p>
16513 Bug 2095: link with pipe and three closing brackets, version 2
16515 [[Main Page|[http://example.com/]]]
16517 <p><a href="/wiki/Main_Page" title="Main Page">[http://example.com/]</a>
16520 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">[http://example.com/]</a></p>
16529 Template:Dangerous attribute
16531 " onmouseover="alert(document.cookie)
16535 Template:Dangerous style attribute
16537 border-size: expression(alert(document.cookie))
16543 <div style="float: right; {{{1}}}">Magic div</div>
16547 Bug 2304: HTML attribute safety (safe template; regression bug 2309)
16549 <div title="{{test}}"></div>
16551 <div title="This is a test template"></div>
16554 <div title="This is a test template" about="#mwt2" typeof="mw:ExpandedAttrs" data-parsoid='{"stx":"html","a":{"title":"This is a test template"},"sa":{"title":"{{test}}"}}' data-mw='{"attribs":[[{"txt":"title"},{"html":"<span about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid='{\"pi\":[[]],\"dsr\":[12,20,null,null]}' data-mw='{\"parts\":[{\"template\":{\"target\":{\"wt\":\"test\",\"href\":\"./Template:Test\"},\"params\":{},\"i\":0}}]}'>This is a test template</span>"}]]}'></div>
16557 # Parsoid has enough context to handle this case
16559 Bug 2304: HTML attribute safety (dangerous template; 2309)
16561 <div title="{{dangerous attribute}}"></div>
16563 <div title=""></div>
16566 <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>
16570 Bug 2304: HTML attribute safety (dangerous style template; 2309)
16572 <div style="{{dangerous style attribute}}"></div>
16574 <div style="/* insecure input */"></div>
16577 <div style="/* insecure input */" about="#mwt2" typeof="mw:ExpandedAttrs" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"{{dangerous style attribute}}"}}' data-mw='{"attribs":[[{"txt":"style"},{"html":"<span about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid='{\"pi\":[[]],\"dsr\":[12,41,null,null]}' data-mw='{\"parts\":[{\"template\":{\"target\":{\"wt\":\"dangerous style attribute\",\"href\":\"./Template:Dangerous_style_attribute\"},\"params\":{},\"i\":0}}]}'>border-size: expression(alert(document.cookie))</span>"}]]}'></div>
16581 Bug 2304: HTML attribute safety (safe parameter; 2309)
16583 {{div style|width: 200px}}
16585 <div style="float: right; width: 200px">Magic div</div>
16588 <div style="float: right; width: 200px" about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"stx":"html","a":{"style":"float: right; width: 200px"},"sa":{"style":"float: right; {{{1}}}"},"pi":[[{"k":"1"}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"div style","href":"./Template:Div_style"},"params":{"1":{"wt":"width: 200px"}},"i":0}}]}'>Magic div</div>
16592 Bug 2304: HTML attribute safety (unsafe parameter; 2309)
16594 {{div style|width: expression(alert(document.cookie))}}
16596 <div style="/* insecure input */">Magic div</div>
16599 <div style="/* insecure input */" about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"float: right; {{{1}}}"},"pi":[[{"k":"1"}]]}' data-mw='{"parts":[{"template":{"target":{"wt":"div style","href":"./Template:Div_style"},"params":{"1":{"wt":"width: expression(alert(document.cookie))"}},"i":0}}]}'>Magic div</div>
16602 ## Parsoid output here differs; needs investigation.
16604 Bug 2304: HTML attribute safety (unsafe breakout parameter; 2309)
16606 {{div style|"><script>alert(document.cookie)</script>}}
16608 <div style="float: right;"><script>alert(document.cookie)</script>">Magic div</div>
16612 ## Parsoid output here differs; needs investigation.
16614 Bug 2304: HTML attribute safety (unsafe breakout parameter 2; 2309)
16616 {{div style|" ><script>alert(document.cookie)</script>}}
16618 <div style="float: right;"><script>alert(document.cookie)</script>">Magic div</div>
16623 Bug 2304: HTML attribute safety (link)
16625 <div title="[[Main Page]]"></div>
16627 <div title="[[Main Page]]"></div>
16632 Bug 2304: HTML attribute safety (italics)
16634 <div title="''foobar''"></div>
16636 <div title="''foobar''"></div>
16641 Bug 2304: HTML attribute safety (bold)
16643 <div title="'''foobar'''"></div>
16645 <div title="'''foobar'''"></div>
16650 Bug 2304: HTML attribute safety (ISBN)
16652 <div title="ISBN 1234567890"></div>
16654 <div title="ISBN 1234567890"></div>
16659 Bug 2304: HTML attribute safety (RFC)
16661 <div title="RFC 1234"></div>
16663 <div title="RFC 1234"></div>
16668 Bug 2304: HTML attribute safety (PMID)
16670 <div title="PMID 1234567890"></div>
16672 <div title="PMID 1234567890"></div>
16677 Bug 2304: HTML attribute safety (web link)
16679 <div title="http://example.com/"></div>
16681 <div title="http://example.com/"></div>
16686 Bug 2304: HTML attribute safety (named web link)
16688 <div title="[http://example.com/ link]"></div>
16690 <div title="[http://example.com/ link]"></div>
16695 Bug 3244: HTML attribute safety (extension; safe)
16697 <div style="<nowiki>background:blue</nowiki>"></div>
16699 <div style="background:blue"></div>
16702 <div style="background:blue" data-parsoid='{"stx":"html","a":{"style":"background:blue"},"sa":{"style":"<nowiki>background:blue</nowiki>"}}'></div>
16706 Bug 3244: HTML attribute safety (extension; unsafe)
16708 <div style="<nowiki>border-left:expression(alert(document.cookie))</nowiki>"></div>
16710 <div style="/* insecure input */"></div>
16713 <div style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"<nowiki>border-left:expression(alert(document.cookie))</nowiki>"}}'></div>
16716 # More MSIE fun discovered by Tom Gilder
16719 MSIE CSS safety test: spurious slash
16721 <div style="background-image:u\rl(javascript:alert('boo'))">evil</div>
16723 <div style="/* insecure input */">evil</div>
16726 <div style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"background-image:u\\rl(javascript:alert('boo'))"}}'>evil</div>
16730 MSIE CSS safety test: hex code
16732 <div style="background-image:u\72l(javascript:alert('boo'))">evil</div>
16734 <div style="/* insecure input */">evil</div>
16737 <div style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"background-image:u\\72l(javascript:alert('boo'))"}}'>evil</div>
16741 MSIE CSS safety test: comment in url
16743 <div style="background-image:u/**/rl(javascript:alert('boo'))">evil</div>
16745 <div style="background-image:u rl(javascript:alert('boo'))">evil</div>
16748 <div style="background-image:u rl(javascript:alert('boo'))" data-parsoid='{"stx":"html","a":{"style":"background-image:u rl(javascript:alert('boo'))"},"sa":{"style":"background-image:u/**/rl(javascript:alert('boo'))"}}'>evil</div>
16752 MSIE CSS safety test: comment in expression
16754 <div style="background-image:expres/**/sion(alert('boo4'))">evil4</div>
16756 <div style="background-image:expres sion(alert('boo4'))">evil4</div>
16759 <div style="background-image:expres sion(alert('boo4'))" data-parsoid='{"stx":"html","a":{"style":"background-image:expres sion(alert('boo4'))"},"sa":{"style":"background-image:expres/**/sion(alert('boo4'))"}}'>evil4</div>
16763 CSS safety test (all browsers): vertical tab (bug 55332 / CVE-2013-4567)
16765 <p style="font-size: 100px; background-image:url\b(https://www.google.com/images/srpr/logo6w.png)">A</p>
16767 <p style="/* invalid control char */">A</p>
16770 <p style="/* invalid control char */" data-parsoid='{"stx":"html","a":{"style":"/* invalid control char */"},"sa":{"style":"font-size: 100px; background-image:url\\b(https://www.google.com/images/srpr/logo6w.png)"}}'>A</p>
16774 MSIE 6 CSS safety test: Fullwidth (bug 55332)
16776 <p style="font-size: 100px; color: expression((title='XSSed'),'red')">A</p>
16777 <div style="top:EXPRESSION(alert())">B</div>
16779 <p style="/* insecure input */">A</p>
16780 <div style="/* insecure input */">B</div>
16783 <p style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"font-size: 100px; color: expression((title='XSSed'),'red')"}}'>A</p>
16784 <div style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"top:EXPRESSION(alert())"}}'>B</div>
16788 MSIE 6 CSS safety test: IPA extensions (bug 55332)
16790 <div style="background-image:uʀʟ(javascript:alert())">A</div>
16791 <p style="font-size: 100px; color: expʀessɪoɴ((title='XSSed'),'red')">B</p>
16793 <div style="/* insecure input */">A</div>
16794 <p style="/* insecure input */">B</p>
16797 <div style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"background-image:uʀʟ(javascript:alert())"}}'>A</div>
16798 <p style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"font-size: 100px; color: expʀessɪoɴ((title='XSSed'),'red')"}}'>B</p>
16802 MSIE 6 CSS safety test: sup/sub script (bug 55332)
16804 <div style="background-image:url⁽javascript:alert())">A</div>
16805 <div style="background-image:url₍javascript:alert())">B</div>
16806 <p style="font-size: 100px; color: expressioⁿ((title='XSSed'),'red')">C</p>
16808 <div style="/* insecure input */">A</div>
16809 <div style="/* insecure input */">B</div>
16810 <p style="/* insecure input */">C</p>
16813 <div style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"background-image:url⁽javascript:alert())"}}'>A</div>
16814 <div style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"background-image:url₍javascript:alert())"}}'>B</div>
16815 <p style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"font-size: 100px; color: expressioⁿ((title='XSSed'),'red')"}}'>C</p>
16821 parsoid=wt2html,html2html
16824 title="data:text/html,<img src=1 onerror=alert(1)>"
16825 style="-o-link:attr(title);-o-link-source:current">X</div>
16827 <div title="data:text/html,<img src=1 onerror=alert(1)>" style="/* insecure input */">X</div>
16830 <div title="data:text/html,<img src=1 onerror=alert(1)>" style="/* insecure input */" data-parsoid='{"stx":"html","a":{"title":"data:text/html,<img src=1 onerror=alert(1)>","style":"/* insecure input */"},"sa":{"title":"&#100;&#97;&#116;&#97;&#58;&#116;&#101;&#120;&#116;&#47;&#104;&#116;&#109;&#108;&#44;&#60;&#105;&#109;&#103;&#32;&#115;&#114;&#99;&#61;&#49;&#32;&#111;&#110;&#101;&#114;&#114;&#111;&#114;&#61;&#97;&#108;&#101;&#114;&#116;&#40;&#49;&#41;&#62;","style":"-o-link:attr(title);-o-link-source:current"}}'>X</div>
16834 MSIE 6 CSS safety test: Repetition markers (bug 55332)
16836 <p style="font-size: 100px; color: expres〱ion((title='XSSed'),'red')">A</p>
16837 <p style="font-size: 100px; color: expresゝion((title='XSSed'),'red')">B</p>
16838 <p style="font-size: 100px; color: expresーion((title='XSSed'),'red')">C</p>
16839 <p style="font-size: 100px; color: expresヽion((title='XSSed'),'red')">D</p>
16840 <p style="font-size: 100px; color: expresﹽion((title='XSSed'),'red')">E</p>
16841 <p style="font-size: 100px; color: expresﹼion((title='XSSed'),'red')">F</p>
16842 <p style="font-size: 100px; color: expresーion((title='XSSed'),'red')">G</p>
16844 <p style="/* insecure input */">A</p>
16845 <p style="/* insecure input */">B</p>
16846 <p style="/* insecure input */">C</p>
16847 <p style="/* insecure input */">D</p>
16848 <p style="/* insecure input */">E</p>
16849 <p style="/* insecure input */">F</p>
16850 <p style="/* insecure input */">G</p>
16853 <p style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"font-size: 100px; color: expres〱ion((title='XSSed'),'red')"}}'>A</p>
16854 <p style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"font-size: 100px; color: expresゝion((title='XSSed'),'red')"}}'>B</p>
16855 <p style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"font-size: 100px; color: expresーion((title='XSSed'),'red')"}}'>C</p>
16856 <p style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"font-size: 100px; color: expresヽion((title='XSSed'),'red')"}}'>D</p>
16857 <p style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"font-size: 100px; color: expresﹽion((title='XSSed'),'red')"}}'>E</p>
16858 <p style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"font-size: 100px; color: expresﹼion((title='XSSed'),'red')"}}'>F</p>
16859 <p style="/* insecure input */" data-parsoid='{"stx":"html","a":{"style":"/* insecure input */"},"sa":{"style":"font-size: 100px; color: expresーion((title='XSSed'),'red')"}}'>G</p>
16863 Table attribute legitimate extension
16866 !+ style="<nowiki>color:blue</nowiki>"| status
16871 <th style="color:blue"> status
16877 Table attribute safety
16880 !+ style="<nowiki>border-width:expression(0+alert(document.cookie))</nowiki>"| status
16885 <th style="/* insecure input */"> status
16891 CSS line continuation 1
16893 <div style="background-image: u\ rl(test.jpg);"></div>
16895 <div style="/* insecure input */"></div>
16900 CSS line continuation 2
16902 <div style="background-image: u\ rl(test.jpg); "></div>
16904 <div style="/* invalid control char */"></div>
16915 Expansion of multi-line templates in attribute values (bug 6255)
16917 <div style="background: {{identity|#00FF00}}">-</div>
16919 <div style="background: #00FF00">-</div>
16924 Expansion of multi-line templates in attribute values (bug 6255 sanity check)
16926 <div style="background:
16929 <div style="background: #00FF00">-</div>
16932 <div style="background:
16937 Expansion of multi-line templates in attribute values (bug 6255 sanity check 2)
16939 <div style="background: #00FF00">-</div>
16941 <div style="background: #00FF00">-</div>
16946 Tags which are hidden from Tidy cannot pass through the Sanitizer
16948 <mw:toc><script>alert();</script></mw:toc>
16950 <p><mw:toc><script>alert();</script></mw:toc></p>
16954 ### Parser hooks (see tests/parser/parserTestsParserHook.php for the <tag> extension)
16958 Parser hook: empty input
16969 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
16972 ## Don't expect parsoid to rt this form.
16974 Parser hook: empty input using terminated empty elements
16976 parsoid=wt2html,html2html
16987 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":null}' data-parsoid='{}' about="#mwt2"></pre>
16991 Parser hook: empty input using terminated empty elements (space before)
17002 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":null}' data-parsoid='{}' about="#mwt2"></pre>
17006 Parser hook: basic input
17017 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"input"}}' data-parsoid='{}' about="#mwt2"></pre>
17020 ## Don't expect parsoid to rt this form.
17022 Parser hook: case insensitive
17024 parsoid=wt2html,html2html
17035 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"input"}}' data-parsoid='{}' about="#mwt2"></pre>
17038 ## Don't expect parsoid to rt this form.
17040 Parser hook: case insensitive, redux
17042 parsoid=wt2html,html2html
17053 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"input"}}' data-parsoid='{}' about="#mwt2"></pre>
17057 Parser hook: nested tags
17059 <tag><tag></tag></tag>
17068 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"<tag>"}}' data-parsoid='{}' about="#mwt2"></pre></tag>
17072 Parser hook: basic arguments
17074 <tag width="200" height="100" depth="50" square=""></tag>
17087 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"width":"200","height":"100","depth":"50","square":""},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
17090 ## Don't expect parsoid to rt this form.
17092 Parser hook: basic arguments, variations
17094 parsoid=wt2html,html2html
17096 <tag width=200 height = "100" depth = '50' square></tag>
17109 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"width":"200","height":"100","depth":"50","square":""},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
17113 Parser hook: argument containing a forward slash (bug 5344)
17115 <tag filename="/tmp/bla"></tag>
17120 'filename' => '/tmp/bla',
17125 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"filename":"/tmp/bla"},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
17128 ## Don't expect parsoid to rt this form.
17130 Parser hook: empty input using terminated empty elements (bug 2374)
17132 parsoid=wt2html,html2html
17144 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"foo":"bar"},"body":null}' data-parsoid='{}' about="#mwt2"></pre>text
17147 ## </tag> should be output literally since there is no matching tag that begins it
17148 ## Don't expect parsoid to rt this form.
17150 Parser hook: basic arguments using terminated empty elements (bug 2374)
17154 <tag width=200 height = "100" depth = '50' square/>
17171 <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
17175 ## Don't expect parsoid to rt this form.
17177 Parser hook: Don't allow unclosed extension tags
17183 this is a '''test'''
17185 <p>test <tag>123
17186 </p><p>this is a <b>test</b>
17189 <p>test <tag>123</p>
17191 <p>this is a <b>test</b></p>
17195 ### (see tests/parser/parserTestsParserHook.php for the <statictag> extension)
17199 Parser hook: static parser hook not inside a comment
17201 <statictag>hello, world</statictag>
17203 <statictag action="flush" />
17209 <p><span typeof="mw:Extension/statictag" data-mw='{"name":"statictag","attrs":{},"body":{"extsrc":"hello, world"}}' data-parsoid='{}' about="#mwt2"></span></p>
17210 <p typeof="mw:Extension/statictag" data-mw='{"name":"statictag","attrs":{"action":"flush"},"body":null}' data-parsoid='{}' about="#mwt4">hello, world</p>
17214 Parser hook: static parser hook inside a comment
17216 <!-- <statictag>hello, world</statictag> -->
17217 <statictag action="flush" />
17222 <!-- <statictag>hello, world</statictag> -->
17223 <p typeof="mw:Extension/statictag" data-mw='{"name":"statictag","attrs":{"action":"flush"},"body":null}' data-parsoid='{}' about="#mwt2"></p>
17226 # Nested template calls; this case was broken by Parser.php rev 1.506,
17230 Template:One-parameter
17232 (My parameter is: {{{1}}})
17236 Template:Map-one-parameter
17238 {{{{{1}}}|{{{2}}}}}
17242 Nested template calls
17244 {{Map-one-parameter|One-parameter|param}}
17246 <p>(My parameter is: param)
17255 # HTML+Tidy effectively strips out the empty tags completely
17256 # But since Parsoid doesn't it wraps the <s></s> tags in p-tags
17257 # which Tidy would have done for the PHP parser had there been content inside it.
17259 Sanitizer: Closing of open tags
17261 <s></s><table></table>
17263 <s></s><table></table>
17266 <p><s></s></p><table></table>
17270 Sanitizer: Closing of open but not closed tags
17279 Sanitizer: Closing of closed but not open tags
17289 Sanitizer: Closing of closed but not open table tags
17293 Table not started</td></tr></table>
17295 <p>Table not started</p>
17297 <p>Table not started</p>
17301 Sanitizer: Escaping of spaces, multibyte characters, colons & other stuff in id=""
17303 <span id="æ: v">byte</span>[[#æ: v|backlink]]
17305 <p><span id=".C3.A6:_v">byte</span><a href="#.C3.A6:_v">backlink</a>
17308 <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>
17311 # In HTML5, the restrictions are that id must contain at least one character,
17312 # and must not contain any space characters.
17314 Sanitizer: Validating the contents of the id attribute (bug 4515)
17318 <br id="" /><br id="a space" />
17323 # In HTML5, id must be unique amongst all the ids in the element's home subtree.
17325 Sanitizer: Validating id attribute uniqueness (bug 4515, bug 6301)
17329 <br id="foo" /><br id="foo" />
17331 Something need to be done. foo-2 ?
17335 Sanitizer: Validating that <meta> and <link> work, but only for Microdata
17338 <meta itemprop="hello" content="world">
17339 <meta http-equiv="refresh" content="5">
17340 <meta itemprop="hello" http-equiv="refresh" content="5">
17341 <link itemprop="hello" href="{{SERVER}}">
17342 <link rel="stylesheet" href="{{SERVER}}">
17343 <link rel="stylesheet" itemprop="hello" href="{{SERVER}}">
17347 <p> <meta itemprop="hello" content="world" />
17348 <meta http-equiv="refresh" content="5">
17349 <meta itemprop="hello" content="5" />
17351 <link itemprop="hello" href="http://example.org" />
17352 <link rel="stylesheet" href="<a rel="nofollow" class="external free" href="http://example.org">http://example.org</a>">
17353 <link itemprop="hello" href="http://example.org" />
17359 Language converter: output gets cut off unexpectedly (bug 5757)
17363 this bit is safe: }-
17365 but if we add a conversion instance: -{zh-cn:xxx;zh-tw:yyy}-
17367 then we get cut off here: }-
17369 all additional text is vanished
17371 <p>this bit is safe: }-
17372 </p><p>but if we add a conversion instance: xxx
17373 </p><p>then we get cut off here: }-
17374 </p><p>all additional text is vanished
17379 Self closed html pairs (bug 5487)
17382 <center><font id="bug" />Centered text</center>
17383 <div><font id="bug2" />In div text</div>
17385 <center><font id="bug" />Centered text</center>
17386 <div><font id="bug2" />In div text</div>
17395 Punctuation: nbsp before exclamation
17399 <p>C'est grave !
17404 Punctuation: CSS !important (bug 11874)
17406 <div style="width:50% !important">important</div>
17408 <div style="width:50% !important">important</div>
17413 Punctuation: CSS ! important (bug 11874; with space after)
17415 <div style="width:50% ! important">important</div>
17417 <div style="width:50% ! important">important</div>
17422 HTML bullet list, closed tags (bug 5497)
17435 <ul data-parsoid='{"stx":"html"}'>
17436 <li data-parsoid='{"stx":"html"}'>One</li>
17437 <li data-parsoid='{"stx":"html"}'>Two</li>
17443 HTML bullet list, unclosed tags (bug 5497)
17455 <ul data-parsoid='{"stx":"html"}'>
17456 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>One</li>
17457 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>Two</li>
17463 HTML ordered list, closed tags (bug 5497)
17476 <ol data-parsoid='{"stx":"html"}'>
17477 <li data-parsoid='{"stx":"html"}'>One</li>
17478 <li data-parsoid='{"stx":"html"}'>Two</li>
17484 HTML ordered list, unclosed tags (bug 5497)
17497 <ol data-parsoid='{"stx":"html"}'>
17498 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>One</li>
17499 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>Two</li>
17505 HTML nested bullet list, closed tags (bug 5497)
17528 <ul data-parsoid='{"stx":"html"}'>
17529 <li data-parsoid='{"stx":"html"}'>One</li>
17530 <li data-parsoid='{"stx":"html"}'>Two:
17531 <ul data-parsoid='{"stx":"html"}'>
17532 <li data-parsoid='{"stx":"html"}'>Sub-one</li>
17533 <li data-parsoid='{"stx":"html"}'>Sub-two</li>
17540 HTML nested bullet list, open tags (bug 5497)
17577 HTML nested ordered list, closed tags (bug 5497)
17602 HTML nested ordered list, open tags (bug 5497)
17639 HTML ordered list item with parameters oddity
17641 <ol><li id="fragment">One</li>
17644 <ol><li id="fragment">One</li>
17649 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
17651 bug 5918: autonumbering
17653 [http://first/] [http://second] [ftp://ftp]
17657 [mailto:enclosed@mail.tld With target]
17659 [mailto:enclosed@mail.tld]
17661 mailto:inline@mail.tld
17663 <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>
17664 </p><p><a rel="nofollow" class="external free" href="ftp://inlineftp">ftp://inlineftp</a>
17665 </p><p><a rel="nofollow" class="external text" href="mailto:enclosed@mail.tld">With target</a>
17666 </p><p><a rel="nofollow" class="external autonumber" href="mailto:enclosed@mail.tld">[4]</a>
17667 </p><p><a rel="nofollow" class="external free" href="mailto:inline@mail.tld">mailto:inline@mail.tld</a>
17670 <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>
17671 <p><a rel="mw:ExtLink" href="ftp://inlineftp">ftp://inlineftp</a></p>
17672 <p><a rel="mw:ExtLink" href="mailto:enclosed@mail.tld">With target</a></p>
17673 <p><a rel="mw:ExtLink" href="mailto:enclosed@mail.tld"></a></p>
17674 <p><a rel="mw:ExtLink" href="mailto:inline@mail.tld">mailto:inline@mail.tld</a></p>
17679 # Security and HTML correctness
17680 # From Nick Jenkins' fuzz testing
17684 Fuzz testing: Parser13
17699 Fuzz testing: Parser14
17704 <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>
17705 http://<div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
17707 <li class="toclevel-1 tocsection-1"><a href="#onmouseover.3D"><span class="tocnumber">1</span> <span class="toctext">onmouseover=</span></a></li>
17713 <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>
17715 <div id="toc" class="toc">
17716 <div id="toctitle">
17720 <li class="toclevel-1 tocsection-1"><a href="#onmouseover.3D"><span class="tocnumber">1</span> <span class="toctext">onmouseover=</span></a></li>
17727 Fuzz testing: Parser14-table
17729 parsoid=wt2html,html2html
17734 <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>
17735 <table style="__TOC__">
17740 <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>
17741 <table style="__TOC__">
17748 <table style="__TOC__"></table>
17751 # Known to produce bogus xml (extra </td>)
17753 Fuzz testing: Parser16
17780 Fuzz testing: Parser21
17783 ! irc://{{ftp://a" onmouseover="alert('hello world');"
17788 <th> <a rel="nofollow" class="external free" href="irc://{{ftp://a">irc://{{ftp://a</a>" onmouseover="alert('hello world');"
17798 Fuzz testing: Parser22
17800 http://===r:::https://b
17804 <p><a rel="nofollow" class="external free" href="http://===r:::https://b">http://===r:::https://b</a>
17812 # Known to produce bad XML for now
17814 Fuzz testing: Parser24
17821 | {{{{SSSll!!!!!!!VVVV)]]][[Special:*xxxxxxx--><noinclude>}}}} >
17822 <br style="onmouseover='alert(document.cookie);' " />
17824 MOVE YOUR MOUSE CURSOR OVER THIS TEXT
17829 <u class="|">}}}} >
17830 <br style="onmouseover='alert(document.cookie);'" />
17832 MOVE YOUR MOUSE CURSOR OVER THIS TEXT
17840 <p data-parsoid='{"fostered":true,"autoInsertedEnd":true}'>{{{|
17841 <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":""}]]}'>
17842 <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}'>
17846 <tbody><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'></td></tr></tbody></table>
17849 # Note: the current result listed for this is not what the original one was,
17850 # but the original bug was JavaScript injection, which is fixed in any case.
17851 # It's not clear that the original result listed was any more correct than the
17852 # current one. Original result:
17855 # <li class="||">
17856 # }}}blah" onmouseover="alert('hello world');" align="left"<b>MOVE MOUSE CURSOR OVER HERE</b>
17858 Fuzz testing: Parser25 (bug 6055)
17864 }}}blah" onmouseover="alert('hello world');" align="left"'''MOVE MOUSE CURSOR OVER HERE
17866 <p><LI CLASS=blah" onmouseover="alert('hello world');" align="left"<b>MOVE MOUSE CURSOR OVER HERE</b>
17869 <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"]}'>
17870 </span><p about="#mwt1"><LI CLASS=blah" onmouseover="alert('hello world');" align="left"<b>MOVE MOUSE CURSOR OVER HERE</b></p>
17874 Fuzz testing: URL adjacent extension (with space, clean)
17876 http://example.com <nowiki>junk</nowiki>
17878 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a> junk
17881 <p><a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a> <span typeof="mw:Nowiki">junk</span></p>
17885 Fuzz testing: URL adjacent extension (no space, dirty; nowiki)
17887 http://example.com<nowiki>junk</nowiki>
17889 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>junk
17892 <p><a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a><span typeof="mw:Nowiki">junk</span></p>
17896 Fuzz testing: URL adjacent extension (no space, dirty; pre)
17898 http://example.com<pre>junk</pre>
17900 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a><pre>junk</pre>
17903 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a></p>
17908 <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>
17912 Fuzz testing: image with bogus manual thumbnail
17914 [[Image:foobar.jpg|thumbnail= ]]
17916 <div class="thumb tright"><div class="thumbinner" style="width:182px;">Error creating thumbnail: <div class="thumbcaption"></div></div></div>
17919 <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>
17923 Fuzz testing: encoded newline in generated HTML replacements (bug 6577)
17925 <pre dir=" "></pre>
17927 <pre dir=" "></pre>
17932 Parsing optional HTML elements (Bug 6171)
17937 <td> Some tabular data</td>
17938 <td> More tabular data ...
17939 <td> And yet som tabular data</td>
17945 <td> Some tabular data</td>
17946 <td> More tabular data ...
17947 </td><td> And yet som tabular data</td>
17954 Correct handling of <td>, <tr> (Bug 6171)
17959 <td> Some tabular data</td>
17960 <td> More tabular data ...</td>
17961 <td> And yet som tabular data</td>
17967 <td> Some tabular data</td>
17968 <td> More tabular data ...</td>
17969 <td> And yet som tabular data</td>
17977 Parsing crashing regression (fr:JavaScript)
17981 <p></body></x>
17986 Inline wiki vs wiki block nesting
17992 <p><b>Bold paragraph</b>
17993 </p><p>New wiki paragraph
17997 # FIXME: The current php output is documented
17998 # and desired output is the parsoid target.
18000 Inline HTML vs wiki block nesting
18006 <p><b>Bold paragraph
18007 </p><p>New wiki paragraph</b>
18010 <p><b>Bold paragraph</b>
18011 </p><p>New wiki paragraph
18015 # Original result was this:
18016 # <p><b>bold</b><b>bold<i>bolditalics</i></b>
18018 # While that might be marginally more intuitive, maybe, the six-apostrophe
18019 # construct is clearly pathological and the result stated here (which is what
18020 # the parser actually does) is about as reasonable as anything.
18022 Mixing markup for italics and bold
18025 '''bold''''''bold''bolditalics'''''
18027 <p>'<i>bold'</i><b>bold<i>bolditalics</i></b>
18035 Article for special page transclusion test
18039 Special page transclusion
18042 {{Special:Prefixindex/Xyzzyx}}
18044 <ul class="mw-prefixindex-list"><li><a href="/wiki/Xyzzyx" title="Xyzzyx">Xyzzyx</a></li>
18050 Special page transclusion twice (bug 5021)
18053 {{Special:Prefixindex/Xyzzyx}}
18054 {{Special:Prefixindex/Xyzzyx}}
18056 <ul class="mw-prefixindex-list"><li><a href="/wiki/Xyzzyx" title="Xyzzyx">Xyzzyx</a></li>
18058 <ul class="mw-prefixindex-list"><li><a href="/wiki/Xyzzyx" title="Xyzzyx">Xyzzyx</a></li>
18064 Transclusion of default MediaWiki message
18066 {{MediaWiki:Mainpage}}
18073 Transclusion of nonexistent MediaWiki message
18075 {{MediaWiki:Mainpagexxx}}
18077 <p><a href="/index.php?title=MediaWiki:Mainpagexxx&action=edit&redlink=1" class="new" title="MediaWiki:Mainpagexxx (page does not exist)">MediaWiki:Mainpagexxx</a>
18082 Transclusion of MediaWiki message with underscore
18084 {{MediaWiki:history_short}}
18091 Transclusion of MediaWiki message with space
18093 {{MediaWiki:history short}}
18100 Invalid header with following text
18110 Section extraction test (section 0)
18130 Section extraction test (section 1)
18152 Section extraction test (section 2)
18173 Section extraction test (section 3)
18193 Section extraction test (section 4)
18217 Section extraction test (section 5)
18237 Section extraction test (section 6)
18258 Section extraction test (section 7)
18278 Section extraction test (section 8)
18298 Section extraction test (section 9)
18319 Section extraction test (section 10)
18339 Section extraction test (nonexistent section 11)
18358 Section extraction test with bogus heading (section 1)
18363 ==bogus== not a legal section
18367 ==bogus== not a legal section
18371 Section extraction test with bogus heading (section 2)
18376 ==bogus== not a legal section
18383 Section extraction test with comment after heading (section 1)
18395 Section extraction test with comment after heading (section 2)
18407 Section extraction test with bogus <nowiki> heading (section 1)
18412 ==bogus== <nowiki>not a legal section</nowiki>
18416 ==bogus== <nowiki>not a legal section</nowiki>
18420 Section extraction test with bogus <nowiki> heading (section 2)
18425 ==bogus== <nowiki>not a legal section</nowiki>
18431 # Formerly testing for bug 2587, now resolved by the use of unmarked sections
18432 # instead of respecting commented sections
18434 Section extraction prefixed by comment (section 1)
18445 Section extraction prefixed by comment (section 2)
18455 # Formerly testing for bug 2607, now resolved by the use of unmarked sections
18456 # instead of respecting HTML-style headings
18458 Section extraction, mixed wiki and html (section 1)
18474 Section extraction, mixed wiki and html (section 2)
18490 # Formerly testing for bug 3342
18492 Section extraction, heading surrounded by <noinclude>
18496 <noinclude>==unmarked==</noinclude>
18502 # Test behavior of bug 19910
18504 Sectiion with all-equals
18509 The line above must have a trailing space
18512 But just in case it doesn't...
18516 But just in case it doesn't...
18520 Section replacement test (section 0)
18551 Section replacement test (section 1)
18580 Section replacement test (section 2)
18610 Section replacement test (section 3)
18641 Section replacement test (section 4)
18668 Section replacement test (section 5)
18699 Section replacement test (section 6)
18729 Section replacement test (section 7)
18760 Section replacement test (section 8)
18791 Section replacement test (section 9)
18820 Section replacement test (section 10)
18850 Section replacement test with initial whitespace (bug 13728)
18854 Preformatted initial line
18858 Preformatted initial line
18865 Section extraction, heading followed by pre with 20 spaces (bug 6398)
18877 Section extraction, heading followed by pre with 19 spaces (bug 6398 sanity check)
18890 Section extraction, <pre> around bogus header (bug 10309)
18907 Section replacement, <pre> around bogus header (bug 10309)
18928 Handling of 
 in URLs
18932 <ul><li><ul><li> <a rel="nofollow" class="external free" href="irc://%0Aa">irc://%0Aa</a></li></ul></li></ul>
18935 <ul><li><ul><li> <a rel="mw:ExtLink" href="irc://%0Aa" data-parsoid='{"stx":"url","a":{"href":"irc://%0Aa"},"sa":{"href":"irc://&#x0A;a"}}'>irc://%0Aa</a></li></ul></li></ul>
18939 Handling of %0A in URLs
18943 <ul><li><ul><li> <a rel="nofollow" class="external free" href="irc://%0Aa">irc://%0Aa</a></li></ul></li></ul>
18946 <ul><li><ul><li> <a rel="mw:ExtLink" href="irc://%0Aa">irc://%0Aa</a></li></ul></li></ul>
18949 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
18951 5 quotes, code coverage +1 line
18958 <p><b><i></i></b></p>
18961 # same html as previous, but wikitext adjusted to match parsoid html2wt
18962 # note that wt2html and html2html will put the <i> before the <b>
18964 5 quotes, code coverage +1 line w/ nowiki (1)
18966 parsoid=wt2wt,html2wt
18968 '''''<nowiki/>'''''
18973 <p><b><i></i></b></p>
18976 # same as previous, just swapping the <i> and <b>
18978 5 quotes, code coverage +1 line w/ nowiki (2)
18980 '''''<nowiki/>'''''
18985 <p><i><b></b></i></p>
18989 Special:Search page linking.
18993 <p><a href="/wiki/Special:Search" title="Special:Search">Special:Search</a>
18998 {{!}} is a magic word
19000 {{!}} is a magic word there and {{!}} is still a magic word here
19001 | is not a magic word here but {{!}} is still a magic word here
19003 <p>| is a magic word there and | is still a magic word here
19004 | is not a magic word here but | is still a magic word here
19007 <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
19008 | 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>
19015 title=[[Parser test]]
19020 * {{FULLPAGENAMEE}}
19022 * {{BASEPAGENAMEE}}
19026 * {{ROOTPAGENAMEE}}
19028 * {{TALKPAGENAMEE}}
19029 * {{SUBJECTPAGENAME}}
19030 * {{SUBJECTPAGENAMEE}}
19033 * {{NAMESPACENUMBER}}
19037 * {{SUBJECTSPACEE}}
19038 * {{Dynamic|{{NUMBEROFUSERS}}|{{NUMBEROFPAGES}}|{{CURRENTVERSION}}|{{CONTENTLANGUAGE}}|{{DIRECTIONMARK}}|{{CURRENTTIMESTAMP}}|{{NUMBEROFARTICLES}}}}
19040 <ul><li> Parser test</li>
19041 <li> Parser_test</li>
19042 <li> Parser test</li>
19043 <li> Parser_test</li>
19044 <li> Parser test</li>
19045 <li> Parser_test</li>
19046 <li> Parser test</li>
19047 <li> Parser_test</li>
19048 <li> Parser test</li>
19049 <li> Parser_test</li>
19050 <li> Talk:Parser test</li>
19051 <li> Talk:Parser_test</li>
19052 <li> Parser test</li>
19053 <li> Parser_test</li>
19061 <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>
19064 ### Note: Above tests excludes the "{{NUMBEROFADMINS}}" magic word because it generates a MySQL error when included.
19066 ## Parsoid thinks the "centre" here is a property, not a caption.
19071 "modes": ["wt2html"],
19072 "nativeGallery": true
19080 image4 |300px| centre
19081 image5.svg| http://///////
19086 <ul class="gallery mw-gallery-traditional">
19087 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19088 <div class="thumb" style="height: 150px;">Image1.png</div>
19089 <div class="gallerytext">
19092 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19093 <div class="thumb" style="height: 150px;">Image2.gif</div>
19094 <div class="gallerytext">
19097 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19098 <div class="thumb" style="height: 150px;">Image3</div>
19099 <div class="gallerytext">
19102 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19103 <div class="thumb" style="height: 150px;">Image4</div>
19104 <div class="gallerytext">
19109 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19110 <div class="thumb" style="height: 150px;">Image5.svg</div>
19111 <div class="gallerytext">
19112 <p><a rel="nofollow" class="external free" href="http://///////">http://///////</a>
19116 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19117 <div class="thumb" style="height: 150px;">* image6</div>
19118 <div class="gallerytext">
19124 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt3" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19125 <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>
19126 <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>
19127 <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>
19128 <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>
19129 <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>
19130 <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>
19135 Gallery (with options, html)
19138 "modes": ["wt2html", "html2html"],
19139 "nativeGallery": true
19142 <gallery widths="70px" heights="40px" perrow="2" caption="Foo [[Main Page]]">
19143 File:Nonexistent.jpg|caption
19144 File:Nonexistent.jpg
19145 image:foobar.jpg|some '''caption''' [[Main Page]]
19147 image:foobar.jpg|Blabla|alt=This is a foo-bar.|blabla.
19150 <ul class="gallery mw-gallery-traditional" style="max-width: 226px;_width: 226px;">
19151 <li class='gallerycaption'>Foo <a href="/wiki/Main_Page" title="Main Page">Main Page</a></li>
19152 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19153 <div class="thumb" style="height: 70px;">Nonexistent.jpg</div>
19154 <div class="gallerytext">
19159 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19160 <div class="thumb" style="height: 70px;">Nonexistent.jpg</div>
19161 <div class="gallerytext">
19164 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19165 <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>
19166 <div class="gallerytext">
19167 <p>some <b>caption</b> <a href="/wiki/Main_Page" title="Main Page">Main Page</a>
19171 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19172 <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>
19173 <div class="gallerytext">
19176 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19177 <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>
19178 <div class="gallerytext">
19186 <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":{}}'>
19187 <li class="gallerycaption">Foo <a rel="mw:WikiLink" href="./Main_Page" title="Main Page">Main Page</a></li>
19188 <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>
19189 <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>
19190 <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>
19191 <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>
19192 <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>
19197 Gallery (with options, extsrc)
19200 "nativeGallery": false
19203 <gallery widths="70px" heights="40px" perrow="2" caption="Foo [[Main Page]]">
19204 File:Nonexistent.jpg|caption
19205 File:Nonexistent.jpg
19206 image:foobar.jpg|some '''caption''' [[Main Page]]
19208 image:foobar.jpg|Blabla|alt=This is a foo-bar.|blabla.
19211 <ul class="gallery mw-gallery-traditional" style="max-width: 226px;_width: 226px;">
19212 <li class='gallerycaption'>Foo <a href="/wiki/Main_Page" title="Main Page">Main Page</a></li>
19213 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19214 <div class="thumb" style="height: 70px;">Nonexistent.jpg</div>
19215 <div class="gallerytext">
19220 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19221 <div class="thumb" style="height: 70px;">Nonexistent.jpg</div>
19222 <div class="gallerytext">
19225 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19226 <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>
19227 <div class="gallerytext">
19228 <p>some <b>caption</b> <a href="/wiki/Main_Page" title="Main Page">Main Page</a>
19232 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19233 <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>
19234 <div class="gallerytext">
19237 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
19238 <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>
19239 <div class="gallerytext">
19247 <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"}}'>
19248 <li class="gallerycaption">Foo <a rel="mw:WikiLink" href="./Main_Page" title="Main Page">Main Page</a></li>
19249 <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>
19250 <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>
19251 <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>
19252 <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>
19253 <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>
19258 Gallery with link that has fragment
19261 "modes": ["wt2html", "html2html"],
19262 "nativeGallery": true
19266 image:foobar.jpg|link=Main_Page
19267 image:foobar.jpg|link=Main_Page#section
19268 image:foobar.jpg|link=Main Page#section|caption
19271 <ul class="gallery mw-gallery-traditional">
19272 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19273 <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>
19274 <div class="gallerytext">
19277 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19278 <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>
19279 <div class="gallerytext">
19282 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19283 <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>
19284 <div class="gallerytext">
19292 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt2" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19293 <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>
19294 <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>
19295 <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>
19299 ## Whoops, Parsoid shouldn't be parsing templates in the attribute caption!
19301 Gallery with template inside caption
19304 "nativeGallery": true
19307 <gallery caption="{{echo|hi}}">
19308 File:Foobar.jpg|{{echo|ho}}
19311 <ul class="gallery mw-gallery-traditional">
19312 <li class='gallerycaption'>{{echo|hi}}</li>
19313 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19314 <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>
19315 <div class="gallerytext">
19323 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt6" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19324 <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>
19325 <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>
19330 Gallery with wikitext inside caption
19333 "nativeGallery": true
19337 File:Foobar.jpg|alt=galleryalt|[[File:Foobar.jpg|alt=inneralt|20x20px|desc]]
19338 File:Foobar.jpg|alt=galleryalt|{{Test|unamedParam|alt=param}}
19341 <ul class="gallery mw-gallery-traditional">
19342 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19343 <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>
19344 <div class="gallerytext">
19345 <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>
19349 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19350 <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>
19351 <div class="gallerytext">
19352 <p>This is a test template
19359 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt6" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19360 <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>
19361 <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>
19366 Gallery (with showfilename option)
19369 "nativeGallery": true
19372 <gallery showfilename="">
19373 File:Nonexistent.jpg|caption
19374 File:Nonexistent.jpg
19375 File:Foobar.jpg|some '''caption''' [[Main Page]]
19379 <ul class="gallery mw-gallery-traditional">
19380 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19381 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
19382 <div class="gallerytext">
19383 <p><a href="/wiki/File:Nonexistent.jpg" class="galleryfilename galleryfilename-truncate" title="File:Nonexistent.jpg">Nonexistent.jpg</a>
19388 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19389 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
19390 <div class="gallerytext">
19391 <p><a href="/wiki/File:Nonexistent.jpg" class="galleryfilename galleryfilename-truncate" title="File:Nonexistent.jpg">Nonexistent.jpg</a>
19395 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19396 <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>
19397 <div class="gallerytext">
19398 <p><a href="/wiki/File:Foobar.jpg" class="galleryfilename galleryfilename-truncate" title="File:Foobar.jpg">Foobar.jpg</a>
19399 some <b>caption</b> <a href="/wiki/Main_Page" title="Main Page">Main Page</a>
19403 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19404 <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>
19405 <div class="gallerytext">
19406 <p><a href="/wiki/File:Foobar.jpg" class="galleryfilename galleryfilename-truncate" title="File:Foobar.jpg">Foobar.jpg</a>
19413 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt3" data-mw='{"name":"gallery","attrs":{"showfilename":""},"body":{}}'>
19414 <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>
19415 <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>
19416 <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>
19417 <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>
19421 ## Should Parsoid be preserving these variations?
19423 Gallery (with namespace-less filenames)
19426 "modes": ["wt2html", "html2html"],
19427 "nativeGallery": true
19431 File:Nonexistent.jpg
19437 <ul class="gallery mw-gallery-traditional">
19438 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19439 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
19440 <div class="gallerytext">
19443 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19444 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
19445 <div class="gallerytext">
19448 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19449 <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>
19450 <div class="gallerytext">
19453 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19454 <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>
19455 <div class="gallerytext">
19461 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt2" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19462 <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>
19463 <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>
19464 <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>
19465 <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>
19470 Gallery override link with WikiLink (T36852)
19473 "nativeGallery": true
19477 File:Foobar.jpg|alt=galleryalt|link=InterWikiLink
19480 <ul class="gallery mw-gallery-traditional">
19481 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19482 <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>
19483 <div class="gallerytext">
19489 <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":{}}'>
19490 <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>
19495 Gallery override link with absolute external link (T36852)
19498 "nativeGallery": true
19502 File:Foobar.jpg|alt=galleryalt|link=http://www.example.org
19505 <ul class="gallery mw-gallery-traditional">
19506 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19507 <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>
19508 <div class="gallerytext">
19514 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt2" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19515 <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>
19520 Gallery override link with absolute external link with LanguageConverter
19525 File:foobar.jpg|caption|alt=galleryalt|link=http://www.example.org
19528 <ul class="gallery mw-gallery-traditional">
19529 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19530 <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>
19531 <div class="gallerytext">
19541 Gallery override link with malicious javascript (T36852)
19544 "modes": ["wt2html", "html2html"],
19545 "nativeGallery": true
19549 File:Foobar.jpg|alt=galleryalt|link=" onclick="alert('malicious javascript code!');
19552 <ul class="gallery mw-gallery-traditional">
19553 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19554 <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>
19555 <div class="gallerytext">
19561 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt2" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19562 <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="./%22_onclick=%22alert('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>
19567 Gallery with invalid title as link (T45964)
19570 "modes": ["wt2html", "html2html"],
19571 "nativeGallery": true
19575 File:Foobar.jpg|link=<
19578 <ul class="gallery mw-gallery-traditional">
19579 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
19580 <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>
19581 <div class="gallerytext">
19587 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt2" data-mw='{"name":"gallery","attrs":{},"body":{}}'>
19588 <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>
19593 Serialize gallery without attrs in data-mw
19596 "modes": ["html2wt"],
19597 "nativeGallery": true
19600 <ul class="gallery mw-gallery-traditional" typeof="mw:Extension/gallery" about="#mwt2" data-mw='{"name":"gallery","body":{}}'>
19601 <li class="gallerycaption">123</li>
19602 <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:Test.png</span></div><div class="gallerytext"></div></li>
19605 <gallery caption="123">
19611 HTML Hex character encoding (spells the word "JavaScript")
19613 parsoid=wt2html,wt2wt,html2html
19615 JavaScript
19617 <p>JavaScript
19622 <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>
19626 HTML Hex character encoding bogus encoding (bug 26437 regression check)
19630 <p>&#xsee;&#XSEE;
19633 <p>&#xsee;&#XSEE;</p>
19637 HTML Hex character encoding mixed case
19639 parsoid=wt2html,wt2wt,html2html
19648 <p><span typeof="mw:Entity">î</span><span typeof="mw:Entity">î</span></p>
19651 # See: https://www.w3.org/TR/html5/syntax.html#character-references
19652 # Note that U+000C (form feed) is not a valid XML character, so
19653 # it is banned even though allowed in HTML5.
19655 Illegal character references (T106578)
19660 ; Control (low): 
19661 ; Control (high):  Ÿ
19662 ; Surrogate: ��
19663 ; This is an okay astral character: 💩
19672 <dt>Control (low)</dt>
19674 <dt>Control (high)</dt>
19675 <dd>&#x7F; &#x9F;</dd>
19677 <dd>&#xD83D;&#xDCA9;</dd>
19678 <dt>This is an okay astral character</dt>
19684 __FORCETOC__ override
19696 ISBN 978-0-1234-56 789
19698 <p><a href="/wiki/Special:BookSources/9780123456" class="internal mw-magiclink-isbn">ISBN 978-0-1234-56</a> 789
19701 <p><a href="/wiki/Special:BookSources/9780123456" class="internal mw-magiclink-isbn">ISBN 978-0-1234-56</a> 789</p>
19703 <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>
19707 ISBN followed by 5 spaces
19718 ISBN ISBN 1234567890
19720 <p>ISBN <a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>
19723 <p>ISBN <a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a></p>
19726 # Uppercase X and lowercase x as well
19737 <p><a href="/wiki/Special:BookSources/346204561X" class="internal mw-magiclink-isbn">ISBN 3-462-04561-X</a>
19738 <a href="/wiki/Special:BookSources/346204561X" class="internal mw-magiclink-isbn">ISBN 3-462-04561-x</a>
19739 <a href="/wiki/Special:BookSources/080442957X" class="internal mw-magiclink-isbn">ISBN 080442957X</a>
19740 <a href="/wiki/Special:BookSources/080442957X" class="internal mw-magiclink-isbn">ISBN 080442957x</a>
19741 <a href="/wiki/Special:BookSources/978080442957X" class="internal mw-magiclink-isbn">ISBN 978080442957X</a>
19742 <a href="/wiki/Special:BookSources/978080442957X" class="internal mw-magiclink-isbn">ISBN 978080442957x</a>
19745 <p><a href="./Special:BookSources/346204561X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 3-462-04561-X</a>
19746 <a href="./Special:BookSources/346204561X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 3-462-04561-x</a>
19747 <a href="./Special:BookSources/080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 080442957X</a>
19748 <a href="./Special:BookSources/080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 080442957x</a>
19749 <a href="./Special:BookSources/978080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 978080442957X</a>
19750 <a href="./Special:BookSources/978080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 978080442957x</a></p>
19754 ISBN with empty prefix (parsoid test)
19758 <p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>
19761 <p><a href="./Special:BookSources/1234567890" rel="mw:WikiLink">ISBN 1234567890</a></p>
19765 Bug 22905: <abbr> followed by ISBN followed by </a>
19767 <abbr>(fr)</abbr> ISBN 2753300917 [http://www.example.com example.com]
19769 <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>
19772 <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>
19780 <p>RFC <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc1234">RFC 1234</a>
19785 Double RFC with a wiki link
19789 <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>
19798 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc983">RFC 983</a> 987
19801 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc983">RFC 983</a> 987</p>
19805 Centre-aligned image
19807 [[Image:foobar.jpg|centre]]
19809 <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>
19816 [[Image:foobar.jpg|none]]
19818 <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>
19823 Width + Height sized image (using px) (height is ignored)
19825 [[Image:foobar.jpg|640x480px]]
19827 <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>
19832 Width-sized image (using px, no following whitespace)
19834 [[Image:foobar.jpg|640px]]
19836 <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>
19841 Width-sized image (using px, with following whitespace - test regression from r39467)
19843 [[Image:foobar.jpg|640px ]]
19845 <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>
19850 Width-sized image (using px, with preceding whitespace - test regression from r39467)
19852 [[Image:foobar.jpg| 640px]]
19854 <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>
19859 Image with page parameter
19863 [[File:LoremIpsum.djvu|page=2]]
19865 <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>
19868 <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>
19872 Another italics / bold test
19880 # FIXME: The php output seems broken. It's interleaving some open/close tags.
19886 <dl><dd><dl><dt><dl><dt><dl><dt><dl><dd><dl><dd></dt></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl>
19889 <dl><dd><dl><dt><dl><dt><dl><dt><dl><dd><dl><dd></dd></dl></dd></dl></dt></dl></dt></dl></dt></dl></dd></dl>
19893 # Images with the "|" character in external URLs in comment tags; Eats half the comment, leaves unmatched "</a>" tag.
19895 Images with the "|" character in the comment
19897 [[File:Foobar.jpg|thumb|An [http://test/?param1=|left|¶m2=|x external] URL]]
19899 <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>
19902 <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=%7Cleft%7C&param2=%7Cx" data-parsoid='{"a":{"href":"http://test/?param1=%7Cleft%7C&param2=%7Cx"},"sa":{"href":"http://test/?param1=|left|&param2=|x"}}'>external</a> URL</figcaption></figure>
19906 [Before] HTML without raw HTML enabled ($wgRawHtml==false)
19908 <html><script>alert(1);</script></html>
19910 <p><html><script>alert(1);</script></html>
19915 HTML with raw HTML ($wgRawHtml==true)
19919 <html><script>alert(1);</script></html>
19921 <p><script>alert(1);</script>
19926 Parents of subpages, one level up
19928 subpage title=[[Subpage test/L1/L2/L3]]
19932 <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>
19938 Parents of subpages, one level up, not named
19940 subpage title=[[Subpage test/L1/L2/L3]]
19944 <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>
19951 Parents of subpages, two levels up
19953 subpage title=[[Subpage test/L1/L2/L3]]
19959 <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
19960 </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>
19965 Parents of subpages, two levels up, without trailing slash or name.
19967 subpage title=[[Subpage test/L1/L2/L3]]
19976 Parents of subpages, two levels up, with lots of extra trailing slashes.
19978 subpage title=[[Subpage test/L1/L2/L3]]
19982 <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>
19987 Subpage test/L1/L2/L3Sibling
19993 Transclusion of a sibling page (one level up)
19995 subpage title=[[Subpage test/L1/L2/L3]]
20004 Transclusion of a child page
20006 subpage title=[[Subpage test/L1/L2]]
20014 # This is wt2html only in Parsoid because we add <nowiki>
20015 # because of {{..}} and we don't expect to fix that to
20016 # eliminate the nowikis selective for {{..}} markup.
20018 Non-transclusion because of too many up levels
20020 subpage title=[[Subpage test/L1/L2/L3]]
20023 {{../../../../More than parent}}
20025 <p>{{../../../../More than parent}}
20028 <p>{{../../../../More than parent}}</p>
20032 Definition list code coverage
20038 <dl><dt> title  </dt>
20040 <dt> title </dt>
20046 <dl><dt> title <span typeof="mw:Placeholder"> </span></dt><dd> def</dd>
20047 <dt> title<span typeof="mw:Placeholder"> </span></dt><dd> def</dd>
20048 <dt>title</dt><dd> def</dd></dl>
20052 Don't fall for the self-closing div
20054 <div>hello world</div/>
20056 <div>hello world</div>
20065 <p>[[:Template:Msg]]
20074 <p><a href="/index.php?title=Template:QUERTY&action=edit&redlink=1" class="new" title="Template:QUERTY (page does not exist)">Template:QUERTY</a>
20078 # This isn't needed for XHTML conformance, but would be handy as a fallback security measure
20080 Always escape literal '>' in output, not just after '<'
20094 <p>This is a test template
20095 This is a test template
20107 Inclusion of !userCanEdit() content
20111 <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>
20117 Out-of-order TOC heading levels
20126 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
20128 <li class="toclevel-1 tocsection-1"><a href="#2"><span class="tocnumber">1</span> <span class="toctext">2</span></a>
20130 <li class="toclevel-2 tocsection-2"><a href="#6"><span class="tocnumber">1.1</span> <span class="toctext">6</span></a></li>
20131 <li class="toclevel-2 tocsection-3"><a href="#3"><span class="tocnumber">1.2</span> <span class="toctext">3</span></a></li>
20134 <li class="toclevel-1 tocsection-4"><a href="#1"><span class="tocnumber">2</span> <span class="toctext">1</span></a>
20136 <li class="toclevel-2 tocsection-5"><a href="#5"><span class="tocnumber">2.1</span> <span class="toctext">5</span></a></li>
20137 <li class="toclevel-2 tocsection-6"><a href="#2_2"><span class="tocnumber">2.2</span> <span class="toctext">2</span></a></li>
20143 <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>
20144 <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>
20145 <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>
20146 <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>
20147 <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>
20148 <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>
20154 ISBN with a dummy number
20164 ISBN with space-delimited number
20168 <p><a href="/wiki/Special:BookSources/9290170328" class="internal mw-magiclink-isbn">ISBN 92 9017 032 8</a>
20174 ISBN with multiple spaces, no number
20193 </p><p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>
20194 </p><p>ISBN 12345678901
20200 ISBN with trailing year (bug 8110)
20202 ISBN 1-234-56789-0 - 2006
20204 ISBN 1 234 56789 0 - 2006
20206 <p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1-234-56789-0</a> - 2006
20207 </p><p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1 234 56789 0</a> - 2006
20215 {{anchorencode:foo bar©#%n}}
20217 <p>foo_bar.C2.A9.23.25n
20222 anchorencode trims spaces
20224 {{anchorencode: __pretty__please__}}
20231 anchorencode deals with links
20233 {{anchorencode: [[hello|world]] [[hi]]}}
20240 anchorencode deals with templates
20242 {{anchorencode: {{Foo}} }}
20249 anchorencode encodes like the TOC generator: (bug 18431)
20251 === _ +:.3A%3A&&]] ===
20252 {{anchorencode: _ +:.3A%3A&&]] }}
20255 <h3><span class="mw-headline" id=".2B:.3A.253A.26.26.5D.5D">_ +:.3A%3A&&]]</span></h3>
20256 <p>.2B:.3A.253A.26.26.5D.5D
20261 Bug 6200: blockquotes and paragraph formatting
20282 Bug 8293: Use of center tag ruins paragraph formatting
20303 Parsing of overlapping (improperly nested) inline html tags
20305 <span><s>x</span></s>
20307 <p><span><s>x</span></s></span>
20310 <p><span><s>x</s></span>
20315 ### Language variants related tests
20318 Self-link in language variants
20320 title=[[Dunav]] language=sr
20322 Both [[Dunav]] and [[Дунав]] are names for this river.
20324 <p>Both <strong class="selflink">Dunav</strong> and <strong class="selflink">Дунав</strong> are names for this river.
20335 Link to another existing title shouldn't be parsed as self-link even if it's a variant of this title
20337 title=[[Duna]] language=sr
20339 [[Дуна]] is not a self-link while [[Duna]] and [[Dуна]] are still self-links.
20341 <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.
20346 Link to a section of a variant of this title shouldn't be parsed as self-link
20348 title=[[Duna]] language=sr
20350 [[Dуна]] is a self-link while [[Dunа#Foo]] and [[Dуна#Foo]] are not self-links.
20352 <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.
20357 Link to pages in language variants
20361 Main Page can be written as [[Маин Паге]]
20363 <p>Main Page can be written as <a href="/wiki/Main_Page" title="Main Page">Маин Паге</a>
20369 Multiple links to pages in language variants
20373 [[Main Page]] can be written as [[Маин Паге]] same as [[Маин Паге]].
20375 <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>.
20381 Simple template in language variants
20387 <p>This is a test template
20393 Template with explicit namespace in language variants
20399 <p>This is a test template
20405 Basic test for template parameter in language variants
20409 {{парамтест|param=foo}}
20411 <p>This is a test template with parameter foo
20416 Simple category in language variants
20420 [[Category:МедиаWики Усер'с Гуиде]]
20422 cat=МедиаWики_Усер'с_Гуиде sort=
20424 <link rel="mw:PageProp/Category" href="./Категорија:МедиаWики_Усер'с_Гуиде" data-parsoid='{"stx":"simple","a":{"href":"./Категорија:МедиаWики_Усер'с_Гуиде"},"sa":{"href":"Category:МедиаWики Усер'с Гуиде"}}'/>
20439 ## We used to, but no longer wt2wt this test since the default serializer
20440 ## will normalize all categories to serialize on their own line.
20441 ## This wikitext usage is going to be fairly uncommon in production and
20442 ## selser will take care of preserving formatting in those scenarios.
20444 Don't convert blue categorylinks to another variant (bug 33210)
20450 [[A]][[Category:分类]]
20454 <p><a rel="mw:WikiLink" href="./A" title="A">A</a></p>
20455 <link rel="mw:PageProp/Category" href="./Category:分类"/>
20459 Stripping -{}- tags (language variants)
20463 Latin proverb: -{Ne nuntium necare}-
20465 <p>Latin proverb: Ne nuntium necare
20471 Prevent conversion with -{}- tags (language variants)
20473 language=sr variant=sr-ec
20475 Latinski: -{Ne nuntium necare}-
20477 <p>Латински: Ne nuntium necare
20483 Prevent conversion of text with -{}- tags (language variants)
20485 language=sr variant=sr-ec
20487 Latinski: -{Ne nuntium necare}-
20489 <p>Латински: Ne nuntium necare
20495 Prevent conversion of links with -{}- tags (language variants)
20497 language=sr variant=sr-ec
20501 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
20507 -{}- tags within headlines (within html for parserConvert())
20509 language=sr variant=sr-ec
20513 <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>
20519 Explicit definition of language variant alternatives
20521 language=zh variant=zh-tw
20523 -{zh:China;zh-tw:Taiwan}-, not China
20525 <p>Taiwan, not China
20531 Conversion around HTML tags
20533 language=sr variant=sr-ec
20535 -{H|span=>sr-ec:script;title=>sr-ec:src;}-
20536 <span title="La-{sr-el:L;sr-ec:C;}-tin">ski</span>
20539 <span title="ЛаCтин">ски</span>
20545 Explicit session-wise language variant mapping (A flag and - flag)
20547 language=zh variant=zh-tw
20549 Taiwan is not China.
20550 But -{A|zh:China;zh-tw:Taiwan}- is China,
20551 (This-{-|zh:China;zh-tw:Taiwan}- should be stripped!)
20552 and -{China}- is China.
20554 <p>Taiwan is not China.
20555 But Taiwan is Taiwan,
20556 (This should be stripped!)
20557 and China is China.
20562 Explicit session-wise language variant mapping (H flag for hide)
20564 language=zh variant=zh-tw
20566 (This-{H|zh:China;zh-tw:Taiwan}- should be stripped!)
20569 <p>(This should be stripped!)
20575 Adding explicit conversion rule for title (T flag)
20577 language=zh variant=zh-tw showtitle
20579 Should be stripped-{T|zh:China;zh-tw:Taiwan}-!
20582 <p>Should be stripped!
20587 Testing that changing the language variant here in the tests actually works
20589 language=zh variant=zh showtitle
20591 Should be stripped-{T|zh:China;zh-tw:Taiwan}-!
20594 <p>Should be stripped!
20599 Recursive conversion of alt and title attrs shouldn't clear converter state
20601 language=zh variant=zh-cn showtitle
20603 -{H|zh-cn:Exclamation;zh-tw:exclamation;}-
20604 Should be stripped-{T|zh-cn:China;zh-tw:Taiwan}-<span title="exclamation">!</span>
20608 Should be stripped<span title="Exclamation">!</span>
20613 Bug 24072: more test on conversion rule for title
20615 language=zh variant=zh-tw showtitle
20617 This should be stripped-{T|zh:China;zh-tw:Taiwan}-!
20618 This won't take interferes with the title rule-{H|zh:Beijing;zh-tw:Taipei}-.
20621 <p>This should be stripped!
20622 This won't take interferes with the title rule.
20627 Partly disable title conversion if variant == main language code
20629 language=zh variant=zh title=[[ZH]] showtitle
20631 -{T|zh-cn:CN;zh-tw:TW}-
20639 Partly disable title conversion if variant == main language code, more
20641 language=zh variant=zh title=[[ZH]] showtitle
20651 Raw output of variant escape tags (R flag)
20653 language=zh variant=zh-tw
20655 Raw: -{R|zh:China;zh-tw:Taiwan}-
20657 <p>Raw: zh:China;zh-tw:Taiwan
20662 Strings evaluating false shouldn't be ignored by Language converter (T51072)
20664 language=zh variant=zh-cn
20666 -{zh-cn:0;zh-sg:1;zh-tw:2;zh-hk:3}-
20673 Conversion rules from [numeric-only string] to [something else] (T48634)
20675 language=zh variant=zh-cn
20677 -{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
20684 Bidirectional converter rule entries with an empty value should be ignored (T53551)
20686 language=zh variant=zh-cn
20688 -{H|zh-cn:foo;zh-tw:;}-foobar
20695 Unidirectional converter rule entries with an empty "from" string should be ignored (T53551)
20697 language=zh variant=zh-cn
20699 -{H|=>zh-cn:foo;}-foobar
20706 Empty converter rule entries shouldn't be inserted into the conversion table (T53551)
20708 language=zh variant=zh-cn
20717 Nested using of manual convert syntax
20719 language=zh variant=zh-hk
20721 Nested: -{zh-hans:Hi -{zh-cn:China;zh-sg:Singapore;}-;zh-hant:Hello -{zh-tw:Taiwan;zh-hk:H-{ong}- K-{}-ong;}-;}-!
20723 <p>Nested: Hello Hong Kong!
20727 # Since Parsoid is starting to emit canonical wikitext for links,
20728 # [http://example.com http://example.com] will not RT back to that
20731 HTML markups with conversion syntax in attribs, nested in other conversion blocks
20733 language=zh variant=zh-cn
20735 -{zh;zh-hans;zh-hant|<span title="-{X}-">A</span>}-
20737 <p><span title="X">A</span>
20742 HTML markups with conversion syntax in attribs, nested in other conversion blocks (not working yet)
20744 language=zh variant=zh-cn disabled
20746 -{<span title="-{X}-">A</span>}-
20748 <p><span title="X">A</span>
20753 Proper conversion of text in external links
20755 language=sr variant=sr-ec
20758 http://www.google.com
20759 gopher://www.google.com
20760 [http://www.google.com http://www.google.com]
20761 [gopher://www.google.com gopher://www.google.com]
20762 [https://www.google.com irc://www.google.com]
20763 [ftp://www.google.com www.google.com/ftp://dir]
20764 [//www.google.com www.google.com]
20766 <p><a rel="nofollow" class="external free" href="http://www.google.com">http://www.google.com</a>
20767 <a rel="nofollow" class="external free" href="gopher://www.google.com">gopher://www.google.com</a>
20768 <a rel="nofollow" class="external free" href="http://www.google.com">http://www.google.com</a>
20769 <a rel="nofollow" class="external free" href="gopher://www.google.com">gopher://www.google.com</a>
20770 <a rel="nofollow" class="external text" href="https://www.google.com">irc://www.google.com</a>
20771 <a rel="nofollow" class="external text" href="ftp://www.google.com">www.гоогле.цом/фтп://дир</a>
20772 <a rel="nofollow" class="external text" href="//www.google.com">www.гоогле.цом</a>
20775 <p><a rel="mw:ExtLink" href="http://www.google.com">http://www.google.com</a>
20776 <a rel="mw:ExtLink" href="gopher://www.google.com">gopher://www.google.com</a>
20777 <a rel="mw:ExtLink" href="http://www.google.com">http://www.google.com</a>
20778 <a rel="mw:ExtLink" href="gopher://www.google.com">gopher://www.google.com</a>
20779 <a rel="mw:ExtLink" href="https://www.google.com">irc://www.google.com</a>
20780 <a rel="mw:ExtLink" href="ftp://www.google.com">www.гоогле.цом/фтп://дир</a>
20781 <a rel="mw:ExtLink" href="//www.google.com">www.гоогле.цом</a></p>
20785 Do not convert roman numbers to language variants
20787 language=sr variant=sr-ec
20791 <p>Фридрих IV је цар.
20796 Unclosed language converter markup "-{"
20807 Don't convert raw rule "-{R|=>}-" to "=>"
20818 Don't break link parsing if language converter markup is in the caption.
20820 language=sr variant=sr-ec
20822 [[Main Page|-{R|main page}-]]
20824 <p><a href="/wiki/Main_Page" title="Маин Паге">main page</a>
20828 # FIXME: This test is currently broken in the PHP parser T153761
20830 T146304: Don't break template parsing if language converter markup is in the parameter.
20832 language=sr variant=sr-ec
20842 T146305: Don't break image parsing if language converter markup is in the caption.
20846 [[File:Foobar.jpg|thumb|-{R|caption:}-]]
20848 <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>
20851 <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>
20855 T146305: Don't break image parsing if nested language converter markup is in the caption.
20857 language=zh variant=zh-cn
20859 [[File:Foobar.jpg|thumb|-{zh-cn:blog (hk: -{zh-hans|WEBJOURNAL}-, tw: -{zh-hans|WEBLOG}-)}-]]
20861 <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>
20864 <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>
20868 Don't break gallery if language converter markup is inside.
20873 File:foobar.jpg|[[File:foobar.jpg|20px|desc|alt=-{R|foo}-|-{R|bar}-]]|alt=-{R|bat}-
20874 File:foobar.jpg|{{Test|unamedParam|alt=-{R|param}-}}|alt=galleryalt
20877 <ul class="gallery mw-gallery-traditional">
20878 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
20879 <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>
20880 <div class="gallerytext">
20881 <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>
20885 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
20886 <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>
20887 <div class="gallerytext">
20888 <p>This is a test template
20896 # FIXME: This test is currently broken in the PHP parser (bug 52661)
20898 Don't break list handling if language converter markup is in the item.
20900 language=zh variant=zh-cn
20902 ;-{zh-cn:AAA;zh-tw:BBB}-
20904 <dl><dt><span class="error">在手动语言转换规则中检测到错误</span></dd></dl>
20912 T153140: Don't break table handling if language converter markup is in the cell.
20914 language=sr variant=sr-ec
20937 Bug 529: Uncovered bullet
20946 # Plain MediaWiki does not remove empty lists, but tidy actually does.
20947 # Templates in Wikipedia rely on this behavior, as tidy has always been
20948 # enabled there. These tests are normally run *without* tidy, so specify the
20949 # full output here.
20950 # To test realistic parsing behavior, apply a tidy-like transformation to both
20951 # the expected output and your parser's output.
20953 Bug 529: Uncovered bullet leaving empty list, normally removed by tidy
20955 ******* Foo {{bullet}}
20957 <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>
20963 Bug 529: Uncovered table already at line-start
20986 Bug 529: Uncovered bullet in parser function result
20988 * Foo {{lc:{{bullet}} }}
20996 Bug 5678: Double-parsed template argument
20998 {{lc:{{{1}}}|hello}}
21005 Bug 5678: Double-parsed template invocation
21007 {{lc:{{paramtest {{!}} param = hello }} }}
21009 <p>{{paramtest | param = hello }}
21014 Case insensitivity of parser functions for non-ASCII characters (bug 8143)
21017 title=[[Main Page]]
21019 {{PRVNÍVELKÉ:ěščř}}
21020 {{prvnívelké:ěščř}}
21040 Morwen/13: Unclosed link followed by heading
21047 <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>
21052 HHP2.1: Heuristics for headings in preprocessor parenthetical structures
21059 <h1><span class="mw-headline" id="heading">heading</span></h1>
21064 HHP2.2: Heuristics for headings in preprocessor parenthetical structures
21071 <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>
21086 Paragraphs inside divs (no extra line breaks)
21098 Paragraphs inside divs (extra line break on open)
21113 Paragraphs inside divs (extra line break on close)
21128 Paragraphs inside divs (extra line break on open and close)
21145 Nesting tags, paragraphs on lines which begin with <div>
21147 <div></div><strong>A
21150 <p><strong>A</strong></p>
21151 <p><strong>B</strong></p>
21159 # Bug 6200: <blockquote> should behave like <div> with respect to line breaks
21161 Bug 6200: paragraphs inside blockquotes (no extra line breaks)
21163 <blockquote>Line one
21165 Line two</blockquote>
21167 <blockquote>Line one
21168 Line two</blockquote>
21172 <p>Line one Line two</p>
21177 Bug 6200: paragraphs inside blockquotes (extra line break on open)
21182 Line two</blockquote>
21187 Line two</blockquote>
21192 Line two</blockquote>
21196 Bug 6200: paragraphs inside blockquotes (extra line break on close)
21198 <blockquote>Line one
21203 <blockquote>Line one
21216 Bug 6200: paragraphs inside blockquotes (extra line break on open and close)
21238 Paragraphs inside blockquotes/divs (no extra line breaks)
21240 <blockquote><div>Line one
21242 Line two</div></blockquote>
21244 <blockquote><div>Line one
21245 Line two</div></blockquote>
21250 Paragraphs inside blockquotes/divs (extra line break on open)
21255 Line two</div></blockquote>
21260 Line two</div></blockquote>
21265 Paragraphs inside blockquotes/divs (extra line break on close)
21267 <blockquote><div>Line one
21270 </div></blockquote>
21272 <blockquote><div>Line one
21275 </div></blockquote>
21280 Paragraphs inside blockquotes/divs (extra line break on open and close)
21286 </div></blockquote>
21292 </div></blockquote>
21297 Interwiki links trounced by replaceExternalLinks after early LinkHolderArray expansion
21299 wgLinkHolderBatchSize=0
21305 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?1" class="extiw" title="meatball:1">meatball:1</a>
21306 <a href="http://www.usemod.com/cgi-bin/mb.pl?2" class="extiw" title="meatball:2">meatball:2</a>
21307 <a href="http://www.usemod.com/cgi-bin/mb.pl?3" class="extiw" title="meatball:3">meatball:3</a>
21312 Free external link invading image caption
21314 [[Image:Foobar.jpg|thumb|http://x|hello]]
21316 <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>
21321 Bug 15196: localised external link numbers
21325 [http://en.wikipedia.org/]
21327 <p><a rel="nofollow" class="external autonumber" href="http://en.wikipedia.org/">[۱]</a>
21330 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/"></a></p>
21334 Multibyte character in padleft
21336 {{padleft:-Hello|7|Æ}}
21343 Multibyte character in padright
21345 {{padright:Hello-|7|Æ}}
21352 formatdate parser function
21354 {{#formatdate:2009-03-24}}
21356 <p><span class="mw-formatted-date" title="2009-03-24">2009-03-24</span>
21361 formatdate parser function, with default format
21363 {{#formatdate:2009-03-24|mdy}}
21365 <p><span class="mw-formatted-date" title="2009-03-24">March 24, 2009</span>
21370 Spacing of numbers in formatted dates
21372 {{#formatdate:January 15}}
21374 <p><span class="mw-formatted-date" title="01-15">January 15</span>
21379 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
21381 language=nl title=[[MediaWiki:Common.css]]
21383 {{#formatdate:2009-03-24|dmy}}
21385 <p><span class="mw-formatted-date" title="2009-03-24">24 March 2009</span>
21398 Edit comment with link
21402 I like the [[Main Page]] a lot
21404 I like the <a href="/wiki/Main_Page" title="Main Page">Main Page</a> a lot
21408 Edit comment with link and link text
21412 I like the [[Main Page|best pages]] a lot
21414 I like the <a href="/wiki/Main_Page" title="Main Page">best pages</a> a lot
21418 Edit comment with link and link text with suffix
21422 I like the [[Main Page|best page]]s a lot
21424 I like the <a href="/wiki/Main_Page" title="Main Page">best pages</a> a lot
21428 Edit comment with section link (non-local, eg in history list)
21430 comment title=[[Main Page]]
21432 /* External links */ removed bogus entries
21434 <a href="/wiki/Main_Page#External_links" title="Main Page">→</a><span dir="auto"><span class="autocomment">External links: </span> removed bogus entries</span>
21438 Edit comment with section link and text before it (non-local, eg in history list)
21440 comment title=[[Main Page]]
21442 pre-comment text /* External links */ removed bogus entries
21444 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>
21448 Edit comment with section link (local, eg in diff view)
21450 comment local title=[[Main Page]]
21452 /* External links */ removed bogus entries
21454 <a href="#External_links">→</a><span dir="auto"><span class="autocomment">External links: </span> removed bogus entries</span>
21458 Edit comment with subpage link (bug 14080)
21462 title=[[Subpage test]]
21464 Poked at a [[/subpage]] here...
21466 Poked at a <a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">/subpage</a> here...
21470 Edit comment with subpage link and link text (bug 14080)
21474 title=[[Subpage test]]
21476 Poked at a [[/subpage|neat little page]] here...
21478 Poked at a <a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">neat little page</a> here...
21482 Edit comment with bogus subpage link in non-subpage NS (bug 14080)
21485 title=[[Subpage test]]
21487 Poked at a [[/subpage]] here...
21489 Poked at a <a href="/index.php?title=/subpage&action=edit&redlink=1" class="new" title="/subpage (page does not exist)">/subpage</a> here...
21493 Edit comment with bare anchor link (local, as on diff)
21497 title=[[Main Page]]
21501 <a href="#section">#section</a>
21505 Edit comment with bare anchor link (non-local, as on history)
21508 title=[[Main Page]]
21512 <a href="/wiki/Main_Page#section" title="Main Page">#section</a>
21516 Anchor starting with underscore
21522 <p><a href="#_ref">One</a>
21525 <p><a rel="mw:WikiLink" href="./Foo#_ref" data-parsoid='{"stx":"piped","a":{"href":"./Foo#_ref"},"sa":{"href":"#_ref"}}'>One</a></p>
21529 Id starting with underscore
21531 <div id="_ref"></div>
21533 <div id="_ref"></div>
21538 Edit comment with link with more than one pipe (T99346)
21542 [[Main Page|Many|pipes]]
21544 <a href="/wiki/Main_Page" title="Main Page">Many|pipes</a>
21548 Complex edit comment with link with more than one pipe (T99346)
21552 Created page with "<noinclude>[[Category:Requests for permissions/Bot|{{subst:#titleparts:{{subst:PAGENAME}}|1|3}}]]</noinclude> === [[User:MineoBot|]] 8=== {{Request for permissions/links|Mineo..."
21554 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..."
21558 Space normalisation on autocomment (bug 22784)
21561 title=[[Main Page]]
21563 /* __hello__world__ */
21565 <a href="/wiki/Main_Page#hello_world" title="Main Page">→</a><span dir="auto"><span class="autocomment">__hello__world__</span></span>
21569 percent-encoding and + signs in comments (Bug 26410)
21573 [[ABC%33D% ++]] [[ABC%33D% ++|+%20]]
21575 <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>
21578 # Parsoid doesn't support this yet: see bug 73581
21579 # but it *should* omit the 'src' attribute if the image is bad.
21580 # PHP side of tests was disabled in
21581 # mediawiki/core:6bd31e7d95161a6e88fa86df60871051da997c3c
21582 # because of issues in the PHP parserTests infrastructure
21583 # (but the output below is indeed what the PHP side emits)
21585 Bad images - basic functionality
21588 !! DISABLED/html/php
21590 <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>
21594 Bad images - bug 16039: text after bad image disappears
21599 !! DISABLED/html/php
21605 <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>
21610 Verify that displaytitle works (bug #22501) no displaytitle
21614 wgAllowDisplayTitle=true
21615 wgRestrictDisplayTitle=false
21617 this is not the the title
21620 <p>this is not the the title
21625 Verify that displaytitle works (bug #22501) RestrictDisplayTitle=false
21630 wgAllowDisplayTitle=true
21631 wgRestrictDisplayTitle=false
21633 this is not the the title
21634 {{DISPLAYTITLE:whatever}}
21637 <p>this is not the the title
21642 Verify that displaytitle works (bug #22501) RestrictDisplayTitle=true mismatch
21647 wgAllowDisplayTitle=true
21648 wgRestrictDisplayTitle=true
21650 this is not the the title
21651 {{DISPLAYTITLE:whatever}}
21654 <p>this is not the the title
21659 Verify that displaytitle works (bug #22501) RestrictDisplayTitle=true matching
21664 wgAllowDisplayTitle=true
21665 wgRestrictDisplayTitle=true
21667 this is not the the title
21668 {{DISPLAYTITLE:screen}}
21671 <p>this is not the the title
21676 Verify that displaytitle works (bug #22501) AllowDisplayTitle=false
21681 wgAllowDisplayTitle=false
21683 this is not the the title
21684 {{DISPLAYTITLE:screen}}
21687 <p>this is not the the title
21688 <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>
21693 Verify that displaytitle works (bug #22501) AllowDisplayTitle=false no DISPLAYTITLE
21698 wgAllowDisplayTitle=false
21700 this is not the the title
21703 <p>this is not the the title
21708 Verify that displaytitle handles inline CSS styles (bug 26547) - rejected value
21713 wgAllowDisplayTitle=true
21714 wgRestrictDisplayTitle=true
21716 this is not the the title
21717 {{DISPLAYTITLE:<span style="display: none;">s</span>creen}}
21719 <span style="/* attempt to bypass $wgRestrictDisplayTitle */">s</span>creen
21720 <p>this is not the the title
21725 Verify that displaytitle handles inline CSS styles (bug 26547) - accepted value
21730 wgAllowDisplayTitle=true
21731 wgRestrictDisplayTitle=true
21733 this is not the the title
21734 {{DISPLAYTITLE:<span style="color: red;">s</span>creen}}
21736 <span style="color: red;">s</span>creen
21737 <p>this is not the the title
21742 Page status indicators: Empty name is invalid
21746 <indicator name=" "></indicator>
21747 <indicator></indicator>
21749 <p><span class="error"><strong>Error:</strong> Page status indicators' <code>name</code> attribute must not be empty.</span>
21750 <span class="error"><strong>Error:</strong> Page status indicators' <code>name</code> attribute must not be empty.</span>
21755 Page status indicators: Weird syntaxes that are okay
21759 <indicator name="empty" />
21760 <indicator name="name"></indicator>
21769 Page status indicators: Torture test
21773 <indicator name="01">hello world</indicator>
21774 <indicator name="02">[[Main Page]]</indicator>
21775 <indicator name="03">[[File:Foobar.jpg|25px|link=]]</indicator>
21776 <indicator name="04">[[File:Foobar.jpg|25px]]</indicator>
21777 <indicator name="05">* foo
21779 <indicator name="06"><nowiki>foo</nowiki></indicator>
21780 <indicator name="07"> Preformatted</indicator>
21781 <indicator name="08"><div>Broken tag</indicator>
21782 <indicator name="09">{| class=wikitable
21785 <indicator name="10">Two
21787 paragraphs</indicator>
21790 02=<a href="/wiki/Main_Page" title="Main Page">Main Page</a>
21791 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" />
21792 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>
21793 05=<ul><li> foo</li>
21797 07=<pre>Preformatted
21799 08=<div>Broken tag</div>
21801 09=<table class="wikitable">
21818 preload: check <noinclude> and <includeonly>
21822 Hello <noinclude>cruel</noinclude><includeonly>kind</includeonly> world.
21828 preload: check <onlyinclude>
21832 Goodbye <onlyinclude>Hello world</onlyinclude>
21838 preload: can pass tags through if we want to
21842 <includeonly><</includeonly>includeonly>Hello world<includeonly><</includeonly>/includeonly>
21844 <includeonly>Hello world</includeonly>
21848 preload: check that it doesn't try to do tricks
21852 * <!-- Hello --> ''{{world}}'' {{<includeonly>subst:</includeonly>How are you}}{{ {{{|safesubst:}}} #if:1|2|3}}
21854 * <!-- Hello --> ''{{world}}'' {{subst:How are you}}{{ {{{|safesubst:}}} #if:1|2|3}}
21858 Play a bit with r67090 and bug 3158
21860 <div style="width:50% !important"> </div>
21861 <div style="width:50% !important"> </div>
21862 <div style="width:50% !important"> </div>
21863 <div style="border : solid;"> </div>
21865 <div style="width:50% !important"> </div>
21866 <div style="width:50% !important"> </div>
21867 <div style="width:50% !important"> </div>
21868 <div style="border : solid;"> </div>
21871 <div style="width:50% !important" data-parsoid='{"stx":"html"}'><span typeof="mw:Entity" data-parsoid='{"srcContent":" "}'> </span></div>
21872 <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>
21873 <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>
21874 <div style="border : solid;" data-parsoid='{"stx":"html"}'><span typeof="mw:Entity" data-parsoid='{"srcContent":" "}'> </span></div>
21879 HTML5 data attributes
21881 <span data-foo="bar">Baz</span>
21882 <p data-abc-def_hij="">Quuz</p>
21884 <p><span data-foo="bar">Baz</span>
21886 <p data-abc-def_hij="">Quuz</p>
21889 <p><span data-foo="bar" data-parsoid='{"stx":"html"}'>Baz</span></p>
21890 <p data-abc-def_hij="" data-parsoid='{"stx":"html"}'>Quuz</p>
21894 Strip reserved data attributes
21896 <div data-mw="foo" data-parsoid="bar" data-mw-someext="baz" data-ok="fred" data-ooui="xyzzy" data-bad:ns="ns">d</div>
21898 <div data-ok="fred">d</div>
21901 <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>
21905 percent-encoding and + signs in internal links (Bug 26410)
21907 [[User:+%]] [[Page+title%]]
21908 [[%+]] [[%+|%20]] [[%+ ]] [[%+r]]
21909 [[%]] [[+]] [[File:%+abc%39|foo|[[bar]]]]
21910 [[%33%45]] [[%33%45+]]
21912 <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>
21913 <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>
21914 <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>
21915 <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>
21918 <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>
21919 <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>
21920 <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>
21921 <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>
21925 Special characters in embedded file links (bug 27679)
21927 [[File:Contains & ampersand.jpg]]
21928 [[File:Does not exist.jpg|Title with & ampersand]]
21930 <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>
21931 <a href="/index.php?title=Special:Upload&wpDestFile=Does_not_exist.jpg" class="new" title="File:Does not exist.jpg">Title with & ampersand</a>
21934 <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>
21935 <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>
21939 Confirm that 'apos' named character reference doesn't make it to output (not legal in HTML 4)
21941 Text's been normalized?
21943 <p>Text's been normalized?
21948 Bug 19052 U+3000 IDEOGRAPHIC SPACE should terminate free external links
21950 http://www.example.org/ <-- U+3000 (vim: ^Vu3000)
21952 <p><a rel="nofollow" class="external free" href="http://www.example.org/">http://www.example.org/</a> <-- U+3000 (vim: ^Vu3000)
21957 Bug 19052 U+3000 IDEOGRAPHIC SPACE should terminate bracketed external links
21959 [http://www.example.org/ ideograms]
21961 <p><a rel="nofollow" class="external text" href="http://www.example.org/">ideograms</a>
21966 Bug 19052 U+3000 IDEOGRAPHIC SPACE should terminate external images links
21968 http://www.example.org/pic.png <-- U+3000 (vim: ^Vu3000)
21970 <p><img src="http://www.example.org/pic.png" alt="pic.png"/> <-- U+3000 (vim: ^Vu3000)
21994 Bug 31098 Template which includes system messages which includes the template
21998 <p><span class="error">Template loop detected: <a href="/wiki/Template:Identical" title="Template:Identical">Template:Identical</a></span>
21999 <span class="error">Template loop detected: <a href="/wiki/Template:Identical" title="Template:Identical">Template:Identical</a></span>
22004 Bug31490 Turkish: ucfirst 'blah'
22015 Bug31490 Turkish: ucfirst 'ix'
22026 Bug31490 Turkish: lcfirst 'BLAH'
22037 Bug31490 Turkish: ucfırst (with a dotless i)
22043 <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>
22048 Bug31490 ucfırst (with a dotless i) with English language
22054 <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>
22059 Bug 26375: TOC with italics
22061 title=[[Main Page]]
22064 == ''Lost'' episodes ==
22066 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22068 <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>
22072 <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>
22077 Bug 26375: TOC with bold
22079 title=[[Main Page]]
22082 == '''should be bold''' then normal text ==
22084 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22086 <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>
22090 <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>
22095 Bug 33845: Headings become cursive in TOC when they contain an image
22097 title=[[Main Page]]
22100 == Image [[Image:foobar.jpg]] ==
22102 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22104 <li class="toclevel-1 tocsection-1"><a href="#Image"><span class="tocnumber">1</span> <span class="toctext">Image</span></a></li>
22108 <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>
22113 Bug 33845 (2): Headings become bold in TOC when they contain a blockquote
22115 title=[[Main Page]]
22118 == <blockquote>Quote</blockquote> ==
22120 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22122 <li class="toclevel-1 tocsection-1"><a href="#Quote"><span class="tocnumber">1</span> <span class="toctext">Quote</span></a></li>
22126 <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>
22130 <div id="toc" class="toc">
22131 <div id="toctitle">
22135 <li class="toclevel-1 tocsection-1"><a href="#Quote"><span class="tocnumber">1</span> <span class="toctext">Quote</span></a></li>
22139 <h2><span class="mw-headline" id="Quote"></span></h2>
22141 <p><span class="mw-headline" id="Quote">Quote</span></p>
22143 <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>
22147 Unclosed tags in TOC
22149 title=[[Main Page]]
22153 <small>Hanc marginis exiguitas non caperet.</small>
22156 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22158 <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>
22162 <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>
22163 <p><small>Hanc marginis exiguitas non caperet.</small>
22169 Multiple tags in TOC
22172 == <i>Foo</i> <b>Bar</b> ==
22174 == <i>Foo</i> <blockquote>Bar</blockquote> ==
22176 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22178 <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>
22179 <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>
22183 <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>
22184 <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>
22188 <div id="toc" class="toc">
22189 <div id="toctitle">
22193 <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>
22194 <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>
22198 <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>
22199 <h2><span class="mw-headline" id="Foo_Bar_2"><i>Foo</i></span></h2>
22201 <p><span class="mw-headline" id="Foo_Bar_2">Bar</span></p>
22203 <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>
22206 # Don't expect Parsoid to roundtrip this until the php parser comes closer to
22207 # html5 tag parsing.
22209 Tags with parameters in TOC
22214 == <sup class="in-h2">Hello</sup> ==
22216 == <sup class="a > b">Evilbye</sup> ==
22218 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22220 <li class="toclevel-1 tocsection-1"><a href="#Hello"><span class="tocnumber">1</span> <span class="toctext"><sup>Hello</sup></span></a></li>
22221 <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>
22225 <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>
22226 <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>
22229 <meta property="mw:PageProp/toc" />
22230 <h2> <sup class="in-h2" data-parsoid='{"stx":"html"}'>Hello</sup> </h2>
22232 <h2> <sup class="a " data-parsoid='{"stx":"html"}'> b">Evilbye</sup> </h2>
22236 span tags with directionality in TOC
22239 == <span dir="ltr">C++</span> ==
22241 == <span dir="rtl">זבנג!</span> ==
22243 == <span style="font-style: italic">The attributes on these span tags must be deleted from the TOC</span> ==
22245 == <span style="font-style: italic" dir="ltr">All attributes on these span tags must be deleted from the TOC</span> ==
22247 == <span dir="ltr" style="font-style: italic">Attributes after dir on these span tags must be deleted from the TOC</span> ==
22249 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22251 <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>
22252 <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>
22253 <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>
22254 <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>
22255 <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>
22259 <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>
22260 <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>
22261 <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>
22262 <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>
22263 <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>
22268 Bug 72884: bdi element in ToC
22271 == <bdi>test</bdi> ==
22273 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22275 <li class="toclevel-1 tocsection-1"><a href="#test"><span class="tocnumber">1</span> <span class="toctext"><bdi>test</bdi></span></a></li>
22279 <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>
22284 T35715: s/strike element in ToC
22287 == <s>test</s> test <strike>test</strike> ==
22289 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22291 <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>
22295 <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>
22299 # Note that the html output does not have the <p></p>, but the
22300 # html+tidy output *does*. This is because the empty <p></p> is
22301 # removed by the sanitizer, but only when tidy is *not* enabled (!).
22303 Empty <p> tag in TOC, removed by Sanitizer (T92892)
22308 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
22310 <li class="toclevel-1 tocsection-1"><a href="#x"><span class="tocnumber">1</span> <span class="toctext">x</span></a></li>
22314 <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>
22318 <div id="toc" class="toc">
22319 <div id="toctitle">
22323 <li class="toclevel-1 tocsection-1"><a href="#x"><span class="tocnumber">1</span> <span class="toctext">x</span></a></li>
22327 <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>
22333 == {{int:headline_sample}} ==
22337 Bug 32057: Title needed when expanding <h> nodes.
22339 title=[[Main Page]]
22343 <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>
22348 Strip marker in urlencode
22350 {{urlencode:x<nowiki/>y}}
22351 {{urlencode:x<nowiki/>y|wiki}}
22352 {{urlencode:x<nowiki/>y|path}}
22353 {{urlencode:x<pre id="one">two</pre>y}}
22381 Strip marker in formatNum
22383 {{formatnum:1<nowiki/>2}}
22384 {{formatnum:1<nowiki/>2|R}}
22392 Check noCommafy in formatNum
22396 {{formatnum:123456.78}}
22397 {{formatnum:123456.78|NOSEP}}
22405 Wrong option for formatNum (bug 56199)
22407 {{formatnum:1,234.56|Random}}
22408 {{formatnum:1,234.56|EVERYTHING}}
22409 {{formatnum:1234.56|any argument that has the string 'NOSEP'}}
22418 Strip marker in grammar
22422 {{grammar:elative|foo<nowiki/>bar}}
22429 Strip marker in padleft
22431 {{padleft:|2|x<nowiki/>y}}
22438 Strip marker in padright
22440 {{padright:|2|x<nowiki/>y}}
22447 Strip marker in anchorencode
22449 {{anchorencode:x<nowiki/>y}}
22456 nowiki inside link inside heading (bug 18295)
22458 ==[[foo|x<nowiki>y</nowiki>z]]==
22460 <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>
22465 new support for bdi element (bug 31817)
22467 <p dir="rtl" lang="he">ולדימיר לנין (ברוסית: <bdi lang="ru">Владимир Ленин</bdi>, 24 באפריל 1870–22 בינואר 1924) הוא מנהיג פוליטי קומוניסטי רוסי.</p>
22469 <p dir="rtl" lang="he">ולדימיר לנין (ברוסית: <bdi lang="ru">Владимир Ленин</bdi>, 24 באפריל 1870–22 בינואר 1924) הוא מנהיג פוליטי קומוניסטי רוסי.</p>
22474 Ignore pipe between table row attributes
22478 |- id=foo | style='color: red'
22486 <tr id="foo" style="color: red">
22493 Gallery override link with WikiLink (bug 34852)
22496 File:foobar.jpg|caption|alt=galleryalt|link=InterWikiLink
22499 <ul class="gallery mw-gallery-traditional">
22500 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
22501 <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>
22502 <div class="gallerytext">
22512 Language parser function
22521 Padleft and padright as substr
22523 {{padleft:|3|abcde}}
22524 {{padright:|3|abcde}}
22532 Special parser function
22534 {{#special:RandomPage}}
22535 {{#special:BaDtItLe}}
22536 {{#special:Foobar}}
22545 Bug 34939 - Case insensitive link parsing ([HttP://])
22547 [HttP://MediaWiki.Org/]
22549 <p><a rel="nofollow" class="external autonumber" href="HttP://MediaWiki.Org/">[1]</a>
22552 <p><a rel="mw:ExtLink" href="HttP://MediaWiki.Org/"></a></p>
22556 Bug 34939 - Case insensitive link parsing ([HttP:// title])
22558 [HttP://MediaWiki.Org/ MediaWiki]
22560 <p><a rel="nofollow" class="external text" href="HttP://MediaWiki.Org/">MediaWiki</a>
22565 Bug 34939 - Case insensitive link parsing (HttP://)
22567 HttP://MediaWiki.Org/
22569 <p><a rel="nofollow" class="external free" href="HttP://MediaWiki.Org/">HttP://MediaWiki.Org/</a>
22572 <p><a rel="mw:ExtLink" href="HttP://MediaWiki.Org/">HttP://MediaWiki.Org/</a></p>
22590 <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>
22591 <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>
22592 <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>
22593 <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>
22594 <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>
22600 ### Parsoid-specific tests
22601 ### Parsoid-PHP parser incompatibilities
22604 1. SOL-sensitive wikitext tokens as template-args
22606 parsoid=wt2html,wt2wt
22612 <span about="#mwt1" typeof="mw:Transclusion">
22613 </span><ul about="#mwt1"><li>a</li>
22615 <span about="#mwt2" typeof="mw:Transclusion">
22616 </span><ol about="#mwt2"><li>a</li>
22618 <span about="#mwt3" typeof="mw:Transclusion">
22619 </span><dl about="#mwt3"><dd>a</dd>
22623 #### -----------------------------------------------------------------
22624 #### Parsoid-specific functionality tests
22625 #### -----------------------------------------------------------------
22627 # Bug 63642/66749: Formatting elt fixup around images is cleaned up.
22628 # We know wt2wt will fail, but we expect selser to pass.
22629 # Due to the nature of our testing, wt2wt and selser tests will enter the
22630 # blacklist and we'll catch selser regressions based on changes to the
22631 # blacklist entries for selser tests.
22633 1. Bad treebuilder fixup of formatting elt is cleaned up
22635 parsoid=wt2html,wt2wt
22640 [[Image:Foobar.jpg|right|Test]]
22647 <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>
22654 2. Bad treebuilder fixup of formatting elt is cleaned up
22656 parsoid=wt2html,wt2wt
22658 '''foo[[File:Foobar.jpg|thumb|caption]]bar'''
22660 <small>[[Image:Foobar.jpg|right|300px]]</small>
22664 <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>
22666 <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>
22670 3. Bad treebuilder fixup of formatting elt is cleaned up
22672 parsoid=wt2html,wt2wt
22674 <small>'''foo[[File:Foobar.jpg|thumb|caption]]bar'''</small>
22676 <p><small><b>foo</b></small></p>
22677 <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>
22678 <p><small><b>bar</b></small></p>
22682 4. Bad treebuilder fixup of formatting elt is cleaned up: formatting tags around captionless images are ignored
22684 parsoid=wt2html,wt2wt
22686 '''<small>[[Image:Foobar.jpg|right|300px]]</small>'''
22688 <p><b><small></small></b></p>
22689 <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>
22693 #### ----------------------------------------------------------------
22694 #### Parsoid-only testing of Parsoid's impl of <ref> and <references>
22695 #### tags. Parsoid's output for these tags differs from that of the
22697 #### ----------------------------------------------------------------
22700 Ref: 1. ref-location should be replaced with an index span
22703 B <ref name="x">foo</ref>
22707 <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>
22708 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>
22709 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>
22710 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw='{"name":"references","attrs":{}}'>
22711 <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>
22712 <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>
22713 <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>
22718 Ref: 2. ref-tags with identical names should all get the same index
22720 A <ref name="x">foo</ref>
22724 <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>
22725 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>
22726 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
22727 <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>
22732 Ref: 3. spaces in ref-names should be ignored
22734 A <ref name="x">foo</ref>
22735 B <ref name=" x " />
22739 <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>
22740 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>
22741 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>
22742 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw='{"name":"references","attrs":{}}'>
22743 <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>
22747 # NOTE: constructor is a predefined property in JS and constructor as a ref-name can clash with it if not handled properly)
22749 Ref: 4. 'constructor' should be accepted as a valid ref-name
22751 A <ref name="constructor">foo</ref>
22754 <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>
22755 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22756 <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>
22761 Ref: 5. body should accept generic wikitext
22764 This is a '''[[bolded link]]''' and this is a {{echo|transclusion}}
22769 <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>
22771 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{}}'>
22772 <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>
22778 Ref: 6. indent-pres should not be output in ref-body
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></p>
22790 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22791 <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
22799 Ref: 7. No p-wrapping in ref-body
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></p>
22818 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" 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
22834 Ref: 8. transclusion wikitext has lower precedence
22836 A <ref> foo {{echo|</ref> B C}}
22840 <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>
22841 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22842 <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>
22847 Ref: 9. unclosed comments should not leak out of ref-body
22849 A <ref> foo <!--</ref> B C
22852 <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>
22853 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22854 <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 Ref: 10. Unclosed HTML tags should not leak out of ref-body
22861 A <ref> <b> foo </ref> B C
22865 <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>
22868 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22869 <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>
22874 Ref: 11. ref-tags acts like an inline element wrt P-wrapping
22880 <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
22881 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>
22882 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
22883 <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>
22884 <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>
22889 Ref: 12. ref-tags act as trailing newline migration barrier
22891 <!--the newline at the end of this line moves out of the p tag-->a
22893 b<!--the newline at the end of this line stays inside the p tag--> <ref />
22899 <!--the newline at the end of this line moves out of the p tag--><p>a</p>
22902 <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>
22903 <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>
22906 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
22907 <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>
22908 <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>
22912 Ref: 13. ref-tags are not SOL-transparent and block indent-pres
22919 <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
22920 <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>
22921 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
22922 <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>
22923 <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
22928 ## Roundtripping fails because of nowiki'ing
22930 Ref: 14. A nested ref-tag should be emitted as plain text
22934 <ref>foo <ref>bar</ref> baz</ref>
22938 <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>
22940 <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>
22944 Ref: 15. ref-tags with identical names should get identical indexes
22946 A1 <ref name="a">foo</ref> A2 <ref name="a" />
22947 B1 <ref name="b" /> B2 <ref name="b">bar</ref>
22951 <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>
22952 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>
22954 <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>
22958 ## We don't bother wt2wt-ing non-standard whitespace
22960 Ref: 16. Tokenizer should accept non-standard whitespace in <ref> and </ref> tags
22968 <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>
22969 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22970 <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>
22974 Ref: 17. Generate valid HTML5 id/about attributes
22976 <ref name="a b">foo</ref>
22977 <ref name=":0">ve-created name</ref>
22981 <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>
22982 <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>
22984 <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>
22989 Ref: 18. T58916: Extension attributes should be parsed as plain text
22991 <ref name="{{echo|a}}">foo</ref>
22995 <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>
22998 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22999 <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>
23004 Ref: 19. ref-tags with identical name encodings should get identical indexes
23006 1 <ref name="a & b">foo</ref> 2 <ref name="a & b" />
23010 <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>
23012 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
23013 <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>
23018 Ref: 20. ref-tags with identical names but different content should keep it
23020 A <ref name="foo">Foo one</ref>
23021 B <ref name="foo">Foo two</ref>
23022 C <ref name="foo" />
23026 <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>
23027 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>
23028 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>
23030 <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>
23035 References: 1. references tag without any refs should be handled properly
23039 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt2" data-mw='{"name":"references","attrs":{}}'></ol>
23043 References: 2. references tag with group only outputs references from that group
23045 A <ref group="a">foo</ref>
23046 B <ref group="b">bar</ref>
23049 <references group="a" />
23051 <references group="b" />
23053 <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>
23054 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>
23055 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>
23057 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw-group="a" data-mw='{"name":"references","attrs":{"group":"a"}}'>
23058 <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>
23060 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt10" data-mw='{"name":"references","attrs":{}}'>
23061 <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>
23063 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt12" data-mw-group="b" data-mw='{"name":"references","attrs":{"group":"b"}}'>
23064 <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>
23069 References: 3. ref list should be cleared after processing references
23079 <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>
23081 <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>
23084 <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>
23086 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw='{"name":"references","attrs":{}}'>
23087 <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>
23092 References: 4. only referenced group should be cleared after processing references
23094 A <ref group="a">afoo</ref>
23097 <references group="a" />
23103 <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>
23104 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>
23106 <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>
23109 <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>
23111 <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>
23115 ## Don't expect this to rt since we're dropping content
23117 References: 5. ref tags in references should be processed while ignoring all other content
23119 parsoid=wt2html,html2html
23122 B <ref name="b">bar</ref>
23125 <ref name="a">foo</ref>
23126 This should just get lost.
23129 <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>
23130 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>
23133 <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>
23138 References: 6. <references /> from a transclusion
23140 <ref>Foo</ref> {{echo|<references />}}
23142 <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>
23147 References: 7. Multiple references tags (one without and one with nested refs) should be correctly handled
23149 A <ref>foo bar for a</ref>
23150 B <ref group="X" name="b" />
23154 <references group="X">
23155 <ref name="b">foo</ref>
23158 <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>
23159 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>
23162 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
23163 <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>
23166 <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"}}'>
23167 <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>
23172 References: 8. T88019: Remove <meta>s from templates inside <ref> that's itself inside a template
23174 X{{echo|<ref>foo {{echo|<b>bar</b>}} and {{echo|baz}} boo</ref>}}
23177 <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>
23178 <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>
23182 # This test only works in wt2html now as the <references /> are always generated
23183 # unless selser is active. Once T72722 is fixed, we should add a changes test
23184 # here to ensure that unrelated changes don't add the new <references />
23185 # when selser is active.
23187 References: 9. Generate missing references list at the end
23190 B <ref group="inexistent">bar</ref>
23192 <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>
23193 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{},"autoGenerated":true}'>
23194 <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>
23196 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw-group="inexistent" data-mw='{"name":"references","attrs":{"group":"inexistent"},"autoGenerated":true}'>
23197 <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>
23202 References: 10. New <references/> shouldn't be added for unrelated edits.
23205 "modes": ["selser"],
23206 "changes": [["#x", "remove"]],
23210 Unrelated text<span id="x"> that's going to disappear</span>.
23218 Entities in ref name
23220 <ref name="test & me">hi</ref>
23223 <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>
23224 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
23225 <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>
23229 ## The output here may look funny, but it's what the php parser will do. The
23230 ## unclosed references tag becomes escaped text, and then a new references
23231 ## tag is auto-generated. The test is wt2html only because it roundtrips with
23232 ## nowiki tags, and the auto-generated references tag is only dropped in
23235 Generate references for unclosed references tag
23243 <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>
23245 <p><references></p>
23246 <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>
23250 New reference serializes on its own line
23252 parsoid=wt2wt,html2wt
23257 foo<ol class="mw-references" typeof="mw:Extension/references" about="#mwt2" data-mw='{"name":"references","attrs":{}}'></ol>
23260 #### ----------------------------------------------------------------
23261 #### Parsoid-only testing of Parsoid's impl of LST
23262 #### Not implemented yet, see
23263 #### https://www.mediawiki.org/wiki/Parsoid/HTML_based_LST
23264 #### ----------------------------------------------------------------
23266 ## We still need to support serializing the older format while content is stored.
23268 LST Sections: Backwards compatibility
23271 "suppressErrors": true,
23272 "modes": ["html2wt"]
23275 <section begin="2011-05-16" />
23276 <section end="2014-04-10 (MW 1.23wmf22)" />
23278 <p><meta typeof="mw:Extension/LabeledSectionTransclusion/begin" content="2011-05-16"/>
23279 <meta typeof="mw:Extension/LabeledSectionTransclusion/end" content="2014-04-10 (MW 1.23wmf22)"/></p>
23282 ## The unconventional output is the result of `usePHPPreProcessor` being
23283 ## disabled in parserTests.js. This test is mainly just to show <section> is
23284 ## recognized as an extension tag w/o a native handler.
23286 LST Sections: Newfangled approach
23288 parsoid={ "suppressErrors": true }
23290 <section begin="2011-05-16" />
23291 <section end="2014-04-10 (MW 1.23wmf22)" />
23293 <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>
23294 <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>
23297 #--------- Test stripping of empty nodes in template content ----------
23299 Empty LI and TR nodes should be stripped from template content
23304 <ul about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"EmptyLITest","href":"./Template:EmptyLITest"},"params":{},"i":0}}]}'>
23308 <table about="#mwt2" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"EmptyTRTest","href":"./Template:EmptyTRTest"},"params":{},"i":0}}]}'>
23321 Empty LI and TR nodes should not be stripped from top-level content
23348 Empty TR nodes should not be stripped if they have any attributes set
23350 {{EmptyTRWithHTMLAttrTest}}
23352 <table about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"EmptyTRWithHTMLAttrTest","href":"./Template:EmptyTRWithHTMLAttrTest"},"params":{},"i":0}}]}'>
23353 <tr align="center"></tr>
23354 <tr><td>foo</td></tr>
23355 <tr align="center"></tr>
23356 <tr><td>bar</td></tr>
23360 #### ----------------------------------------------------------------
23361 #### The following section of tests are primarily to test
23362 #### wikitext escaping capabilities of Parsoid. Given that
23363 #### escaping can be done any number of ways, the wikitext (input)
23364 #### is always adjusted to reflect how Parsoid adds nowiki
23367 #### We are marking several tests as parsoid-only since the
23368 #### HTML in the result section is different from what the
23369 #### PHP parser generates for it.
23370 #### ----------------------------------------------------------------
23373 #### --------------- Headings ---------------
23375 #### 1. Nested inside html <h1>=foo=</h1>
23376 #### 2. Outside heading nest on a single line <h1>foo</h1>*bar
23377 #### 3. Nested inside html with wikitext split by html tags
23378 #### 4. No escape needed
23379 #### 5. Empty headings <h1></h1>
23380 #### 6. Heading chars in SOL context
23381 #### ----------------------------------------
23383 Headings: 0. Unnested
23393 <p>=foo<i>a</i>=</p>
23395 <nowiki>=foo=</nowiki>
23397 <nowiki> </nowiki>=foo=
23399 <nowiki>=foo=</nowiki>
23401 =foo''a''<nowiki>=</nowiki>
23404 # New headings and existing headings are handled differently
23406 Headings: 1. Nested inside html
23414 <h1 data-parsoid=''>=foo=</h1>
23415 <h2 data-parsoid=''>=foo=</h2>
23416 <h3 data-parsoid=''>=foo=</h3>
23417 <h4 data-parsoid=''>=foo=</h4>
23418 <h5 data-parsoid=''>=foo=</h5>
23419 <h6 data-parsoid=''>=foo=</h6>
23427 =<nowiki>=foo=</nowiki>=
23428 ==<nowiki>=foo=</nowiki>==
23429 ===<nowiki>=foo=</nowiki>===
23430 ====<nowiki>=foo=</nowiki>====
23431 =====<nowiki>=foo=</nowiki>=====
23432 ======<nowiki>=foo=</nowiki>======
23437 Headings: 2. Outside heading nest on a single line <h1>foo</h1>*bar
23446 <nowiki>*</nowiki>bar
23452 <nowiki>=bar=</nowiki>
23456 Headings: 3. Nested inside html with wikitext split by html tags
23460 <h1>=<b>bold</b>foo=</h1>
23462 = ='''bold'''foo= =
23466 Headings: 4a. No escaping needed (testing just h1 and h2)
23477 <h1><i>=</i>foo=</h1>
23497 Headings: 4b. No escaping needed (inside p-tags)
23512 Headings: 5. Empty headings
23516 <h1 data-parsoid='{}'></h1>
23518 <h2 data-parsoid='{}'></h2>
23520 <h3 data-parsoid='{}'></h3>
23522 <h4 data-parsoid='{}'></h4>
23524 <h5 data-parsoid='{}'></h5>
23526 <h6 data-parsoid='{}'></h6>
23536 =====<nowiki/>=====
23538 ======<nowiki/>======
23542 Headings: 6a. Heading chars in SOL context (with trailing spaces)
23552 <nowiki>=a=</nowiki>
23554 <nowiki>=a=</nowiki>
23556 <nowiki>=a=</nowiki>
23560 Headings: 6b. Heading chars in SOL context (with trailing newlines)
23573 <nowiki>=a=</nowiki>
23576 <nowiki>=a=</nowiki>
23579 <nowiki>=a=</nowiki>
23584 Headings: 6c. Heading chars in SOL context (leading newline break)
23592 <nowiki>=b=</nowiki>
23596 Headings: 6d. Heading chars in SOL context (with interspersed comments)
23600 <!--c0--><p>=a=</p>
23602 <!--c1--><p>=a=</p> <!--c2--> <!--c3-->
23604 <!--c0--><nowiki>=a=</nowiki>
23606 <!--c1--><nowiki>=a=</nowiki> <!--c2--> <!--c3-->
23610 Headings: 6d. Heading chars in SOL context (No escaping needed)
23620 Headings: 7. Insert a newline between new content and headings
23626 <h2 data-parsoid='{}'>A</h2>
23627 <p data-parsoid='{}'>a</p>
23637 #### --------------- Lists ---------------
23638 #### 0. Outside nests (*foo, etc.)
23639 #### 1. Nested inside html <ul><li>*foo</li></ul>
23640 #### 2. Inside definition lists
23641 #### 3. Only bullets at start should be escaped
23642 #### 4. No escapes needed
23643 #### 5. No unnecessary escapes
23644 #### 6. Escape bullets in SOL position
23645 #### 7. Escape bullets in a multi-line context
23646 #### ----------------------------------------
23649 Lists: 0. Outside nests
23659 <nowiki>*</nowiki>foo
23661 <nowiki>#</nowiki>foo
23663 <nowiki>;</nowiki>Foo<nowiki>:</nowiki>bar
23666 ## Making these next 3 tests Parsoid-only since they are html2wt tests
23667 ## to test wikitext escaping, and insignificant whitespace diffs
23668 ## cause PHP parser tests to barf
23670 Lists: 1. Nested inside html (No unnecessary escapes)
23679 <li data-parsoid='{}'>*foo</li>
23680 <li data-parsoid='{}'>#foo</li>
23681 <li data-parsoid='{}'>:foo</li>
23682 <li data-parsoid='{}'>;foo</li>
23690 <li data-parsoid='{}'>*foo</li>
23691 <li data-parsoid='{}'>#foo</li>
23692 <li data-parsoid='{}'>:foo</li>
23693 <li data-parsoid='{}'>;foo</li>
23700 *<nowiki>*foo</nowiki>
23701 *<nowiki>#foo</nowiki>
23702 *<nowiki>:foo</nowiki>
23703 *<nowiki>;foo</nowiki>
23709 #<nowiki>*foo</nowiki>
23710 #<nowiki>#foo</nowiki>
23711 #<nowiki>:foo</nowiki>
23712 #<nowiki>;foo</nowiki>
23716 Lists: 2. Inside definition lists
23720 <dl><dt>;foo</dt></dl>
23721 <dl><dt>:foo</dt></dl>
23724 <dl><dd>:foo</dd></dl>
23728 ; <nowiki>:foo</nowiki>
23730 ; <nowiki>:foo</nowiki>
23737 Lists: 3. Only bullets at start of text in wikitext-generated HTML should be escaped
23743 <li data-parsoid='{}'>*foo<i>it</i>*bar</li>
23747 *<nowiki>*foo</nowiki>''it''*bar
23751 Lists: 4. No escapes needed
23764 <li><a rel="mw:WikiLink" href="Foo" title="Foo">Foo</a>: bar
23768 <li><a rel="mw:WikiLink" href="Foo" title="Foo">Foo</a>*bar
23782 Lists: 5. No unnecessary escapes
23786 <ul><li> bar <span>[[foo]]</span></li></ul>
23787 <ul><li> =bar <span>[[foo]]</span></li></ul>
23788 <ul><li> [[bar <span>[[foo]]</span></li></ul>
23789 <ul><li> ]]bar <span>[[foo]]</span></li></ul>
23790 <ul><li> =bar <span>foo]]</span>=</li></ul>
23791 <ul><li> <s></s>: a</li></ul>
23792 <ul><li> <i>* foo</i></li></ul>
23795 * bar <span><nowiki>[[foo]]</nowiki></span>
23797 * =bar <span><nowiki>[[foo]]</nowiki></span>
23799 * [[bar <span><nowiki>[[foo]]</nowiki></span>
23801 * ]]bar <span><nowiki>[[foo]]</nowiki></span>
23803 * =bar <span>foo]]</span>=
23811 Lists: 6. Escape bullets in SOL position
23815 <p><!--cmt-->*foo</p>
23817 <!--cmt--><nowiki>*</nowiki>foo
23821 Lists: 7. Escape bullets in a multi-line context
23830 <nowiki>*</nowiki>b
23834 Lists: 8. Escape colons only if not present in tags
23838 <dl><dt>a:b<i>c:d</i></dt></dl>
23840 ; <nowiki>a:b</nowiki>''c:d''
23843 #### --------------- HRs ---------------
23844 #### 1. Single line
23845 #### -----------------------------------
23848 HRs: 1. Single line
23856 ----<nowiki>----</nowiki>
23861 #### --------------- Tables ---------------
23862 #### 1a. Simple example
23863 #### 1b. No escaping needed (!foo)
23864 #### 1c. No escaping needed (|foo)
23865 #### 1d. No escaping needed (|}foo)
23867 #### 2a. Nested in td (<td>foo|bar</td>)
23868 #### 2b. Nested in td (<td>foo||bar</td>)
23869 #### 2c. Nested in td -- no escaping needed(<td>foo!!bar</td>)
23871 #### 3a. Nested in th (<th>foo!bar</th>)
23872 #### 3b. Nested in th (<th>foo!!bar</th>)
23873 #### 3c. Nested in th -- no escaping needed(<th>foo||bar</th>)
23877 #### 4c. No escaping needed
23878 #### --------------------------------------
23881 Tables: 1a. Simple example
23889 <nowiki>{|</nowiki>
23894 Tables: 1b. No escaping needed
23905 Tables: 1c. No escaping needed
23916 Tables: 1d. No escaping needed
23927 Tables: 2a. Nested in td
23932 <td>foo|bar</td></tr>
23933 <tr><td>x<div>a|b</div></td>
23937 |<nowiki>foo|bar</nowiki>
23939 |x<div><nowiki>a|b</nowiki></div>
23955 Tables: 2b. Nested in td
23961 <td>a<i>b||c</i></td>
23962 <td>a<i><div>b||c</div></i></td>
23963 </tr></tbody></table>
23966 |<nowiki>foo||bar</nowiki>
23967 |a''<nowiki>b||c</nowiki>''
23968 |a''<div><nowiki>b||c</nowiki></div>''
23977 <td>a<i><div>b||c</div></i>
23983 Tables: 2c. Nested in td -- no escaping needed
23999 Tables: 3a. Nested in th
24015 Tables: 3b. Nested in th
24020 <tr><th>foo!!bar</th>
24021 <th><i>foo|bar</i></th>
24022 <th><i>foo!!bar</i></th>
24023 <th><i><span>foo!!bar</span></i></th>
24024 </tr></tbody></table>
24027 !<nowiki>foo!!bar</nowiki>
24028 !''<nowiki>foo|bar</nowiki>''
24029 !''<nowiki>foo!!bar</nowiki>''
24030 !''<span><nowiki>foo!!bar</nowiki></span>''
24039 <th><i>foo!!bar</i>
24041 <th><i><span>foo!!bar</span></i>
24047 Tables: 3c. Nested in th
24052 <tr><th>foo||bar</th>
24053 <th><span typeof="mw:Nowiki">foo||bar</span></th>
24054 </tr></tbody></table>
24057 !<nowiki>foo||bar</nowiki>
24058 !<nowiki>foo||bar</nowiki>
24071 Tables: 4a. Escape -
24087 |<nowiki>-bar</nowiki>
24092 Tables: 4b. Escape +
24108 |<nowiki>+bar</nowiki>
24113 Tables: 4c. No escaping needed
24118 <tr><td>foo-bar</td><td>foo+bar</td></tr>
24119 <tr><td><i>foo</i>-bar</td><td><i>foo</i>+bar</td></tr>
24125 <div>a|b</div></td>
24170 Tables: 4d. No escaping needed
24175 <tbody><tr><td><a rel="mw:WikiLink" href="./Foo" title="Foo">Foo</a>-bar</td>
24176 <td data-parsoid='{"startTagSrc":"|","attrSepSrc":"|"}'>+1</td>
24177 <td data-parsoid='{"startTagSrc":"|","attrSepSrc":"|"}'>-2</td></tr>
24188 <td><a href="/wiki/Foo" title="Foo">Foo</a>-bar
24198 T97430: Don't emit empty nowiki pairs around marker meta tags
24202 <p>*This is a long sentence here that will make the nowiki algo split up the nowikis into multiple pairs
24203 |** Make this another long long long sentence forcing the nowiki algo to split up the nowikis.</p>
24205 <nowiki>*</nowiki>This is a long sentence here that will make the nowiki algo split up the nowikis into multiple pairs
24206 |** Make this another long long long sentence forcing the nowiki algo to split up the nowikis.
24210 Unclosed xmlish element in table line shouldn't eat end delimiters
24215 <tbody><tr><td> <foo</td>
24216 <td> bar></td></tr>
24233 #### --------------- Links ----------------
24234 #### 1. Quote marks in link text
24235 #### 2. Wikilinks: Escapes needed
24236 #### 3. Wikilinks: No escapes needed
24237 #### 4. Extlinks: Escapes needed
24238 #### 5. Extlinks: No escapes needed
24239 #### --------------------------------------
24241 Links 1. WikiLinks: No escapes needed
24245 <p><a rel="mw:WikiLink" href="Foo" title="Foo">Foo<i>boo</i></a>
24246 <a rel="mw:WikiLink" href="Foo" title="Foo">[Foobar]</a>
24247 <a rel="mw:WikiLink" href="Foo" title="Foo">x [Foobar] x</a></p>
24251 [[Foo|x [Foobar] x]]
24253 <p><a href="/wiki/Foo" title="Foo">Foo<i>boo</i></a>
24254 <a href="/wiki/Foo" title="Foo">[Foobar]</a>
24255 <a href="/wiki/Foo" title="Foo">x [Foobar] x</a>
24260 Links 2. WikiLinks: Escapes needed
24264 <a href="Foo" rel="mw:WikiLink">Foobar]</a>
24265 <a href="Foo" rel="mw:WikiLink">x [http://google.com g] x</a>
24266 <a href="Foo" rel="mw:WikiLink">[[Bar]]</a>
24267 <a href="Foo" rel="mw:WikiLink">x [[Bar]] x</a>
24268 <a href="Foo" rel="mw:WikiLink">|Bar</a>
24269 <a href="Foo" rel="mw:WikiLink">]]bar</a>
24270 <a href="Foo" rel="mw:WikiLink">[[bar</a>
24271 <a href="Foo" rel="mw:WikiLink">x [[ y</a>
24272 <a href="Foo" rel="mw:WikiLink">x ]] y</a>
24273 <a href="Foo" rel="mw:WikiLink">x ]] y [[ z</a>
24275 [[Foo|<nowiki>Foobar]</nowiki>]]
24276 [[Foo|x <nowiki>[http://google.com g]</nowiki> x]]
24277 [[Foo|<nowiki>[[Bar]]</nowiki>]]
24278 [[Foo|<nowiki>x [[Bar]] x</nowiki>]]
24279 [[Foo|<nowiki>|Bar</nowiki>]]
24280 [[Foo|<nowiki>]]bar</nowiki>]]
24281 [[Foo|<nowiki>[[bar</nowiki>]]
24282 [[Foo|<nowiki>x [[ y</nowiki>]]
24283 [[Foo|<nowiki>x ]] y</nowiki>]]
24284 [[Foo|<nowiki>x ]] y [[ z</nowiki>]]
24286 <p><a href="/wiki/Foo" title="Foo">Foobar]</a>
24287 <a href="/wiki/Foo" title="Foo">x [http://google.com g] x</a>
24288 <a href="/wiki/Foo" title="Foo">[[Bar]]</a>
24289 <a href="/wiki/Foo" title="Foo">x [[Bar]] x</a>
24290 <a href="/wiki/Foo" title="Foo">|Bar</a>
24291 <a href="/wiki/Foo" title="Foo">]]bar</a>
24292 <a href="/wiki/Foo" title="Foo">[[bar</a>
24293 <a href="/wiki/Foo" title="Foo">x [[ y</a>
24294 <a href="/wiki/Foo" title="Foo">x ]] y</a>
24295 <a href="/wiki/Foo" title="Foo">x ]] y [[ z</a>
24300 Links 3. WikiLinks: No escapes needed
24304 <p><a rel="mw:WikiLink" href="Foo">[Foobar</a>
24305 <a rel="mw:WikiLink" href="Foo" title="Foo">foo|bar</a></p>
24310 <p><a href="/wiki/Foo" title="Foo">[Foobar</a>
24311 <a href="/wiki/Foo" title="Foo">foo|bar</a>
24316 Links 4. ExtLinks: Escapes needed
24320 <p><a rel="mw:ExtLink" href="http://google.com">[google]</a>
24321 <a rel="mw:ExtLink" href="http://google.com">google]</a></p>
24322 <p>[http://google.com]</p>
24323 <p>[http://google.com google]</p>
24324 <p>[<a rel="mw:ExtLink" href="http://google.com">http://google.com</a>]</p>
24325 <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>
24327 [http://google.com <nowiki>[google]</nowiki>]
24328 [http://google.com <nowiki>google]</nowiki>]
24330 <nowiki>[http://google.com]</nowiki>
24332 <nowiki>[http://google.com google]</nowiki>
24334 [http://google.com<nowiki>]</nowiki>
24336 [{{echo|http://google.com}}<nowiki>]</nowiki>
24338 <p><a rel="nofollow" class="external text" href="http://google.com">[google]</a>
24339 <a rel="nofollow" class="external text" href="http://google.com">google]</a>
24340 </p><p>[http://google.com]
24341 </p><p>[http://google.com google]
24342 </p><p>[<a rel="nofollow" class="external free" href="http://google.com">http://google.com</a>]
24343 </p><p>[<a rel="nofollow" class="external free" href="http://google.com">http://google.com</a>]
24348 Links 5. ExtLinks: No escapes needed
24352 <p><a rel="mw:ExtLink" href="http://google.com">[google</a></p>
24353 <p>[<a ref="mw:ExtLink" href="http://google.com"></a>]</p>
24355 [http://google.com [google]
24357 [[http://google.com]]
24359 <p><a rel="nofollow" class="external text" href="http://google.com">[google</a>
24360 </p><p>[<a rel="nofollow" class="external autonumber" href="http://google.com">[1]</a>]
24365 Links 6. Add <nowiki/>s between text-nodes and url-links when required (bug 64300)
24369 <p>x<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>y
24370 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>?x
24371 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>&x
24372 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>'x
24373 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>,x
24374 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>.x
24375 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>;x
24376 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>:x
24377 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>;x
24378 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>!x
24379 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>=x
24380 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>(x)
24381 <a rel="mw:ExtLink" href="http://example.com(x" data-parsoid='{"stx":"url"}'>http://example.com(x</a>)
24384 x<nowiki/>http://example.com<nowiki/>y
24385 http://example.com<nowiki/>?x
24386 http://example.com<nowiki/>&x
24387 http://example.com<nowiki/>'x
24388 http://example.com<nowiki/>,x
24389 http://example.com<nowiki/>.x
24390 http://example.com<nowiki/>;x
24391 http://example.com<nowiki/>:x
24392 http://example.com<nowiki/>;x
24393 http://example.com<nowiki/>!x
24394 http://example.com<nowiki/>=x
24395 http://example.com<nowiki/>(x)
24396 http://example.com(x<nowiki/>)
24400 Links 7a. Don't add spurious <nowiki/>s between text-nodes and url-links (bug 64300)
24405 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>
24407 "<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>"
24408 (<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>)
24409 (<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>) foo
24410 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>,
24411 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>, foo
24417 "http://example.com"
24418 (http://example.com)
24419 (http://example.com) foo
24420 http://example.com,
24421 http://example.com, foo
24424 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
24426 "<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>"
24427 (<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>)
24428 (<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>) foo
24429 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>,
24430 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>, foo
24435 Links 7b. Don't add spurious <nowiki/>s between text-nodes and url-links (bug 64300)
24439 <p><a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>.,;:!?\
24440 -<a rel="mw:ExtLink" href="http://example.com">http://example.com</a>:</p>
24442 http://example.com.,;:!?\
24443 -http://example.com:
24445 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>.,;:!?\
24446 -<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>:
24451 Links 8. Add <nowiki/>s between text-nodes and RFC-links when required (bug 64300)
24455 <p><a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>4
24456 <a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>y
24457 X<a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>y</p>
24461 X<nowiki/>RFC 123<nowiki/>y
24465 Links 9. Don't add spurious <nowiki/>s between text-nodes and RFC-links (bug 64300)
24469 <p><a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>?foo
24470 <a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>&foo
24471 -<a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>-
24478 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc123">RFC 123</a>?foo
24479 <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc123">RFC 123</a>&foo
24480 -<a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc123">RFC 123</a>-
24485 Links 10. Add <nowiki/>s between text-nodes and PMID-links when required (bug 64300)
24489 <p><a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>4
24490 <a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>y
24491 X<a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>y
24495 X<nowiki/>PMID 123<nowiki/>y
24499 Links 11. Don't add spurious <nowiki/>s between text-nodes and PMID-links (bug 64300)
24503 <p><a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>?foo
24504 <a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>&foo
24505 -<a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>-
24512 <p><a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract">PMID 123</a>?foo
24513 <a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract">PMID 123</a>&foo
24514 -<a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract">PMID 123</a>-
24519 Links 12. Add <nowiki/>s between text-nodes and ISBN-links when required (bug 64300)
24523 <p><a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>1
24524 <a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>x
24525 a<a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>b
24528 ISBN 1234567890<nowiki/>1
24529 ISBN 1234567890<nowiki/>x
24530 a<nowiki/>ISBN 1234567890<nowiki/>b
24534 Links 13. Don't add spurious <nowiki/>s between text-nodes and ISBN-links (bug 64300)
24538 <p>-<a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>'s
24542 <p>-<a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>'s
24547 Links 14. Protect link-like plain text. (Parsoid bug T78425)
24551 <p>this is not a link: http://example.com
24554 this is not a link: <nowiki>http://example.com</nowiki>
24558 Links 15. Link trails can't become link prefixes.
24563 <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>
24565 [[Söfnuður]]-[[00]]
24567 <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>
24571 #### --------------- Quotes ---------------
24572 #### 1. Quotes inside <b> and <i>
24573 #### 2. Link fragments separated by <i> and <b> tags
24574 #### 3. Link fragments inside <i> and <b>
24575 #### 4. No escaping needed
24576 #### --------------------------------------
24578 1a. Quotes inside <b> and <i>
24589 <b>foo'<i>bar'</i>baz</b>
24598 <i>fools'<span> errand</span></i>
24599 <i><span>fool</span>'s errand</i>
24600 '<i>foo</i> bar '<i>baz</i>
24601 a|!*#-:;+-~[]{}b'<i>x</i>
24605 ''<nowiki>''foo''</nowiki>''
24606 ''<nowiki>'''foo'''</nowiki>''
24608 '''<nowiki/>'foo''''
24609 '''<nowiki>''foo''</nowiki>'''
24610 '''<nowiki>'''foo'''</nowiki>'''
24611 '''foo'<nowiki/>''bar'<nowiki/>''baz'''
24612 '''foo'''<nowiki/>'s
24618 '''foo'''<nowiki/>'
24619 ''''foo'''<nowiki/>'
24620 ''fools'<span> errand</span>''
24621 ''<span>fool</span>'s errand''
24622 '<nowiki/>''foo'' bar '''baz''
24623 a|!*#-:;+-~[]{}b'''x''
24627 1b. Quotes inside <b> and <i> with other tags on same line
24631 '<i>a</i> foo <i><a rel="mw:WikiLink" href="Bar" title="Bar">bar</a></i>
24632 <i>a'</i> foo <i><a rel="mw:WikiLink" href="Bar" title="Bar">bar</a></i>
24633 <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>
24634 <a rel="mw:WikiLink" href="Foo" title="Foo">foo</a> x'<i><a href="Bar" rel="mw:WikiLink" title="Bar">bar</a></i>
24635 '<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>
24636 '<i>foo</i> <div title="name">test</div>
24637 '<i>foo</i> and <br data-parsoid='{"stx":"html","noClose":true}'/> bar
24638 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{}}'>
24639 <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>
24642 '''a'' foo ''[[bar]]''
24643 ''a''' foo ''[[bar]]''
24644 ''a''' foo '''{{echo|[[bar]]}}'''
24645 [[foo]] x'''[[bar]]''
24646 '''foo'' <ref>test</ref>
24647 '''foo'' <div title="name">test</div>
24648 '''foo'' and <br> bar
24653 2. Link fragments separated by <i> and <b> tags
24657 <p>[[<i>foo</i>hello]]</p>
24658 <p>[[<b>foo</b>hello]]</p>
24660 [[''foo''<nowiki>hello]]</nowiki>
24662 [['''foo'''<nowiki>hello]]</nowiki>
24665 # FIXME: Escaping one or both of [[ and ]] is also acceptable --
24666 # this is one of the shortcomings of this format
24668 3. Link fragments inside <i> and <b>
24672 <p><i>[[foo</i>]]</p>
24673 <p><b>[[foo</b>]]</p>
24675 ''[[foo''<nowiki>]]</nowiki>
24677 '''[[foo'''<nowiki>]]</nowiki>
24681 4. No escaping needed
24685 <p>'<span><i>bar</i></span>'
24686 '<span><b>bar</b></span>'
24690 '<span>''bar''</span>'
24691 '<span>'''bar'''</span>'
24695 #### ----------- Paragraphs ---------------
24696 #### 1. No unnecessary escapes
24697 #### --------------------------------------
24700 1. No unnecessary escapes
24704 <p>bar <span>[[foo]]</span>
24705 </p><p>=bar <span>[[foo]]</span>
24706 </p><p>[[bar <span>[[foo]]</span>
24707 </p><p>]]bar <span>[[foo]]</span>
24708 </p><p>=bar <span>foo]]</span>=
24711 bar <span><nowiki>[[foo]]</nowiki></span>
24713 =bar <span><nowiki>[[foo]]</nowiki></span>
24715 [[bar <span><nowiki>[[foo]]</nowiki></span>
24717 ]]bar <span><nowiki>[[foo]]</nowiki></span>
24719 =bar <span>foo]]</span><nowiki>=</nowiki>
24722 #### ----------------------- PRE --------------------------
24723 #### 1. Leading whitespace in SOL context should be escaped
24724 #### ------------------------------------------------------
24726 1. Leading whitespace in SOL context should be escaped
24749 <nowiki> </nowiki>a
24751 <nowiki> </nowiki> a
24755 <nowiki> </nowiki> a
24757 <nowiki> </nowiki>a
24760 <nowiki> </nowiki>b
24783 2. Leading whitespace in non-indent-pre contexts should not be escaped
24787 <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>
24788 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
24789 <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>
24799 3. Leading whitespace in indent-pre suppressing contexts should not be escaped
24818 4. Leading whitespace in indent-pre suppressing contexts should not be escaped
24822 <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>
24824 [[File:Foobar.jpg|thumb|caption]]
24828 5. Nowiki escaping should account for indent-pres
24838 T95794: nowiki escaping should account for leading space at start-of-line in an indent-pre block
24851 #### --------------- Behavior Switches --------------------
24854 1. Valid behavior switches should be escaped
24861 <nowiki>__TOC__</nowiki>
24862 ''<nowiki>__TOC__</nowiki>''
24866 2. Invalid behavior switches should not be escaped
24877 # We use indent-pre as an indirect way to test for sol-transparent behavior.
24879 Behavior switches should be SOL-transparent
24883 <meta property="mw:PageProp/toc" />
24885 <!-- this one's bogus -->
24888 <pre data-parsoid='{}'><meta property="mw:PageProp/toc" data-parsoid='{"src":"__TOC__","magicSrc":"__TOC__"}'/> foo</pre>
24890 <meta property="mw:PageProp/toc" data-parsoid='{"src":"__TOC__","magicSrc":"__TOC__"}'/><pre data-parsoid='{}'>bar</pre>
24894 <!-- this one's bogus -->
24903 #### --------------- HTML tags ---------------
24906 #### 3. multi-line html tag
24907 #### 4. extension tags
24908 #### -----------------------------------------
24914 <a href="http://google.com">google</a>
24916 <a href="http://google.com">google</a>
24924 <ul><li> <div>foo</div></li>
24925 <li> <div style="color:red">foo</div></li>
24926 <li> <td></li></ul>
24929 * <nowiki><div>foo</div></nowiki>
24930 * <nowiki><div style="color:red">foo</div></nowiki>
24931 * <nowiki><td></nowiki>
24935 3. multi-line html tag
24954 <p><ref>foo</ref>
24955 </p><p><ref>bar
24956 </p><p>baz</ref>
24959 <nowiki><ref>foo</ref></nowiki>
24961 <nowiki><ref>bar</nowiki>
24963 baz<nowiki></ref></nowiki>
24966 #### --------------- Others ---------------
24972 <p><nowiki>foo</nowiki>
24975 <nowiki>foo</nowiki>
24978 ## The quote-char in the input is necessary for triggering the bug
24980 (Bug 52035) Nowiki-escaping should not get tripped by " :" in text
24989 #----------- End of wikitext escaping tests --------------
24993 Tag-like HTML structures are passed through as text
25015 </p><p>1<d e>f
25020 HTML tag with necessary entities in attributes
25022 <span title="&amp;">foo</span>
25024 <p><span title="&amp;">foo</span>
25029 HTML tag with 'unnecessary' entity encoding in attributes
25031 <span title="&">foo</span>
25033 <p><span title="&">foo</span>
25038 HTML tag with broken attribute value quoting
25040 parsoid=wt2html,html2html
25042 <span title="Hello world>Foo</span>
25044 <p><span title="Hello world">Foo</span>
25047 <p><span title="Hello world">Foo</span></p>
25051 Self-closed tag with broken attribute value quoting
25053 parsoid=wt2html,html2html
25055 <div title="Hello world />Foo
25057 <div title="Hello world"></div>
25060 <div title="Hello world " data-parsoid='{"stx":"html","selfClose":true}'></div><p>Foo</p>
25064 Table with broken attribute value quoting
25066 parsoid=wt2html,html2html
25069 | title="Hello world|Foo
25074 <td title="Hello world">Foo
25080 <td title="Hello world">Foo
25086 Table with broken attribute value quoting on consecutive lines
25088 parsoid=wt2html,html2html
25091 | title="Hello world|Foo
25092 | style="color:red|Bar
25097 <td title="Hello world">Foo
25099 <td style="color:red">Bar
25105 <td title="Hello world">Foo
25106 </td><td style="color: red">Bar
25107 </td></tr></tbody></table>
25112 Accept empty td cell attribute
25115 | align="center" | foo || |
25120 <td align="center"> foo </td>
25127 Non-empty attributes in th-cells
25130 ! Foo !! style="color: red" | Bar
25136 <th style="color: red"> Bar
25142 Accept empty attributes in th-cells
25157 Empty table rows go away
25178 ### Parsoid-centric tests for testing RTing of inter-element separators
25179 ### Edge cases not tested by existing parser tests and specific to
25180 ### Parsoid-specific serialization strategies.
25184 RT-ed inter-element separators should be valid separators
25196 <tbody><tr data-parsoid='{"startTagSrc":"|-","a":{"[[foo]]":null},"sa":{"[[foo]]":""},"autoInsertedEnd":true}'></tr>
25200 # Parsoid-only since PHP parser relies on Tidy for correct output
25202 Trailing newlines in a deep dom-subtree that ends a wikitext line should be migrated out
25216 <tbody><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'><small data-parsoid='{"stx":"html","autoInsertedEnd":true}'>foo
25217 <p>bar</p></small></td></tr>
25221 <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>
25225 # Note that the "style" attribute is really a template parameter here.
25226 # The = would have to be {{=}} if you wanted the literal.
25228 Empty TD followed by TD with tpl-generated attribute
25233 |{{echo|style='color:red'}}|foo
25247 Indented table with an empty td
25265 ## We have some newline diffs RT-ing this edge case
25266 ## and it is not important enough -- we seem to be emitting
25267 ## at most 2 newlines after a </tr> and this is unrelated to
25268 ## the issue from T85627 that this is testing.
25270 Indented table with blank lines in between (T85627)
25289 Indented block & table
25303 <div data-parsoid='{"stx":"html"}'>foo</div>
25305 <tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'>foo</td></tr>
25310 Indent and comment before table row
25325 <!--hi--><tbody><tr data-parsoid='{"startTagSrc":"|-","autoInsertedEnd":true}'>
25326 <td data-parsoid='{"autoInsertedEnd":true}'> there</td></tr>
25330 # Parsoid-specific since PHP parser doesn't handle this mixed tbl-wikitext
25332 Empty TR followed by a template-generated TR
25338 {{echo|<tr><td>foo</td></tr>}}
25344 <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}}]}'>
25349 ## PHP and parsoid output differ for this, and since this is primarily
25350 ## for testing Parsoid's serializer, marking this Parsoid only
25352 Empty TR followed by mixed-ws-comment line should RT correctly
25368 <!--c--> </tr><!--d-->
25374 Multi-line image caption generated by templates with/without trailing newlines
25376 [[File:Foobar.jpg|thumb|300x300px|foo\n{{echo|A}}\n{{echo|B}}\n{{echo|C}}]]
25377 [[File:Foobar.jpg|thumb|300x300px|foo\n{{echo|A}}\n{{echo|B}}\n{{echo|C}}\n\n]]
25379 <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>
25380 <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>
25384 New element inserted (without intervening newlines) after an old sol-transparent node should serialize correctly
25388 <meta typeof="mw:Includes/IncludeOnly" data-parsoid='{"src":"<includeonly>foo</includeonly>"}'/><meta typeof="mw:Includes/IncludeOnly/End" data-parsoid='{"src":""}'/><p>new para</p>
25390 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{}'/><h1>new heading</h1>
25392 <includeonly>foo</includeonly>
25400 ## PHP emits broken html for this, and since this is primarily
25401 ## a Parsoid serializer test, marking this Parsoid only
25403 Improperly nested inline or quotes tags with whitespace in between
25405 <span> <s>x</span> </s>
25408 <p><span> <s>x</s></span><s> </s>
25409 <b> <i>x</i></b><i> </i>
25414 Encapsulate protected attributes from wt
25416 <div typeof="mw:placeholder stuff" data-mw="whoo" data-parsoid="weird" data-parsoid-other="no" about="time" rel="mw:true">foo</div>
25418 {| typeof="mw:placeholder stuff" data-mw="whoo" data-parsoid="weird" data-parsoid-other="no" about="time" rel="mw:true"
25422 <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>
25424 <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">
25425 <tbody><tr><td data-parsoid='{"autoInsertedEnd":true}'> ok</td></tr>
25429 ## Currently the p-wrapper is fragile in how it adds / removes transformations.
25430 ## Having nested or stray pre tags results in the attempt to add duplicates,
25431 ## causing an assertion fail. This test tries to prevent that situation.
25433 Ensure ParagraphWrapper can deal with stray closing pre tags
25443 1. Ensure fostered text content is wrapped in element nodes
25447 <table>hi</table><table>ho</table>
25456 2. Ensure fostered text content is wrapped in element nodes (traps regressions around fostered marker on the element getting lost)
25458 parsoid=wt2html,wt2wt
25467 <tbody><tr><td> a</td></tr>
25472 Encapsulation properly handles null DSR information from foster box
25474 parsoid=wt2html,wt2wt
25476 {{echo|<table>foo<tr><td>bar</td></tr></table>}}
25478 <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>
25482 1. Encapsulate foster-parented transclusion content
25484 parsoid=wt2wt,wt2html
25486 <table>{{echo|foo<tr><td>bar</td></tr>}}</table>
25488 <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>
25498 2. Encapsulate foster-parented transclusion content
25500 parsoid=wt2wt,wt2html
25502 <table><div>{{echo|foo}}</div><tr><td>bar</td></tr></table>
25504 <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>
25515 3. Encapsulate foster-parented transclusion content
25517 parsoid=wt2wt,wt2html
25519 <table><div><p>{{echo|foo</p></div><tr><td>}}bar</td></tr></table>
25521 <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>"]}">
25534 4. Encapsulate foster-parented transclusion content
25536 parsoid=wt2wt,wt2html
25538 <table><div><p>{{echo|foo</p></div><tr><td>}}bar</td></tr></table>
25540 <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>"]}">
25553 5. Encapsulate foster-parented transclusion content
25555 parsoid=wt2wt,wt2html
25557 <table><tr><td><div><p>{{echo|foo</p></div></td>foo}}</tr></table>
25559 <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>
25574 6. Encapsulate foster-parented transclusion content
25576 parsoid=wt2wt,wt2html
25578 <table><tr><td><div><p>{{echo|foo</p></div></td>foo</tr></table>}}<p>ok</p>
25580 <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>
25596 7. Encapsulate foster-parented transclusion content
25598 parsoid=wt2wt,wt2html
25600 <table>{{echo|<p>foo</p>}}<td>bar</td></table>
25602 <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>
25612 # Note that the wt is broken on purpose: the = should be {{=}} if you
25613 # don't want it to be a template parameter key.
25615 8. Encapsulate foster-parented transclusion content
25617 parsoid=wt2wt,wt2html
25620 }}{|{{echo|style='color:red'}}
25625 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a\n"}},"i":0}}]}'>a</p>
25627 <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>
25638 9. Encapsulate foster-parented transclusion content
25640 parsoid=wt2wt,wt2html
25642 <table>{{echo|hi</table>hello}}
25644 <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>
25648 Table in fosterable position
25659 <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">
25661 <table about="#mwt1" data-parsoid='{"autoInsertedEnd":true}'></table>
25667 # Parsoid only for bug 64747
25669 Properly encapsulate empty-content transclusions in fosterable positions
25677 <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"}]]}'>
25683 Always encapsulate foster box when template range is expanded to table
25696 T115289: Unclosed table
25698 {{echo|<table>}}<!--c-->[[Category:Two]]
25700 <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>
25704 T115289: Don't migrate newlines out of tables with fostered content
25706 <table><td></td>{{echo|<tr>[[Category:One]]}}<!--c-->[[Category:Two]]
25708 <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>
25712 T73074: More fostering fun
25714 <table><td></td>{{echo|<tr>}}<!--c-->[[Category:Two]]
25716 <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>
25720 Support <object> element with .data attribute
25724 <object data="test.swf"></object>
25726 <object data="test.swf"></object>
25730 Don't block XML namespace declaration
25732 <span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">MediaWiki</span>
25734 <p><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">MediaWiki</span>
25737 <p><span xmlns:dct="http://purl.org/dc/terms/" data-x-property="dct:title" data-parsoid='{"stx":"html"}'>MediaWiki</span></p>
25740 # -----------------------------------------------------------------
25741 # The following section of tests are primarily to spec requirements
25742 # around Parsoid's serialization (old, new, edited content)
25744 # All these tests are marked Parsoid html2wt and html2html only
25745 # ----------------------------------------------------------------
25748 Ignore rel attribute in a-tags during serialization to url-links
25752 <a href='http://en.wikipedia.org/wiki/Foobar'>http://en.wikipedia.org/wiki/Foobar</a>
25753 <a href='http://en.wikipedia.org/wiki/Foobar' rel='mw:ExtLink'>http://en.wikipedia.org/wiki/Foobar</a>
25754 <a href='http://en.wikipedia.org/wiki/Foobar' rel='mw:WikiLink'>http://en.wikipedia.org/wiki/Foobar</a>
25756 http://en.wikipedia.org/wiki/Foobar
25757 http://en.wikipedia.org/wiki/Foobar
25758 http://en.wikipedia.org/wiki/Foobar
25761 # 'mi' is a localinterwiki prefix as well as a language
25763 Serialize interwiki links pointing to the current wiki as plain wiki links (bug 65869)
25767 <p><a rel="mw:ExtLink" href="http://mi.wikipedia.org/wiki/Foo">Foo</a></p>
25774 New wikilinks should be serialized properly
25778 <a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{}'>Foo</a>
25779 <a rel="mw:WikiLink" href="./Foo" title="Foo">Foo</a>
25780 <a href="//en.wikipedia.org/wiki/Foo">//en.wikipedia.org/wiki/Foo</a>
25781 <a href="http://en.wikipedia.org/wiki/Foo">http://en.wikipedia.org/wiki/Foo</a>
25782 <a href="//en.wikipedia.org/wiki/Foo_bar">//en.wikipedia.org/wiki/Foo bar</a>
25786 [[:en:Foo|//en.wikipedia.org/wiki/Foo]]
25787 http://en.wikipedia.org/wiki/Foo
25788 [[:en:Foo_bar|//en.wikipedia.org/wiki/Foo bar]]
25792 New wiki links (href variations)
25796 <a rel="mw:WikiLink" href="./Foo_bar">Foo_bar</a>
25797 <a rel="mw:WikiLink" href="Foo_bar">Foo_bar</a>
25798 <a rel="mw:WikiLink" href="Foo bar">Foo_bar</a>
25799 <a rel="mw:WikiLink" href="./Toxine_bact%C3%A9rienne">Toxine bactérienne</a>
25804 [[Toxine bactérienne]]
25808 New wiki links (content string variations)
25812 <a rel="mw:WikiLink" href="./Foo_bar">Foo_bar</a>
25813 <a rel="mw:WikiLink" href="./Foo_bar">Foo bar</a>
25814 <a rel="mw:WikiLink" href="./Foo_bar">./Foo_bar</a>
25818 [[Foo_bar|./Foo_bar]]
25822 New category links (href variations)
25826 <link rel="mw:PageProp/Category" href="./Category:Toxine_bactérienne" />
25827 <link rel="mw:PageProp/Category" href="./Category:Toxine_bact%C3%A9rienne" />
25828 <link rel="mw:PageProp/Category" href="Category:Toxine_bact%C3%A9rienne" />
25830 [[Category:Toxine bactérienne]]
25831 [[Category:Toxine bactérienne]]
25832 [[Category:Toxine bactérienne]]
25836 New sol transparent links don't need indent-pre nowiki protection
25841 <link rel="mw:PageProp/redirect" href="./Main_Page">
25842 <!-- this is good --> <link rel="mw:PageProp/Category" href="./Category:Good" />
25843 <!-- this is great --> <link rel="mw:PageProp/Category" href="./Kategorie:Great" />
25845 #WEITERLEITUNG [[Main Page]]
25846 <!-- this is good --> [[Category:Good]]
25847 <!-- this is great --> [[Kategorie:Great]]
25851 New interlanguage links (href variations)
25855 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Toxine bactérienne" />
25856 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Toxine_bactérienne" />
25857 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Toxine_bact%C3%A9rienne" />
25859 [[es:Toxine bactérienne]]
25860 [[es:Toxine_bactérienne]]
25861 [[es:Toxine_bactérienne]]
25865 Image: Modifying size of an image (1)
25868 "modes": ["wt2wt"],
25870 ["img[height]", "attr", "height", "22"],
25871 ["img[width]", "attr", "width", "200"]
25875 [[Image:Foobar.jpg|230x230px]]
25877 [[Image:Foobar.jpg|200x200px]]
25881 Image: Modifying size of an image (2)
25884 "modes": ["wt2wt"],
25886 ["img[height]", "attr", "height", "100"],
25887 ["img[width]", "attr", "width", "500"]
25891 [[Image:Foobar.jpg|230x230px]]
25893 [[Image:Foobar.jpg|500x500px]]
25896 # Change in size is ignored so long as class='mw-default-size'
25898 Image: Modifying size of an image (3)
25901 "modes": ["wt2wt"],
25903 ["figure[class]", "removeClass", "mw-default-size"],
25904 ["figure img", "attr", "height", "19"],
25905 ["figure img", "attr", "width", "170"]
25909 [[Image:Foobar.jpg|thumb]]
25911 [[Image:Foobar.jpg|thumb|170x170px]]
25915 Image: Modifying alignment of an image (bug 48665)
25918 "modes": ["wt2wt"],
25920 ["figure[class]", "removeClass", "mw-halign-right"],
25921 ["figure[class]", "addClass", "mw-halign-left"]
25925 [[Image:Foobar.jpg|thumb|caption|right]]
25927 [[Image:Foobar.jpg|thumb|caption|left]]
25931 Image: Modifying mw-default-size of an frameless image (bug 62805)
25934 "modes": ["wt2wt"],
25936 ["figure.mw-default-size", "removeClass", "mw-default-size"]
25940 [[Image:Foobar.jpg|frameless|right]]
25942 [[Image:Foobar.jpg|frameless|right|220x220px]]
25946 Image: Modifying valign of an image (bug 49221)
25949 "modes": ["wt2wt"],
25951 ["*[typeof=\"mw:Image\"]", "removeClass", "mw-valign-middle"],
25952 ["*[typeof=\"mw:Image\"]", "addClass", "mw-valign-text-top"]
25956 [[File:Foobar.jpg|20px|middle]]
25958 [[File:Foobar.jpg|20px|text-top]]
25962 Image: Modifying alt attribute of an image (bug 56400)
25965 "modes": ["wt2wt"],
25967 ["img[alt]", "attr", "alt", "some alternate edited text"]
25971 [[File:Foobar.jpg|thumb|some caption|alt=some alternate text]]
25973 [[File:Foobar.jpg|thumb|some caption|alt=some alternate edited text]]
25977 Image: Modifying caption of an image
25980 "modes": ["wt2wt"],
25982 ["figcaption", "text", "new caption"]
25986 [[Image:Foobar.jpg|thumb|original caption]]
25988 [[Image:Foobar.jpg|thumb|new caption]]
25992 Image: empty alt attribute (bug 48924)
25996 [[File:Foobar.jpg|thumb|alt=|bar]]
25998 <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>
26002 Image: new attributes should be serialized in wiki's language for RTL languages (bug 51852)
26008 <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>
26010 [[Imagen:Foobar.jpg|derecha|miniaturadeimagen]]
26014 Image: Block level image should have \n before and after
26017 [[File:Foobar.jpg|right|thumb|150x150px]]
26021 <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>
26026 Image: New block level image should have \n before and after (existing content)
26029 [[File:Foobar.jpg|right|thumb|150x150px]]
26033 <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>
26038 Image: upright option (parsoid)
26040 [[File:Foobar.jpg|thumb|upright|caption]]
26041 [[File:Foobar.jpg|thumb|upright=0.5|caption]]
26042 [[File:Foobar.jpg|thumb|500x500px|upright=0.5|caption]]
26044 <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>
26045 <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>
26046 <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>
26050 Image: upright option is ignored on inline and frame images (parsoid)
26052 [[File:Foobar.jpg|500x500px|upright=0.5|caption]]
26054 <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>
26058 Image: from basic HTML (1)
26062 <span typeof="mw:Image">
26063 <img src="./File:Foobar.jpg" width=100 height=100 alt="Alt">
26066 [[File:Foobar.jpg|link=|alt=Alt|100x100px]]
26070 Image: from basic HTML (2)
26074 <img src="./File:Foobar.jpg" width=100 height=100 alt="Alt">
26076 [[File:Foobar.jpg|link=|alt=Alt|100x100px]]
26080 Image: from basic HTML (3)
26084 <a href="Main"><img src="./File:Foobar.jpg" width=100 height=100 alt="Alt"></a>
26086 [[File:Foobar.jpg|link=Main|alt=Alt|100x100px]]
26090 Image: from basic HTML (4)
26094 <img src="./File:Foobar.jpg">
26096 [[File:Foobar.jpg|link=]]
26100 Image: Invalid title as link
26102 [[File:Foobar.jpg|link=<]]
26104 <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>
26107 <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>
26111 Lists: Serialize correctly even when list content is wrapped in p-tags (like VE does)
26116 <li><p>foo</p></li>
26123 Lists: Serialize correctly even when list tags has unneeded whitespace between tags
26127 <ul> <li>foo</li></ul>
26133 Don't strip leading whitespace when handling indent-pre suppressing tags
26138 <tr><td> indented row</td></tr>
26141 <b>This is very bold of you!</b>
26144 indented cell (no pre-wrapping!)
26154 '''This is very bold of you!'''
26158 indented cell (no pre-wrapping!)
26166 Nowiki-wrap leading whitespace when handling indent-pre inducing tags
26188 <nowiki> </nowiki></span>bar2
26191 <nowiki> </nowiki><span>bar</span>
26194 <nowiki> </nowiki><span>foo</span>
26199 Lists: Dont insert newlines in a serialized list item.
26203 <ul><li>a<br>b</li><li>c</li></ul>
26210 1. Headings: Force sol-transparent links and behavior switches to serialize before/after
26213 "modes": ["html2wt"],
26214 "scrubWikitext": false
26217 <h2>hello there<link href="./Category:A1" rel="mw:PageProp/Category" /></h2>
26218 <h2><link href="./Category:A2" rel="mw:PageProp/Category" />hi pal</h2>
26220 <h2><!--foo--> <link href="./Category:A3" rel="mw:PageProp/Category" /> how goes it</h2>
26221 <h2>it goes well <link href="./Category:A4" rel="mw:PageProp/Category" /> <!--bar--></h2>
26223 <h2 data-parsoid='{}'>howdy<link href="./Category:A5" rel="mw:PageProp/Category" /></h2>
26225 <h2><meta property="mw:PageProp/toc" /> ok</h2>
26227 == hello there [[Category:A1]] ==
26229 == [[Category:A2]] hi pal ==
26231 == <!--foo--> [[Category:A3]] how goes it ==
26233 == it goes well [[Category:A4]] <!--bar--> ==
26235 ==howdy [[Category:A5]]==
26241 2. Headings: Force sol-transparent links and behavior switches to serialize before/after
26244 "modes": ["html2wt"],
26245 "scrubWikitext": true
26248 <h2>hello there<link href="./Category:A1" rel="mw:PageProp/Category" /></h2>
26249 <h2><link href="./Category:A2" rel="mw:PageProp/Category" />hi pal</h2>
26251 <h2><!--foo--> <link href="./Category:A3" rel="mw:PageProp/Category" /> how goes it</h2>
26252 <h2>it goes well <link href="./Category:A4" rel="mw:PageProp/Category" /> <!--bar--></h2>
26254 <h2><meta property="mw:PageProp/toc" /> ok</h2>
26262 <!--foo--> [[Category:A3]]
26267 [[Category:A4]] <!--bar-->
26275 Headings: Don't hoist metas that come from templates
26278 "modes": ["html2wt"],
26279 "scrubWikitext": true
26282 <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>
26284 == {{echo|foo [[Category:Foo]]}} ==
26288 Headings: Category in ref isn't hoisted
26291 "modes": ["html2wt"],
26292 "scrubWikitext": true
26295 <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>
26297 <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>
26300 [[Category:Baz]] </ref> ==
26306 Parsoid: Serialize positional parameters with = in them as named parameter
26310 <p about="#mwt1" typeof="mw:Transclusion"
26311 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"f=oo"}},"i":0}}]}'>foo</p>
26313 <p about="#mwt1" typeof="mw:Transclusion"
26314 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"f=oo"}, "2":{"wt":"bar"}},"i":0}}]}'>foo</p>
26316 <!--Orig params with data-parsoid has heuristics for handling = chars-->
26317 <!--FIXME: But maybe the heuristic needs fixing to apply to new params as well-->
26318 <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>
26322 {{echo|1=f=oo|2=bar}}
26324 <!--Orig params with data-parsoid has heuristics for handling = chars-->
26325 <!--FIXME: But maybe the heuristic needs fixing to apply to new params as well-->
26326 {{echo|<nowiki>f=oo</nowiki>|bar}}
26330 Parsoid: Serialize positional parameters with = in extlink as named parameter
26334 <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>
26336 {{echo|1=http://stuff?is=ok}}
26340 Parsoid: Correctly serialize block-node children when they are a combination of text and p-nodes
26344 <div>a<p>b</p></div>
26365 Substrings resembling wikitext in hrefs should not get nowiki escapes
26369 <a rel="mw:WikiLink" href="./Foo''bar''baz">Foo''bar''baz</a>
26375 Enforce single-line context in the serializer
26382 <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">
26383 </span><span about="#mwt1">you</span> </h2>
26385 <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>
26387 <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
26388 there</span></li></ol>
26400 ho </dt><dd data-parsoid='{"stx":"row"}'> hi
26407 </tbody></table></dd></dl>
26411 == hi {{bogus|there
26422 * foo '''bar''' baz
26434 Serialize new placeholder space without spans
26438 <p>foo<span typeof="mw:Placeholder"> </span>: bar</p>
26440 <p>foo<span typeof="mw:DisplaySpace mw:Placeholder" data-parsoid='{"src":" ","isDisplayHack":true}'> </span>: bar</p>
26442 <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>
26448 <ref>foo : bar</ref>ok
26452 #-----------------------
26453 # Tag minimization tests
26454 #-----------------------
26457 1. I/B quote minimization: wikitext-only tags should be combined
26461 <p><i>A</i><i>B</i></p>
26462 <p><b>A</b><b>B</b></p>
26463 <p><i>A</i><b><i>B</i></b></p>
26464 <p><b>A</b><i><b>B</b></i></p>
26465 <p><b>A</b><i><b>B</b><b>C</b></i><b>D</b></p>
26466 <p><i><b>A</b></i><i><b>B</b></i></p>
26467 <p><i><b>A</b></i><b><i>B</i></b></p>
26468 <p><b><i>A</i></b><i><b>B</b></i></p>
26488 2. I/B quote minimization: wikitext and html tags should not be combined
26492 <p><i>A</i><i data-parsoid='{"stx":"html"}'>B</i></p>
26493 <p><i>A</i><b><i data-parsoid='{"stx":"html"}'>B</i></b></p>
26497 ''A''<nowiki/>'''<i>B</i>'''
26501 3. I/B quote minimization: templated content stops minimization
26505 <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>
26506 <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>
26508 ''A''{{echo|''B''}}
26510 ''A''{{echo|'''''B'''''}}
26514 4. I/B quote minimization: new content should be mimimized with adjacent old content
26518 <p><i>A</i><i>B</i></p>
26519 <p><b>A</b><b>B</b></p>
26520 <p><i>A</i><b><i>B</i></b></p>
26530 5a. Merge adjacent quote nodes if they've been edited
26533 "modes": ["wt2wt", "selser"],
26535 ["p", "contents", "remove", ":contains('b')"]
26545 5b. Merge adjacent quote nodes if they've been edited
26548 "modes": ["wt2wt", "selser"],
26554 ''a''<span id="x">b</span>''c''
26560 1. Merge adjacent link nodes as long as at least one element is new
26563 "modes": ["html2wt"],
26564 "scrubWikitext": true
26567 <a rel="mw:WikiLink" href="./Football">Foot</a><a rel="mw:WikiLink" href="./Football">ball</a>
26568 <a data-parsoid="{}" rel="mw:WikiLink" href="./Football">Foot</a><a rel="mw:WikiLink" href="./Football">ball</a>
26569 <a data-parsoid="{}" rel="mw:WikiLink" href="./Football">Foot</a><a data-parsoid="{}" rel="mw:WikiLink" href="./Football">ball</a>
26573 [[Football|Foot]][[Football|ball]]
26577 2. Merge adjacent link nodes and enable additional normalizations
26580 "modes": ["html2wt"],
26581 "scrubWikitext": true
26584 <a rel="mw:WikiLink" href="./Football"><i>Foot</i></a><a rel="mw:WikiLink" href="./Football"><i>ball</i></a>
26586 [[Football|''Football'']]
26590 3. Don't merge adjacent link nodes if scrubWikitext is false
26593 "modes": ["html2wt"],
26594 "scrubWikitext": false
26597 <a rel="mw:WikiLink" href="./Football">Foot</a><a rel="mw:WikiLink" href="./Football">ball</a>
26599 [[Football|Foot]][[Football|ball]]
26602 #------------------------------
26603 # End of tag minimization tests
26604 #------------------------------
26607 Bug 54262: New entities
26611 <span typeof="mw:Entity"> </span>
26616 ## Note that there is no wikitext output for 'unknownproperty' ##
26617 ## Unknown magic words are silently dropped ##
26624 <meta property='mw:PageProp/toc' />
26625 <meta property='mw:PageProp/notoc' />
26626 <meta property='mw:PageProp/forcetoc' />
26627 <meta property='mw:PageProp/index' />
26628 <meta property='mw:PageProp/noindex' />
26629 <meta property='mw:PageProp/nogallery' />
26630 <meta property='mw:PageProp/noeditsection' />
26631 <meta property='mw:PageProp/notitleconvert' />
26632 <meta property='mw:PageProp/nocontentconvert' />
26633 <meta property='mw:PageProp/unknownproperty' />
26643 __NOCONTENTCONVERT__
26647 Consecutive <pre>s should not get merged
26649 parsoid=html2wt,html2html
26651 <pre>a</pre><pre>b</pre>
26679 Edited ISBN links not serializable as ISBN links should serialize as wikilinks
26683 <a href="./Special:BookSources/1234567890" rel="mw:ExtLink">ISBN 1234567895</a>
26685 [[Special:BookSources/1234567890|ISBN 1234567895]]
26689 Edited RFC links not serializable as RFC links should serialize as extlinks
26693 <a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink">New RFC</a>
26695 [//tools.ietf.org/html/rfc123 New RFC]
26699 Edited PMID links not serializable as PMID links should serialize as extlinks
26703 <a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink">New PMID</a>
26705 [//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract New PMID]
26709 WTS of autolinks with trailing/surrounding context
26713 <p><a href="http://cscott.net">http://cscott.net</a><b>foo</b></p>
26714 <p><a href="http://cscott.net">http://cscott.net</a><b data-parsoid='{"stx":"html"}'>foo</b></p>
26715 <p><b><a href="http://cscott.net">http://cscott.net</a></b></p>
26716 <p><b><a href="http://cscott.net">http://cscott.net</a> </b></p>
26717 <p><b><a href="http://cscott.net">http://cscott.net</a>x</b></p>
26718 <p><a href="http://cscott.net">http://cscott.net</a>x</p>
26720 http://cscott.net'''foo'''
26722 http://cscott.net<b>foo</b>
26724 '''http://cscott.net'''
26726 '''http://cscott.net '''
26728 '''http://cscott.net<nowiki/>x'''
26730 http://cscott.net<nowiki/>x
26734 WTS of autolinks with nowikis (round-trip)
26736 x<nowiki/>http://cscott.net<nowiki/>x
26738 <p>x<a rel="mw:ExtLink" href="http://cscott.net">http://cscott.net</a>x</p>
26741 # this is the "easy" test because it leaves in place all the
26742 # data-parsoid information indicating this is an autolink
26744 WTS of autolinks with escapes (editing)
26747 "modes": ["wt2wt"],
26749 [ "meta", "remove" ]
26753 x<nowiki/>http://cscott.net<nowiki/>x
26755 x<nowiki/>http://cscott.net<nowiki/>x
26759 WTS of edited autolink-like text (T103364)
26762 "modes": ["wt2wt"],
26764 [ "span[typeof]", "removeAttr", "typeof" ]
26768 Not a link: <nowiki>http://example.com</nowiki>.
26770 Not a link: <span><nowiki>http://example.com</nowiki></span>.
26774 WTS of newly-authored autolink-like text (T103364)
26778 <p>http://example.com is not a link.</p>
26780 <nowiki>http://example.com</nowiki> is not a link.
26784 WTS of autolink-like text after an autolink (T108563)
26788 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a> http://example.com is not a link.</p>
26790 http://example.com <nowiki>http://example.com</nowiki> is not a link.
26794 Magic links inside links (not autolinked)
26796 [[Foo|http://example.com]]
26799 [[Foo|ISBN 123456789x]]
26801 [http://foo.com http://example.com]
26802 [http://foo.com RFC 1234]
26803 [http://foo.com PMID 1234]
26804 [http://foo.com ISBN 123456789x]
26806 <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>
26807 <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>
26809 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">http://example.com</a>
26810 <a rel="mw:WikiLink" href="./Foo" title="Foo">RFC 1234</a>
26811 <a rel="mw:WikiLink" href="./Foo" title="Foo">PMID 1234</a>
26812 <a rel="mw:WikiLink" href="./Foo" title="Foo">ISBN 123456789x</a></p>
26814 <p><a rel="mw:ExtLink" href="http://foo.com">http://example.com</a>
26815 <a rel="mw:ExtLink" href="http://foo.com">RFC 1234</a>
26816 <a rel="mw:ExtLink" href="http://foo.com">PMID 1234</a>
26817 <a rel="mw:ExtLink" href="http://foo.com">ISBN 123456789x</a></p>
26821 Magic links inside image captions (autolinked)
26823 [[File:Foobar.jpg|thumb|http://example.com]]
26824 [[File:Foobar.jpg|thumb|RFC 1234]]
26825 [[File:Foobar.jpg|thumb|PMID 1234]]
26826 [[File:Foobar.jpg|thumb|ISBN 123456789x]]
26828 <div class="thumb tright">
26829 <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>
26830 <div class="thumbcaption">
26831 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
26832 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a></div>
26835 <div class="thumb tright">
26836 <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>
26837 <div class="thumbcaption">
26838 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
26839 <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc1234">RFC 1234</a></div>
26842 <div class="thumb tright">
26843 <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>
26844 <div class="thumbcaption">
26845 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
26846 <a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a></div>
26849 <div class="thumb tright">
26850 <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>
26851 <div class="thumbcaption">
26852 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
26853 <a href="/wiki/Special:BookSources/123456789X" class="internal mw-magiclink-isbn">ISBN 123456789x</a></div>
26857 <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>
26858 <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>
26859 <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>
26860 <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>
26864 WTS of magic word text (T109371)
26869 <p><a href="http://foo.com" rel="mw:ExtLink">RFC 1234</a></p>
26870 <p><a href="./Foo" rel="mw:WikiLink">RFC 1234</a></p>
26872 <nowiki>RFC 1234</nowiki>
26874 [http://foo.com RFC 1234]
26880 Edited Redirect link should emit a non-piped wikitext link
26884 <link rel="mw:PageProp/redirect" href="Bar" data-parsoid='{"a":{"href":"./Foo"},"sa":{"href":"Foo"}}'>
26890 T75121: Infer extension name from typeOf if data-mw is not present
26892 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
26894 <div typeOf="mw:Extension/foo"></div>
26899 # Note that the <p> wrapping isn't present in PHP parser output
26900 # The important thing for this test is that P-wrapping doesn't
26901 # interfere with the <nowiki> protection for leading - in <td>
26902 # (which isn't necessary for <th>).
26904 T88318: p-wrapped dash in table.
26906 parsoid=html2wt,wt2wt
26909 <tr><th><p>-</p></th><th><p>- </p></th></tr>
26910 <tr><td><p>-</p></td><td><p>- </p></td></tr>
26911 <tr><td><small>-</small></td><td><br/><p>-</p></td><td><br/>-</td></tr>
26918 |<nowiki>-</nowiki>
26919 |<nowiki>- </nowiki>
26938 <td><small>-</small></td>
26950 T149209: WTS: Handle newlines in table cells properly
26958 </td><td data-parsoid='{"stx_v":"row"}'>c</td></tr>
26960 </td><td data-parsoid='{"stx_v":"row", "startTagSrc": "{{!}}{{!}}"}'>y</td></tr>
26966 </th><th data-parsoid='{"stx_v":"row"}'>c</th></tr>
26968 </th><th data-parsoid='{"stx_v":"row"}'>y</th></tr>
26990 T149209: Selser: Handle newlines in table cells properly
26993 "modes": ["selser"],
26995 [ "#h1", "html", "a\nb\n" ],
26996 [ "#h2", "html", "a\nb\n" ],
26997 [ "#c1", "html", "a\nb\n" ],
26998 [ "#c2", "html", "<p>a</p>" ],
26999 [ "#c3", "html", "<p>a</p>" ],
27000 [ "#c4", "html", "edit-me<p>a</p>" ]
27005 ! id="h1" |edit-me!!1
27007 ! id="h2" |edit-me||2
27009 | id="c1" |edit-me||3
27011 | id="c2" |edit-me||4
27013 | id="c3" |edit-me||p||q||r
27015 | id="c4" |edit-me||p||q||r
27044 HTML id attribute with Parsoid-like element ids should not be serialized to wikitext
27049 <td id='mwAc'>foo</td>
27050 <td id='serialize-this'>bar</td>
27055 | id="serialize-this" |bar
27060 Parsoid-like element ids should not be serialized to wikitext unless shadowed
27064 <div id="mwAQ" data-parsoid='{"stx":"html","a":{"id":"mwAQ"},"sa":{"id":"hello"}}'>ok</div>
27066 <div id="hello">ok</div>
27073 "modes": ["wt2wt"],
27075 [ "#xyz", "before", "<b>before</b> stuff " ],
27076 [ "#xyz", "after", " stuff <i>after</i>" ],
27077 [ "#xyz", "html", "x <b>y</b> z" ]
27081 <span id="xyz">hello</span>
27083 '''before''' stuff <span id="xyz">x '''y''' z</span> stuff ''after''
27087 Never serialize a-tag as html, regardless of what data-parsoid has to say
27089 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
27091 <a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{"stx":"html"}'>Foo</a>
27096 ## SSS FIXME: This is broken output nevertheless.
27097 ## What might be a reasonable non-broken output for this?
27098 ## This is an edge case unlikely to be seen in production
27099 ## that I am not wasting more time on this right now.
27101 Never serialize a-tag as html, no matter what attributes it has
27103 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
27105 <a bad='true' href='http://boo.org'><img src='http://boohoo.org' /></a>
27107 [http://boo.org http://boohoo.org]
27110 # Misnested is an indication that selser can reuse the source but these have
27111 # shown to sneak through on occasion. See T101768.
27112 # The original wikitext here is: [http://test.com [[one]] two three]
27114 Strip span tags added to mark misnested links
27118 <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>
27120 [http://test.com][[one]] two three
27124 Use data-parsoid.firstWikitextNode to compute newline constraints for template content
27128 <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|}"]}'>
27140 ## This test verifies the presence and computation of this attribute indirectly
27141 ## by making an edit and ensuring that the serialization is correct (which it would be
27142 ## only if firstWikitextNode is properly set).
27144 data-parsoid.firstWikitextNode should be computed properly in the presence of fostered content
27147 "modes": ["wt2wt"],
27149 [ "div#x", "remove" ],
27150 [ "div", "before", "<div>new</div>" ]
27154 <div id="x">foo</div>
27156 {{echo|<div>boo</div>
27164 {{echo|<div>boo</div>
27170 # --------------------------------------------
27171 # Tests spec'ing wikitext serialization norms |
27172 # --------------------------------------------
27175 1. Categories should always be serialized on their own line
27179 foo<link rel="mw:PageProp/Category" href="./Category:Foo">bar
27187 2. Categories that are part of templates should not introduce a line break
27189 foo {{echo|<span>bar</span> [[Category:baz]]}} bar
27191 <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>
27194 # Careful while editing these next 2 tests. There are \u200f characters
27195 # before and after the <link> tags in the HTML and following some
27196 # of the categories in wikitext
27197 # Do not remove these characters in edits.
27199 # As part of the serialization, these bidi characters will get stripped.
27201 RTL (\u200f) and LTR (\u200e) markers around category tags should be stripped
27204 "modes": ["html2wt"],
27205 "scrubWikitext": true
27208 <p><link rel="mw:PageProp/Category" href="./קטגוריה:טקסים" />
27209 <link rel="mw:PageProp/Category" href="./קטגוריה:_שיטות_משפט" /></p>
27212 [[קטגוריה: שיטות משפט]]
27216 RTL (\u200f) and LTR (\u200e) markers should not be stripped if followed by a text node
27219 "modes": ["html2wt"],
27220 "scrubWikitext": true
27223 <p><link rel="mw:PageProp/Category" href="./קטגוריה:טקסים" />y</p>
27230 Lists: Add space after bullets
27237 <li><span> baz</span></li>
27242 * <span> baz</span>
27246 1. Headings: Add space before/after == (T53744)
27253 <h2><span> baz</span></h2>
27261 == <span> baz</span> ==
27265 2. Headings: Add space before/after == even after hoisted content
27268 "modes": ["html2wt"],
27269 "scrubWikitext": true
27272 <h2> <link href="./Category:A2" rel="mw:PageProp/Category" />ok</h2>
27280 1. Headings: suppress newly created empty headings
27283 "modes": ["html2wt"],
27284 "scrubWikitext": true
27292 2. Headings: don't suppress empty headings if scrubWikitext is false
27302 3. Headings: suppress empty headings on edits
27305 "modes": ["selser"],
27306 "scrubWikitext": true,
27312 ==<span id="x">foo</span>==
27317 Headings: Replace <br/> with a single whitespace char (when scrubWikitext = true)
27320 "modes": ["html2wt"],
27321 "scrubWikitext": true
27324 <h2>foo<br/>bar</h2>
27325 <h2>foo <span><br/>bar</span> baz</h2>
27329 == foo <span> bar</span> baz ==
27333 Headings: Replace <br/> with a single whitespace char (when scrubWikitext = false)
27336 "modes": ["html2wt"],
27337 "scrubWikitext": false
27340 <h2>foo<br/>bar</h2>
27346 1. WT Quote Tags: suppress newly created empty style tags
27349 "modes": ["html2wt"],
27350 "scrubWikitext": true
27358 2. WT Quote Tags: don't suppress empty style tags if scrubWikitext is false
27364 ''<nowiki/>'''''<nowiki/>'''
27368 3. WT Quote Tags: suppress empty style tags on edits
27371 "modes": ["selser"],
27372 "scrubWikitext": true,
27378 '''<span id="x">foo</span>'''
27383 1. Anchors: suppress newly created empty anchors
27386 "modes": ["html2wt"],
27387 "scrubWikitext": true
27390 <a rel="mw:WikiLink" href="./Test" title="Test"></a>
27395 2. Anchors: don't suppress empty anchors if scrubWikitext is false
27398 "modes": ["html2wt"],
27399 "scrubWikitext": false
27402 <a rel="mw:WikiLink" href="./Test" title="Test"></a>
27408 3. Anchors: suppress empty anchors on edits
27411 "modes": ["selser"],
27412 "scrubWikitext": true,
27418 [[Test|<span id="x">foo</span>]]
27423 3a. Anchors: do not suppress numbered extlinks
27426 "modes": ["wt2wt"],
27427 "scrubWikitext": true
27432 <a rel="mw:ExtLink" href="http://foo.com"></a>
27436 3b. Anchors: do not suppress numbered extlinks
27439 "modes": ["wt2wt"],
27440 "scrubWikitext": true,
27446 [http://foo.com <span id="x">foo</span>]
27452 Normalizations should be restricted to edited content
27455 "modes": ["selser"],
27456 "scrubWikitext": true,
27458 [ "h1", "before", "<i></i>"]
27472 1. Multiple normalizations (html2wt)
27475 "modes": ["html2wt"],
27476 "scrubWikitext": true
27480 <p><a href='Foo' rel='mw:WikiLink'>foo<i></i>
27481 </a><b><i></i></b>x</p>
27490 2. Multiple normalizations (selser)
27493 "modes": ["selser"],
27494 "scrubWikitext": true,
27496 [ "#x", "after", "<h1><i></i></h1>\n<p> x<b></b></p>"]
27500 <span id="x">foo</span>
27502 <span id="x">foo</span>
27508 1. Indent Pre Nowiki: suppress whitespace at the start of new paragraph
27511 "modes": ["html2wt"],
27512 "scrubWikitext": true
27524 2. Indent Pre Nowiki: don't suppress whitespace at the start of new paragraph if scrubWikitext is false
27531 <nowiki> </nowiki>hi
27533 <nowiki> </nowiki> hello
27537 3. Indent Pre Nowiki: suppress whitespace after newlines in new paragraph or table cell
27540 "modes": ["html2wt"],
27541 "scrubWikitext": true
27550 baz bang</td></tr></table>
27556 bar<span>boo</span></p>
27572 bar<span>boo</span>
27576 4. Indent Pre Nowiki: suppress leading whitespace in edited paragraphs
27579 "modes": ["selser"],
27580 "scrubWikitext": true,
27582 [ "p", "html", " a\n b" ]
27593 1. New links that end in spaces
27596 "modes": ["html2wt"],
27597 "scrubWikitext": false
27600 <p><a rel="mw:WikiLink" href="./Berlin" title="Berlin">Berlin </a>is the capital of Germany.</p>
27601 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">Foo </a><b>bar</b></p>
27602 <p><a rel="mw:WikiLink" href="./Boston" title="Boston">Boston </a> is a city.</p>
27604 [[Berlin ]]<nowiki/>is the capital of Germany.
27608 [[Boston ]] is a city.
27612 2. New links that end in spaces
27615 "modes": ["html2wt"],
27616 "scrubWikitext": true
27619 <p><a rel="mw:WikiLink" href="./Berlin" title="Berlin">Berlin </a>is the capital of Germany.</p>
27620 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">Foo </a><b>bar</b></p>
27621 <p><a rel="mw:WikiLink" href="./Boston" title="Boston">Boston </a> is a city.</p>
27623 [[Berlin]] is the capital of Germany.
27627 [[Boston]] is a city.
27631 1. Table cells with escapable prefixes
27634 "modes": ["html2wt"],
27635 "scrubWikitext": false
27639 <tr><td>a</td></tr>
27640 <tr><td>-</td></tr>
27641 <tr><td>+</td></tr>
27647 |<nowiki>-</nowiki>
27649 |<nowiki>+</nowiki>
27654 2. Table cells with escapable prefixes
27657 "modes": ["html2wt"],
27658 "scrubWikitext": true
27662 <tr><td>a</td></tr>
27663 <tr><td>-</td></tr>
27664 <tr><td>+</td></tr>
27677 3a. Table cells with escapable prefixes after edits
27680 "modes": ["selser"],
27681 "scrubWikitext": true,
27683 [ "table tbody tr:first-child td:first-child", "remove"]
27697 3b. Table cells with escapable prefixes after edits
27700 "modes": ["selser"],
27701 "scrubWikitext": true,
27703 [ "table tbody tr:first-child td:first-child", "html", "-" ],
27710 |<span id="x">foo</span>+
27719 # FIXME: This test will fail because
27720 # normalization doesn't realize that the id attribute
27721 # will eliminate the escapable scenario
27723 4a. Table cells without escapable prefixes after edits
27726 "modes": ["selser"],
27727 "scrubWikitext": true,
27729 [ "#x", "html", "-" ]
27742 ## This tests normalizer's ability to discriminate between
27743 ## cells having identical content.
27745 4b. Table cells without escapable prefixes after edits
27748 "modes": ["selser"],
27749 "scrubWikitext": true,
27751 [ "td", "html", "-" ]
27764 ## This tests normalizer's ability to not be tripped by
27765 ## comments (and whitespace)
27767 4c. Table cells without escapable prefixes after edits
27770 "modes": ["selser"],
27771 "scrubWikitext": true,
27773 [ "table tbody tr td:first-child", "remove" ]
27788 ## This tests normalizer's ability to handle HTML cells
27790 4d. Table cells without escapable prefixes after edits
27793 "modes": ["selser"],
27794 "scrubWikitext": true,
27796 [ "td", "html", "-" ]
27801 <tr><td>a</td></tr>
27805 <tr><td>-</td></tr>
27809 ## T111151 Remove font elements without attributes
27811 5a. font tags without attributes should be dropped in scrubWikitext mode
27814 "modes": ["html2wt"],
27815 "scrubWikitext": true
27819 <font><font>bar</font></font>
27820 <font class="x">boo</font>
27824 <font class="x">boo</font>
27828 5b. font tags should not be dropped without scrubWikitext being enabled
27831 "modes": ["html2wt"],
27832 "scrubWikitext": false
27841 Escape nowiki DOM elements
27845 <nowiki><i>foo</i></nowiki>
27847 <nowiki>''foo''</nowiki>
27850 # This is meant to be an interim fix while we go about figuring out
27851 # how to not introduce these trailing <nowiki/>s in the first place.
27853 T115717: Strip trailing <nowiki/>s (without affecting valid uses)
27857 <p>x<meta typeof="mw:Placeholder" data-parsoid='{"src":"<nowiki/>"}'/><meta typeof="mw:Placeholder" data-parsoid='{"src":"<nowiki/>"}'/>
27859 <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>
27860 <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>
27873 # ---------------------------------------------------
27874 # End of tests spec'ing wikitext serialization norms |
27875 # ---------------------------------------------------
27879 Bare inline nodes not wrapped inside p-tags should be treated as p-wrapped
27887 <td><b>c</b><p>d</p></td>
27905 # -----------------------------------------------------------------
27906 # End of section for Parsoid-only html2wt tests for serialization
27908 # -----------------------------------------------------------------
27910 # -----------------------------------------------------------------
27911 # The following section of tests are primarily to spec behavior of
27912 # the selective serializer. All these tests have manual selser
27913 # changes. The automated selser changes for all tests handle the
27914 # wide variation of changes, but these tests here capture specs
27915 # deterministically.
27916 # ----------------------------------------------------------------
27920 Selser: New comments should not be lost
27923 "modes": ["selser"],
27925 [ "#a", "after", "<!--c1-->" ],
27926 [ "#b", "before", "<!--c2-->" ]
27930 <span id="a">a</span>
27932 <span id="b">b</span>
27934 <span id="a">a</span><!--c1-->
27936 <!--c2--><span id="b">b</span>
27941 Selser: Check for validity of DSR before using it
27944 "modes": ["selser"],
27946 [ "#a", "before", "<meta property='mw:PageProp/displaytitle' content='foo'>" ]
27950 <span id="a">a</span>
27952 {{DISPLAYTITLE:foo}}
27953 <span id="a">a</span>
27957 1. DOMDiff: Changes to <ref> content should be looked up using id
27960 "modes": ["selser"],
27962 ["#X", "after", "bar"],
27963 ["#Y", "after", "baz"]
27967 X <ref><span id="X">foo</span></ref>
27970 <ref name="a"><span id="Y">foo</span></ref>
27973 X <ref><span id="X">foo</span>bar</ref>
27976 <ref name="a"><span id="Y">foo</span>baz</ref>
27981 2. DOMDiff: Changes to <ref> content should be looked up using id
27984 "modes": ["selser"],
27986 ["#Z", "after", "bar"]
27990 A <ref>foo bar for a</ref>
27991 B <ref group="X" name="b" />
27995 <references group="X">
27996 <ref name="b"><span id="Z">foo</span></ref>
27999 A <ref>foo bar for a</ref>
28000 B <ref group="X" name="b" />
28004 <references group="X">
28005 <ref name="b"><span id="Z">foo</span>bar</ref>
28010 DOMDiff: Edits to content nested in elements with templated attributes should not be lost (T139388)
28013 "modes": ["selser"],
28015 [ "div:first-child", "text", "bar" ]
28019 <div style="{{1x|color:red;}}%">foo</div>
28021 <div style="{{1x|color:red;}}%">bar</div>
28034 <li class="mw-empty-elt"></li>
28035 <li class="mw-empty-elt"></li>
28043 [[File:Thumb.png|thumb]]
28045 <div class="thumb tright">
28046 <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>
28047 <div class="thumbcaption">
28048 <div class="magnify"><a href="/wiki/File:Thumb.png" class="internal" title="Enlarge"></a></div>
28055 unclosed internal link XSS (T137264)
28057 [[#%3Cscript%3Ealert(1)%3C/script%3E|
28059 <p>[[#<script>alert(1)</script>|
28062 <p>[[#%3Cscript%3Ealert(1)%3C/script%3E|</p>