1 # MediaWiki Parser test cases
2 # Some taken from http://meta.wikimedia.org/wiki/Parser_testing
3 # All (C) their respective authors and released under the GPL
5 # The syntax should be fairly self-explanatory.
7 # Currently supported test options:
8 # One of the following three:
10 # (default) generate HTML output
11 # pst apply pre-save transform
12 # msg apply message transform
14 # Plus any combination of these:
16 # cat add category links
17 # (ignored by Parsoid, since it emits <link>s)
18 # ill add inter-language links
19 # (ignored by Parsoid, since it emits <link>s)
20 # subpage enable subpages (disabled by default)
21 # noxml don't check for XML well-formedness
22 # title=[[XXX]] run test using article title XXX
23 # language=XXX set content language to XXX for this test
24 # variant=XXX set the variant of language for this test (eg zh-tw)
25 # disabled do not run test
26 # parsoid parsoid-specific options (not run by PHP parser unless
27 # the test includes an html/php section)
28 # php php-only test (not run by the parsoid parser unless
29 # the test includes an html/parsoid section)
30 # showtitle make the first line the title
31 # showindicators make the first lines the page status indicators
32 # comment run through Linker::formatComment() instead of main parser
33 # local format section links in edit comment text as local links
34 # notoc disable table of contents
35 # thumbsize=NNN set the default thumb size to NNNpx for this test
37 # You can also set the following parser properties via test options:
38 # wgEnableUploads, wgAllowExternalImages, wgMaxTocLevel,
39 # wgLinkHolderBatchSize, wgRawHtml
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>
287 This is a simple paragraph.
289 <p>This is a simple paragraph.
294 Paragraphs with extra newline spacing
317 Paragraphs with newline spacing with comment lines in between
325 <!--foo--><!--More than 1 comment, still stripped-->
329 <!--foo--> <!----> <!-- bar -->
390 Paragraphs with newline spacing with non-empty white-space lines in between
417 Paragraphs with newline spacing with non-empty mixed comment and white-space lines in between
425 <!--foo--><!--More than 1 comment doesn't disable stripping of this line!-->
464 Extra newlines: More paragraphs with indented comment
479 Extra newlines followed by heading
494 <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>
495 <p><a href="/index.php?title=A&action=edit&redlink=1" class="new" title="A (page does not exist)">a</a>
498 <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>
503 Extra newlines between heading and content are swallowed
511 <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>
512 <p><a href="/index.php?title=A&action=edit&redlink=1" class="new" title="A (page does not exist)">a</a>
519 http://fr.wikipedia.org/wiki/🍺
520 <!-- EasterEgg we love beer, better be able be able to link to it -->
522 <p><a rel="nofollow" class="external free" href="http://fr.wikipedia.org/wiki/🍺">http://fr.wikipedia.org/wiki/🍺</a>
526 # Note that the html+tidy output removes the spaces after the <li>,
527 # which is a bug (http://sourceforge.net/p/tidy/bugs/945/, etc).
528 # This is an issue for all tests with lists. We intentionally do
529 # *not* add html+tidy clauses for these, as we don't want to
530 # document/test the broken behavior. (Parsoid matches the non-tidy
531 # output in these cases.)
540 <li> Item 2</li></ul>
548 * plain''italic''plain
549 * plain''italic''plain''italic''plain
550 * plain'''bold'''plain
551 * plain'''bold'''plain'''bold'''plain
552 * plain''italic''plain'''bold'''plain
553 * plain'''bold'''plain''italic''plain
554 * plain''italic'''bold-italic'''italic''plain
555 * plain'''bold''bold-italic''bold'''plain
556 * plain'''''bold-italic'''italic''plain
557 * plain'''''bold-italic''bold'''plain
558 * plain''italic'''bold-italic'''''plain
559 * plain'''bold''bold-italic'''''plain
560 * plain l'''italic''plain
561 * plain l''''bold''' plain
564 <li> plain<i>italic</i>plain</li>
565 <li> plain<i>italic</i>plain<i>italic</i>plain</li>
566 <li> plain<b>bold</b>plain</li>
567 <li> plain<b>bold</b>plain<b>bold</b>plain</li>
568 <li> plain<i>italic</i>plain<b>bold</b>plain</li>
569 <li> plain<b>bold</b>plain<i>italic</i>plain</li>
570 <li> plain<i>italic<b>bold-italic</b>italic</i>plain</li>
571 <li> plain<b>bold<i>bold-italic</i>bold</b>plain</li>
572 <li> plain<i><b>bold-italic</b>italic</i>plain</li>
573 <li> plain<b><i>bold-italic</i>bold</b>plain</li>
574 <li> plain<i>italic<b>bold-italic</b></i>plain</li>
575 <li> plain<b>bold<i>bold-italic</i></b>plain</li>
576 <li> plain l'<i>italic</i>plain</li>
577 <li> plain l'<b>bold</b> plain</li></ul>
581 # this example taken from the [[simple:Moon]] article (bug 47326)
583 Italics and possessives (1)
585 obtained by ''[[Lunar Prospector]]'''s gamma-ray spectrometer
587 <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
591 # this example taken from [[en:Flaming Pie]] (bug 49926)
593 Italics and possessives (2)
595 '''''Flaming Pie''''' is ... released in 1997. In ''Flaming Pie'''s liner notes
597 <p><i><b>Flaming Pie</b></i> is ... released in 1997. In <i>Flaming Pie'</i>s liner notes
601 # this example taken from [[en:Dictionary]] (bug 49926)
603 Italics and possessives (3)
605 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''.
607 <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>.
613 ### 2-quote opening sequence tests
616 Italics and bold: 2-quote opening sequence: (2,2)
625 Italics and bold: 2-quote opening sequence: (2,3)
634 Italics and bold: 2-quote opening sequence: (2,4)
644 # same html as previous, but wikitext adjusted to match parsoid html2wt
646 Italics and bold: 2-quote opening sequence: (2,4) w/ nowiki
648 ''foo<nowiki>''</nowiki>''
654 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
656 Italics and bold: 2-quote opening sequence: (2,5)
669 # same html as previous, but wikitext adjusted to match parsoid html2wt
671 Italics and bold: 2-quote opening sequence: (2,5+3) w/ nowiki
673 ''foo'''''<nowiki/>'''
684 ### 3-quote opening sequence tests
688 Italics and bold: 3-quote opening sequence: (3,2)
697 Italics and bold: 3-quote opening sequence: (3,3)
706 Italics and bold: 3-quote opening sequence: (3,4)
714 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
716 Italics and bold: 3-quote opening sequence: (3,5)
729 # same html as previous, but wikitext adjusted to match parsoid html2wt
731 Italics and bold: 3-quote opening sequence: (3,5+2) w/ nowiki
733 '''foo'''''<nowiki/>''
744 ### 4-quote opening sequence tests
748 Italics and bold: 4-quote opening sequence: (4,2)
758 # same html as previous, but wikitext adjusted to match parsoid html2wt
760 Italics and bold: 4-quote opening sequence: (4,2) w/ nowiki
762 <nowiki>''</nowiki>''foo''
769 Italics and bold: 4-quote opening sequence: (4,3)
778 Italics and bold: 4-quote opening sequence: (4,4)
788 # same html as previous, but wikitext adjusted to match parsoid html2wt
790 Italics and bold: 4-quote opening sequence: (4,4) w/ nowiki
798 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
800 Italics and bold: 4-quote opening sequence: (4,5)
809 <p>'<b>foo</b><i></i>
813 # same html as previous, but wikitext adjusted to match parsoid html2wt
815 Italics and bold: 4-quote opening sequence: (4,5+2) w/ nowiki
817 '<nowiki/>'''foo'''''<nowiki/>''
822 <p>'<b>foo</b><i></i>
828 ### 5-quote opening sequence tests
832 Italics and bold: 5-quote opening sequence: (5,2)
842 # same html as previous, but wikitext adjusted to match parsoid html2wt
844 Italics and bold: 5-quote opening sequence: (5,2+3)
853 Italics and bold: 5-quote opening sequence: (5,3)
863 # same html as previous, but wikitext adjusted to match parsoid html2wt
865 Italics and bold: 5-quote opening sequence: (5,3+2)
874 Italics and bold: 5-quote opening sequence: (5,4)
880 <p><i><b>foo'</b></i>
885 Italics and bold: 5-quote opening sequence: (5,5)
894 Italics and bold: 5-quote opening sequence: (5,6)
898 <p><i><b>foo'</b></i>
903 ### multiple quote sequences in a line
906 Italics and bold: multiple quote sequences: (2,4,2)
912 <p><i>foo'<b>bar</b></i>
917 # same html as previous, but wikitext adjusted to match parsoid html2wt
919 Italics and bold: multiple quote sequences: (2,4,2+3) w/ nowiki
921 ''foo'<nowiki/>'''bar'''''
923 <p><i>foo'<b>bar</b></i>
929 Italics and bold: multiple quote sequences: (2,4,3)
935 <p><i>foo'<b>bar</b></i>
940 # same html as previous, but wikitext adjusted to match parsoid html2wt
942 Italics and bold: multiple quote sequences: (2,4,3+2) w/ nowiki
944 ''foo'<nowiki/>'''bar'''''
946 <p><i>foo'<b>bar</b></i>
952 Italics and bold: multiple quote sequences: (2,4,4)
958 <p><i>foo'<b>bar'</b></i>
963 # same html as previous, but wikitext adjusted to match parsoid html2wt
965 Italics and bold: multiple quote sequences: (2,4,4+2) w/ nowiki
967 ''foo'<nowiki/>'''bar'<nowiki/>'''''
969 <p><i>foo'<b>bar'</b></i>
974 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
976 Italics and bold: multiple quote sequences: (3,4,2)
985 <p><b>foo'</b>bar<i></i>
989 # same html as previous, but wikitext adjusted to match parsoid html2wt
991 Italics and bold: multiple quote sequences: (3,4,2+2) w/ nowiki
995 '''<nowiki>foo'</nowiki>'''bar''<nowiki/>''
1000 <p><b><span typeof="mw:Nowiki">foo'</span></b>bar<i></i>
1005 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
1007 Italics and bold: multiple quote sequences: (3,4,3)
1016 <p><b>foo'</b>bar<b></b>
1020 # same html as previous, but wikitext adjusted to match parsoid html2wt
1022 Italics and bold: multiple quote sequences: (3,4,3+3) w/ nowiki
1024 '''<nowiki>foo'</nowiki>'''bar'''<nowiki/>'''
1029 <p><b><span typeof="mw:Nowiki">foo'</span></b>bar<b></b>
1034 ### other quote tests
1037 Italics and bold: other quote tests: (2,3,5)
1039 ''this is about '''foo's family'''''
1041 <p><i>this is about <b>foo's family</b></i>
1047 Italics and bold: other quote tests: (2,(3,3),2)
1049 ''this is about '''foo's''' family''
1051 <p><i>this is about <b>foo's</b> family</i>
1057 Italics and bold: other quote tests: (3,2,3,2)
1061 '''this is about ''foo'''s family''
1063 <p><b>this is about <i>foo</i></b><i>s family</i>
1068 # same html as previous, but wikitext adjusted to match parsoid html2wt
1070 Italics and bold: other quote tests: (3,2,3+2+2,2)
1072 '''this is about ''foo'''''<nowiki/>''s family''
1074 <p><b>this is about <i>foo</i></b><i>s family</i>
1080 Italics and bold: other quote tests: (3,2,3,3)
1082 '''this is about ''foo'''s family'''
1084 <p>'<i>this is about </i>foo<b>s family</b>
1090 Italics and bold: other quote tests: (3,(2,2),3)
1092 '''this is about ''foo's'' family'''
1094 <p><b>this is about <i>foo's</i> family</b>
1100 Italicized possessive
1102 The ''[[Main Page]]'''s talk page.
1104 <p>The <i><a href="/wiki/Main_Page" title="Main Page">Main Page</a>'</i>s talk page.
1107 <p>The <i><a rel="mw:WikiLink" href="Main_Page" title="Main Page">Main Page</a>'</i>s talk page.</p>
1111 Parsoid only: Quote balancing context should be restricted to td/th cells on the same wikitext line
1112 (Requires tidy for PHP parser output to be fixed up)
1114 parsoid=wt2html,wt2wt
1131 <tbody><tr><th><i>a</i></th><th><i>b</i></th>
1132 <td><i>a</i></td><td><i>b</i></td></tr>
1141 Non-html5 tags should be accepted
1143 <center>''foo''</center>
1145 <font>''foo''</font>
1146 <strike>''foo''</strike>
1149 <center><i>foo</i></center>
1150 <p><big><i>foo</i></big>
1151 <font><i>foo</i></font>
1152 <strike><i>foo</i></strike>
1158 <wbr> is valid wikitext (bug 52468)
1166 # <strike> is HTML4, <s> is HTML4/5.
1168 <s> or <strike> for strikethrough
1170 <strike>strike</strike>
1174 <p><strike>strike</strike>
1182 Text-level semantic html elements in wikitext
1185 <strong>text</strong>
1201 <ruby><rb>明日</rb><rp>(</rp><rt>Ashita</rt><rp> </rp><rtc>あした</rtc><rp>)</rp></ruby>
1208 <strong>text</strong>
1224 <ruby><rb>明日</rb><rp>(</rp><rt>Ashita</rt><rp> </rp><rtc>あした</rtc><rp>)</rp></ruby>
1232 # test cases taken from
1233 # http://www.w3.org/TR/html5/text-level-semantics.html#the-ruby-element
1235 Ruby markup (W3C-style)
1237 ; Mono-ruby for individual base characters
1238 : <ruby>日<rt>に</rt>本<rt>ほん</rt>語<rt>ご</rt></ruby>
1240 : <ruby>今日<rt>きょう</rt></ruby>
1242 : <ruby>法<rb>華</rb><rb>経</rb><rt>ほ</rt><rt>け</rt><rt>きょう</rt></ruby>
1244 : <ruby>東<rb>京</rb><rp>(</rp><rt>とう</rt><rt>きょう</rt><rp>)</rp></ruby>
1246 : <ruby><rb>旧</rb><rb>金</rb><rb>山</rb><rt>jiù</rt><rt>jīn</rt><rt>shān</rt><rtc>San Francisco</rtc></ruby>
1248 <rb>♥</rb><rtc><rt>Heart</rt></rtc><rtc lang="fr"><rt>Cœur</rt></rtc>
1249 <rb>☘</rb><rtc><rt>Shamrock</rt></rtc><rtc lang="fr"><rt>Trèfle</rt></rtc>
1250 <rb>✶</rb><rtc><rt>Star</rt></rtc><rtc lang="fr"><rt>Étoile</rt></rtc>
1253 <dl><dt> Mono-ruby for individual base characters</dt>
1254 <dd> <ruby>日<rt>に</rt>本<rt>ほん</rt>語<rt>ご</rt></ruby></dd>
1255 <dt> Group ruby</dt>
1256 <dd> <ruby>今日<rt>きょう</rt></ruby></dd>
1257 <dt> Jukugo ruby</dt>
1258 <dd> <ruby>法<rb>華</rb><rb>経</rb><rt>ほ</rt><rt>け</rt><rt>きょう</rt></ruby></dd>
1259 <dt> Inline ruby</dt>
1260 <dd> <ruby>東<rb>京</rb><rp>(</rp><rt>とう</rt><rt>きょう</rt><rp>)</rp></ruby></dd>
1261 <dt> Double-sided ruby</dt>
1262 <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>
1264 <rb>♥</rb><rtc><rt>Heart</rt></rtc><rtc lang="fr"><rt>Cœur</rt></rtc>
1265 <rb>☘</rb><rtc><rt>Shamrock</rt></rtc><rtc lang="fr"><rt>Trèfle</rt></rtc>
1266 <rb>✶</rb><rtc><rt>Star</rt></rtc><rtc lang="fr"><rt>Étoile</rt></rtc>
1271 # The next two test different paths in the sanitizer.
1273 Non-word characters don't terminate tag names (bug 17663, 40670, 52022)
1275 <blockquote|>a</blockquote>
1277 <b→> doesn't terminate </b→>
1279 <bä> doesn't terminate </bä>
1281 <boo> doesn't terminate </boo>
1283 <s.foo> doesn't terminate </s.foo>
1287 <p><blockquote|>a</blockquote>
1288 </p><p><b→> doesn't terminate </b→>
1289 </p><p><bä> doesn't terminate </bä>
1290 </p><p><boo> doesn't terminate </boo>
1291 </p><p><s.foo> doesn't terminate </s.foo>
1292 </p><p><sub-ID#1>
1296 # There is a tidy bug here: http://sourceforge.net/p/tidy/bugs/946/
1297 # If the non-word-character tag made it through the sanitizer, tidy
1298 # would munge it up.
1300 Non-word characters don't terminate tag names + tidy
1302 <blockquote|>a</blockquote>
1304 <b→> doesn't terminate </b→>
1306 <bä> doesn't terminate </bä>
1308 <boo> doesn't terminate </boo>
1310 <s.foo> doesn't terminate </s.foo>
1314 <p><blockquote|>a</p>
1315 <p><b→> doesn't terminate </b→></p>
1316 <p><bä> doesn't terminate </bä></p>
1317 <p><boo> doesn't terminate </boo></p>
1318 <p><s.foo> doesn't terminate </s.foo></p>
1319 <p><sub-ID#1></p>
1323 ### See tests/parser/parserTestsParserHook.php for the <tåg> extension)
1324 ### This checks that HTML5 tags (with non-word characters in the tag
1325 ### name) make it safely through the parser -- the Sanitizer will
1326 ### munge them later, as it should.
1329 Non-word characters are valid in extension tags (T19663)
1340 <pre typeof="mw:Extension/tåg" data-mw='{"name":"tåg","attrs":{},"body":{"extsrc":"tåg"}}' data-parsoid='{}' about="#mwt2"></pre>
1344 Isolated close tags should be treated as literal text (bug 52760)
1352 <p><s.foo>s</p>
1354 <p><s.foo>s</p>
1358 ### Special characters
1362 Bare pipe character (bug 52363)
1371 Bare pipe character from a template (bug 52363)
1380 ### <nowiki> test cases
1384 <nowiki> unordered list
1386 <nowiki>* This is not an unordered list item.</nowiki>
1388 <p>* This is not an unordered list item.
1391 <p><span typeof="mw:Nowiki">* This is not an unordered list item.</span></p>
1397 <nowiki>Lorem ipsum dolor
1405 <p>Lorem ipsum dolor
1414 <p><span typeof="mw:Nowiki">Lorem ipsum dolor
1426 :There is not nowiki.
1427 :There is <nowiki>nowiki</nowiki>.
1429 #There is not nowiki.
1430 #There is <nowiki>nowiki</nowiki>.
1432 *There is not nowiki.
1433 *There is <nowiki>nowiki</nowiki>.
1435 <dl><dd>There is not nowiki.</dd>
1436 <dd>There is nowiki.</dd></dl>
1437 <ol><li>There is not nowiki.</li>
1438 <li>There is nowiki.</li></ol>
1439 <ul><li>There is not nowiki.</li>
1440 <li>There is nowiki.</li></ul>
1443 <dl><dd data-parsoid='{}'>There is not nowiki.</dd>
1444 <dd data-parsoid='{}'>There is <span typeof="mw:Nowiki">nowiki</span>.</dd></dl>
1446 <ol><li data-parsoid='{}'>There is not nowiki.</li>
1447 <li data-parsoid='{}'>There is <span typeof="mw:Nowiki">nowiki</span>.</li></ol>
1449 <ul><li data-parsoid='{}'>There is not nowiki.</li>
1450 <li data-parsoid='{}'>There is <span typeof="mw:Nowiki">nowiki</span>.</li></ul>
1454 Entities inside <nowiki>
1456 <nowiki><</nowiki>
1463 Entities inside template parameters
1469 <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>
1473 Properly escape nowiki when combined with other wiki markup
1477 <p>* </nowiki> tag</p>
1479 <nowiki>*</nowiki> <nowiki></nowiki></nowiki> tag
1483 T93824: Put escaped HTML tags inside nowiki
1487 <p><h2>foo</h2></p>
1489 <nowiki><h2>foo</h2></nowiki>
1493 T71950: 1. Put nowiki as close to cause as possible, even with non-quote escapable chars
1497 <p>This text: L'<a rel="mw:WikiLink" href="./Foo">Foo</a>
1498 This text: L''<a rel="mw:WikiLink" href="./Foo">Foo</a>
1499 This text: L'''<a rel="mw:WikiLink" href="./Foo">Foo</a>''</p>
1501 This text: L'[[Foo]]
1502 This text: L<nowiki>''</nowiki>[[Foo]]
1503 This text: L<nowiki>'''</nowiki>[[Foo]]<nowiki>''</nowiki>
1506 # This test fails because wikitext whitespace is not normalized before comparing.
1508 T71950: 2. Put nowiki as close to cause as possible, after ' :'
1512 <p>This text : L''<a rel="mw:WikiLink" href="./Foo">Foo</a>
1515 This text : L<nowiki>''</nowiki>[[Foo]]
1518 # This test and the next one are html2wt only as they test that incorrect wikitext
1519 # passed in template arguments gets escaped or wrapped in nowikis where required.
1521 T71482: Use {{!}} instead of nowiki for single pipe in template argument
1525 <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>
1526 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo|bar |[["}},"i":0}}]}" about="#mwt2"></p>
1528 {{echo|foo{{!}}bar}}
1529 {{echo|<nowiki>foo|bar |[[</nowiki>}}
1533 T53961: Output correct nowikis in template arguments
1537 <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>
1538 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a }} b"}},"i":0}}]}" about="#mwt2"></span>
1539 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a [[ b"}},"i":0}}]}" about="#mwt3"></span>
1540 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a | {{ ]]"}},"i":0}}]}" about="#mwt4"></span>
1541 <span typeof="mw:Transclusion" data-mw="{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a }"}},"i":0}}]}" about="#mwt5"></span></p>
1544 {{echo|a <nowiki>}}</nowiki> b}}
1545 {{echo|<nowiki>a [[ b</nowiki>}}
1546 {{echo|a {{!}} <nowiki>{{ ]]</nowiki>}}
1547 {{echo|a <nowiki>}</nowiki>}}
1551 Cases where "!!" needs nowiki protection
1556 <tr><th>this needs protection !! here</th></tr>
1560 <tr><th>this does not need
1561 protection !! here</th></tr>
1565 !<nowiki>this needs protection !! here</nowiki>
1578 Comments and Indent-Pre
1580 <!-- comment 1 --> asdf
1582 <!-- comment 1 --> asdf
1585 <!-- comment 1 --> asdf
1586 <!-- comment 2 -->xyz
1588 <!-- comment 1 --> asdf
1589 <!-- comment 2 --> xyz
1645 asdf<!-- comment 1 -->jkl
1655 <!-- foo --> b <!-- bar -->
1669 <!-- returns a single newline, not nothing, since the newline after > is not stripped -->
1675 Comment semantics and delimiters
1677 <!-- --><!----><!-----><!------>
1681 <!-- --><!----><!-----><!------>
1685 Comment semantics and delimiters, redux
1687 <!-- In SGML every "foo" here would actually show up in the text -- foo -- bar
1688 -- foo -- funky huh? ... -->
1692 <!-- In SGML every "foo" here would actually show up in the text -- foo -- bar
1693 -- foo -- funky huh? ... -->
1697 Comment semantics and delimiters: directors cut
1699 <!-- ... However we like to keep things simple and somewhat XML-ish so we eat
1700 everything starting with < followed by !-- until the first -- and > we see,
1701 that wouldn't be valid XML however, since in XML -- has to terminate a comment
1707 <!-- ... However we like to keep things simple and somewhat XML-ish so we eat
1708 everything starting with < followed by !-- until the first -- and > we see,
1709 that wouldn't be valid XML however, since in XML -- has to terminate a comment
1714 Comment semantics: nesting
1716 <!--<!-- no, we're not going to do anything fancy here -->-->
1721 <!--<!-- no, we're not going to do anything fancy here --><p>--></p>
1724 # Parsoid closes the unclosed comment, even if it means a slight
1727 Comment semantics: unclosed comment at end
1729 parsoid=wt2html,html2html
1731 <!--This comment will run out to the end of the document
1735 <!--This comment will run out to the end of the document-->
1739 Comment semantics: normalize comments to play nice with XML and browsers
1741 <!-- Browsers --!> think this is closed -->
1742 <!--> This would normally be text -->
1743 <!---> As would this -->
1744 <!-- XML doesn't like trailing dashes -------->
1745 <!-- Nor doubled hyphens -- anywhere in the data -->
1746 But this is not a comment.
1748 <p>But this is not a comment.
1751 <!-- Browsers --!> think this is closed -->
1752 <!--> This would normally be text -->
1753 <!---> As would this -->
1754 <!-- XML doesn't like trailing dashes -------->
1755 <!-- Nor doubled hyphens -- anywhere in the data -->
1756 <p>But this is not a comment.</p>
1760 Comment semantics: round-trip even text which contains encoded -->
1762 <!-- hello & goodbye - > --> --&gt; --&xx -->
1764 <!-- hello & goodbye - > --> --&gt; --&xx -->
1768 Comment in template title
1777 Comment on its own line post-expand
1789 Comment on its own line post-expand with non-significant whitespace
1801 Multiple comments should still parse as SOL-transparent
1803 parsoid=wt2html,wt2wt
1806 <!--c2--><!--c3--><!--c4-->*b
1815 <!--c2--><!--c3--><!--c4-->
1822 ### paragraph wrapping tests
1837 Block tag on one line (<div>)
1853 Block tag on one line (<blockquote>)
1855 a <blockquote>foo</blockquote>
1859 a <blockquote>foo</blockquote>
1871 Block tag on both lines (<div>)
1888 Block tag on both lines (<blockquote>)
1890 a <blockquote>foo</blockquote>
1892 b <blockquote>foo</blockquote>
1894 a <blockquote>foo</blockquote>
1895 b <blockquote>foo</blockquote>
1909 Multiple lines without block tags
1933 # Tidy strips out the empty <div> tags. Parsoid doesn't.
1934 # So, we have a separate section for Parsoid. We don't want
1935 # to mimic this stripping behavior in Parsoid. It affects
1936 # editing experience and also requires us to maintain additional
1939 Empty lines between lines with block tags
1977 <div data-parsoid='{"stx":"html"}'></div>
1980 <div data-parsoid='{"stx":"html"}'></div><p>a</p>
1983 <div data-parsoid='{"stx":"html"}'>a</div><p>b</p>
1985 <div data-parsoid='{"stx":"html"}'>b</div><p>d</p>
1988 <div data-parsoid='{"stx":"html"}'>e</div>
1991 ## PHP parser emits output which is broken
1993 Unclosed HTML p-tags should be handled properly
2006 <div data-parsoid='{"stx":"html"}'><p data-parsoid='{"stx":"html", "autoInsertedEnd":true}'>foo</p></div>
2011 ## SSS FIXME: I can come up with other scenarios where this doesn't work because
2012 ## of eager output of buffered tokens in the p-wrapper. But, I'm going to ignore
2015 1. P-wrapping should leave sol-transparent tags outside p-tags where possible
2019 a [[Category:A1]] [[Category:A2]]
2024 <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"/>
2028 2. P-wrapping should leave sol-transparent tags outside p-tags where possible
2034 <link rel="mw:PageProp/Category" href="./Category:A1"/><p>a</p>
2038 ### Preformatted text
2047 And a [[Main Page|link]]
2053 And a <a href="/wiki/Main_Page" title="Main Page">link</a>
2058 Tabs don't trigger preformatted text
2062 This is preformatted text.
2068 <pre>This is preformatted text.
2073 preformatted text.</p>
2074 <pre>This is preformatted text.
2079 Space before tab needs nowiki pre protection
2085 <nowiki> </nowiki> a
2089 Ident preformatting with inline content
2100 <pre> with <nowiki> inside (compatibility with 1.6 and earlier)
2117 Regression with preformatted in <center>
2131 Bug 52763: Preformatted in <blockquote>
2137 indented cell (no pre-wrapping!)
2147 <p> indented cell (no pre-wrapping!)
2155 Bug 51086: Double newlines in blockquotes should be turned into paragraphs
2172 Bug 15491: <ins>/<del> in blockquote
2175 Foo <del>bar</del> <ins>baz</ins> quux
2179 <p>Foo <del>bar</del> <ins>baz</ins> quux
2185 # Note that the p-wrapping is newline sensitive, which could be
2186 # considered a bug: tidy will wrap only the 'Foo' in the example
2187 # below in a <p> tag. (see comment 23-25 of bug #6200)
2189 Bug 15491: <ins>/<del> in blockquote (2)
2191 <blockquote>Foo <del>bar</del> <ins>baz</ins> quux
2194 <blockquote>Foo <del>bar</del> <ins>baz</ins> quux
2200 <del>bar</del> <ins>baz</ins> quux</blockquote>
2204 <pre> with attributes (bug 3202)
2206 <pre style="background: blue; color:white">Bluescreen of WikiDeath</pre>
2208 <pre style="background: blue; color:white">Bluescreen of WikiDeath</pre>
2213 <pre> with width attribute (bug 3202)
2215 <pre width="8">Narrow screen goodies</pre>
2217 <pre width="8">Narrow screen goodies</pre>
2222 <pre> with forbidden attribute (bug 3202)
2224 <pre width="8" onmouseover="alert(document.cookie)">Narrow screen goodies</pre>
2226 <pre width="8">Narrow screen goodies</pre>
2231 Entities inside <pre>
2240 <pre> with forbidden attribute values (bug 3202)
2242 <pre width="8" style="border-width: expression(alert(document.cookie))">Narrow screen goodies</pre>
2244 <pre width="8" style="/* insecure input */">Narrow screen goodies</pre>
2249 <nowiki> inside <pre> (bug 13238)
2257 <pre><nowiki><nowiki></nowiki>Foo<nowiki></nowiki></nowiki></pre>
2265 <pre><nowiki>Foo</nowiki></pre>
2270 <nowiki> and <pre> preference (first one wins)
2299 <pre data-parsoid='{"stx":"html","strippedNL":true}'><nowiki>
2301 <p><span typeof="mw:Placeholder" data-parsoid='{"src":"</nowiki>"}'></nowiki></span>
2304 <p><span typeof="mw:Nowiki">
2313 </pre> inside nowiki
2315 <nowiki></pre></nowiki>
2321 # Parsoid doesn't strip empty tags, like Tidy does.
2323 Empty pre; pre inside other HTML tags (bug 54946)
2325 parsoid=wt2html,wt2wt
2356 HTML pre followed by indent-pre
2366 # Note that tidy removes the empty <p> tags from the start and end.
2367 # Parsoid does not, by design.
2371 <p><pre>foo</pre></p>
2377 <p data-parsoid='{"stx":"html","autoInsertedEnd":true}'></p><pre data-parsoid='{"stx":"html"}'>foo</pre><p data-parsoid='{"autoInsertedStart":true,"stx":"html"}'></p>
2381 Templates: Indent-Pre: 1a. Templates that break a line should suppress <pre>
2389 Templates: Indent-Pre: 1b. Templates that break a line should suppress <pre>
2399 Templates: Indent-Pre: 1c: Wrapping should be based on expanded content
2411 Templates: Indent-Pre: 1d: Wrapping should be based on expanded content
2432 Templates: Indent-Pre: 1e. Wrapping should be based on expanded content
2436 {{echo| foo}}{{echo| bar}}
2441 {{echo|<!--cmt--> foo}}
2443 <!--cmt-->{{echo| foo}}
2445 {{echo|{{echo| }}bar}}
2463 Templates: Indent-Pre: 1f: Wrapping should be based on expanded content
2500 Pres with newline attributes
2505 <pre class="one two">hi</pre>
2509 two" data-parsoid='{"stx":"html"}'>hi</pre>
2513 Things that look like <pre> tags aren't treated as such
2515 Barack Obama <President> of the United States
2516 <President></President>
2518 <p>Barack Obama <President> of the United States
2519 <President></President>
2523 ## PHP parser discards the "<pre " string
2525 Handle broken pre-like tags (bug 64025)
2529 {{echo|<pre <pre>x</pre>}}
2531 <table><pre </table>
2534 <table><pre></pre></table>
2537 <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>
2546 Parsoid: handle pre with space after attribute
2550 <pre style="width:50%;" >{{echo|foo}}</pre>
2552 <pre style="width:50%;">{{echo|foo}}</pre>
2555 <pre style="width:50%;">{{echo|foo}}</pre>
2558 # TODO / maybe: fix wt2wt for this
2560 Parsoid: Don't paragraph-wrap fosterable content
2586 Parsoid: Don't paragraph-wrap fosterable content even if table syntax is unbalanced
2614 #--------------------------------------------------------------------
2615 # Transclusion parameter whitespace stripping tests
2616 # Behavior is different for positional and named parameters
2617 #--------------------------------------------------------------------
2619 Templates: Strip leading and trailing whitespace from named-param values
2623 {{echo|1= {{echo|b}} }}
2636 <ul><li> d</li></ul>
2641 Templates: Don't strip whitespace from positional-param values
2645 {{echo|{{echo|b}} }}
2677 <ul><li> f</li></ul>
2685 Templates: Handle empty comment-and-ws-only lines correctly
2688 <!--should be ignored-->
2689 <!--should be ignored as well-->
2698 Templates: Handle comments in the target
2701 <!-- should be ignored -->
2704 {{echo<!-- should be ignored -->
2707 {{echo<!-- should be ignored -->|foo}}
2709 {{<!-- should be ignored -->echo|foo}}
2711 <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>
2713 <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>
2715 <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>
2717 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo"}},"i":0}}]}'>foo</p>
2721 Templates: Handle comments in parameter names (bug 67657)
2724 <!-- should be ignored -->
2728 <!-- should be ignored -->
2731 {{echo|1<!-- should be ignored -->=foo}}
2733 {{echo|<!-- should be ignored -->1=foo}}
2735 <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>
2737 <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>
2739 <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>
2741 <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>
2745 Templates: Other wikitext in parameter names (bug 67657)
2749 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"''1''":{"wt":"foo"}},"i":0}}]}'>{{{1}}}</p>
2755 #--------------------------------------------------------------------
2756 # Transclusion parameter escaping tests
2757 #--------------------------------------------------------------------
2759 Templates: Parsoid parameter escaping test 1
2761 {{echo|[foo]|{{echo|[bar]}}}}
2765 <p about="#mwt1" typeof="mw:Transclusion"
2766 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"[foo]"},"2":{"wt":"{{echo|[bar]}}"}},"i":0}}]}'>[foo]</p>
2770 Parsoid: Pipes in external links in template parameter
2772 {{echo|[{{echo|http://example.com}} link]}}
2774 <p><a rel="nofollow" class="external text" href="http://example.com">link</a></p>
2776 <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>
2780 Parsoid: pipe in transclusion parameter
2782 {{echo|http://foo.com/a|b}}
2784 <p><a rel="nofollow" class="external free" href="http://foo.com/a%7Cb">http://foo.com/a%7Cb</a></p>
2786 <p><a rel="mw:ExtLink" href="http://foo.com/a|b" about="#mwt1"
2787 typeof="mw:Transclusion"
2788 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"http://foo.com/a&#124;b"}},"i":0}}]}'>http://foo.com/a|b</a></p>
2792 Parsoid: Pipe in external link target and content in template parameter
2794 parsoid=html2wt,wt2wt
2796 {{echo|[http://foo.com/a|b a|b]}}
2798 <p><a rel="nofollow" class="external text" href="http://foo.com/a%7Cb">a|b</a></p>
2800 <p><a rel="mw:ExtLink" href="http://foo.com/a|b" about="#mwt1"
2801 typeof="mw:Transclusion"
2802 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},
2803 "params":{"1":{"wt":"[http://foo.com/a|b a|b]"}},"i":0}}]}'>a|b</a></p>
2807 Parsoid: Pipe in template with nested template in external link target in template parameter (seriously)
2811 {{echo|[{{fullurl:{{FULLPAGENAME}}|action=edit}} bar]}}
2813 <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>
2817 Templates: Don't escape already nowiki-escaped text in template parameters
2819 parsoid=html2wt,wt2wt
2821 {{echo|foo<nowiki>|</nowiki>bar}}
2822 {{echo|<nowiki><div></nowiki>}}
2823 {{echo|<nowiki></nowiki>}}
2825 <p>foo|bar <div></p>
2827 <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>
2828 <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>
2829 <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>
2835 Templates: '=' char in nested transclusions should not trigger nowiki escapes or conversion to named param
2837 parsoid=html2wt,wt2wt
2839 {{echo|{{echo|1=bar}}}}
2843 <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>
2848 Templates parameters with special tokenizing behavior dont get modified because of arg escaping
2854 <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>
2859 Templates: Preserve blank parameter names
2865 <p about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"":{"wt":"foo"}},"i":0}}]}'>{{{1}}}</p>
2869 Templates: Preserve blank parameter names in other positions
2871 {{blank_param|bar|=foo}}
2875 <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
2880 ### Parsoid-centric tests for testing RT edge cases for pre
2884 1a. Indent-Pre and Comments
2897 1b. Indent-Pre and Comments
2910 1c. Indent-Pre and Comments
2923 1d. Indent-Pre and Comments
2924 (Pre-handler currently cannot distinguish between comment/ws order and normalizes them to [comment,ws] order)
2937 2a. Indent-Pre and tables
2958 2b. Indent-Pre and tables
2974 2c. Indent-Pre and tables (bug 42252)
2991 2d. Indent-Pre and tables
3008 <tbody><tr><td> b</td></tr>
3013 2e. Indent-Pre and table-line syntax
3026 2f. Indent-pre started by table-line syntax
3045 3a. Indent-Pre and block tags (single-line html)
3049 c <blockquote> foo </blockquote>
3054 c <blockquote> foo </blockquote>
3055 <pre><span> foo </span>
3058 <p>a </p><p data-parsoid='{"stx":"html"}'> foo </p>
3059 <p>b </p><div data-parsoid='{"stx":"html"}'> foo </div>
3060 <p>c </p><blockquote data-parsoid='{"stx":"html"}'> foo </blockquote>
3061 <pre><span> foo </span>
3078 3b. Indent-Pre and block tags (multi-line html)
3083 <pre>a <span>foo</span>
3088 <pre>a <span data-parsoid='{"stx":"html"}'>foo</span></pre>
3089 b <div data-parsoid='{"stx":"html"}'> foo </div>
3099 3c. Indent-Pre and block tags (pre-content on separate line)
3163 4. Indent-Pre and extension tags
3169 a <ul class="gallery mw-gallery-traditional">
3170 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
3171 <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>
3172 <div class="gallerytext">
3179 <ul class="gallery mw-gallery-traditional">
3180 <li class="gallerybox" style="width: 155px">
3181 <div style="width: 155px">
3182 <div class="thumb" style="width: 150px;">
3183 <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>
3185 <div class="gallerytext"></div>
3192 Table wikitext syntax outside wiki-tables
3195 ! not a table heading
3198 | class="foo bar" | baz
3205 ! not a table heading
3208 | class="foo bar" | baz
3217 Render paragraphs when indent-pre is suppressed in blocklevels
3234 4. Multiple spaces at start-of-line
3252 ## NOTE: the leading white-space chars on empty line are significant
3254 5a. White-space in indent-pre
3266 ## NOTE: the leading white-space chars on empty line are significant
3268 5b. White-space in indent-pre
3287 5c. White-space in indent-pre
3300 6. Pre-blocks should extend across lines with leading WS even when there is no wrappable content
3323 7a. Indent-pre and category links
3325 parsoid=wt2html,wt2wt
3327 [[Category:foo]] <!-- No pre-wrapping -->
3328 {{echo| [[Category:foo]]}} <!-- No pre-wrapping -->
3331 <link rel="mw:PageProp/Category" href="./Category:Foo"> <!-- No pre-wrapping -->
3332 <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 -->
3335 ## We used to, but no longer wt2wt this test since the default serializer
3336 ## will normalize all categories to serialize on their own line.
3337 ## This wikitext usage is going to be fairly uncommon in production and
3338 ## selser will take care of preserving formatting in those scenarios.
3340 7b. Indent-pre and category links
3345 [[Category:foo]] {{echo|b}}
3347 <pre><link rel="mw:PageProp/Category" href="./Category:Foo"> a
3348 <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>
3352 Indent-Pre: Newlines in comments shouldn't affect sol state
3366 ### HTML-pre (some to spec PHP parser behavior and some Parsoid-RT-centric)
3370 HTML-pre: 1. embedded newlines
3405 <pre data-parsoid='{"stx":"html"}'>foo</pre>
3407 <pre data-parsoid='{"stx":"html","strippedNL":"\n"}'>
3411 <pre data-parsoid='{"stx":"html"}'>
3416 <pre data-parsoid='{"stx":"html"}'>
3424 HTML-pre: big spaces
3460 <pre data-parsoid='{"stx":"html"}'>
3479 HTML-pre: 2: indented text
3492 HTML-pre: 3: other wikitext
3511 <pre data-parsoid='{"stx":"html","strippedNL":true}'>* foo
3520 ### Definition lists
3527 <dl><dt> name </dt>
3528 <dd> Definition</dd></dl>
3533 Definition list for indentation only
3537 <dl><dd> Indented text</dd></dl>
3542 Definition list with no space
3547 <dd>Definition</dd></dl>
3552 Definition list with URL link
3554 ; http://example.com/ : definition
3556 <dl><dt> <a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a> </dt>
3557 <dd> definition</dd></dl>
3562 Definition list with bracketed URL link
3564 ;[http://www.example.com/ Example]:Something about it
3566 <dl><dt><a rel="nofollow" class="external text" href="http://www.example.com/">Example</a></dt>
3567 <dd>Something about it</dd></dl>
3572 Definition list with wikilink containing colon
3574 ; [[Help:FAQ]]: The least-read page on Wikipedia
3576 <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>
3577 <dd> The least-read page on Wikipedia</dd></dl>
3581 # At Brion's and JeLuF's insistence... :)
3583 Definition list with news link containing colon
3585 ; news:alt.wikipedia.rox: This isn't even a real newsgroup!
3587 <dl><dt> <a rel="nofollow" class="external free" href="news:alt.wikipedia.rox">news:alt.wikipedia.rox</a></dt>
3588 <dd> This isn't even a real newsgroup!</dd></dl>
3591 <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>
3595 Malformed definition list with colon
3597 ; news:alt.wikipedia.rox -- don't crash or enter an infinite loop
3599 <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>
3604 Definition lists: colon in external link text
3606 ; [http://www.wikipedia2.org/ Wikipedia : The Next Generation]: OK, I made that up
3608 <dl><dt> <a rel="nofollow" class="external text" href="http://www.wikipedia2.org/">Wikipedia : The Next Generation</a></dt>
3609 <dd> OK, I made that up</dd></dl>
3614 Definition lists: colon in HTML attribute
3616 ;<b style="display: inline">bold</b>
3618 <dl><dt><b style="display: inline">bold</b></dt></dl>
3623 Definition lists: self-closed tag
3625 ;one<br/>two : two-line fun
3627 <dl><dt>one<br />two </dt>
3628 <dd> two-line fun</dd></dl>
3633 Bug 11748: Literal closing tags
3637 <dd>test test test test test</dd>
3639 <dd>test test test test test</dd>
3644 <dd>test test test test test</dd>
3646 <dd>test test test test test</dd>
3652 Definition and unordered list using wiki syntax nested in unordered list using html tags.
3655 ; term : description
3660 <dl><dt> term </dt>
3661 <dd> description</dd></dl>
3662 <ul><li> unordered</li></ul>
3669 Definition list with empty definition and following paragraph
3681 Nested definition lists using html syntax
3690 Definition Lists: No nesting: Multiple dd's
3703 Definition Lists: Indentation: Regular
3711 <dl><dd>i3</dd></dl></dd></dl></dd></dl>
3716 Definition Lists: Indentation: Missing 1st level
3722 <dl><dd>i3</dd></dl></dd></dl></dd></dl>
3727 Definition Lists: Indentation: Multi-level indent
3731 <dl><dd><dl><dd><dl><dd>i3</dd></dl></dd></dl></dd></dl>
3736 Definition Lists: Hacky use to indent tables
3743 should be left alone
3745 <dl><dd><dl><dd><table>
3750 </td></tr></table></dd></dl></dd></dl>
3752 should be left alone
3757 Definition Lists: Hacky use to indent tables, with comments (bug 63979)
3765 should be left alone
3768 <dl><dd><dl><dd><table><tr>
3771 </tr></table><!-- bar --></dd></dl></dd></dl>
3773 should be left alone</p>
3777 Definition Lists: Hacky use to indent tables, with comment before table
3783 <dl><dd><dl><dd><!-- foo --><table><tr>
3785 </tr></table></dd></dl></dd></dl>
3788 # The trailing whitespace in this test is to catch a regression in
3789 # Parsoid after T54473.
3791 Definition Lists: Hacky use to indent tables (WS-insensitive)
3800 </td></tr></table></dd></dl>
3804 <tbody><tr><td>a</td></tr>
3805 </tbody></table> </dd></dl>
3808 ## The PHP parser treats : items (dd) without a corresponding ; item (dt)
3809 ## as an empty dt item. It also ignores all but the last ";" when followed
3810 ## by ":" later on. So, ";" are not ignored in ";;;t3" but are ignored in
3811 ## ";;;t3 :d1". So, PHP parser behavior is a little inconsistent wrt multiple
3814 ## Ex: ";;t2 ::d2" is transformed into:
3826 ## But, Parsoid treats "; :" as a tight atomic unit and excess ":" as plain text
3827 ## So, the same wikitext above (;;t2 ::d2) is transformed into:
3838 ## All Parsoid only definition list tests have this difference.
3840 ## See also: https://phabricator.wikimedia.org/T8569
3841 ## and http://lists.wikimedia.org/pipermail/wikitext-l/2011-November/000483.html
3844 Table / list interaction: indented table with lists in table contents
3859 <ul><li> b</li></ul>
3863 <ul><li> d</li></ul>
3864 </td></tr></table></dd></dl>
3869 Table / list interaction: lists nested in tables nested in indented lists
3892 </td></tr></table></dd></dl>
3899 Definition Lists: Nesting: Multi-level (Parsoid only)
3929 Definition Lists: Nesting: Test 2 (Parsoid only)
3956 Definition Lists: Nesting: Test 3 (Parsoid only)
3999 Definition Lists: Nesting: Test 4
4004 <dl><dd><dl><dd><dl><dt>t3</dt>
4005 <dd>d3</dd></dl></dd></dl></dd></dl>
4010 ## The Parsoid team believes the following three test exposes a
4011 ## bug in the PHP parser. (Parsoid team thinks the PHP parser is
4012 ## wrong to close the <dl> after the <dt> containing the <ul>.)
4013 ## It also exposes a "misfeature" in tidy, which doesn't like
4014 ## <dl> tags with a single <dt> child; it converts the <dt> into
4015 ## a <dd> in that case. (Parsoid leaves the <dt> alone!)
4017 Definition Lists: Mixed Lists: Test 1
4023 <dl><dd><dl><dt><ul><li> foo</li>
4024 <li> bar</li></ul></dt></dl>
4025 <dl><dt> baz</dt></dl></dd></dl>
4060 Definition Lists: Mixed Lists: Test 2
4065 <ul><li><dl><dd> d1</dd>
4066 <dd> d2</dd></dl></li></ul>
4072 Definition Lists: Mixed Lists: Test 3
4077 <ul><li><dl><dd><dl><dd><dl><dd> d1</dd>
4078 <dd> d2</dd></dl></dd></dl></dd></dl></li></ul>
4084 Definition Lists: Mixed Lists: Test 4
4089 <ul><li><dl><dt>d1 </dt>
4092 <dd>d4</dd></dl></li></ul>
4098 Definition Lists: Mixed Lists: Test 5
4104 <dl><dd> d2</dd></dl></dd></dl></li></ul>
4110 Definition Lists: Mixed Lists: Test 6
4115 <ol><li><ul><li><dl><dd>d1
4116 <dl><dd><dl><dd> d3</dd></dl></dd></dl></dd></dl></li></ul></li></ol>
4122 Definition Lists: Mixed Lists: Test 7
4127 <dl><dd><ul><li> d1</li>
4128 <li> d2</li></ul></dd></dl>
4134 Definition Lists: Mixed Lists: Test 8
4139 <dl><dd><ul><li> d1</li></ul>
4140 <dl><dd><ul><li> d2</li></ul></dd></dl></dd></dl>
4146 Definition Lists: Mixed Lists: Test 9
4150 <ul><li><dl><dt>foo </dt>
4151 <dd>bar</dd></dl></li></ul>
4157 Definition Lists: Mixed Lists: Test 10
4161 <ul><li><ol><li><dl><dt>foo </dt>
4162 <dd>bar</dd></dl></li></ol></li></ul>
4166 # The Parsoid team disagrees with the PHP parser's seemingly-random
4167 # rules regarding dd/dt on the next two tests. Parsoid is more
4168 # consistent, and recognizes the shared nesting and keeps the
4169 # still-open tags around until the nesting is complete.
4170 # (And tidy again converts <dt> to <dd> before 'bar'.)
4173 Definition Lists: Mixed Lists: Test 11
4178 <ul><li><ol><li><ul><li><ol><li><dl><dt>foo </dt>
4179 <dd><ul><li><dl><dt><dl><dt>bar</dt></dl></dd></dl></li></ul></dd></dl>
4180 <dl><dt>boo </dt>
4181 <dd>baz</dd></dl></li></ol></li></ul></li></ol></li></ul>
4236 <dt>foo<span typeof="mw:Placeholder" data-parsoid='{"src":" "}'> </span></dt>
4237 <dd data-parsoid='{"stx":"row"}'>bar</dd>
4241 <dt>boo<span typeof="mw:Placeholder" data-parsoid='{"src":" "}'> </span></dt>
4242 <dd data-parsoid='{"stx":"row"}'>baz</dd>
4251 # Another case where tidy converts a <dt> to a <dd> (but Parsoid doesn't).
4253 # * The test is wrong, there are two colons where there should be :;
4254 # * The PHP parser is wrong to close the <dl> after the <dt> containing the <ul>.
4256 Definition Lists: Weird Ones: Test 1
4258 *#;*::;; foo : bar (who uses this?)
4260 <ul><li><ol><li><dl><dt> foo </dt>
4261 <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>
4280 <dt>bar (who uses this?)</dt>
4312 <dt> foo<span typeof="mw:DisplaySpace mw:Placeholder" data-parsoid='{"src":" ","isDisplayHack":true}'> </span></dt>
4313 <dd data-parsoid='{"stx":"row"}'> bar (who uses this?)</dd>
4325 Definition Lists: colons occurring in tags
4343 <dt><span>a:b</span></dt>
4370 <dl><dt>a</dt><dd data-parsoid='{"stx":"row"}'>b</dd>
4372 <dt><i data-parsoid='{"stx":"html"}'>a:b</i></dt>
4373 <dt><span data-parsoid='{"stx":"html"}'>a:b</span></dt>
4374 <dt><div data-parsoid='{"stx":"html"}'>a:b</div></dt>
4375 <dt><div data-parsoid='{"stx":"html","autoInsertedEnd":true}'>a</div></dt>
4377 <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>
4378 <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>
4379 <dl><dt><dl><dt><i>a:b</i></dt></dl></dt></dl></dt></dl>
4383 Definition Lists: colons and tables 1
4395 </td></tr></table></dd></dl>
4399 </td></tr></table></dd></dl>
4403 # Parsoid's output (as documented below) differs from php's in this case.
4404 # This is probably a bug. If we fixup parsoid to match php's output, the
4405 # above test should pass and the below test case can be removed. It is
4406 # unclear which output is more desirable.
4409 Definition Lists: colons and tables 2
4421 </td></tr></table></dd>
4425 </td></tr></table></dd></dl>
4429 Definition Lists: template interaction
4431 ::{{definition_list}}
4434 ::{{definition_list}}
4439 <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">
4440 </span><dd about="#mwt1">two</dd></dl></dd></dl>
4442 <dl><dd data-parsoid='{}'>one
4443 <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">
4444 </span><dd about="#mwt2">two
4446 <dd>three</dd></dl></dd>
4447 <dd data-parsoid='{}'>four</dd></dl></dd></dl>
4455 External links: non-bracketed
4457 Non-bracketed: http://example.com
4459 <p>Non-bracketed: <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4463 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
4465 External links: numbered
4467 Numbered: [http://example.com]
4468 Numbered: [http://example.net]
4469 Numbered: [http://example.com]
4471 <p>Numbered: <a rel="nofollow" class="external autonumber" href="http://example.com">[1]</a>
4472 Numbered: <a rel="nofollow" class="external autonumber" href="http://example.net">[2]</a>
4473 Numbered: <a rel="nofollow" class="external autonumber" href="http://example.com">[3]</a>
4476 <p>Numbered: <a rel="mw:ExtLink" href="http://example.com"></a>
4477 Numbered: <a rel="mw:ExtLink" href="http://example.net"></a>
4478 Numbered: <a rel="mw:ExtLink" href="http://example.com"></a></p>
4482 External links: specified text
4484 Specified text: [http://example.com link]
4486 <p>Specified text: <a rel="nofollow" class="external text" href="http://example.com">link</a>
4491 External links: trail
4493 Linktrails should not work for external links: [http://example.com link]s
4495 <p>Linktrails should not work for external links: <a rel="nofollow" class="external text" href="http://example.com">link</a>s
4500 External links: dollar sign in URL
4502 http://example.com/1$2345
4504 <p><a rel="nofollow" class="external free" href="http://example.com/1$2345">http://example.com/1$2345</a>
4508 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
4510 External links: dollar sign in URL (autonumber)
4512 [http://example.com/1$2345]
4514 <p><a rel="nofollow" class="external autonumber" href="http://example.com/1$2345">[1]</a>
4517 <p><a rel="mw:ExtLink" href="http://example.com/1$2345"></a></p>
4521 External links: open square bracket forbidden in URL (bug 4377)
4523 parsoid=wt2html,wt2wt,html2html
4525 http://example.com/1[2345
4527 <p><a rel="nofollow" class="external free" href="http://example.com/1">http://example.com/1</a>[2345
4530 <p><a rel="mw:ExtLink" href="http://example.com/1">http://example.com/1</a>[2345</p>
4534 External links: open square bracket forbidden in URL (named) (bug 4377)
4536 parsoid=wt2html,html2html
4538 [http://example.com/1[2345]
4540 <p><a rel="nofollow" class="external text" href="http://example.com/1">[2345</a>
4543 <p><a rel="mw:ExtLink" href="http://example.com/1">[2345</a></p>
4546 # parsoid adds a space before the link name
4548 External links: open square bracket forbidden in URL (named) (bug 4377)
4551 [http://example.com/1 [2345]
4553 <p><a rel="nofollow" class="external text" href="http://example.com/1">[2345</a>
4558 External links: nowiki in URL link text (bug 6230)
4560 [http://example.com/ <nowiki>''example site''</nowiki>]
4562 <p><a rel="nofollow" class="external text" href="http://example.com/">''example site''</a>
4567 External links: newline forbidden in text (bug 6230 regression check)
4569 [http://example.com/ first
4572 <p>[<a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a> first
4578 External links: Pipe char between url and text
4580 [http://example.com | link]
4582 <p><a rel="nofollow" class="external text" href="http://example.com">| link</a>
4587 External links: protocol-relative URL in brackets
4589 [//example.com/ Test]
4591 <p><a rel="nofollow" class="external text" href="//example.com/">Test</a>
4595 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
4597 External links: protocol-relative URL in brackets without text
4601 <p><a rel="nofollow" class="external autonumber" href="//example.com">[1]</a>
4604 <p><a rel="mw:ExtLink" href="//example.com"></a></p>
4608 External links: protocol-relative URL in free text is left alone
4612 <p>//example.com/Foo
4617 External links: protocol-relative URL in the middle of a word is left alone (bug 30269)
4619 foo//example.com/Foo
4621 <p>foo//example.com/Foo
4626 External links: with no contents
4628 [http://en.wikipedia.org/wiki/Foo]
4630 [[wikipedia:Foo|Bar]]
4632 [[wikipedia:Foo|<span>Bar</span>]]
4634 <p><a rel="nofollow" class="external autonumber" href="http://en.wikipedia.org/wiki/Foo">[1]</a>
4635 </p><p><a href="http://en.wikipedia.org/wiki/Foo" class="extiw" title="wikipedia:Foo">Bar</a>
4636 </p><p><a href="http://en.wikipedia.org/wiki/Foo" class="extiw" title="wikipedia:Foo"><span>Bar</span></a>
4639 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo"></a></p>
4640 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" title="wikipedia:Foo">Bar</a></p>
4641 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" title="wikipedia:Foo"><span>Bar</span></a></p>
4645 External links: Free with trailing punctuation
4655 http://example.com/url_with_(brackets)
4656 (http://example.com/url_without_brackets)
4657 http://example.com/url_with_entity&
4658 http://example.com/url_with_entity&
4659 http://example.com/url_with_entity&
4660 http://example.com/url_with_entity
4661 http://example.com/url_with_entity 
4662 http://example.com/url_with_entity 
4663 http://example.com/url_with_entity<
4664 http://example.com/url_with_entity<
4665 http://example.com/url_with_entity<
4667 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>,
4668 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>;
4669 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>\
4670 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>.
4671 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>:
4672 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>!
4673 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>?
4674 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>)
4675 <a rel="nofollow" class="external free" href="http://example.com/url_with_(brackets)">http://example.com/url_with_(brackets)</a>
4676 (<a rel="nofollow" class="external free" href="http://example.com/url_without_brackets">http://example.com/url_without_brackets</a>)
4677 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4678 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4679 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4680 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a> 
4681 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a> 
4682 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a> 
4683 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><
4684 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><
4685 <a rel="nofollow" class="external free" href="http://example.com/url_with_entity">http://example.com/url_with_entity</a><
4688 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a>,
4689 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>;
4690 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>\
4691 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>.
4692 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>:
4693 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>!
4694 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>?
4695 <a rel="mw:ExtLink" href="http://example.com">http://example.com</a>)
4696 <a rel="mw:ExtLink" href="http://example.com/url_with_(brackets)">http://example.com/url_with_(brackets)</a>
4697 (<a rel="mw:ExtLink" href="http://example.com/url_without_brackets">http://example.com/url_without_brackets</a>)
4698 <a rel="mw:ExtLink" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4699 <a rel="mw:ExtLink" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4700 <a rel="mw:ExtLink" href="http://example.com/url_with_entity&">http://example.com/url_with_entity&</a>
4701 <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>
4702 <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>
4703 <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>
4704 <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>
4705 <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>
4706 <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>
4710 External links: tricky Parsoid html2html case
4712 parsoid=wt2html,wt2wt,html2html
4714 http://example.com/url_with_entity&amp;
4716 <p><a rel="nofollow" class="external free" href="http://example.com/url_with_entity&amp">http://example.com/url_with_entity&amp</a>;
4719 <p><a rel="mw:ExtLink" href="http://example.com/url_with_entity&amp">http://example.com/url_with_entity&amp</a>;</p>
4723 External links: Free with trailing quotes (T113666)
4725 '''News:''' Stuff here
4729 <p><b>News:</b> Stuff here
4730 </p><p><a rel="nofollow" class="external free" href="news:'a'b">news:'a'b</a><i>c</i>d e
4733 <p><b>News:</b> Stuff here</p>
4734 <p><a rel="mw:ExtLink" href="news:'a'b">news:'a'b</a><i>c</i>d e</p>
4738 External links: Lone protocols are never linked (T105697)
4757 External links: No preceding word characters allowed (bug 65278)
4759 NOPEhttp://example.com
4760 N0http://example.com
4761 ok:http://example.com
4762 ok-http://example.com
4764 <p>NOPEhttp://example.com
4765 N0http://example.com
4766 ok:<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4767 ok-<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4774 External image: http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
4776 <p>External image: <img src="http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png" alt="Ncwikicol.png" />
4781 External image from https
4783 External image from https: https://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
4785 <p>External image from https: <img src="https://meta.wikimedia.org/upload/f/f1/Ncwikicol.png" alt="Ncwikicol.png" />
4790 External image (when not allowed)
4792 wgAllowExternalImages=0
4794 External image: http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
4796 <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>
4801 Link to non-http image, no img tag
4803 Link to non-http image, no img tag: ftp://example.com/test.jpg
4805 <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>
4810 External links: terminating separator
4812 Terminating separator: http://example.com/thing,
4814 <p>Terminating separator: <a rel="nofollow" class="external free" href="http://example.com/thing">http://example.com/thing</a>,
4819 External links: intervening separator
4821 Intervening separator: http://example.com/1,2,3
4823 <p>Intervening separator: <a rel="nofollow" class="external free" href="http://example.com/1,2,3">http://example.com/1,2,3</a>
4828 External links: old bug with URL in query
4830 Old bug with URL in query: [http://example.com/thing?url=http://example.com link]
4832 <p>Old bug with URL in query: <a rel="nofollow" class="external text" href="http://example.com/thing?url=http://example.com">link</a>
4837 External links: old URL-in-URL bug, mixed protocols
4839 And again with mixed protocols: [ftp://example.com?url=http://example.com link]
4841 <p>And again with mixed protocols: <a rel="nofollow" class="external text" href="ftp://example.com?url=http://example.com">link</a>
4846 External links: URL in text
4848 URL in text: [http://example.com http://example.com]
4850 <p>URL in text: <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
4855 External links: Clickable images
4857 ja-style clickable images: [http://example.com http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png]
4859 <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>
4862 <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>
4866 External links: raw ampersand
4868 Old & use: http://x&y
4870 <p>Old & use: <a rel="nofollow" class="external free" href="http://x&y">http://x&y</a>
4875 External links: encoded ampersand
4877 Old & use: http://x&y
4879 <p>Old & use: <a rel="nofollow" class="external free" href="http://x&y">http://x&y</a>
4882 <p>Old <span typeof="mw:Entity">&</span> use: <a rel="mw:ExtLink" href="http://x&y">http://x&y</a></p>
4886 External links: encoded equals (bug 6102)
4888 http://example.com/?foo=bar
4890 <p><a rel="nofollow" class="external free" href="http://example.com/?foo=bar">http://example.com/?foo=bar</a>
4893 <p><a rel="mw:ExtLink" href="http://example.com/?foo=bar">http://example.com/?foo=bar</a></p>
4897 ## Note that parsoid doesn't explicit mark autonumbered links, nor
4898 ## does it number them. As discussed in bug 53505, we can identify
4899 ## autonumbered links via CSS.
4903 External links: [raw ampersand]
4905 Old & use: [http://x&y]
4907 <p>Old & use: <a rel="nofollow" class="external autonumber" href="http://x&y">[1]</a>
4910 <p>Old <span typeof="mw:Entity">&</span> use: <a rel="mw:ExtLink" href="http://x&y"></a></p>
4913 # note that parsoid html is identical to [raw ampersand] case; so html2wt
4914 # mode will return the [raw ampersand] wikitext
4916 External links: [encoded ampersand]
4918 parsoid=wt2html,wt2wt,html2html
4920 Old & use: [http://x&y]
4922 <p>Old & use: <a rel="nofollow" class="external autonumber" href="http://x&y">[1]</a>
4925 <p>Old <span typeof="mw:Entity">&</span> use: <a rel="mw:ExtLink" href="http://x&y"></a></p>
4929 External links: [raw equals]
4931 [http://example.com/?foo=bar]
4933 <p><a rel="nofollow" class="external autonumber" href="http://example.com/?foo=bar">[1]</a>
4936 <p><a rel="mw:ExtLink" href="http://example.com/?foo=bar"></a></p>
4939 # note that parsoid html is identical to [raw equals] case; so html2wt
4940 # mode will return the [raw equals] wikitext
4942 External links: [encoded equals] (bug 6102)
4944 parsoid=wt2html,wt2wt,html2html
4946 [http://example.com/?foo=bar]
4948 <p><a rel="nofollow" class="external autonumber" href="http://example.com/?foo=bar">[1]</a>
4951 <p><a rel="mw:ExtLink" href="http://example.com/?foo=bar"></a></p>
4954 # xxx parsoid strips the IDN character, so the round-trip tests will
4955 # obviously fail and are disabled. --cscott
4957 External links: [IDN ignored character reference in hostname; strip it right off]
4959 parsoid=wt2html,wt2wt,html2html
4961 [http://e‌xample.com/]
4963 <p><a rel="nofollow" class="external autonumber" href="http://example.com/">[1]</a>
4966 <p><a rel="mw:ExtLink" href="http://example.com/"></a></p>
4969 # FIXME: This test (the IDN characters in the text of a link) is an inconsistency.
4970 # Where an external link could easily circumvent the sanitization of the text of
4971 # a link like this (where an IDN-ignore character is in the URL somewhere), this
4972 # test demands a higher standard. That's a bit strange.
4976 # http://example.com -> [http://example.com|http://example.com]
4977 # [http://example.com|http://example.com] -> [http://example.com|http://example.com]
4979 # The first example is sanitized, but the second is not. Any security benefits
4980 # from this production are trivial to circumvent. Either remove this test and
4981 # let the parser(s) do their thing unaccosted, or fix the inconsistency and change
4982 # the test accordingly.
4986 # xxx parsoid strips the IDN character, so the round-trip tests will
4987 # obviously fail and are disabled. --cscott
4989 External links: IDN ignored character reference in hostname; strip it right off
4991 parsoid=wt2html,html2html
4993 http://e‌xample.com/
4995 <p><a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a>
4998 <p><a rel="mw:ExtLink" href="http://example.com/">http://example.com/</a></p>
5002 External links: www.jpeg.org (bug 554)
5006 <p><a rel="nofollow" class="external free" href="http://www.jpeg.org">http://www.jpeg.org</a>
5010 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
5012 External links: URL within URL (original bug 2)
5014 [http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp]
5016 <p><a rel="nofollow" class="external autonumber" href="http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp">[1]</a>
5019 <p><a rel="mw:ExtLink" href="http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp"></a></p>
5023 BUG 361: URL inside bracketed URL
5025 [http://www.example.com/foo http://www.example.com/bar]
5027 <p><a rel="nofollow" class="external text" href="http://www.example.com/foo">http://www.example.com/bar</a>
5032 BUG 361: URL within URL, not bracketed
5034 http://www.example.com/foo?=http://www.example.com/bar
5036 <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>
5041 BUG 289: ">"-token in URL-tail
5043 http://www.example.com/<hello>
5045 <p><a rel="nofollow" class="external free" href="http://www.example.com/">http://www.example.com/</a><hello>
5050 BUG 289: literal ">"-token in URL-tail
5052 http://www.example.com/<b>html</b>
5054 <p><a rel="nofollow" class="external free" href="http://www.example.com/">http://www.example.com/</a><b>html</b>
5057 <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>
5061 BUG 289: ">"-token in bracketed URL
5063 [http://www.example.com/<hello> stuff]
5065 <p><a rel="nofollow" class="external text" href="http://www.example.com/"><hello> stuff</a>
5070 BUG 289: literal ">"-token in bracketed URL
5072 [http://www.example.com/<b>html</b> stuff]
5074 <p><a rel="nofollow" class="external text" href="http://www.example.com/"><b>html</b> stuff</a>
5079 BUG 289: literal double quote at end of URL
5081 http://www.example.com/"hello"
5083 <p><a rel="nofollow" class="external free" href="http://www.example.com/">http://www.example.com/</a>"hello"
5088 BUG 289: literal double quote in bracketed URL
5090 [http://www.example.com/"hello" stuff]
5092 <p><a rel="nofollow" class="external text" href="http://www.example.com/">"hello" stuff</a>
5097 External links: multiple legal whitespace is fine, Magnus. Don't break it please. (bug 5081)
5099 [http://www.example.com test]
5101 <p><a rel="nofollow" class="external text" href="http://www.example.com">test</a>
5106 External links: link text with spaces
5108 [http://www.example.com a b c]
5109 [http://www.example.com ''a'' ''b'']
5111 <p><a rel="nofollow" class="external text" href="http://www.example.com">a b c</a>
5112 <a rel="nofollow" class="external text" href="http://www.example.com"><i>a</i> <i>b</i></a>
5117 External links: wiki links within external link (Bug 3695)
5119 parsoid=wt2html,html2html
5121 [http://example.com [[wikilink]] embedded in ext link]
5123 <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>
5126 <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>
5130 BUG 787: Links with one slash after the url protocol are invalid
5134 [http:/example.com title]
5136 <p>http:/example.com
5137 </p><p>[http:/example.com title]
5142 Bracketed external links with template-generated invalid target
5144 [{{echo|http:/example.com}} title]
5146 <p>[http:/example.com title]
5151 Bug 2702: Mismatched <i>, <b> and <a> tags are invalid
5153 ''[http://example.com text'']
5154 [http://example.com '''text]'''
5155 ''Something [http://example.com in italic'']
5156 ''Something [http://example.com mixed''''', even bold]'''
5157 '''''Now [http://example.com both''''']
5159 <p><a rel="nofollow" class="external text" href="http://example.com"><i>text</i></a>
5160 <a rel="nofollow" class="external text" href="http://example.com"><b>text</b></a>
5161 <i>Something </i><a rel="nofollow" class="external text" href="http://example.com"><i>in italic</i></a>
5162 <i>Something </i><a rel="nofollow" class="external text" href="http://example.com"><i>mixed</i><b>, even bold</b></a>
5163 <i><b>Now </b></i><a rel="nofollow" class="external text" href="http://example.com"><i><b>both</b></i></a>
5169 Bug 4781: %26 in URL
5171 http://www.example.com/?title=AT%26T
5173 <p><a rel="nofollow" class="external free" href="http://www.example.com/?title=AT%26T">http://www.example.com/?title=AT%26T</a>
5176 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=AT%26T">http://www.example.com/?title=AT%26T</a></p>
5179 # According to http://www.w3.org/TR/2011/WD-html5-20110525/Overview.html#parsing-urls a plain
5180 # % is actually legal in HTML5. Any change in output would need testing though.
5182 Bug 4781, 5267: %25 in URL
5184 http://www.example.com/?title=100%25_Bran
5186 <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>
5189 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=100%25_Bran">http://www.example.com/?title=100%25_Bran</a></p>
5193 Bug 4781, 5267: %28, %29 in URL
5195 http://www.example.com/?title=Ben-Hur_%281959_film%29
5197 <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>
5200 <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>
5205 Bug 4781: %26 in autonumber URL
5207 [http://www.example.com/?title=AT%26T]
5209 <p><a rel="nofollow" class="external autonumber" href="http://www.example.com/?title=AT%26T">[1]</a>
5212 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=AT%26T"></a></p>
5216 Bug 4781, 5267: %26 in autonumber URL
5218 [http://www.example.com/?title=100%25_Bran]
5220 <p><a rel="nofollow" class="external autonumber" href="http://www.example.com/?title=100%25_Bran">[1]</a>
5223 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=100%25_Bran"></a></p>
5227 Bug 4781, 5267: %28, %29 in autonumber URL
5229 [http://www.example.com/?title=Ben-Hur_%281959_film%29]
5231 <p><a rel="nofollow" class="external autonumber" href="http://www.example.com/?title=Ben-Hur_%281959_film%29">[1]</a>
5234 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=Ben-Hur_%281959_film%29"></a></p>
5239 Bug 4781: %26 in bracketed URL
5241 [http://www.example.com/?title=AT%26T link]
5243 <p><a rel="nofollow" class="external text" href="http://www.example.com/?title=AT%26T">link</a>
5246 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=AT%26T">link</a></p>
5250 Bug 4781, 5267: %25 in bracketed URL
5252 [http://www.example.com/?title=100%25_Bran link]
5254 <p><a rel="nofollow" class="external text" href="http://www.example.com/?title=100%25_Bran">link</a>
5259 Bug 4781, 5267: %28, %29 in bracketed URL
5261 [http://www.example.com/?title=Ben-Hur_%281959_film%29 link]
5263 <p><a rel="nofollow" class="external text" href="http://www.example.com/?title=Ben-Hur_%281959_film%29">link</a>
5266 <p><a rel="mw:ExtLink" href="http://www.example.com/?title=Ben-Hur_%281959_film%29">link</a></p>
5270 External link containing a period in the anchor. (bug 63947)
5272 [//foo.org/bar#baz. bang]
5274 [//foo.org/bar. bang]
5276 <p><a rel="nofollow" class="external text" href="//foo.org/bar#baz.">bang</a>
5277 </p><p><a rel="nofollow" class="external text" href="//foo.org/bar.">bang</a>
5280 <p><a rel="mw:ExtLink" href="//foo.org/bar#baz.">bang</a></p>
5281 <p><a rel="mw:ExtLink" href="//foo.org/bar.">bang</a></p>
5285 External link containing a single quote. (bug 63947)
5289 [//foo.org/bar'baz bang]
5291 <p><a rel="nofollow" class="external autonumber" href="//foo.org/bar'baz">[1]</a>
5292 </p><p><a rel="nofollow" class="external text" href="//foo.org/bar'baz">bang</a>
5295 <p><a rel="mw:ExtLink" href="//foo.org/bar'baz"></a></p>
5296 <p><a rel="mw:ExtLink" href="//foo.org/bar'baz">bang</a></p>
5300 External link containing double-single-quotes in text '' (bug 4598 sanity check)
5302 Some [http://example.com/ pretty ''italics'' and stuff]!
5304 <p>Some <a rel="nofollow" class="external text" href="http://example.com/">pretty <i>italics</i> and stuff</a>!
5309 External link containing double-single-quotes in text embedded in italics (bug 4598 sanity check)
5311 ''Some [http://example.com/ pretty ''italics'' and stuff]!''
5313 <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>
5318 External link containing double-single-quotes with no space separating the url from text in italics
5320 [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]].]
5322 <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>
5325 <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>
5327 <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>
5331 External link with comments in link text
5333 [http://www.google.com Google <!-- comment -->]
5335 <p><a rel="nofollow" class="external text" href="http://www.google.com">Google </a>
5338 <p><a rel="mw:ExtLink" href="http://www.google.com">Google <!-- comment --></a></p>
5342 External link to bare IPv4 address
5344 [http://192.168.0.1 Link]
5346 <p><a rel="nofollow" class="external text" href="http://192.168.0.1">Link</a>
5349 <p><a rel="mw:ExtLink" href="http://192.168.0.1">Link</a></p>
5353 URL-encoding in URL functions (single parameter)
5355 {{localurl:Some page|amp=&}}
5357 <p>/index.php?title=Some_page&amp=&
5362 URL-encoding in URL functions (multiple parameters)
5364 {{localurl:Some page|q=?&=&}}
5366 <p>/index.php?title=Some_page&q=?&amp=&
5373 http://example.com/index.php?foozoid%5B%5D=bar
5375 http://example.com/index.php?foozoid[]=bar
5377 <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>
5378 </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>
5381 <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>
5383 <p><a rel="mw:ExtLink" href="http://example.com/index.php?foozoid[]=bar">http://example.com/index.php?foozoid[]=bar</a></p>
5387 IPv6 urls, autolink format (T23261)
5389 http://[2404:130:0:1000::187:2]/index.php
5391 Examples from RFC 2373, section 2.2:
5392 * http://[1080::8:800:200C:417A]/unicast
5393 * http://[FF01::101]/multicast
5394 * http://[::1]/loopback
5395 * http://[::]/unspecified
5396 * http://[::13.1.68.3]/ipv4compat
5397 * http://[::FFFF:129.144.52.38]/ipv4compat
5399 Examples from RFC 2732, section 2:
5400 * http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html
5401 * http://[1080:0:0:0:8:800:200C:417A]/index.html
5402 * http://[3ffe:2a00:100:7031::1]
5403 * http://[1080::8:800:200C:417A]/foo
5404 * http://[::192.9.5.5]/ipng
5405 * http://[::FFFF:129.144.52.38]:80/index.html
5406 * http://[2010:836B:4179::836B:4179]
5409 <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>
5410 </p><p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2373">RFC 2373</a>, section 2.2:
5412 <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>
5413 <li> <a rel="nofollow" class="external free" href="http://[FF01::101]/multicast">http://[FF01::101]/multicast</a></li>
5414 <li> <a rel="nofollow" class="external free" href="http://[::1]/loopback">http://[::1]/loopback</a></li>
5415 <li> <a rel="nofollow" class="external free" href="http://[::]/unspecified">http://[::]/unspecified</a></li>
5416 <li> <a rel="nofollow" class="external free" href="http://[::13.1.68.3]/ipv4compat">http://[::13.1.68.3]/ipv4compat</a></li>
5417 <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>
5418 <p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2732">RFC 2732</a>, section 2:
5420 <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>
5421 <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>
5422 <li> <a rel="nofollow" class="external free" href="http://[3ffe:2a00:100:7031::1]">http://[3ffe:2a00:100:7031::1]</a></li>
5423 <li> <a rel="nofollow" class="external free" href="http://[1080::8:800:200C:417A]/foo">http://[1080::8:800:200C:417A]/foo</a></li>
5424 <li> <a rel="nofollow" class="external free" href="http://[::192.9.5.5]/ipng">http://[::192.9.5.5]/ipng</a></li>
5425 <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>
5426 <li> <a rel="nofollow" class="external free" href="http://[2010:836B:4179::836B:4179]">http://[2010:836B:4179::836B:4179]</a></li></ul>
5429 <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>
5431 <p>Examples from <a href="//tools.ietf.org/html/rfc2373" rel="mw:ExtLink">RFC 2373</a>, section 2.2:</p>
5432 <ul><li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]/unicast">http://[1080::8:800:200C:417A]/unicast</a></li>
5433 <li> <a rel="mw:ExtLink" href="http://[FF01::101]/multicast">http://[FF01::101]/multicast</a></li>
5434 <li> <a rel="mw:ExtLink" href="http://[::1]/loopback">http://[::1]/loopback</a></li>
5435 <li> <a rel="mw:ExtLink" href="http://[::]/unspecified">http://[::]/unspecified</a></li>
5436 <li> <a rel="mw:ExtLink" href="http://[::13.1.68.3]/ipv4compat">http://[::13.1.68.3]/ipv4compat</a></li>
5437 <li> <a rel="mw:ExtLink" href="http://[::FFFF:129.144.52.38]/ipv4compat">http://[::FFFF:129.144.52.38]/ipv4compat</a></li></ul>
5439 <p>Examples from <a href="//tools.ietf.org/html/rfc2732" rel="mw:ExtLink">RFC 2732</a>, section 2:</p>
5440 <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>
5441 <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>
5442 <li> <a rel="mw:ExtLink" href="http://[3ffe:2a00:100:7031::1]">http://[3ffe:2a00:100:7031::1]</a></li>
5443 <li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]/foo">http://[1080::8:800:200C:417A]/foo</a></li>
5444 <li> <a rel="mw:ExtLink" href="http://[::192.9.5.5]/ipng">http://[::192.9.5.5]/ipng</a></li>
5445 <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>
5446 <li> <a rel="mw:ExtLink" href="http://[2010:836B:4179::836B:4179]">http://[2010:836B:4179::836B:4179]</a></li></ul>
5450 IPv6 urls, bracketed format (T23261)
5452 [http://[2404:130:0:1000::187:2]/index.php test]
5454 Examples from RFC 2373, section 2.2:
5455 * [http://[1080::8:800:200C:417A] unicast]
5456 * [http://[FF01::101] multicast]
5457 * [http://[::1]/ loopback]
5458 * [http://[::] unspecified]
5459 * [http://[::13.1.68.3] ipv4compat]
5460 * [http://[::FFFF:129.144.52.38] ipv4compat]
5462 Examples from RFC 2732, section 2:
5463 * [http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html 1]
5464 * [http://[1080:0:0:0:8:800:200C:417A]/index.html 2]
5465 * [http://[3ffe:2a00:100:7031::1] 3]
5466 * [http://[1080::8:800:200C:417A]/foo 4]
5467 * [http://[::192.9.5.5]/ipng 5]
5468 * [http://[::FFFF:129.144.52.38]:80/index.html 6]
5469 * [http://[2010:836B:4179::836B:4179] 7]
5472 <p><a rel="nofollow" class="external text" href="http://[2404:130:0:1000::187:2]/index.php">test</a>
5473 </p><p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2373">RFC 2373</a>, section 2.2:
5475 <ul><li> <a rel="nofollow" class="external text" href="http://[1080::8:800:200C:417A]">unicast</a></li>
5476 <li> <a rel="nofollow" class="external text" href="http://[FF01::101]">multicast</a></li>
5477 <li> <a rel="nofollow" class="external text" href="http://[::1]/">loopback</a></li>
5478 <li> <a rel="nofollow" class="external text" href="http://[::]">unspecified</a></li>
5479 <li> <a rel="nofollow" class="external text" href="http://[::13.1.68.3]">ipv4compat</a></li>
5480 <li> <a rel="nofollow" class="external text" href="http://[::FFFF:129.144.52.38]">ipv4compat</a></li></ul>
5481 <p>Examples from <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc2732">RFC 2732</a>, section 2:
5483 <ul><li> <a rel="nofollow" class="external text" href="http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html">1</a></li>
5484 <li> <a rel="nofollow" class="external text" href="http://[1080:0:0:0:8:800:200C:417A]/index.html">2</a></li>
5485 <li> <a rel="nofollow" class="external text" href="http://[3ffe:2a00:100:7031::1]">3</a></li>
5486 <li> <a rel="nofollow" class="external text" href="http://[1080::8:800:200C:417A]/foo">4</a></li>
5487 <li> <a rel="nofollow" class="external text" href="http://[::192.9.5.5]/ipng">5</a></li>
5488 <li> <a rel="nofollow" class="external text" href="http://[::FFFF:129.144.52.38]:80/index.html">6</a></li>
5489 <li> <a rel="nofollow" class="external text" href="http://[2010:836B:4179::836B:4179]">7</a></li></ul>
5492 <p><a rel="mw:ExtLink" href="http://[2404:130:0:1000::187:2]/index.php">test</a></p>
5494 <p>Examples from <a href="//tools.ietf.org/html/rfc2373" rel="mw:ExtLink">RFC 2373</a>, section 2.2:</p>
5495 <ul><li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]">unicast</a></li>
5496 <li> <a rel="mw:ExtLink" href="http://[FF01::101]">multicast</a></li>
5497 <li> <a rel="mw:ExtLink" href="http://[::1]/">loopback</a></li>
5498 <li> <a rel="mw:ExtLink" href="http://[::]">unspecified</a></li>
5499 <li> <a rel="mw:ExtLink" href="http://[::13.1.68.3]">ipv4compat</a></li>
5500 <li> <a rel="mw:ExtLink" href="http://[::FFFF:129.144.52.38]">ipv4compat</a></li></ul>
5502 <p>Examples from <a href="//tools.ietf.org/html/rfc2732" rel="mw:ExtLink">RFC 2732</a>, section 2:</p>
5503 <ul><li> <a rel="mw:ExtLink" href="http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html">1</a></li>
5504 <li> <a rel="mw:ExtLink" href="http://[1080:0:0:0:8:800:200C:417A]/index.html">2</a></li>
5505 <li> <a rel="mw:ExtLink" href="http://[3ffe:2a00:100:7031::1]">3</a></li>
5506 <li> <a rel="mw:ExtLink" href="http://[1080::8:800:200C:417A]/foo">4</a></li>
5507 <li> <a rel="mw:ExtLink" href="http://[::192.9.5.5]/ipng">5</a></li>
5508 <li> <a rel="mw:ExtLink" href="http://[::FFFF:129.144.52.38]:80/index.html">6</a></li>
5509 <li> <a rel="mw:ExtLink" href="http://[2010:836B:4179::836B:4179]">7</a></li></ul>
5513 Non-extlinks in brackets
5522 [{{echo|foo}} ''bar'']
5523 [{{echo|foo}}l's] errand
5524 [{{echo|foo}}l's errand]
5526 [url=http://example.com]
5527 [http:// bare protocols don't count]
5540 [url=<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>]
5541 [http:// bare protocols don't count]
5549 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}"}'>foo</span>]
5550 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}"}'>foo</span> bar]
5551 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}"}'>foo</span> <i>bar</i>]
5552 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}l's"}'>fool's</span>] errand
5553 [<span typeof="mw:Placeholder" data-parsoid='{"src":"{{echo|foo}}l's"}'>fool's</span> errand]
5554 [<span typeof="mw:Placeholder" data-parsoid='{"src":"url={{echo|foo}}"}'>url=foo</span>]
5555 [url=<a rel="mw:ExtLink" href="http://example.com">http://example.com</a>]
5556 [http:// bare protocols don't count]</p>
5560 Percent encoding in external links
5562 [https://github.com/search?l=&q=ResourceLoader+%40wikimedia Search]
5564 <p><a rel="nofollow" class="external text" href="https://github.com/search?l=&q=ResourceLoader+%40wikimedia">Search</a>
5567 <p><a rel="mw:ExtLink"
5568 href="https://github.com/search?l=&q=ResourceLoader+%40wikimedia">Search</a></p>
5572 Use url link syntax for links where the content is equal the link target
5576 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
5579 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a></p>
5583 Parenthesis in external links, especially URL links
5587 http://example.com/test)
5589 http://example.com/(test)
5591 http://example.com/((test)
5593 (http://example.com/(test))
5595 (http://example.com/(test)))))
5597 http://example.com/a)b
5599 [http://example.com) foo]
5601 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>)
5602 </p><p><a rel="nofollow" class="external free" href="http://example.com/test">http://example.com/test</a>)
5603 </p><p><a rel="nofollow" class="external free" href="http://example.com/(test)">http://example.com/(test)</a>
5604 </p><p><a rel="nofollow" class="external free" href="http://example.com/((test)">http://example.com/((test)</a>
5605 </p><p>(<a rel="nofollow" class="external free" href="http://example.com/(test))">http://example.com/(test))</a>
5606 </p><p>(<a rel="nofollow" class="external free" href="http://example.com/(test)))))">http://example.com/(test)))))</a>
5607 </p><p><a rel="nofollow" class="external free" href="http://example.com/a)b">http://example.com/a)b</a>
5608 </p><p><a rel="nofollow" class="external text" href="http://example.com)">foo</a>
5611 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a>)</p>
5612 <p><a rel="mw:ExtLink" href="http://example.com/test">http://example.com/test</a>)</p>
5613 <p><a rel="mw:ExtLink" href="http://example.com/(test)">http://example.com/(test)</a></p>
5614 <p><a rel="mw:ExtLink" href="http://example.com/((test)">http://example.com/((test)</a></p>
5615 <p>(<a rel="mw:ExtLink" href="http://example.com/(test))">http://example.com/(test))</a></p>
5616 <p>(<a rel="mw:ExtLink" href="http://example.com/(test)))))">http://example.com/(test)))))</a></p>
5617 <p><a rel="mw:ExtLink" href="http://example.com/a)b">http://example.com/a)b</a></p>
5618 <p><a rel="mw:ExtLink" href="http://example.com)">foo</a></p>
5622 Parenthesis in external links, w/ transclusion or comment
5624 (http://example.com/{{echo|hi}})
5626 (http://example.com<!-- hi -->)
5628 <p>(<a rel="nofollow" class="external free" href="http://example.com/hi">http://example.com/hi</a>)
5629 </p><p>(<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>)
5632 <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=\"{&quot;pi&quot;:[[{&quot;k&quot;:&quot;1&quot;}]],&quot;dsr&quot;:[20,31,null,null]}\" data-mw=\"{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;echo&quot;,&quot;href&quot;:&quot;./Template:Echo&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;hi&quot;}},&quot;i&quot;:0}}]}\">hi</span>"}]]}'>http://example.com/hi</a>)</p>
5634 <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>
5638 Serialize <a> tags with invalid link targets as plain text
5640 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
5642 <a rel="mw:WikiLink" href="[[foo]]">text</a>
5643 <a rel="mw:WikiLink" href="[[foo]]">*text</a>
5644 <a rel="mw:WikiLink" href="[[foo]]">[[foo]]</a>
5645 <a rel="mw:WikiLink" href="[[foo]]">*a [[foo]]</a>
5648 <nowiki>*</nowiki>text
5649 <nowiki>[[foo]]</nowiki>
5650 <nowiki>*a [[foo]]</nowiki>
5654 mw:ExtLink -vs- mw:WikiLink (T94723)
5658 <a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{"stx":"piped","a":{"href":"./Foo"},"sa":{"href":"Foo"},"dsr":[0,11,6,2]}'>Bar</a>
5659 <a rel="mw:WikiLink" href="./Foo" title="Foo">Bar</a>
5660 <a rel="mw:WikiLink" href="http://en.wikipedia.org/wiki/Foo" title="Foo">Bar</a>
5661 <a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/Foo" title="Foo">Bar</a>
5663 <a rel="mw:ExtLink" href="http://en.wikipedia.org/wiki/European_Robin">European Robin</a>
5664 <a rel="mw:WikiLink" href="http://en.wikipedia.org/wiki/European_Robin">European Robin</a>
5669 [[wikipedia:Foo|Bar]]
5670 [[wikipedia:Foo|Bar]]
5672 [[wikipedia:European_Robin|European Robin]]
5673 [[wikipedia:European_Robin|European Robin]]
5677 mw:ExtLink linking to a interwiki URL can be round-tripped losslessly (T94723)
5681 [http://en.wikipedia.org/wiki/European_Robin European Robin]
5683 THIS SECTION IS NOT USED (but Parsoid won't run the test without it)
5694 Normal text. '''Bold text.''' Normal text. ''Italic text.''
5696 Normal text. '''''Bold italic text.''''' Normal text.
5698 <p>Normal text. <b>Bold text.</b> Normal text. <i>Italic text.</i>
5699 </p><p>Normal text. <i><b>Bold italic text.</b></i> Normal text.
5704 # Parsoid inserts an empty bold tag pair at the end of the line, that the PHP
5705 # parser strips. The wikitext contains just the first half of the bold
5708 Unclosed and unmatched quotes
5710 '''''Bold italic text '''with bold deactivated''' in between.'''''
5712 '''''Bold italic text ''with italic deactivated'' in between.'''''
5716 ..spanning two paragraphs (should not work).'''
5718 '''Bold tag left open
5720 ''Italic tag left open
5724 <!-- Unmatching number of opening, closing tags: -->
5725 '''This year''''s election ''should'' beat '''last year''''s.
5727 ''Tom'''s car is bigger than ''Susan'''s.
5729 Plain ''italic'''s plain
5731 <p><i><b>Bold italic text </b>with bold deactivated<b> in between.</b></i>
5732 </p><p><b><i>Bold italic text </i>with italic deactivated<i> in between.</i></b>
5733 </p><p><b>Bold text..</b>
5734 </p><p>..spanning two paragraphs (should not work).
5735 </p><p><b>Bold tag left open</b>
5736 </p><p><i>Italic tag left open</i>
5738 </p><p><b>This year'</b>s election <i>should</i> beat <b>last year'</b>s.
5739 </p><p><i>Tom<b>s car is bigger than </b></i><b>Susan</b>s.
5740 </p><p>Plain <i>italic'</i>s plain
5743 <p><i><b>Bold italic text </b>with bold deactivated<b> in between.</b></i>
5744 </p><p><b><i>Bold italic text </i>with italic deactivated<i> in between.</i></b>
5745 </p><p><b>Bold text..</b>
5746 </p><p>..spanning two paragraphs (should not work).<b></b>
5747 </p><p><b>Bold tag left open</b>
5748 </p><p><i>Italic tag left open</i>
5751 <!-- Unmatching number of opening, closing tags: -->
5752 <p><b>This year'</b>s election <i>should</i> beat <b>last year'</b>s.
5753 </p><p><i>Tom<b>s car is bigger than </b></i><b>Susan</b>s.
5754 </p><p>Plain <i>italic'</i>s plain
5761 ### some content taken from http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide:_Using_tables
5764 # This should not produce <table></table> as <table><tr><td></td></tr></table>
5765 # is the bare minimum required by the spec, see:
5766 # http://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_module_Basic_Tables
5767 # Parsoid team replies: empty table tags are legal in HTML5
5769 A table with no data.
5782 A table with stray table end tags on start tag line (wt2html)
5786 {|style="color: red;"|}
5788 {|style="color: red;" |}
5792 {|style="color: red;"|} id="foo"
5796 {|style="color: red;" |} id="foo"
5800 <table style="color: red;"></table>
5802 <table style="color: red;">
5808 <table style="color: red;" id="foo">
5814 <table style="color: red;" id="foo">
5823 A table with no data (take 2)
5831 # A table with nothing but a caption is invalid XHTML, we might want to render
5832 # this as <p>caption</p>
5833 # Parsoid team replies: table with only a caption is legal in HTML5
5835 A table with nothing but a caption
5843 </caption><tr><td></td></tr></table>
5846 <table><caption> caption</caption></table>
5850 A table with caption with default-spaced attributes and a table row
5853 |+ style="color: red;" | caption1
5859 <caption style="color: red;"> caption1
5868 A table with captions with non-default spaced attributes and a table row
5871 |+style="color: red;"|caption2
5872 |+ style="color: red;"| caption3
5878 <caption style="color: red;">caption2
5880 <caption style="color: red;"> caption3
5889 Table td-cell syntax variations
5893 | foo bar foo || baz
5894 | style='color:red;' | baz
5895 | style='color:red;' || baz
5902 <td> foo bar foo </td>
5905 <td style="color:red;"> baz
5907 <td> style='color:red;' </td>
5935 Simple table but with multiple dashes for row wikitext
5954 Multiplication table
5956 {| border="1" cellpadding="2"
5957 |+Multiplication table
5959 ! × !! 1 !! 2 !! 3
5977 <table border="1" cellpadding="2">
5978 <caption>Multiplication table
6025 Accept "||" in table headings
6040 Accept "!!" in table data
6054 <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>
6059 Accept "||" in indented table headings
6069 </th></tr></table></dd></dl>
6074 Accept "!!" in templates
6088 <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>
6092 Accept "!!" in table headings after newline
6109 <p>b!!c</p></th></tr>
6114 Accept "!!" in table data of mixed wikitext / html syntax
6118 <tr><td>b!!c</td></tr>
6131 <tbody><tr><th>a</th></tr>
6132 <tr data-parsoid='{"stx":"html"}'><td data-parsoid='{"stx":"html"}'>b!!c</td></tr>
6137 Accept empty attributes in td/th cells (td/th cells starting with leading ||)
6154 Accept "| !" at start of line in tables (ignore !-attribute)
6158 | !style="color:red" | bar
6170 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 +/-
6174 |style='color:red;'|+1
6175 |style='color:blue;'|-1
6187 <td style="color:red;">+1
6189 <td style="color:blue;">-1
6213 |rowspan=2| Cell 2, row 1 (and 2)
6224 <td rowspan="2"> Cell 2, row 1 (and 2)
6242 {| bgcolor=#ABCDEF border=2
6247 |the original table again
6255 <table bgcolor="#ABCDEF" border="2">
6263 <td>the original table again
6269 Invalid attributes in table cell (bug 1830)
6283 Table cell attributes: Pipes protected by nowikis should be treated as a plain character
6287 | title="foo<nowiki>|</nowiki>" |bar
6288 | title="foo<nowiki>|</nowiki>" bar
6295 <td title="foo|">bar
6297 <td> title="foo|" bar
6302 <tbody><tr><td title="foo">bar</td>
6303 <td title="foo|" data-parsoid='{"a":{"title":"foo|"},"sa":{"title":"foo<nowiki>|</nowiki>"},"autoInsertedEnd":true}'>bar</td>
6304 <td> title="foo<span typeof="mw:Nowiki">|</span>" bar</td></tr>
6308 # See: http://lists.wikimedia.org/mailman/htdig/wikitech-l/2006-April/022293.html
6309 # N.B. The "|}" to close the table is missing from the input, so parsoid's
6310 # *2wt modes will fail.
6312 Table security: embedded pipes
6314 parsoid=wt2html,html2html
6317 | |[ftp://|x||]" onmouseover="alert(document.cookie)">test
6321 <td>[<a rel="nofollow" class="external free" href="ftp://%7Cx">ftp://%7Cx</a></td>
6322 <td>]" onmouseover="alert(document.cookie)">test
6330 <td data-parsoid='{"startTagSrc":"| ","attrSepSrc":"|","autoInsertedEnd":true}'><a rel="mw:ExtLink" href="ftp://|x||"></a>" onmouseover="alert(document.cookie)">test</td></tr></tbody></table>
6334 ! and || in element attributes should not be parsed as <th>/<td>
6337 | <div style="color: red !important;" data-contrived="put this here ||">hi</div>
6342 <td> <div style="color: red !important;" data-contrived="put this here ||">hi</div>
6347 <tbody><tr><td> <div style="color: red !important;" data-contrived="put this here ||" data-parsoid='{"stx":"html"}'>hi</div></td></tr>
6351 # FIXME: The output seems broken. Filed as T110268.
6353 ! and || in td attributes should not be parsed as <th>/<td>
6358 | style="color: red !important;" data-contrived="put this here ||" | foo
6363 <td> style="color: red !important;" data-contrived="put this here </td>
6369 <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>
6374 Break on | in element attribute in template
6376 parsoid=wt2html,html2html
6378 {{echo|1=<div class="hi|ho">ha</div>}}
6380 <p>ho">ha</div>
6383 <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>
6387 Indented table markup mixed with indented pre content (proposed in bug 6200)
6392 Text that should be rendered preformatted
6400 <pre>Text that should be rendered preformatted
6409 1. Template-generated table cell attributes and cell content
6414 || {{table_attribs_5}}
6415 | <!--foo--> <!--bar--> <!--baz--> {{table_attribs}}
6416 |align=center {{table_attribs}}
6417 | <!--foo--> align=center <!--bar--> {{table_attribs}}
6422 <td style="color:red;">Foo
6424 <td style="color:red;">Foo
6426 <td> style="color:red;"</td>
6429 <td style="color:red;">Foo
6431 <td align="center" style="color:red;">Foo
6433 <td align="center" style="color:red;">Foo
6439 2. Template-generated table cell attributes and cell content
6442 |{{table_attribs_2}}
6447 <td style="color:red;">Foo
6455 <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>
6456 <td about="#mwt1">Bar</td><td about="#mwt1">Baz</td></tr>
6461 3. Template-generated table cell attributes and cell content
6464 !align=center {{table_header_cells}}
6466 |align=center {{table_cells}}
6471 <th align="center" style="color:red;">Foo</th>
6472 <th style="color:red;"><i>Bar</i></th>
6473 <th style="color:brown;"><i>Foo</i> and Baz
6476 <td align="center" style="color:red;">Foo</td>
6477 <td style="color:red;"><i>Bar</i></td>
6478 <td style="color:brown;"><i>Foo</i> and Baz
6483 <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>
6484 <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>
6489 4. Template-generated table cell attributes and cell content inside a templated table
6492 !align=center {{table_header_cells}}
6494 |align=center {{table_cells}}
6499 <th align="center" style="color:red;">Foo</th>
6500 <th style="color:red;"><i>Bar</i></th>
6501 <th style="color:brown;"><i>Foo</i> and Baz
6504 <td align="center" style="color:red;">Foo</td>
6505 <td style="color:red;"><i>Bar</i></td>
6506 <td style="color:brown;"><i>Foo</i> and Baz
6510 <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}}]}'>
6511 <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>
6513 <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>
6517 ## Edge case fix to prevent future regressions
6519 T107652: <ref>s in templates that also generate table cell attributes should be rendered properly
6522 |{{table_attribs_7}}
6527 <tbody><tr><td style="background:#f9f9f9;" typeof="mw:Transclusion" about="#mwt1" data-mw='{"parts":["|",{"template":{"target":{"wt":"table_attribs_7","href":"./Template:Table_attribs_7"},"params":{},"i":0}}]}'>Foo<span class="mw-ref" id="cite_ref-1" rel="dc:references" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1" style="counter-reset: mw-Ref 1;"><span class="mw-reflink-text">[1]</span></a></span></td></tr>
6529 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text" data-parsoid="{}">foo</span></li></ol>
6533 Table with row followed by newlines and table heading
6551 Table with empty line following the start tag
6569 Table attributes with empty value
6585 </td></tr></tbody></table>
6590 Wikitext table with a lot of comments
6613 Wikitext table comments represented in parsoid dom
6615 {|<!--c1--><!--c2-->
6626 <table><!--c1--><!--c2-->
6627 <tbody><tr data-parsoid='{"startTagSrc":"|-","autoInsertedEnd":true}'><!--c3-->
6628 <td data-parsoid='{"autoInsertedEnd":true}'> x</td></tr>
6633 Wikitext table with double-line table cell
6650 Table cell with a single comment
6667 Table-cell after a comment-only-empty-line
6684 <tbody><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'>a</td>
6686 <!--c2--><td data-parsoid='{"autoInsertedEnd":true}'> b</td></tr>
6692 Build table with {{!}}
6694 {{{!}} class="wikitable"
6697 {{!}}- style="color:red;"
6698 {{!}} data {{!}}{{!}} style="color:red;" {{!}} second data
6701 <table class="wikitable">
6707 <tr style="color:red;">
6709 <td style="color:red;"> second data
6715 Build table with pipe as data
6717 {| class="wikitable"
6720 |- style="color:red;"
6721 | data || style="color:red;" | second data
6723 | style="color:red;" | data with | || style="color:red;" | second data with |
6725 || data with | ||| second data with |
6728 <table class="wikitable">
6734 <tr style="color:red;">
6736 <td style="color:red;"> second data
6739 <td style="color:red;"> data with | </td>
6740 <td style="color:red;"> second data with |
6743 <td> data with | </td>
6744 <td> second data with |
6750 Build table with wikilink
6752 {| class="wikitable"
6753 ! header || second header
6754 |- style="color:red;"
6755 | data [[Main Page|linktext]] || second data [[Main Page|linktext]]
6757 | data || second data [[Main Page|link|text with pipe]]
6760 <table class="wikitable">
6765 <tr style="color:red;">
6766 <td> data <a href="/wiki/Main_Page" title="Main Page">linktext</a> </td>
6767 <td> second data <a href="/wiki/Main_Page" title="Main Page">linktext</a>
6771 <td> second data <a href="/wiki/Main_Page" title="Main Page">link|text with pipe</a>
6776 # The expected HTML structure in this test is debatable. The PHP parser does
6777 # not parse this kind of table at all. The main focus for Parsoid is on
6778 # round-tripping, so this output is ok for now. TODO: revisit!
6780 Wikitext table with html-syntax row
6790 <td>foo</td></tr></tbody></table>
6793 ## Note that Parsoid output differs from PHP and PHP+tidy here.
6794 ## The lack of <tr> tags in the PHP output is arguably a bug in the
6795 ## PHP parser, which tidy then compounds by fostering the content
6796 ## entirely out of the table. Parsoid recognizes the table context
6797 ## and generates <tr> and <td> wrappers as needed. Hopefully nobody
6798 ## depends on PHP's treatment of broken table markup!
6800 Implicit <td> after a |-
6802 parsoid=wt2html,html2html
6822 # Again, Parsoid adds implicit <td>s here, PHP and Tidy strip the b out.
6824 <pre> tags should be recognized in an explicit <td> context, but not in an implicit <td> context
6826 parsoid=wt2html,html2html
6859 <tr><td><pre>a</pre></td></tr>
6860 <tr><td> b</td></tr>
6865 # PHP + Tidy strips the list out of the table; Parsoid wraps it.
6866 # Parsoid generates the missing <td>, so wt2wt won't succeed.
6868 Lists should be recognized in an implicit <td> context
6870 parsoid=wt2html,html2html
6897 Table cells not properly parsed in an implicit-td context
6901 {{table_attribs_4}} || a || b
6906 <td style="background-color:#DC241f;" width="10px"></td>
6913 <tbody><tr data-parsoid='{"startTagSrc":"|-","autoInsertedEnd":true}'>
6914 <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>
6919 Parsoid: Round-trip tables directly followed by content (bug 51219)
6921 parsoid=wt2html,wt2wt
6946 Parsoid: Default to a newline after tables in new content (bug 51219)
6951 <tr><td>foo</td></tr></tbody></table> bar
6953 <tr><td>baz</td></tr></tbody></table><b>quux</b>
6958 <nowiki> </nowiki>bar
6966 Parsoid: newline inducing block nodes don't suppress <nowiki>
6978 Parsoid: Row-syntax table headings followed by comment & table cells
6980 parsoid=wt2html,wt2wt
6984 <!-- foo --> || baz || quux
6998 <tbody><tr><th> foo </th><th> bar
6999 <!-- foo --> </th><td> baz </td><td> quux</td></tr>
7004 Parsoid: Recover better from broken table attributes
7024 <p>foo</p></td></tr>
7029 Tables: Digest broken attributes on table and tr tag
7046 Strip unsupported table tags
7094 Testing serialization after deletion of table cells
7097 "modes": ["wt2wt", "selser"],
7105 | id="x" |c1 {{!}}{{!}}{{!}}c2 |||c3
7118 Plain link, capitalized
7122 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
7127 Plain link, uncapitalized
7131 <p><a href="/wiki/Main_Page" title="Main Page">main Page</a>
7138 [[Main Page|The Main Page]]
7140 <p><a href="/wiki/Main_Page" title="Main Page">The Main Page</a>
7145 Piped link with comment in link text
7147 [[Main Page|The Main<!--front--> Page]]
7149 <p><a href="/wiki/Main_Page" title="Main Page">The Main Page</a>
7154 Piped link with multiple pipe characters in link text
7156 [[Main Page||The|Main|Page|]]
7158 <p><a href="/wiki/Main_Page" title="Main Page">|The|Main|Page|</a>
7161 <p><a rel="mw:WikiLink" href="Main_Page" title="Main Page">|The|Main|Page|</a></p>
7165 Piped link with no link text
7167 [[Thomas Bek (bishop of St David's)|]]
7169 <p>[[Thomas Bek (bishop of St David's)|]]
7172 <p>[[Thomas Bek (bishop of St David's)|]]</p>
7180 <p><a href="/index.php?title=Zigzagzogzagzig&action=edit&redlink=1" class="new" title="Zigzagzogzagzig (page does not exist)">Zigzagzogzagzig</a>
7185 Broken link with fragment
7187 [[Zigzagzogzagzig#zug]]
7189 <p><a href="/index.php?title=Zigzagzogzagzig&action=edit&redlink=1" class="new" title="Zigzagzogzagzig (page does not exist)">Zigzagzogzagzig#zug</a>
7194 Special page link with fragment
7196 [[Special:Version#anchor]]
7198 <p><a href="/wiki/Special:Version#anchor" title="Special:Version">Special:Version#anchor</a>
7203 Nonexistent special page link with fragment
7205 [[Special:ThisNameWillHopefullyNeverBeUsed#anchor]]
7207 <p><a href="/wiki/Special:ThisNameWillHopefullyNeverBeUsed" class="new" title="Special:ThisNameWillHopefullyNeverBeUsed (page does not exist)">Special:ThisNameWillHopefullyNeverBeUsed#anchor</a>
7214 xxx[[main Page]], xxx[[Main Page]], Xxx[[main Page]] XXX[[main Page]], XXX[[Main Page]]
7216 <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>
7223 [[Main Page]]xxx, [[Main Page]]XXX, [[Main Page]]!!!
7225 <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>!!!
7236 Bug 43661: Piped links with identical prefixes
7238 [[prefixed article|prefixed articles with spaces]]
7240 [[prefixed article|prefixed articlesaoeu]]
7242 [[Main Page|Main Page test]]
7244 <p><a href="/wiki/Prefixed_article" title="Prefixed article">prefixed articles with spaces</a>
7245 </p><p><a href="/wiki/Prefixed_article" title="Prefixed article">prefixed articlesaoeu</a>
7246 </p><p><a href="/wiki/Main_Page" title="Main Page">Main Page test</a>
7252 Link with HTML entity in suffix / tail
7254 [[Main Page]]", [[Main Page]]a
7256 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>", <a href="/wiki/Main_Page" title="Main Page">Main Page</a>a
7259 <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>
7263 Link with 3 brackets
7274 Link with 4 brackets
7278 <p>[[<a href="/wiki/Main_Page" title="Main Page">Main Page</a>]]
7283 Piped link with 3 brackets
7285 [[[main page|the main page]]]
7287 <p>[[[main page|the main page]]]
7292 Piped link with extlink-like text
7295 [[Main Page|This is a [bar]]]
7297 <p><a href="/wiki/Main_Page" title="Main Page">[bar]</a>
7298 <a href="/wiki/Main_Page" title="Main Page">This is a [bar]</a>
7301 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page" data-parsoid='{"stx":"piped"}'>[bar]</a>
7302 <a rel="mw:WikiLink" href="./Main_Page" title="Main Page" data-parsoid='{"stx":"piped"}'>This is a [bar]</a></p>
7306 Link with multiple pipes
7308 [[Main Page|The|Main|Page]]
7310 <p><a href="/wiki/Main_Page" title="Main Page">The|Main|Page</a>
7314 # Note that parsoid does not munge anchor text; all non-space
7315 # characters are valid in HTML5 ids.
7317 Anchor containing a #. (bug 63430)
7319 [[Main Page#And#Link]]
7321 <p><a href="/wiki/Main_Page#And.23Link" title="Main Page">Main Page#And#Link</a>
7324 <p><a rel="mw:WikiLink" href="./Main_Page#And%23Link" title="Main Page">Main Page#And#Link</a></p>
7330 [[Talk:Parser testing]], [[Meta:Disclaimers]]
7332 <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>
7337 Link with space in namespace
7339 [[User talk:Foo bar]]
7341 <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>
7346 MemoryAlpha:AlphaTest
7348 This is an article in the MemoryAlpha namespace
7349 (which shadows the memoryalpha interwiki link).
7353 Namespace takes precedence over interwiki link (bug 51680)
7355 [[MemoryAlpha:AlphaTest]]
7357 <p><a href="/wiki/MemoryAlpha:AlphaTest" title="MemoryAlpha:AlphaTest">MemoryAlpha:AlphaTest</a>
7361 # The previous test doesn't work correctly in html2*, due to not recognizing the
7362 # link as an internal one. This one checks for the correct behavior.
7364 Link to namespace preferred over interwiki with correct rel attribute
7366 parsoid=html2wt,html2html
7368 <p><a rel="mw:WikiLink" href="./MemoryAlpha:AlphaTest" title="MemoryAlpha:AlphaTest">MemoryAlpha:AlphaTest</a></p>
7370 [[MemoryAlpha:AlphaTest]]
7374 Piped link to namespace
7376 [[Meta:Disclaimers|The disclaimers]]
7378 <p><a href="/index.php?title=Meta:Disclaimers&action=edit&redlink=1" class="new" title="Meta:Disclaimers (page does not exist)">The disclaimers</a>
7385 [[Usually caused by a typo (oops}]]
7387 <p>[[Usually caused by a typo (oops}]]
7394 Just a test of an article title containing a percent.
7398 Link containing % (not as a hex sequence)
7402 <p><a href="/wiki/7%25_Solution" title="7% Solution">7% Solution</a>
7405 <p><a rel="mw:WikiLink" href="./7%25_Solution" title="7% Solution">7% Solution</a></p>
7408 # note that the parsoid HTML is identical to the previous test output,
7409 # so the previous test ensures that the html2wt mode will generate the
7410 # "not as a hex sequence" wikitext.
7412 Link containing % as a single hex sequence interpreted to char
7414 parsoid=wt2wt,wt2html,html2html
7418 <p><a href="/wiki/7%25_Solution" title="7% Solution">7% Solution</a>
7421 <p><a rel="mw:WikiLink" href="./7%25_Solution" title="7% Solution">7% Solution</a></p>
7425 Link containing % as a double hex sequence interpreted to hex sequence
7429 <p>[[7%2525 Solution]]
7433 # note that parsoid does not munge anchor text; all non-space
7434 # characters are valid in HTML5 anchors.
7436 Link containing "#<" and "#>" % as a hex sequences- these are valid section anchors
7437 Example for such a section: == < ==
7439 [[%23%3c]][[%23%3e]]
7441 <p><a href="#.3C">#<</a><a href="#.3E">#></a>
7444 <p><a rel="mw:WikiLink" href="./Main%20Page#%3C" title="Main Page">#<</a><a rel="mw:WikiLink" href="./Main%20Page#%3E" title="Main Page">#></a></p>
7448 Link containing "<#" and ">#" as a hex sequences
7450 [[%3c%23]][[%3e%23]]
7452 <p>[[%3c%23]][[%3e%23]]
7457 Link containing an equals sign
7459 [[Special:BookSources/isbn=4-00-026157-6]]
7461 <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>
7464 <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>
7470 Just a test of an article title containing a tilde.
7473 # note that links containing signatures, like [[Foo~~~~]], are
7474 # massaged by the pre-save transform (PST) and so the tildes are never
7475 # seen by the parser.
7477 Link containing a tilde
7481 <p><a href="/wiki/Foo~bar" title="Foo~bar">Foo~bar</a>
7484 <p><a rel="mw:WikiLink" href="./Foo~bar" title="Foo~bar">Foo~bar</a></p>
7488 Link containing double-single-quotes '' (bug 4598)
7490 [[Lista d''e paise d''o munno]]
7492 <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>
7495 <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>
7499 Link containing double-single-quotes '' in text (bug 4598 sanity check)
7501 Some [[Link|pretty ''italics'' and stuff]]!
7503 <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>!
7506 <p>Some <a rel="mw:WikiLink" href="Link" title="Link">pretty <i>italics</i> and stuff</a>!</p>
7510 Link containing double-single-quotes '' in text embedded in italics (bug 4598 sanity check)
7512 ''Some [[Link|pretty ''italics'' and stuff]]!''
7514 <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>
7519 Link with double quotes in title part (literal) and alternate part (interpreted)
7521 [[File:Denys_Savchenko_''Pentecoste''.jpg]]
7525 [[''Pentecoste''|Pentecoste]]
7527 [[''Pentecoste''|''Pentecoste'']]
7529 <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>
7530 </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>
7531 </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>
7532 </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>
7535 <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>
7536 <p><a rel="mw:WikiLink" href="''Pentecoste''" title="''Pentecoste''">''Pentecoste''</a></p>
7537 <p><a rel="mw:WikiLink" href="''Pentecoste''" title="''Pentecoste''">Pentecoste</a></p>
7538 <p><a rel="mw:WikiLink" href="''Pentecoste''" title="''Pentecoste''"><i>Pentecoste</i></a></p>
7542 Broken image links with HTML captions (bug 39700)
7544 [[File:Nonexistent|<script></script>]]
7545 [[File:Nonexistent|100x100px|<script></script>]]
7546 [[File:Nonexistent|<]]
7547 [[File:Nonexistent|a<i>b</i>c]]
7549 <p><a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent"><script></script></a>
7550 <a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent"><script></script></a>
7551 <a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent"><</a>
7552 <a href="/index.php?title=Special:Upload&wpDestFile=Nonexistent" class="new" title="File:Nonexistent">abc</a>
7555 <p><span class="mw-default-size" typeof="mw:Error mw:Image" data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}],"caption":"&lt;script&gt;&lt;/script&gt;"}'><a href="./File:Nonexistent"><img resource="./File:Nonexistent" src="./Special:FilePath/Nonexistent" height="220" width="220"/></a></span>
7556 <span typeof="mw:Error mw:Image" data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}],"caption":"&lt;script&gt;&lt;/script&gt;"}'><a href="./File:Nonexistent"><img resource="./File:Nonexistent" src="./Special:FilePath/Nonexistent" height="100" width="100"/></a></span>
7557 <span class="mw-default-size" typeof="mw:Error mw:Image" data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}],"caption":"<span typeof=\"mw:Entity\" data-parsoid=\"{&quot;src&quot;:&quot;&amp;lt;&quot;,&quot;srcContent&quot;:&quot;<&quot;,&quot;dsr&quot;:[107,111,null,null]}\">&lt;</span>"}'><a href="./File:Nonexistent"><img resource="./File:Nonexistent" src="./Special:FilePath/Nonexistent" height="220" width="220"/></a></span>
7558 <span class="mw-default-size" typeof="mw:Error mw:Image" data-mw='{"errors":[{"key":"missing-image","message":"This image does not exist."}],"caption":"a<i data-parsoid=\"{&quot;stx&quot;:&quot;html&quot;,&quot;dsr&quot;:[134,142,3,4]}\">b</i>c"}'><a href="./File:Nonexistent"><img resource="./File:Nonexistent" src="./Special:FilePath/Nonexistent" height="220" width="220"/></a></span></p>
7564 [[http://www.example.com]]
7566 <p>[<a rel="nofollow" class="external autonumber" href="http://www.example.com">[1]</a>]
7569 <p>[<a rel="mw:ExtLink" href="http://www.example.com"></a>]</p>
7573 Plain link to URL with link text
7575 [[http://www.example.com Link text]]
7577 <p>[<a rel="nofollow" class="external text" href="http://www.example.com">Link text</a>]
7582 Plain link to protocol-relative URL
7584 [[//www.example.com]]
7586 <p>[<a rel="nofollow" class="external autonumber" href="//www.example.com">[1]</a>]
7589 <p>[<a rel="mw:ExtLink" href="//www.example.com"></a>]</p>
7593 Plain link to protocol-relative URL with link text
7595 [[//www.example.com Link text]]
7597 <p>[<a rel="nofollow" class="external text" href="//www.example.com">Link text</a>]
7602 Plain link to page with question mark in title
7608 <p><a href="/wiki/A%3Fb" title="A?b">A?b</a>
7609 </p><p><a href="/wiki/A%3Fb" title="A?b">Baz</a>
7614 # I'm fairly sure the expected result here is wrong.
7615 # We want these to be URL links, not pseudo-pages with URLs for titles....
7616 # However the current output is also pretty screwy.
7619 # I'm changing it to match the current output--it arguably makes more
7620 # sense in the light of the test above. Old expected result was:
7621 #<p>Piped link to URL: <a href="/index.php?title=Http://www.example.com&action=edit" class="new">an example URL</a>
7623 # But I think this test is bordering on "garbage in, garbage out" anyway.
7628 Piped link to URL: [[http://www.example.com|an example URL]]
7630 <p>Piped link to URL: [<a rel="nofollow" class="external text" href="http://www.example.com%7Can">example URL</a>]
7633 <p>Piped link to URL: [<a rel="mw:ExtLink" href="http://www.example.com|an">example URL</a>]</p>
7637 BUG 2: [[page|http://url/]] should link to page, not http://url/
7639 [[Main Page|http://url/]]
7641 <p><a href="/wiki/Main_Page" title="Main Page">http://url/</a>
7644 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">http://url/</a></p>
7647 # Parsoid does not mark self-links, by design.
7649 BUG 337: Escaped self-links should be bold
7653 [[Bug462]] [[Bug462]]
7655 <p><strong class="selflink">Bug462</strong> <strong class="selflink">Bug462</strong>
7658 <p><strong class="selflink">Bug462</strong> <strong class="selflink">Bug462</strong></p>
7660 <p><a rel="mw:WikiLink" href="./Bug462" title="Bug462">Bug462</a> <a rel="mw:WikiLink" href="./Bug462" title="Bug462">Bug462</a></p>
7664 Self-link to section should not be bold
7668 [[Main Page#section]]
7670 <p><a href="/wiki/Main_Page#section" title="Main Page">Main Page#section</a>
7681 Self-link to numeric title
7687 <p><strong class="selflink">0</strong>
7692 Link to numeric-equivalent title
7698 <p><a href="/wiki/00" title="00">00</a>
7703 <nowiki> inside a link
7705 [[Main<nowiki> Page</nowiki>]] [[Main Page|the main page <nowiki>[it's not very good]</nowiki>]]
7707 <p>[[Main Page]] <a href="/wiki/Main_Page" title="Main Page">the main page [it's not very good]</a>
7712 Non-breaking spaces in title
7714 [[ Main Page ]]
7716 <p><a href="/wiki/Main_Page" title="Main Page">  Main   Page  </a>
7721 Internal link with ca linktrail, surrounded by bold apostrophes (bug 27473 primary issue)
7727 <p><b><a href="/wiki/Main_Page" title="Main Page">Main Page</a></b>
7732 Internal link with ca linktrail, surrounded by italic apostrophes (bug 27473 primary issue)
7738 <p><i><a href="/wiki/Main_Page" title="Main Page">Main Page</a></i>
7743 Internal link with en linktrail: no apostrophes (bug 27473)
7749 <p><a href="/index.php?title=Something&action=edit&redlink=1" class="new" title="Something (page does not exist)">Something</a>'nice
7754 Internal link with ca linktrail with apostrophes (bug 27473)
7760 <p><a href="/index.php?title=Something&action=edit&redlink=1" class="new" title="Something (encara no existeix)">Something'nice</a>
7765 Internal link with kaa linktrail with apostrophes (bug 27473)
7771 <p><a href="/index.php?title=Something&action=edit&redlink=1" class="new" title="Something (bet ele jaratılmag'an)">Something'nice</a>
7776 Link with multiple ":" in a subpage-supporting namespace (bug 63636)
7778 [[User:Foo/Test/63636:Bar|Test]]
7780 <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>
7783 <p><a rel="mw:WikiLink" href="./User:Foo/Test/63636:Bar" title="User:Foo/Test/63636:Bar">Test</a></p>
7787 Purely hash wikilink
7789 title=[[User:test/123]]
7793 <p><a href="#a">b</a>
7796 <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>
7800 1. Interaction of linktrail and template encapsulation
7806 <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>
7810 2. Interaction of linktrail and template encapsulation
7814 {{echo|Some [[Fool]]}}s
7816 <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>
7820 3. Interaction of linktrail and template encapsulation
7824 {{echo|Some [[Fool]]s are '''bold and foolish'''}}
7826 <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>
7836 Internal link with is link prefix
7840 Aðrir mótmælenda[[söfnuður|söfnuðir]] og
7842 <p>Aðrir <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuðir</a> og
7853 Internal link with is link trail and link prefix
7857 [[mótmælendatrú|xxx]]ar
7859 mótmælenda[[söfnuður]]
7860 mótmælenda[[söfnuður|söfnuðir]]
7861 mótmælenda[[söfnuður|söfnuðir]]xxx
7863 <p><a href="/wiki/M%C3%B3tm%C3%A6lendatr%C3%BA" title="Mótmælendatrú">xxxar</a>
7864 <a href="/wiki/M%C3%B3tm%C3%A6lendatr%C3%BA" title="Mótmælendatrú">mótmælendatrúar</a>
7865 <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuður</a>
7866 <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuðir</a>
7867 <a href="/wiki/S%C3%B6fnu%C3%B0ur" title="Söfnuður">mótmælendasöfnuðirxxx</a>
7872 Parsoid link trail escaping
7874 parsoid=html2wt,html2html
7876 <p><a rel="mw:WikiLink" href="Apple" title="Apple">apple</a>s</p>
7882 Parsoid link prefix escaping
7885 parsoid=html2wt,html2html
7887 <p>Aðrir mótmælenda<a rel="mw:WikiLink" href="Söfnuður" title="Söfnuður">söfnuður</a></p>
7889 Aðrir mótmælenda<nowiki/>[[söfnuður]]
7893 Parsoid-centric test: Whitespace in ext- and wiki-links should be preserved
7901 [http://wp.org ''foo'']
7903 <p><a href="/wiki/Foo" title="Foo"> bar</a>
7904 </p><p><a href="/wiki/Foo" title="Foo"> <i>bar</i></a>
7905 </p><p><a rel="nofollow" class="external text" href="http://wp.org">foo</a>
7906 </p><p><a rel="nofollow" class="external text" href="http://wp.org"><i>foo</i></a>
7911 Parsoid: Scoped parsing should handle mixed transclusions and plain text
7915 [[Foo|{{echo|a}} b {{echo|c}}]]
7917 <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>
7921 Link with angle bracket after anchor
7925 <p><a href="/wiki/Foo#.3Cbar.3E" title="Foo">Foo#<bar></a>
7928 <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>
7932 ### Interwiki links (see maintenance/interwiki.sql)
7936 Inline interwiki link
7938 parsoid=wt2html,wt2wt,html2html
7940 [[MeatBall:SoftSecurity]]
7942 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity" class="extiw" title="meatball:SoftSecurity">MeatBall:SoftSecurity</a>
7945 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity" title="meatball:SoftSecurity">MeatBall:SoftSecurity</a></p>
7949 Inline interwiki link with empty title (bug 2372)
7951 parsoid=wt2html,wt2wt,html2html
7955 <p><a href="http://www.usemod.com/cgi-bin/mb.pl" class="extiw" title="meatball:">MeatBall:</a>
7958 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?" title="meatball:">MeatBall:</a></p>
7962 Interwiki link encoding conversion (bug 1636)
7964 *[[Wikipedia:ro:Olteniţa]]
7965 *[[Wikipedia:ro:Olteniţa]]
7967 <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>
7968 <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>
7972 <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>
7973 <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>
7978 Interwiki link with fragment (bug 2130)
7980 [[MeatBall:SoftSecurity#foo]]
7982 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity#foo" class="extiw" title="meatball:SoftSecurity">MeatBall:SoftSecurity#foo</a>
7986 # Ideally the wikipedia: prefix here should be proto-relative too
7987 # [CSA]: this is kind of a bogus test, as the PHP parser test doesn't
7988 # define the 'en' prefix, and originally the test used 'wikipedia',
7989 # which isn't a localinterwiki prefix hence the links to the 'en:Foo'
7992 Different interwiki prefixes mapping to the same URL
8000 [[:wikipedia:Foo|Foo]]
8002 [[wikipedia:en:Foo]]
8004 [[:wikipedia:en:Foo]]
8008 <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>
8010 <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>
8012 <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>
8014 <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>
8016 <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>
8018 <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>
8020 <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>
8024 Interwiki links that cannot be represented in wiki syntax
8027 [[meatball:ok#foo|ok with fragment]]
8028 [[meatball:ok_as_well?|ok ending with ? mark]]
8029 [http://de.wikipedia.org/wiki/Foo?action=history has query]
8030 [http://de.wikipedia.org/wiki/#foo is just fragment]
8033 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?ok" class="extiw" title="meatball:ok">meatball:ok</a>
8034 <a href="http://www.usemod.com/cgi-bin/mb.pl?ok#foo" class="extiw" title="meatball:ok">ok with fragment</a>
8035 <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>
8036 <a rel="nofollow" class="external text" href="http://de.wikipedia.org/wiki/Foo?action=history">has query</a>
8037 <a rel="nofollow" class="external text" href="http://de.wikipedia.org/wiki/#foo">is just fragment</a>
8040 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?ok" title="meatball:ok">meatball:ok</a>
8041 <a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?ok#foo" title="meatball:ok">ok with fragment</a>
8042 <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>
8043 <a rel="mw:ExtLink" href="http://de.wikipedia.org/wiki/Foo?action=history">has query</a>
8044 <a rel="mw:ExtLink" href="http://de.wikipedia.org/wiki/#foo">is just fragment</a></p>
8048 Interwiki links: trail
8050 [[wikipedia:Foo|Ba]]r
8052 <p><a href="http://en.wikipedia.org/wiki/Foo" class="extiw" title="wikipedia:Foo">Bar</a>
8055 <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>
8059 Local interwiki link
8061 parsoid=wt2html,wt2wt,html2html
8063 [[local:Template:Foo]]
8065 <p><a href="/wiki/Template:Foo" title="Template:Foo">local:Template:Foo</a>
8068 <p><a rel="mw:WikiLink" href="./Template:Foo" title="Template:Foo">local:Template:Foo</a></p>
8071 # Parsoid does not mark self-links, by design.
8073 Local interwiki link: self-link to current page
8076 parsoid=wt2html,wt2wt,html2html
8080 <p><strong class="selflink">local:Main Page</strong>
8083 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">local:Main Page</a></p>
8087 Local interwiki link: prefix only (bug 64167)
8089 parsoid=wt2html,wt2wt,html2html
8093 <p><a href="/wiki/Main_Page" title="Main Page">local:</a>
8096 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">local:</a></p>
8100 Local interwiki link: with additional interwiki prefix (bug 61357)
8102 parsoid=wt2html,wt2wt,html2html
8104 [[local:meatball:Hello]]
8106 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?Hello" class="extiw" title="meatball:Hello">local:meatball:Hello</a>
8109 <p><a rel="mw:ExtLink" href="http://www.usemod.com/cgi-bin/mb.pl?Hello" title="meatball:Hello">local:meatball:Hello</a></p>
8113 Multiple local interwiki link prefixes
8115 [[local:local:local:local:mi:local:Foo]]
8117 parsoid=wt2html,wt2wt,html2html
8119 <p><a href="/wiki/Foo" title="Foo">local:local:local:local:mi:local:Foo</a>
8122 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">local:local:local:local:mi:local:Foo</a></p>
8126 ### Interlanguage links
8127 ### Language links (so that searching for '### language' matches..)
8133 parsoid=wt2html,wt2wt,html2html
8141 <p>Blah blah blah</p>
8142 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8146 Interlanguage link with spacing
8148 parsoid=wt2html,wt2wt,html2html
8156 <p>Blah blah blah</p>
8157 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8161 Double interlanguage link
8163 parsoid=wt2html,wt2wt,html2html
8172 <p>Blah blah blah</p>
8173 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Spanish"/>
8174 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8178 Interlanguage link variations
8180 parsoid=wt2html,wt2wt,html2html
8190 <p>Blah blah blah</p>
8191 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Spanish" />
8192 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese" />
8193 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Foo_bar" />
8197 Space and question mark encoding in interlanguage links (T95473)
8199 parsoid=wt2html,wt2wt,html2html
8207 <p>Blah blah blah</p>
8208 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Foo_bar%3F" />
8212 Interlanguage link, with prefix links
8222 <p>Blah blah blah</p>
8223 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8227 Double interlanguage link, with prefix links (bug 8897)
8238 <p>Blah blah blah</p>
8239 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Spanish"/>
8240 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese"/>
8244 "Extra" interlanguage links (bug 32189 / gerrit 111390)
8252 <p>Blah blah blah</p>
8253 <link rel="mw:PageProp/Language" title="Multilingual" href="http://wikisource.org/wiki/Article"/>
8257 Parsoid-specific test: Wikilinks with should RT properly
8263 <p><a href="/index.php?title=WW_II&action=edit&redlink=1" class="new" title="WW II (lonkásá ezalí tɛ̂)">WW II</a>
8268 Parsoid bug 53221: Wikilinks should be properly entity-escaped
8272 <p>He&nbsp;llo <a href="Foo" rel="mw:WikiLink">He&nbsp;llo</a></p>
8273 <p>He&nbsp;llo <a href="He&nbsp;llo" rel="mw:WikiLink">He&nbsp;llo</a></p>
8275 He&nbsp;llo [[Foo|He&nbsp;llo]]
8277 He&nbsp;llo [[He&nbsp;llo]]
8281 Parsoid: handle constructor well
8287 <p><a href="/index.php?title=Constructor&action=edit&redlink=1" class="new" title="Constructor (page does not exist)">constructor</a>
8288 </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>
8291 <p><a rel="mw:WikiLink" href="./Constructor" title="Constructor" data-parsoid="{"stx":"simple","a":{"href":"./Constructor"},"sa":{"href":"constructor"}}">constructor</a></p>
8293 <p><a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid="{"stx":"simple","a":{"href":"./Foo"},"sa":{"href":"constructor:foo"}}">constructor:foo</a></p>
8302 # Note that `ko` isn't a known interlanguage prefix
8304 Parsoid: recognize interlanguage links without a target page
8314 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/"/>
8316 <p><a rel="mw:WikiLink" href="./Ko:" title="Ko:">ko:</a></p>
8319 # Note that `ko` isn't a known interwiki prefix
8321 Parsoid: recognize interwiki links without a target page
8323 parsoid=wt2html,wt2wt,html2html
8329 <p><a href="http://es.wikipedia.org/wiki/" class="extiw" title="es:">es:</a>
8330 </p><p><a href="/wiki/Ko:" title="Ko:">ko:</a>
8333 <p><a rel="mw:ExtLink" href="http://es.wikipedia.org/wiki/" title="es:">es:</a></p>
8334 <p><a rel="mw:WikiLink" href="./Ko:" title="Ko:">ko:</a></p>
8338 Handle interwiki links pointing to the current wiki as plain wiki links (bug 45209)
8342 <p><a href="/wiki/Foo" title="Foo">mi:Foo</a>
8345 <p><a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{"stx":"simple","a":{"href":"./Foo"},"sa":{"href":"mi:Foo"}}'>mi:Foo</a></p>
8349 Interlanguage link with preceding local interwiki link (bug 68085)
8351 parsoid=wt2html,wt2wt,html2html
8354 [[local:es:Spanish]]
8357 <a href="http://es.wikipedia.org/wiki/Spanish" class="extiw" title="es:Spanish">local:es:Spanish</a>
8361 <a rel="mw:ExtLink" href="http://es.wikipedia.org/wiki/Spanish" title="es:Spanish">local:es:Spanish</a></p>
8365 Looks like an interlanguage link, but is actually a local interwiki
8367 parsoid=wt2html,wt2wt,html2html
8373 <a href="/wiki/Template:Foo" title="Template:Foo">mi:Template:Foo</a>
8377 <a rel="mw:WikiLink" href="./Template:Foo" title="Template:Foo">mi:Template:Foo</a></p>
8381 ### Redirects, Parsoid-only
8385 1. Simple redirect to page
8387 #REDIRECT [[Main Page]]
8389 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8393 2. Other redirect variants
8395 #REDIRECT [[Main_Page]]
8397 <link rel="mw:PageProp/redirect" href="./Main_Page" data-parsoid='{"src":"#REDIRECT ","a":{"href":"./Main_Page"},"sa":{"href":"Main_Page"}}'/>
8400 # Not a valid redirect in PHP (although perhaps it was, once upon a time)
8401 # This tests the Parsoid bail-out code.
8403 3. Other redirect variants
8405 #REDIRECT [[<nowiki>[[Bar]]</nowiki>]]
8407 <ol><li data-parsoid>REDIRECT [[[[Bar]]]]</li></ol>
8411 4. Redirect to a templated destination
8413 #REDIRECT [[{{echo|Foo}}bar]]
8415 <link typeof="mw:ExpandedAttrs" rel="mw:PageProp/redirect" href="./Foobar" data-mw='{"attribs":[[{"txt":"href"},{"html":"<span about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid=\"{&quot;pi&quot;:[[{&quot;k&quot;:&quot;1&quot;}]],&quot;dsr&quot;:[12,24,null,null]}\" data-mw=\"{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;echo&quot;,&quot;href&quot;:&quot;./Template:Echo&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;Foo&quot;}},&quot;i&quot;:0}}]}\">Foo</span>bar"}]]}'/>
8421 parsoid=wt2html,wt2wt
8426 <li>REDIRECT [[]]</li></ol>
8430 Optional colon in #REDIRECT
8432 # the colon is archaic syntax. we support it for wt2html, but we
8433 # don't care that it roundtrips back to the modern syntax.
8434 parsoid=wt2html,html2html
8436 #REDIRECT:[[Main Page]]
8438 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8442 Whitespace in #REDIRECT with optional colon
8444 # the colon and gratuitous whitespace is archaic syntax. we support
8445 # it for wt2html, but we don't care that it roundtrips back to the
8446 # modern syntax (without extra whitespace)
8447 parsoid=wt2html,html2html
8454 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8458 Piped link in #REDIRECT
8460 # content after piped link is ignored. we support this syntax,
8461 # but don't care that the piped link is lost when we roundtrip this.
8464 #REDIRECT [[Main Page|bar]]
8466 <link rel="mw:PageProp/redirect" href="./Main_Page"/>
8470 Redirect to category (T104502)
8472 parsoid=wt2html,wt2wt
8474 #REDIRECT [[Category:Foo]]
8476 <link rel="mw:PageProp/redirect" href="./Category:Foo"/>
8480 Redirect to category with URL encoding (T104502)
8484 #REDIRECT [[Category%3AFoo]]
8486 <link rel="mw:PageProp/redirect" href="./Category:Foo"/>
8490 Redirect to category page
8492 #REDIRECT [[:Category:Foo]]
8494 <link rel="mw:PageProp/redirect" href="./Category:Foo"/>
8498 Redirect to image page (1)
8500 #REDIRECT [[File:Wiki.png]]
8502 <link rel="mw:PageProp/redirect" href="./File:Wiki.png"/>
8506 Redirect to image page (2)
8508 #REDIRECT [[Image:Wiki.png]]
8510 <link rel="mw:PageProp/redirect" href="./File:Wiki.png" data-parsoid='{"src":"#REDIRECT ","a":{"href":"./File:Wiki.png"},"sa":{"href":"Image:Wiki.png"}}'/>
8513 # html2wt disabled because wts serializes as "#REDIRECT [[:en:File:Wiki.png]]"
8514 # Next test confirms this.
8516 Redirect to language (1) (T104918)
8518 parsoid=wt2html,wt2wt,html2html
8520 #REDIRECT [[en:File:Wiki.png]]
8522 <link rel="mw:PageProp/redirect" href="//en.wikipedia.org/wiki/File:Wiki.png"/>
8526 Redirect to language (2) (T104918)
8528 #REDIRECT [[:en:File:Wiki.png]]
8530 <link rel="mw:PageProp/redirect" href="//en.wikipedia.org/wiki/File:Wiki.png"/>
8534 Redirect to interwiki (T104918)
8536 #REDIRECT [[meatball:File:Wiki.png]]
8538 <link rel="mw:PageProp/redirect" href="http://www.usemod.com/cgi-bin/mb.pl?File:Wiki.png"/>
8542 Non-English #REDIRECT
8546 #TILVÍSUN [[Main Page]]
8548 <link rel="mw:PageProp/redirect" href="./Main_Page" data-parsoid='{"src":"#TILVÍSUN ","a":{"href":"./Main_Page"},"sa":{"href":"Main Page"}}'/>
8552 Redirect syntax under text isn't considered a redirect
8555 #redirect [[Main Page]]
8558 <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>
8561 # FIXME: Should hoist the redirect to the top of the page and ensure there
8568 <p>Foo<link rel="mw:PageProp/redirect" href="./Foo"/></p>
8588 Broken br tag sanitization
8596 # TODO: Fix html2html mode (bug 51055)!
8598 Parsoid: Broken br tag recognition
8611 Incorrecly removing closing slashes from correctly formed XHTML
8613 <br style="clear:both;" />
8615 <p><br style="clear:both;" />
8620 Failing to transform badly formed HTML into correct XHTML
8622 <br style="clear: left;">
8623 <br style="clear: right;">
8624 <br style="clear: both;">
8626 <p><br style="clear: left;" />
8627 <br style="clear: right;" />
8628 <br style="clear: both;" />
8632 ## FIXME: Is Parsoid's acceptance of self-closing html-tags
8633 ## a feature or a bug? See https://phabricator.wikimedia.org/T76962
8635 Handling html with a div self-closing tag
8644 <p><div title />
8648 <p><div title=bar />
8649 <div title=bar/>
8651 <div title="bar/"></div>
8655 <div title="" data-parsoid='{"stx":"html","selfClose":true}'></div>
8656 <div title="" data-parsoid='{"stx":"html","selfClose":true}'></div>
8657 <div title="" data-parsoid='{"stx":"html","selfClose":true,"brokenHTMLTag":true}'></div>
8658 <div title="bar" data-parsoid='{"stx":"html","selfClose":true}'></div>
8659 <div title="bar" data-parsoid='{"stx":"html","selfClose":true}'></div>
8660 <div title="bar/" data-parsoid='{"stx":"html","autoInsertedEnd":true}'></div>
8664 Handling html with a br self-closing tag
8691 Horizontal ruler (should it add that extra space?)
8706 Horizontal ruler -- 4+ dashes render hr
8715 Horizontal ruler -- eats additional dashes on the same line
8724 Horizontal ruler -- does not collapse dashes on consecutive lines
8735 Horizontal ruler -- <4 dashes render as plain text
8744 Horizontal ruler -- Supports content following dashes on same line
8756 ### Block-level elements
8765 <ul><li>Common list</li>
8767 <li>item 3</li></ul>
8778 <ol><li>Numbered list</li>
8780 <li> item 3</li></ol>
8794 ***#Number on level 4
8796 **#Number on level 3
8797 **#Number on level 3
8801 #** Level 3, but ordered
8804 <ol><li> with numbers</li></ol>
8805 <ul><li> and bullets</li></ul>
8806 <ol><li> and numbers</li></ol></li>
8808 <ul><li>bullet level 2
8809 <ul><li>bullet level 3
8810 <ol><li>Number on level 4</li></ol></li></ul></li>
8812 <ol><li>Number on level 3</li>
8813 <li>Number on level 3</li></ol></li></ul>
8814 <ol><li>number level 2</li></ol></li>
8816 <ul><li><ul><li> Level 3</li></ul></li></ul></li></ul>
8817 <ol><li><ul><li><ul><li> Level 3, but ordered</li></ul></li></ul></li></ol>
8822 1. Nested mixed wikitext and html list
8825 * <ul><li>ho</li></ul>
8830 <li> <ul><li>ho</li></ul></li>
8832 <ul><li> ho</li></ul></li></ul>
8836 <li> <ul data-parsoid='{"stx":"html"}'><li data-parsoid='{"stx":"html"}'>ho</li></ul></li>
8838 <ul><li> ho</li></ul></li></ul>
8842 2. Nested mixed wikitext and html list (incompatible)
8845 : {{echo|<li>ho</li>}}
8848 <dd> <li>ho</li></dd></dl>
8852 <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>
8862 <ul><li>bar</li></ul></li></ul>
8872 <ul><li><ul><li>foo</li></ul></li>
8878 Nested lists 3 (first element empty)
8884 <ul><li>bar</li></ul></li></ul>
8889 Nested lists 4 (first element empty)
8894 <ul><li><ul><li></li></ul></li>
8900 Nested lists 5 (both elements empty)
8905 <ul><li><ul><li></li></ul></li>
8911 Nested lists 6 (both elements empty)
8917 <ul><li></li></ul></li></ul>
8922 Nested lists 7 (skip initial nesting levels)
8926 <ul><li><ul><li><ul><li> foo</li></ul></li></ul></li></ul>
8931 Nested lists 8 (multiple nesting transitions)
8939 <ul><li><ul><li> bar</li></ul></li>
8940 <li> baz</li></ul></li>
8946 Nested lists 9 (extension interaction)
8952 <ul><li data-parsoid='{}'><ol class="mw-references" typeof="mw:Extension/references" about="#mwt2" data-parsoid='{}' data-mw='{"name":"references","attrs":{}}'></ol></li></ul>
8956 1. Lists with start-of-line-transparent tokens before bullets: Comments
8969 2. Lists with start-of-line-transparent tokens before bullets: Template close
8974 <ul><li>foo bar</li>
8980 List items are not parsed correctly following a <pre> block (bug 785)
8986 <ul><li> <pre>foo</pre></li>
8987 <li> <pre>bar</pre></li>
8991 <ul><li> <pre data-parsoid='{"stx":"html"}'>foo</pre></li>
8992 <li> <pre data-parsoid='{"stx":"html"}'>bar</pre></li>
8997 List items from template
9008 * notSOL{{inner list}}
9011 <ul><li> item 1</li>
9012 <li> item 2</li></ul>
9013 <ul><li> item 0</li>
9015 <li> item 2</li></ul>
9016 <ul><li> item 0</li>
9019 <li> item 2</li></ul>
9024 List interrupted by empty line or heading
9032 <ul><li> foo</li></ul>
9033 <ul><li><ul><li> bar</li></ul></li></ul>
9034 <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>
9035 <ul><li> Another list item</li></ul>
9040 Multiple list tags generated by templates
9061 Single-comment whitespace lines dont break lists, and neither do multi-comment whitespace lines
9064 <!--This line will NOT split the list-->
9066 <!--This line will NOT split the list either-->
9068 <!--foo--> <!----> <!--This line NOT split the list either-->
9079 Replacing whitespace with tabs still doesn't break the list (gerrit 78327)
9082 <!--This line will NOT split the list-->
9084 <!--This line will NOT split the list either-->
9086 <!--foo--> <!----> <!--This line NOT split the list
9099 (The PHP parser relies on Tidy for the hack)
9101 parsoid=wt2html,wt2wt
9105 * {{echo|<li>templated li-hack}}
9106 * <!--foo--> <li> unsupported li-hack with preceding comments
9109 <li><li>not a li-hack
9116 <li>templated li-hack</li>
9117 <li>unsupported li-hack with preceding comments</li>
9120 <li>not a li-hack</li>
9125 Parsoid: Make sure nested lists are serialized on their own line even if HTML contains no newlines
9152 Parsoid: Test of whitespace serialization with Templated bullets
9159 <li> </li><li about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"bullet","href":"./Template:Bullet"},"params":{},"i":0}}]}'> Bar</li>
9163 # ------------------------------------------------------------------------
9164 # The next set of tests are about Parsoid's ability to handle badly nested
9165 # tags (parse, minimize scope of fixup, and roundtrip back)
9166 # ------------------------------------------------------------------------
9169 Unbalanced closing block tags break a list
9170 (php parser relies on Tidy to fix up)
9188 # Parsoid fails this test, but it might be tricky to support properly.
9191 Unbalanced closing non-block tags don't break a list
9192 (php parser relies on Tidy to fix up)
9199 <li><span>a</span></li>
9200 <li><span>b</span></li>
9214 Unclosed formatting tags that straddle lists are closed and reopened
9215 (php parser relies on Tidy to fix up)
9217 parsoid=wt2html,wt2wt,html2html
9227 <ol><li> <s> a</s></li>
9228 <li><s> b </s></li></ol>
9233 1. List embedded in a formatting tag
9240 <li><small>foo</small></li>
9250 ## Ugly Parsoid output here
9251 ## Not sure what the right output is.
9253 2. List embedded in a formatting tag
9260 <li><small>a</small></li>
9261 <li><small>b</small></li>
9268 <li><small>b</small></li>
9272 # Ugly Parsoid and PHP parser output here
9273 # Not sure if we want to make this a test!
9276 ## 3. Unclosed formatting tags in list elements
9282 ## <li><small>a</small></li>
9283 ## <li><small><small>b</small></small></li>
9287 ## <li><small>a</small></li>
9289 ## <li><small>b</small></li>
9293 # This is a bug in the PHP parser + tidy combination.
9294 # (The </tr> tag gets parsed as text and html-escaped by PHP,
9295 # and then fostered out of the table by tidy.)
9296 # We believe the Parsoid output to be correct.
9298 Table with missing opening <tr> tag
9300 parsoid=wt2html,wt2wt
9318 # Note that the current date is hard-coded as
9319 # 1970-01-01T00:02:03Z (a Thursday)
9320 # when running parser tests. The timezone is also fixed to GMT, so
9321 # local date will be identical to current date.
9324 Magic Word: {{CURRENTDAY}}
9333 Magic Word: {{CURRENTDAY2}}
9342 Magic Word: {{CURRENTDAYNAME}}
9351 Magic Word: {{CURRENTDOW}}
9360 Magic Word: {{CURRENTMONTH}}
9369 Magic Word: {{CURRENTMONTH1}}
9378 Magic Word: {{CURRENTMONTHABBREV}}
9380 {{CURRENTMONTHABBREV}}
9387 Magic Word: {{CURRENTMONTHNAME}}
9389 {{CURRENTMONTHNAME}}
9396 Magic Word: {{CURRENTMONTHNAMEGEN}}
9398 {{CURRENTMONTHNAMEGEN}}
9405 Magic Word: {{CURRENTTIME}}
9414 Magic Word: {{CURRENTHOUR}}
9423 Magic Word: {{CURRENTWEEK}} (@bug 4594)
9432 Magic Word: {{CURRENTYEAR}}
9441 Magic Word: {{CURRENTTIMESTAMP}}
9443 {{CURRENTTIMESTAMP}}
9450 Magic Words LOCAL (UTC)
9454 * {{LOCALMONTHNAME}}
9455 * {{LOCALMONTHNAMEGEN}}
9456 * {{LOCALMONTHABBREV}}
9465 * {{LOCALTIMESTAMP}}
9480 <li> 19700101000203</li></ul>
9485 Magic Word: {{FULLPAGENAME}}
9487 title=[[User:Ævar Arnfjörð Bjarmason]]
9491 <p>User:Ævar Arnfjörð Bjarmason
9496 Magic Word: {{FULLPAGENAMEE}}
9498 title=[[User:Ævar Arnfjörð Bjarmason]]
9502 <p>User:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
9507 Magic Word: {{TALKSPACE}}
9509 title=[[User:Ævar Arnfjörð Bjarmason]]
9518 Magic Word: {{TALKSPACE}}, same namespace
9520 title=[[User talk:Ævar Arnfjörð Bjarmason]]
9529 Magic Word: {{TALKSPACE}}, main namespace
9531 title=[[Parser Test]]
9540 Magic Word: {{TALKSPACEE}}
9542 title=[[User:Ævar Arnfjörð Bjarmason]]
9551 Magic Word: {{SUBJECTSPACE}}
9553 title=[[User talk:Ævar Arnfjörð Bjarmason]]
9562 Magic Word: {{SUBJECTSPACE}}, same namespace
9564 title=[[User:Ævar Arnfjörð Bjarmason]]
9573 Magic Word: {{SUBJECTSPACE}}, main namespace
9575 title=[[Parser Test]]
9583 Magic Word: {{SUBJECTSPACEE}}
9585 title=[[User talk:Ævar Arnfjörð Bjarmason]]
9594 Magic Word: {{NAMESPACE}}
9596 title=[[User:Ævar Arnfjörð Bjarmason]]
9605 Magic Word: {{NAMESPACEE}}
9607 title=[[User:Ævar Arnfjörð Bjarmason]]
9616 Magic Word: {{NAMESPACENUMBER}}
9618 title=[[User:Ævar Arnfjörð Bjarmason]]
9627 Magic Word: {{SUBPAGENAME}}
9629 title=[[Ævar Arnfjörð Bjarmason/sub ö]] subpage
9638 Magic Word: {{SUBPAGENAMEE}}
9640 title=[[Ævar Arnfjörð Bjarmason/sub ö]] subpage
9649 Magic Word: {{ROOTPAGENAME}}
9651 title=[[Ævar Arnfjörð Bjarmason/sub/sub2]] subpage
9655 <p>Ævar Arnfjörð Bjarmason
9660 Magic Word: {{ROOTPAGENAMEE}}
9662 title=[[Ævar Arnfjörð Bjarmason/sub/sub2]] subpage
9666 <p>%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
9671 Magic Word: {{BASEPAGENAME}}
9673 title=[[Ævar Arnfjörð Bjarmason/sub]] subpage
9677 <p>Ævar Arnfjörð Bjarmason
9682 Magic Word: {{BASEPAGENAMEE}}
9684 title=[[Ævar Arnfjörð Bjarmason/sub]] subpage
9688 <p>%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
9693 Magic Word: {{TALKPAGENAME}}
9695 title=[[User:Ævar Arnfjörð Bjarmason]]
9699 <p>User talk:Ævar Arnfjörð Bjarmason
9704 Magic Word: {{TALKPAGENAMEE}}
9706 title=[[User:Ævar Arnfjörð Bjarmason]]
9710 <p>User_talk:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
9715 Magic Word: {{SUBJECTPAGENAME}}
9717 title=[[User talk:Ævar Arnfjörð Bjarmason]]
9721 <p>User:Ævar Arnfjörð Bjarmason
9726 Magic Word: {{SUBJECTPAGENAMEE}}
9728 title=[[User talk:Ævar Arnfjörð Bjarmason]]
9730 {{SUBJECTPAGENAMEE}}
9732 <p>User:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
9737 Magic Word: {{NUMBEROFFILES}}
9746 Magic Word: {{PAGENAME}}
9748 title=[[User:Ævar Arnfjörð Bjarmason]]
9752 <p>Ævar Arnfjörð Bjarmason
9757 Magic Word: {{PAGENAME}} with metacharacters
9759 title=[['foo & bar = baz']]
9763 <p><i>'foo & bar = baz'</i>
9766 <p><i>'foo & bar = baz'</i></p>
9770 Magic Word: {{PAGENAME}} with metacharacters (bug 26781)
9772 title=[[*RFC 1234 http://example.com/]]
9776 <p>*RFC 1234 http://example.com/
9779 <p>*RFC 1234 http://example.com/</p>
9783 Magic Word: {{PAGENAMEE}}
9785 title=[[User:Ævar Arnfjörð Bjarmason]]
9789 <p>%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
9794 Magic Word: {{PAGENAMEE}} with metacharacters (bug 26781)
9796 title=[[*RFC 1234 http://example.com/]]
9800 <p>*RFC_1234_http://example.com/
9803 <p>*RFC_1234_http://example.com/</p>
9807 Magic Word: {{REVISIONID}}
9816 Magic Word: {{SCRIPTPATH}}
9824 Magic Word: {{STYLEPATH}}
9833 Magic Word: {{SERVER}}
9837 <p><a rel="nofollow" class="external free" href="http://example.org">http://example.org</a>
9842 Magic Word: {{SERVERNAME}}
9851 Magic Word: {{SITENAME}}
9860 Case-sensitive magic words, when cased differently, should just be template transclusions
9867 <p><a href="/index.php?title=Template:CurrentMonth&action=edit&redlink=1" class="new" title="Template:CurrentMonth (page does not exist)">Template:CurrentMonth</a>
9868 <a href="/index.php?title=Template:Currentday&action=edit&redlink=1" class="new" title="Template:Currentday (page does not exist)">Template:Currentday</a>
9869 <a href="/index.php?title=Template:CURreNTweEK&action=edit&redlink=1" class="new" title="Template:CURreNTweEK (page does not exist)">Template:CURreNTweEK</a>
9870 <a href="/index.php?title=Template:CurrentHour&action=edit&redlink=1" class="new" title="Template:CurrentHour (page does not exist)">Template:CurrentHour</a>
9875 Case-insensitive magic words should still work with weird casing.
9885 <a rel="nofollow" class="external free" href="http://example.org">http://example.org</a>
9889 # From plwiki:PLOS_ONE
9891 Parsoid: Page property magic word with magic word contents
9893 {{DISPLAYTITLE:''{{PAGENAME}}''}}
9895 <meta property="mw:PageProp/displaytitle" content="Main Page" about="#mwt2" typeof="mw:ExpandedAttrs" data-mw='{"attribs":[[{"txt":"content"},{"html":"<i data-parsoid=\"{&quot;dsr&quot;:[15,31,2,2]}\"><span about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid=\"{&quot;pi&quot;:[[]],&quot;dsr&quot;:[17,29,null,null]}\" data-mw=\"{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;PAGENAME&quot;,&quot;function&quot;:&quot;pagename&quot;},&quot;params&quot;:{},&quot;i&quot;:0}}]}\">Main Page</span></i>"}]]}'/>
9899 Parsoid: Template-generated DISPLAYTITLE
9901 {{{{echo|DISPLAYTITLE}}:Foo}}
9903 <meta property="mw:PageProp/displaytitle" content="Foo" about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"dsr":[0,29,null,null],"pi":[[]]}' data-mw='{"parts":[{"template":{"target":{"wt":"{{echo|DISPLAYTITLE}}:Foo"},"params":{},"i":0}}]}'/>
9907 Namespace 1 {{ns:1}}
9916 Namespace 1 {{ns:01}}
9925 Namespace 0 {{ns:0}} (bug 4783)
9933 Namespace 0 {{ns:00}} (bug 4783)
9941 Namespace -1 {{ns:-1}}
9950 Namespace User {{ns:User}}
9959 Namespace User talk {{ns:User_talk}}
9968 Namespace User talk {{ns:uSeR tAlK}}
9977 Namespace File {{ns:File}}
9986 Namespace File {{ns:Image}}
9995 Namespace (lang=de) Benutzer {{ns:User}}
10006 Namespace (lang=de) Benutzer Diskussion {{ns:3}}
10012 <p>Benutzer Diskussion
10020 {{urlencode:hi world?!}}
10021 {{urlencode:hi world?!|WIKI}}
10022 {{urlencode:hi world?!|PATH}}
10023 {{urlencode:hi world?!|QUERY}}
10033 Magic Word: prioritize type info over data-parsoid
10037 <meta property="mw:PageProp/forcetoc" data-parsoid='{"magicSrc":"__NOTOC__"}'/>
10043 Magic Word: serialize on separate line (parsoid)
10045 parsoid=wt2wt,html2wt
10051 foo<meta property="mw:PageProp/notoc"/>bar
10055 Magic Word: rt non-english wikis
10062 <meta property="mw:PageProp/noeditsection" data-parsoid='{"magicSrc":"__NOEDITSECTION__"}'/>
10066 __proto__ is treated as normal wikitext (T105997)
10078 Magic links: internal link to RFC (bug 479)
10082 <p><a href="/index.php?title=RFC_123&action=edit&redlink=1" class="new" title="RFC 123 (page does not exist)">RFC 123</a>
10085 <p><a rel="mw:WikiLink" href="./RFC_123" title="RFC 123">RFC 123</a></p>
10089 Magic links: RFC (bug 479)
10093 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc822">RFC 822</a>
10096 <p><a href="//tools.ietf.org/html/rfc822" rel="mw:ExtLink">RFC 822</a></p>
10100 Magic links: RFC (bug 65278)
10102 This is RFC 822 but thisRFC 822 is not RFC 822linked.
10104 <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.
10107 <p>This is <a href="//tools.ietf.org/html/rfc822" rel="mw:ExtLink">RFC 822</a> but thisRFC 822 is not RFC 822linked.</p>
10111 Magic links: RFC (w/ non-newline whitespace, bug 28950/29025)
10113 RFC      822
10117 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc822">RFC 822</a>
10122 <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>
10128 Magic links: ISBN (bug 1937)
10132 <p><a href="/wiki/Special:BookSources/0306406152" class="internal mw-magiclink-isbn">ISBN 0-306-40615-2</a>
10135 <p><a href="./Special:BookSources/0306406152" rel="mw:WikiLink">ISBN 0-306-40615-2</a></p>
10139 Magic links: ISBN (bug 65278)
10141 This is ISBN 978-0-316-09811-3 but thisISBN 978-0-316-09811-3 is not ISBN 978-0-316-09811-3linked.
10143 <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.
10146 <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>
10150 Magic links: ISBN (w/ non-newline whitespace, bug 28950/29025)
10152 ISBN      978 0 316 09811 3
10158 <p><a href="/wiki/Special:BookSources/9780316098113" class="internal mw-magiclink-isbn">ISBN 978 0 316 09811 3</a>
10165 <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>
10173 Magic links: PMID incorrectly converts space to underscore
10177 <p><a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a>
10180 <p><a href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract" rel="mw:ExtLink">PMID 1234</a></p>
10184 Magic links: PMID (bug 65278)
10186 This is PMID 1234 but thisPMID 1234 is not PMID 1234linked.
10188 <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.
10191 <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>
10195 Magic links: PMID (w/ non-newline whitespace, bug 28950/29025)
10197 PMID      1234
10201 <p><a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a>
10206 <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>
10211 # <nowiki> nodes shouldn't be inserted during html2wt by Parsoid,
10212 # since these are ExtLinkText, not MagicLinkText
10214 Magic links: use appropriate serialization for "almost" magic links.
10216 X[[Special:BookSources/0978739256|foo]]
10218 X[//tools.ietf.org/html/rfc1234 foo]
10220 <p>X<a href="/wiki/Special:BookSources/0978739256" title="Special:BookSources/0978739256">foo</a>
10221 </p><p>X<a rel="nofollow" class="external text" href="//tools.ietf.org/html/rfc1234">foo</a>
10224 <p>X<a rel="mw:WikiLink" href="./Special:BookSources/0978739256" title="Special:BookSources/0978739256">foo</a></p>
10225 <p>X<a rel="mw:ExtLink" href="//tools.ietf.org/html/rfc1234">foo</a></p>
10233 Nonexistent template
10235 {{thistemplatedoesnotexist}}
10237 <p><a href="/index.php?title=Template:Thistemplatedoesnotexist&action=edit&redlink=1" class="new" title="Template:Thistemplatedoesnotexist (page does not exist)">Template:Thistemplatedoesnotexist</a>
10242 Template with invalid target containing tags
10244 {{a<b>b</b>|{{echo|foo}}|{{echo|a}}={{echo|b}}|a = b}}
10246 <p>{{a<b>b</b>|foo|a=b|a = b}}
10251 Template with invalid target containing unclosed tag
10253 {{a<b>|{{echo|foo}}|{{echo|a}}={{echo|b}}|a = b}}
10255 <p>{{a<b>|foo|a=b|a = b}}</b>
10260 Template with invalid target containing wikilink
10264 <p>{{<a href="/wiki/Main_Page" title="Main Page">Main Page</a>}}
10267 <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>
10271 Template with just whitespace in it, bug #68421
10275 <p><span typeof="mw:Transclusion mw:Nowiki" about="#mwt1" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"{{ }}"}},"i":0}}]}'>{{ }}</span></p>
10281 This is a test template
10289 <p>This is a test template
10294 Template with explicit namespace
10298 <p>This is a test template
10306 This is a test template with parameter {{{param}}}
10312 {{paramtest|param=foo}}
10314 <p>This is a test template with parameter foo
10319 Template:paramtestnum
10321 [[{{{1}}}|{{{2}}}]]
10325 Template unnamed parameter
10327 {{paramtestnum|Main Page|the main page}}
10329 <p><a href="/wiki/Main_Page" title="Main Page">the main page</a>
10334 Template:templatesimple
10340 Template:templateredirect
10342 #redirect [[Template:templatesimple]]
10346 Template:templateasargtestnum
10352 Template:templateasargtest
10354 {{template{{{templ}}}}}
10358 Template:templateasargtest2
10364 Template with template name as unnamed argument
10366 {{templateasargtestnum|templatesimple}}
10373 Template with template name as argument
10375 {{templateasargtest|templ=simple}}
10382 Template with template name as argument (2)
10384 {{templateasargtest2|templ=templatesimple}}
10391 Template:templateasargtestdefault
10393 {{{{{templ|templatesimple}}}}}
10403 Template with default value
10405 {{templateasargtestdefault}}
10412 Template with default value (value set)
10414 {{templateasargtestdefault|templ=templa}}
10423 {{templateredirect}}
10428 <link rel="mw:PageProp/redirect" href="./Template:Templatesimple" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"templateredirect","href":"./Template:Templateredirect"},"params":{},"i":0}}]}'/>
10432 Template with argument in separate line
10434 {{ templateasargtest |
10442 Template with complex template as argument
10445 param ={{ templateasargtest |
10446 templ = simple }}}}
10448 <p>This is a test template with parameter (test)
10453 Template with thumb image (with link in description)
10455 {{paramtest|param=[[Image:noimage.png|thumb|[[no link|link]] [[no link|caption]]]]}}
10457 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>
10460 <p>This is a test template with parameter</p>
10461 <div class="thumb tright">
10462 <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>
10463 <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>
10467 <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>
10471 Template:complextemplate
10473 {{{1}}} {{paramtest|
10474 param ={{{param}}}}}
10478 Template with complex arguments
10481 param ={{ templateasargtest |
10482 templ = simple }}|[[Template:complextemplate|link]]}}
10484 <p><a href="/wiki/Template:Complextemplate" title="Template:Complextemplate">link</a> This is a test template with parameter (test)
10489 BUG 553: link with two variables in a piped link
10492 |[[{{{1}}}|{{{2}}}]]
10497 <td>[[{{{1}}}|{{{2}}}]]
10502 <tbody><tr><td>[[<span about="#mwt5" typeof="mw:Param" data-parsoid='{"src":"{{{1}}}"}'>{{{1}}}</span>|<span about="#mwt2" typeof="mw:Param" data-parsoid='{"src":"{{{2}}}"}'>{{{2}}}</span>]]</td></tr>
10507 Abort table cell attribute parsing on wikilink
10510 | testing [[one|two]] | three || four
10511 | testing one two | three || four
10516 <td> testing <a href="/index.php?title=One&action=edit&redlink=1" class="new" title="One (page does not exist)">two</a> | three </td>
10525 <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>
10526 <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></tr>
10531 Don't abort table cell attribute parsing if wikilink is found in template arg
10534 | Test {{#tag:ref|One two "[[three]]" four}}
10538 <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>
10543 Magic variable as template parameter
10545 {{paramtest|param={{SITENAME}}}}
10547 <p>This is a test template with parameter MediaWiki
10554 [[{{{param}}}|link]]
10558 Template parameter as link source
10560 {{linktest|param=Main Page}}
10562 <p><a href="/wiki/Main_Page" title="Main Page">link</a>
10567 Template:paramtest2
10569 including another template, {{paramtest|param={{{arg}}}}}
10573 Template passing argument to another template
10575 {{paramtest2|arg='hmm'}}
10577 <p>including another template, This is a test template with parameter 'hmm'
10588 Template as link source
10592 [[{{linktest2}}|Main Page]]
10594 [[{{linktest2}}]]Page
10596 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
10597 </p><p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
10598 </p><p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>Page
10616 Template infinite loop
10620 <p><span class="error">Template loop detected: <a href="/wiki/Template:Loop1" title="Template:Loop1">Template:Loop1</a></span>
10625 Template from main namespace
10644 BUG 529: Template with table, not included at beginning of line
10663 BUG 523: Template shouldn't eat newline (or add an extra one before table)
10683 BUG 41: Template parameters shown as broken links
10692 Template with targets containing wikilinks
10696 {{[[{{echo|foo}}]]}}
10698 {{{{echo|[[foo}}]]}}
10700 <p>{{<a href="/wiki/Foo" title="Foo">foo</a>}}
10701 </p><p>{{<a href="/wiki/Foo" title="Foo">foo</a>}}
10713 Templates: Double quotes as template target
10720 <p>foo <span about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"''"},"params":{},"i":0}}]}'>bar</span> baz
10724 ## This test is about making sure Parsoid's data-mw is well formed in the
10725 ## face of multiple templates with intersecting and overlapping ranges. The
10726 ## wikitext itself is wretched.
10728 Templates with intersecting and overlapping ranges
10753 <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":""}]]}'>
10755 </table><p about="#mwt1">ho</p><table about="#mwt1" typeof="mw:ExpandedAttrs" data-mw='{"attribs":[[{"txt":"","html":""},{"html":""}]]}'>
10757 <tbody><tr><td>hi</td></tr>
10762 Template:MSGNW test
10764 ''None'' of '''this''' should be
10766 but rather passed unmodified
10774 # hmm, fix this or just deprecate msgnw and document its behavior?
10778 {{msgnw:MSGNW test}}
10780 <p>''None'' of '''this''' should be
10782  but rather passed unmodified
10783 {{test}}
10787 <!-- comment -->
10794 {{int:youhavenewmessages|lots of money|not!}}
10796 <p>You have lots of money (not!).
10801 int keyword - non-existing message
10812 Foo<noinclude>zar</noinclude><includeonly>bar</includeonly>
10816 <includeonly> and <noinclude> being included
10827 <onlyinclude>Foo</onlyinclude>bar
10831 <onlyinclude> being included
10843 <onlyinclude>Foo</onlyinclude>bar<includeonly>zar</includeonly>
10847 <onlyinclude> and <includeonly> being included
10856 <includeonly> and <noinclude> on a page
10858 Foo<noinclude>zar</noinclude><includeonly>bar</includeonly>
10865 Un-closed <noinclude>
10872 <onlyinclude> on a page
10874 <onlyinclude>Foo</onlyinclude>bar
10881 Un-closed <onlyinclude>
10888 Self-closed noinclude, includeonly, onlyinclude tags
10899 Unbalanced includeonly and noinclude tags
10903 |b</noinclude></noinclude>
10904 |c</noinclude></includeonly>
10905 |d</includeonly></includeonly>
10914 <td>c</includeonly>
10916 <td>d</includeonly></includeonly>
10922 Template:Includeonly section
10925 ==Includeonly section==
10931 Bug 6563: Edit link generation for section shown by <includeonly>
10933 {{includeonly section}}
10935 <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>
10936 <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>
10940 # Uses same input as the contents of [[Template:Includeonly section]]
10942 Bug 6563: Section extraction for section shown by <includeonly>
10947 ==Includeonly section==
10955 Bug 6563: Edit link generation for section suppressed by <includeonly>
10958 ==Includeonly section==
10962 <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>
10967 Bug 6563: Section extraction for section suppressed by <includeonly>
10972 ==Includeonly section==
10980 Un-closed <includeonly>
10985 <meta typeof="mw:Includes/IncludeOnly" data-parsoid='{"src":"<includeonly>"}'/>
10988 ## We used to, but no longer wt2wt this test since the default serializer
10989 ## will normalize the include directives to serialize on their own line.
10990 ## Selser will take care of preserving formatting in scenarios where they
10991 ## intermingled with other wikitext.
10993 Includes and comments at SOL
10995 parsoid=wt2html,html2html
10997 <!-- comment --><noinclude><!-- comment --></noinclude><!-- comment -->== hu ==
11001 </noinclude>* stuff
11004 <includeonly>can have stuff</includeonly>=== here ===
11007 <h2><span class="mw-headline" id="hu">hu</span></h2>
11010 <ul><li> stuff</li>
11011 <li> here</li></ul>
11012 <h3><span class="mw-headline" id="here">here</span></h3>
11015 <!-- 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>
11017 <meta typeof="mw:Includes/NoInclude" data-parsoid='{"src":"<noinclude>"}'/>
11019 <meta typeof="mw:Includes/NoInclude/End" data-parsoid='{"src":"</noinclude>"}'/><ul><li> stuff</li>
11020 <li> here</li></ul>
11022 <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>
11026 # TODO: test with DOM fragment reuse!
11028 Parsoid: DOM fragment reuse
11030 parsoid=wt2wt,wt2html
11032 a{{echo|b<table></table>c}}d
11044 <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>
11046 <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">
11047 </span><table about="#mwt2" data-parsoid='{"stx":"html"}'></table><span about="#mwt2">
11048 </span><p about="#mwt2">cd</p>
11050 <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">
11052 </span><table about="#mwt3" data-parsoid='{"stx":"html"}'></table><span about="#mwt3">
11054 </span><p about="#mwt3">b</p>
11058 Parsoid: Merge double tds (T52603)
11063 |{{echo|{{!}} foo}}
11067 <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>
11072 Parsoid: Merge double tds in nested transclusion content (T52603)
11078 |{{echo|{{!}} foo}}
11082 <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}}]}'>
11084 <tr><td data-mw='{"parts":["|"]}'> foo</td></tr>
11090 ### <includeonly> and <noinclude> in attributes
11093 0. includeonly around the entire attribute
11095 <span <includeonly>id="v1"</includeonly><noinclude>id="v2"</noinclude>>bar</span>
11097 <p><span id="v2">bar</span>
11102 1. includeonly in html attr key
11104 <span <noinclude>id</noinclude><includeonly>about</includeonly>="foo">bar</span>
11106 <p><span id="foo">bar</span>
11111 2. includeonly in html attr value
11113 <span id="<noinclude>v1</noinclude><includeonly>v2</includeonly>">bar</span>
11114 <span id=<noinclude>"v1"</noinclude><includeonly>"v2"</includeonly>>bar</span>
11116 <p><span id="v1">bar</span>
11117 <span id="v1">bar</span>
11122 3. includeonly in part of an attr value
11124 <span style="color:<noinclude>red</noinclude><includeonly>blue</includeonly>;">bar</span>
11126 <p><span style="color:red;">bar</span>
11131 4. includeonly in table attributes
11155 ### Token Stream Patcher tests
11157 ### These tests won't always pass wt2wt and other modes because
11158 ### on serialization, the table will be output on a new line.
11159 ### For now, we are blacklisting them, and using this to test selser.
11163 1. Table tag in SOL posn. should get reparsed correctly with valid TSR
11165 parsoid=wt2html,wt2wt
11167 {{echo|}}{| width = '100%'
11171 <span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":""}},"i":0}}]}'></span><table width="100%">
11172 <tbody><tr><td>foo</td></tr>
11176 ## We used to, but no longer wt2wt this test since the default serializer
11177 ## will normalize the include directives to serialize on their own line.
11178 ## Selser will take care of preserving formatting in scenarios where they
11179 ## intermingled with other wikitext.
11181 2. Table tag in SOL posn. should get reparsed correctly with valid TSR
11185 <includeonly>a</includeonly>{| {{{b}}}
11189 <meta typeof="mw:Includes/IncludeOnly"/><meta typeof="mw:Includes/IncludeOnly/End"/><table about="#mwt2" typeof="mw:ExpandedAttrs" data-mw='{"attribs":[[{"txt":"{{{b}}}","html":"<span about=\"#mwt1\" typeof=\"mw:Param\" data-parsoid=\"{&quot;dsr&quot;:[31,38,null,null],&quot;src&quot;:&quot;{{{b}}}&quot;}\">{{{b}}}</span>"},{"html":""}]]}' data-parsoid='{"a":{"{{{b}}}":null},"sa":{"{{{b}}}":""}}'>
11190 <tbody><tr><td>c</td></tr>
11196 ### Testing parsing of templates where a template arg
11197 ### has the same name as the template itself.
11203 {{{quote|{{{1}}}}}}
11207 Templates: Template Name/Arg clash: 1. Use of positional param
11216 Templates: Template Name/Arg clash: 2. Use of named param
11218 {{quote|quote=foo}}
11225 Templates: Template Name/Arg clash: 3. Use of named param with empty input
11234 ### Parsoid-centric tests to stress Parsoid's ability to RT them unchanged
11238 Templates: 1. Simple use
11247 Templates: 2. Inside a block tag
11249 <div>{{echo|Foo}}</div>
11250 <blockquote>{{echo|Foo}}</blockquote>
11253 <blockquote>Foo</blockquote>
11263 Templates: P-wrapping: 1a. Templates on consecutive lines
11274 Templates: P-wrapping: 1b. Templates on consecutive lines
11288 Templates: P-wrapping: 1c. Templates on consecutive lines
11291 {{echo|bar}} <div>baz</div>
11304 Templates: P-wrapping: 1d. Template preceded by comment-only line
11313 <p about="#mwt223" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"Bar"}},"i":0}}]}'>Bar</p>
11317 Templates: Inline Text: 1. Multiple template uses
11319 {{echo|Foo}}bar{{echo|baz}}
11326 Templates: Inline Text: 2. Back-to-back template uses
11328 {{echo|Foo}}{{echo|bar}}
11335 Templates: Block Tags: 1. Multiple template uses
11337 {{echo|<div>Foo</div>}}<div>bar</div>{{echo|<div>baz</div>}}
11339 <div>Foo</div><div>bar</div><div>baz</div>
11344 Templates: Block Tags: 2. Back-to-back template uses
11346 {{echo|<div>Foo</div>}}{{echo|<div>bar</div>}}
11348 <div>Foo</div><div>bar</div>
11352 # This is an edge case relating to paragraph wrapping.
11354 Templates: Correctly encapsulate templates producing </p> tag without a corresponding <p> tag
11359 <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
11364 Templates: Links: 1. Simple example
11366 {{echo|[[Foo|bar]]}}
11368 <p><a href="/wiki/Foo" title="Foo">bar</a>
11373 Templates: Links: 2. Generation of link href
11375 [[{{echo|Foo}}|bar]]
11377 <p><a href="/wiki/Foo" title="Foo">bar</a>
11382 Templates: Links: 3. Generation of part of a link href
11384 [[Fo{{echo|o}}|bar]]
11386 [[Foo{{echo|bar}}]]
11388 [[Foo{{echo|bar}}baz]]
11390 [[Foo{{echo|bar}}|bar]]
11392 [[:Foo{{echo|bar}}]]
11394 [[:Foo{{echo|bar}}|bar]]
11396 <p><a href="/wiki/Foo" title="Foo">bar</a>
11397 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">Foobar</a>
11398 </p><p><a href="/index.php?title=Foobarbaz&action=edit&redlink=1" class="new" title="Foobarbaz (page does not exist)">Foobarbaz</a>
11399 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">bar</a>
11400 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">Foobar</a>
11401 </p><p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">bar</a>
11406 Templates: Links: 4. Multiple templates generating link href
11408 [[{{echo|F}}{{echo|o}}ob{{echo|ar}}]]
11410 <p><a href="/index.php?title=Foobar&action=edit&redlink=1" class="new" title="Foobar (page does not exist)">Foobar</a>
11415 Templates: Links: 5. Generation of link text
11417 [[Foo|{{echo|bar}}]]
11419 <p><a href="/wiki/Foo" title="Foo">bar</a>
11424 Templates: Links: 5. Nested templates (only outermost template should be marked)
11426 {{echo|[[{{echo|Foo}}|bar]]}}
11428 <p><a href="/wiki/Foo" title="Foo">bar</a>
11433 Templates: HTML Tag: 1. Generation of HTML attr. key
11435 <div {{echo|style}}="color:red;">foo</div>
11437 <div style="color:red;">foo</div>
11442 Templates: HTML Tag: 2. Generation of HTML attr. value
11444 <div style={{echo|'color:red;'}}>foo</div>
11446 <div style="color:red;">foo</div>
11451 Templates: HTML Tag: 3. Generation of HTML attr key and value
11453 <div {{echo|style}}={{echo|'color:red;'}}>foo</div>
11455 <div style="color:red;">foo</div>
11460 Templates: HTML Tag: 4. Generation of starting piece of HTML attr value
11462 <div title="{{echo|This is a long title}} with just one piece templated">foo</div>
11464 <div title="This is a long title with just one piece templated">foo</div>
11469 Templates: HTML Tag: 5. Generation of middle piece of HTML attr value
11471 <div title="This is a long title with just {{echo|one piece}} templated">foo</div>
11473 <div title="This is a long title with just one piece templated">foo</div>
11478 Templates: HTML Tag: 6. Generation of end piece of HTML attr value
11480 <div title="This is a long title with just one piece {{echo|templated}}">foo</div>
11482 <div title="This is a long title with just one piece templated">foo</div>
11486 # SSS FIXME: While it is great we added support for all this,
11487 # do we want to make this part of the spec? Maybe we want to
11488 # deprecate this kind of usage in the future?
11490 Templates: HTML Tag: 7. Generation of partial attribute key string
11492 <div st{{echo|yle}}="color:red;">foo</div>
11494 <div style="color:red;">foo</div>
11499 Templates: HTML Tag: 8. Template-generated attribute (k=v)
11501 <div {{echo|1=id="v1"}}>bar</div>
11503 <div id="v1">bar</div>
11508 Templates: HTML Tag: 9. Multiple template-generated attributes
11510 <div {{echo|1=id="v1" title="foo"}}>bar</div>
11512 <div id="v1" title="foo">bar</div>
11517 Templates: Support for templates generating attributes and content
11519 {| {{mixed_attr_content_template}}
11524 <table style="color:red;" title="T48811">
11534 <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|}"]}'>
11543 1. Entities and nowikis inside templated attributes should be handled correctly
11545 <div {{echo|style{{=}}"background:#f9f9f9;"}}>foo</div>
11547 <div style="background:#f9f9f9;">foo</div>
11550 <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=\"{&quot;pi&quot;:[[{&quot;k&quot;:&quot;1&quot;}]],&quot;dsr&quot;:[5,49,null,null]}\" data-mw=\"{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;echo&quot;,&quot;href&quot;:&quot;./Template:Echo&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;style{{=}}\\&quot;background:&amp;#35;f9f9f9;\\&quot;&quot;}},&quot;i&quot;: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=\"{&quot;src&quot;:&quot;&amp;#35;&quot;,&quot;srcContent&quot;:&quot;#&quot;}\">#</span><span about=\"#mwt1\" data-parsoid=\"{}\">f9f9f9;\"</span>"},{"html":""}]]}'>foo</div>
11554 2. Entities and nowikis inside templated attributes should be handled correctly
11557 |{{table_attribs_3}}
11562 <td style="background:#f9f9f9;">Foo
11567 <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>
11572 3. Entities and nowikis inside templated attributes should be handled correctly inside templated tables
11575 |{{table_attribs_3}}
11580 <td style="background:#f9f9f9;">Foo
11584 <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}}]}'>
11585 <tbody><tr><td style="background:#f9f9f9;">Foo</td></tr>
11591 4. Entities and nowikis inside templated attributes should be handled correctly inside templated tables
11594 | {{table_attribs_6}} hi
11599 <td style="background: red;"> hi
11604 <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>
11609 Templates: HTML Tables: 1. Generating start of a HTML table
11611 {{echo|<table><tr><td>foo</td>}}</tr></table>
11613 <table><tr><td>foo</td></tr></table>
11618 Templates: HTML Tables: 2a. Generating middle of a HTML table
11620 <table><tr>{{echo|<td>foo</td>}}</tr></table>
11622 <table><tr><td>foo</td></tr></table>
11627 Templates: HTML Tables: 2b. Generating middle of a HTML table
11629 <table>{{echo|<tr><td>foo</td></tr>}}</table>
11631 <table><tr><td>foo</td></tr></table>
11636 Templates: HTML Tables: 3. Generating end of a HTML table
11638 <table><tr>{{echo|<td>foo</td></tr></table>}}
11640 <table><tr><td>foo</td></tr></table>
11645 Templates: HTML Tables: 4a. Generating a single tag of a HTML table
11647 {{echo|<table>}}<tr><td>foo</td></tr></table>
11649 <table><tr><td>foo</td></tr></table>
11654 Templates: HTML Tables: 4b. Generating a single tag of a HTML table
11656 <table>{{echo|<tr>}}<td>foo</td></tr></table>
11658 <table><tr><td>foo</td></tr></table>
11663 Templates: HTML Tables: 4c. Generating a single tag of a HTML table
11665 <table><tr>{{echo|<td>}}foo</td></tr></table>
11667 <table><tr><td>foo</td></tr></table>
11672 Templates: HTML Tables: 4d. Generating a single tag of a HTML table
11674 <table><tr><td>foo{{echo|</td>}}</tr></table>
11676 <table><tr><td>foo</td></tr></table>
11681 Templates: HTML Tables: 4e. Generating a single tag of a HTML table
11683 <table><tr><td>foo</td>{{echo|</tr>}}</table>
11685 <table><tr><td>foo</td></tr></table>
11690 Templates: HTML Tables: 4f. Generating a single tag of a HTML table
11692 <table><tr><td>foo</td></tr>{{echo|</table>}}
11694 <table><tr><td>foo</td></tr></table>
11699 Templates: HTML Tables: 5. Proper fostering of categories from inside
11701 parsoid=wt2html,wt2wt
11703 <table>[[Category:foo1]]<tr><td>foo</td></tr></table>
11704 <!--Two categories (Bug 50330)-->
11705 <table>[[Category:bar1]][[Category:bar2]]<tr><td>foo</td></tr></table>
11707 <link rel="mw:PageProp/Category" href="./Category:Foo1"><table><tbody><tr><td>foo</td></tr></tbody></table>
11708 <!--Two categories (Bug 50330)-->
11709 <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>
11713 Templates: Wiki Tables: 1a. Fostering of entire template content
11721 <tr><td></td></tr></table>
11733 Templates: Wiki Tables: 1b. Fostering of entire template content
11746 <tr><td></td></tr></table>
11760 Templates: Wiki Tables: 2. Fostering of partial template content
11770 <tr><td></td></tr></table>
11783 Templates: Wiki Tables: 3. td-content via multiple templates
11786 {{echo|{{pipe}}a}}{{echo|b}}
11797 Templates: Wiki Tables: 4. Templated tags, no content
11803 <tr><td></td></tr></table>
11808 Templates: Wiki Tables: 5. Templated tags, regular td-tags
11822 Templates: Wiki Tables: 6. Templated tags, templated td-tags
11835 ## This test case is very specific to Parsoid's internals
11836 ## and is hence only tested for Parsoid's code. Parsoid uses
11837 ## a <meta> marker tag for <ref> tags and they are expanded
11838 ## much later. We are verifying that this <meta> tag usage
11839 ## doesn't prevent foster parenting.
11841 Templates: Wiki Tables: 7. Fosterable <ref>s should get fostered
11843 {{PartialTable}}<ref>foo</ref>
11848 <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Transclusion mw:Extension/ref" data-mw='{"parts":[{"template":{"target":{"wt":"PartialTable","href":"./Template:PartialTable"},"params":{},"i":0}},"<ref>foo</ref>\n|}"]}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span><table about="#mwt2">
11852 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li></ol>
11856 Templates: Wiki Tables: 8. Fosterable meta-tags should get fostered
11866 <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{{!}}}"]}'>
11867 </span><meta typeof="mw:Includes/OnlyInclude" about="#mwt1"/><table about="#mwt1">
11871 <meta typeof="mw:Includes/OnlyInclude/End"/></td></tr>
11876 Templates: Lists: Multi-line list-items via templates
11878 *{{echo|a {{nonexistent|
11880 *{{echo|b {{nonexistent|
11883 <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>
11884 <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>
11889 Templates: Ugly nesting: 1. Quotes opened/closed across templates (echo)
11891 {{echo|''a}}{{echo|b''c''d}}{{echo|''e}}
11893 <p><i>ab</i>c<i>d</i>e
11898 Templates: Ugly nesting: 2. Quotes opened/closed across templates (echo_with_span)
11899 (PHP parser generates misnested html)
11901 {{echo_with_span|''a}}{{echo_with_span|b''c''d}}{{echo_with_span|''e}}
11903 <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>
11907 Templates: Ugly nesting: 3. Quotes opened/closed across templates (echo_with_div)
11908 (PHP parser generates misnested html; Parsoid html2wt mode adds newlines between {{echo}}s)
11910 parsoid=wt2html,wt2wt
11912 {{echo_with_div|''a}}{{echo_with_div|b''c''d}}{{echo_with_div|''e}}
11914 <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>
11915 <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>
11916 <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>
11920 Templates: Ugly nesting: 4. Divs opened/closed across templates
11922 a<div>b{{echo|c</div>d}}e
11933 Templates: Ugly templates: 1. Navbox template parses badly leading to table misnesting
11939 |{{echo|foo</table>}}
11943 <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|}"]}'>
11947 <td>foo</td></tr></tbody></table><span about="#mwt1">
11948 </span><span about="#mwt1">|bar</span><span about="#mwt1">
11953 Templates: Ugly templates: 2. Navbox template parses badly leading to table misnesting
11963 <td>1. {{echo|foo </table>}}</td>
11965 <td>2. {{echo|baz </table>}}</td>
11978 <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>"]}'>
11983 <td>1. foo </td></tr></tbody></table></td>
11985 <td>2. baz </td></tr></tbody></table><span about="#mwt2">
11986 </span><span about="#mwt2">
11987 </span><span about="#mwt2">
11988 </span><span about="#mwt2">abc</span><span about="#mwt2">
11989 </span><span about="#mwt2">
11990 </span><span about="#mwt2">
11991 </span><span about="#mwt2">
11992 </span><span about="#mwt2">
11993 </span><span about="#mwt2">
11994 </span><span about="#mwt2">xyz</span><span about="#mwt2">
11995 </span><span about="#mwt2">
12000 Templates: Ugly templates: 3. newline-only template parameter
12009 # This looks like a bug: a single newline triggers p/br for some reason.
12011 Templates: Ugly templates: 4. newline-only template parameter inconsistency
12020 # Bug 64017 -- ugly wikitext with fostered content generates two template ranges that
12021 # have a true overlap (T1-start - T2-start - T1-end - T2-end).
12023 Templates: Ugly templates: 5. Template encapsulation test: Non-trivial overlap of template ranges is properly handled
12029 <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
12030 </div><table about="#mwt1" data-parsoid='{"stx":"html"}'>
12034 # Bug 64017 -- ugly wikitext with fostered content generates two template ranges
12035 # that are "identical" and generate nesting cycles in the algorithm
12037 Templates: Ugly templates: 6. Template encapsulation test: Cyclical nesting of template ranges is properly handled
12039 {{echo|<table><tr><td><table>}}
12043 <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"}'>
12044 </div><table about="#mwt1" data-parsoid='{"stx":"html"}'>
12045 </table></td></tr></tbody></table>
12049 Templates: Parameters substituted at the top-level
12051 {{{foo|''who'' {{echo|me}}? '''never!'''}}}
12053 <p><i>who</i> me? <b>never!</b>
12056 <p about="#mwt2" typeof="mw:Param" data-parsoid="{"src":"{{{foo|''who'' {{echo|me}}? '''never!'''}}}"}"><i>who</i> me? <b>never!</b></p>
12060 Parser Functions: 1. Simple example
12069 Parser Functions: 2. Nested use (only outermost should be marked up)
12078 ### Pre-save transform tests
12081 pre-save transform: subst:
12087 This is a test template
12091 pre-save transform: normal template
12101 pre-save transform: nonexistent template
12105 {{thistemplatedoesnotexist}}
12107 {{thistemplatedoesnotexist}}
12111 pre-save transform: subst magic variables
12120 # This is bug 89, which I fixed. -- wtm
12122 pre-save transform: subst: templates with parameters
12126 {{subst:paramtest|param="something else"}}
12128 This is a test template with parameter "something else"
12132 Template:nowikitest
12134 <nowiki>'''not wiki'''</nowiki>
12138 pre-save transform: nowiki in subst (bug 1188)
12142 {{subst:nowikitest}}
12144 <nowiki>'''not wiki'''</nowiki>
12148 Template:commenttest
12150 This template has <!-- a comment --> in it.
12154 pre-save transform: comment in subst (bug 1936)
12158 {{subst:commenttest}}
12160 This template has <!-- a comment --> in it.
12164 pre-save transform: unclosed tag
12168 <nowiki>'''not wiki'''
12170 <nowiki>'''not wiki'''
12174 pre-save transform: mixed tag case
12178 <NOwiki>'''not wiki'''</noWIKI>
12180 <NOwiki>'''not wiki'''</noWIKI>
12184 pre-save transform: unclosed comment in <nowiki>
12188 wiki<nowiki>nowiki<!--nowiki</nowiki>wiki
12190 wiki<nowiki>nowiki<!--nowiki</nowiki>wiki
12193 # Leading @ in this template definition works around a limitation
12194 # in parsoid's parserTests which otherwise strips the <span> from the
12195 # result (confusing it for a template wrapper)
12199 @<span onmouseover="alert('crap')">Oh no</span>
12203 (confirming safety of fix for subst bug 1936)
12205 {{Template:dangerous}}
12207 <p>@<span>Oh no</span>
12212 pre-save transform: comment containing gallery (bug 5024)
12216 <!-- <gallery>data</gallery> -->
12218 <!-- <gallery>data</gallery> -->
12222 pre-save transform: comment containing extension
12226 <!-- <tag>data</tag> -->
12228 <!-- <tag>data</tag> -->
12232 pre-save transform: comment containing nowiki
12236 <!-- <nowiki>data</nowiki> -->
12238 <!-- <nowiki>data</nowiki> -->
12242 pre-save transform: <noinclude> in subst (bug 3298)
12252 pre-save transform: <onlyinclude> in subst (bug 3298)
12256 {{subst:Includes2}}
12264 {{<includeonly>subst:</includeonly>Includes}}
12268 Template:SafeSubstTest
12270 {{<includeonly>safesubst:</includeonly>Includes}}
12274 bug 22297: safesubst: works during PST
12278 {{subst:SafeSubstTest}}{{safesubst:SubstTest}}
12284 bug 22297: safesubst: works during normal parse
12293 subst: does not work during normal parse
12297 <p>{{subst:Includes}}
12302 pre-save transform: context links ("pipe trick")
12306 [[Article (context)|]]
12309 [[Bar:Article (context)|]]
12310 [[:Bar:Article (context)|]]
12312 [[|Article (context)]]
12316 [[Article (context)|Article]]
12317 [[Bar:Article|Article]]
12318 [[:Bar:Article|Article]]
12319 [[Bar:Article (context)|Article]]
12320 [[:Bar:Article (context)|Article]]
12322 [[Article (context)]]
12323 [[Bar:X (Y) Z|X (Y) Z]]
12324 [[:Bar:X (Y) Z|X (Y) Z]]
12328 pre-save transform: context links ("pipe trick") with interwiki prefix
12332 [[interwiki:Article|]]
12333 [[:interwiki:Article|]]
12334 [[interwiki:Bar:Article|]]
12335 [[:interwiki:Bar:Article|]]
12337 [[interwiki:Article|Article]]
12338 [[:interwiki:Article|Article]]
12339 [[interwiki:Bar:Article|Bar:Article]]
12340 [[:interwiki:Bar:Article|Bar:Article]]
12344 pre-save transform: context links ("pipe trick") with parens in title
12346 pst title=[[Somearticle (context)]]
12350 [[Article (context)|Article]]
12354 pre-save transform: context links ("pipe trick") with comma in title
12356 pst title=[[Someplace, Somewhere]]
12359 [[Otherplace, Elsewhere|]]
12360 [[Otherplace, Elsewhere, Anywhere|]]
12362 [[Otherplace, Somewhere|Otherplace]]
12363 [[Otherplace, Elsewhere|Otherplace]]
12364 [[Otherplace, Elsewhere, Anywhere|Otherplace]]
12368 pre-save transform: context links ("pipe trick") with parens and comma
12370 pst title=[[Someplace (IGNORED), Somewhere]]
12373 [[Otherplace (place), Elsewhere|]]
12375 [[Otherplace, Somewhere|Otherplace]]
12376 [[Otherplace (place), Elsewhere|Otherplace]]
12380 pre-save transform: context links ("pipe trick") with comma and parens
12382 pst title=[[Who, me? (context)]]
12385 [[Me, Myself, and I (1937 song)|]]
12387 [[Yes, you. (context)|Yes, you.]]
12388 [[Me, Myself, and I (1937 song)|Me, Myself, and I]]
12392 pre-save transform: context links ("pipe trick") with namespace
12394 pst title=[[Ns:Somearticle]]
12398 [[Ns:Article|Article]]
12402 pre-save transform: context links ("pipe trick") with namespace and parens
12404 pst title=[[Ns:Somearticle (context)]]
12408 [[Ns:Article (context)|Article]]
12412 pre-save transform: context links ("pipe trick") with namespace and comma
12414 pst title=[[Ns:Somearticle, Context, Whatever]]
12418 [[Ns:Article, Context, Whatever|Article]]
12422 pre-save transform: context links ("pipe trick") with namespace, comma and parens
12424 pst title=[[Ns:Somearticle, Context (context)]]
12428 [[Ns:Article (context)|Article]]
12432 pre-save transform: context links ("pipe trick") with namespace, parens and comma
12434 pst title=[[Ns:Somearticle (IGNORED), Context]]
12438 [[Ns:Article, Context|Article]]
12442 pre-save transform: context links ("pipe trick") with full-width parens and no space (Japanese and Chinese style, bug 30149)
12446 [[Article(context)|]]
12447 [[Bar:Article(context)|]]
12448 [[:Bar:Article(context)|]]
12449 [[|Article(context)]]
12453 [[Article(context)|Article]]
12454 [[Bar:Article(context)|Article]]
12455 [[:Bar:Article(context)|Article]]
12456 [[Article(context)]]
12457 [[Bar:X(Y)Z|X(Y)Z]]
12458 [[:Bar:X(Y)Z|X(Y)Z]]
12462 pre-save transform: context links ("pipe trick") with full-width parens and space (Japanese and Chinese style, bug 30149)
12466 [[Article (context)|]]
12467 [[Bar:Article (context)|]]
12468 [[:Bar:Article (context)|]]
12469 [[|Article (context)]]
12473 [[Article (context)|Article]]
12474 [[Bar:Article (context)|Article]]
12475 [[:Bar:Article (context)|Article]]
12476 [[Article (context)]]
12477 [[Bar:X (Y) Z|X (Y) Z]]
12478 [[:Bar:X (Y) Z|X (Y) Z]]
12482 pre-save transform: context links ("pipe trick") with parens and no space (Korean style, bug 30149)
12486 [[Article(context)|]]
12487 [[Bar:Article(context)|]]
12488 [[:Bar:Article(context)|]]
12489 [[|Article(context)]]
12493 [[Article(context)|Article]]
12494 [[Bar:Article(context)|Article]]
12495 [[:Bar:Article(context)|Article]]
12496 [[Article(context)]]
12497 [[Bar:X(Y)Z|X(Y)Z]]
12498 [[:Bar:X(Y)Z|X(Y)Z]]
12502 pre-save transform: context links ("pipe trick") with commas (bug 21660)
12506 [[Article (context), context|]]
12507 [[Article (context),context|]]
12508 [[Bar:Article (context), context|]]
12509 [[Bar:Article (context),context|]]
12510 [[:Bar:Article (context), context|]]
12511 [[:Bar:Article (context),context|]]
12513 [[Article (context), context|Article]]
12514 [[Article (context),context|Article]]
12515 [[Bar:Article (context), context|Article]]
12516 [[Bar:Article (context),context|Article]]
12517 [[:Bar:Article (context), context|Article]]
12518 [[:Bar:Article (context),context|Article]]
12522 pre-save transform: trim trailing empty lines
12526 Empty lines are trimmed
12532 Empty lines are trimmed
12536 pre-save transform: Signature expansion
12541 * <noinclude>~~~</noinclude>
12542 * <includeonly>~~~</includeonly>
12543 * <onlyinclude>~~~</onlyinclude>
12545 * [[Special:Contributions/127.0.0.1|127.0.0.1]]
12546 * <noinclude>[[Special:Contributions/127.0.0.1|127.0.0.1]]</noinclude>
12547 * <includeonly>[[Special:Contributions/127.0.0.1|127.0.0.1]]</includeonly>
12548 * <onlyinclude>[[Special:Contributions/127.0.0.1|127.0.0.1]]</onlyinclude>
12553 pre-save transform: Signature expansion in nowiki tags (bug 93)
12559 <nowiki>~~~~</nowiki>
12561 <includeonly><nowiki>~~~~</nowiki></includeonly>
12563 <noinclude><nowiki>~~~~</nowiki></noinclude>
12565 <onlyinclude><nowiki>~~~~</nowiki></onlyinclude>
12567 {{subst:Foo}} shall be converted to FOO
12569 As well as inside noinclude/onlyinclude
12570 <noinclude>{{subst:Foo}}</noinclude>
12571 <onlyinclude>{{subst:Foo}}</onlyinclude>
12573 But not inside includeonly
12574 <includeonly>{{subst:Foo}}</includeonly>
12578 <nowiki>~~~~</nowiki>
12580 <includeonly><nowiki>~~~~</nowiki></includeonly>
12582 <noinclude><nowiki>~~~~</nowiki></noinclude>
12584 <onlyinclude><nowiki>~~~~</nowiki></onlyinclude>
12586 FOO shall be converted to FOO
12588 As well as inside noinclude/onlyinclude
12589 <noinclude>FOO</noinclude>
12590 <onlyinclude>FOO</onlyinclude>
12592 But not inside includeonly
12593 <includeonly>{{subst:Foo}}</includeonly>
12597 Parsoid: Recognize nowiki with trailing space in tags
12601 <nowiki ><div>[[foo]]</nowiki >
12609 <p><span typeof="mw:Nowiki"><div>[[foo]]</span></p>
12616 Parsoid: Recognize nowiki with odd capitalization
12620 <noWikI ><div>[[foo]]</Nowiki >
12622 <p><span typeof="mw:Nowiki"><div>[[foo]]</span></p>
12627 Parsoid: Escape nowiki with trailing space in tags
12631 <p><nowiki > foo </nowiki ></p>
12632 <p>a<nowiki />b</p>
12633 <p>c<nowiki/ >d</p>
12635 <nowiki > foo </nowiki >
12643 Parsoid: Escape weird noWikI capitalizations
12647 <p><noWikI > foo </NoWikI ></p>
12649 <noWikI > foo </NoWikI >
12653 ### Message transform tests
12656 message transform: magic variables
12666 message transform: should not transform wiki markup
12676 message transform: <noinclude> in transcluded template (bug 4926)
12686 message transform: <onlyinclude> in transcluded template (bug 4926)
12696 {{#special:}} page name, known
12700 {{#special:Recentchanges}}
12702 Special:RecentChanges
12706 {{#special:}} page name with subpage, known
12710 {{#special:Recentchanges/param}}
12712 Special:RecentChanges/param
12716 {{#special:}} page name, unknown
12720 {{#special:foobar nonexistent}}
12722 Special:Foobar nonexistent
12726 {{#speciale:}} page name, known
12730 {{#speciale:Recentchanges}}
12732 Special:RecentChanges
12736 {{#speciale:}} page name with subpage, known
12740 {{#speciale:Recentchanges/param}}
12742 Special:RecentChanges/param
12746 {{#speciale:}} page name, unknown
12750 {{#speciale:foobar nonexistent}}
12752 Special:Foobar_nonexistent
12758 ### For Parsoid-specific tests, see
12759 #### https://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec#Images
12764 parsoid=wt2html,wt2wt,html2html
12766 [[Image:foobar.jpg]]
12768 <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>
12771 <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>
12775 Simple image (using File: namespace, now canonical)
12777 [[File:Foobar.jpg]]
12779 <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>
12782 <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>
12786 Right-aligned image
12788 [[File:Foobar.jpg|right]]
12790 <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>
12793 <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>
12799 [[File:Foobar.jpg|right|Caption text]]
12801 <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>
12804 <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>
12808 Image with caption, bug 53312 #1
12810 [[File:Foobar.jpg|right|Caption page stuff]]
12812 <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>
12815 <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>
12819 Image with caption, bug 53312 #2
12821 [[File:Foobar.jpg|right|Caption page=]]
12823 <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>
12826 <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>
12830 Image with caption, bug 53312 #3
12832 [[File:Foobar.jpg|right|Caption page=stuff]]
12834 <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>
12837 <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>
12841 Allow empty links in image captions (Bug 60753)
12845 [[File:Foobar.jpg|thumb|Caption [[Link1]]
12850 <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>
12853 <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>
12855 <a rel="mw:WikiLink" href="./Link2" title="Link2" data-parsoid='{"stx":"simple","a":{"href":"./Link2"},"sa":{"href":"Link2"}}'>Link2</a>
12856 </figcaption></figure>
12860 Titles in unlinked images (T23454)
12862 [[File:Foobar.jpg|link=|stuff]]
12864 <p><img alt="stuff" src="http://example.com/images/3/3a/Foobar.jpg" title="stuff" width="1941" height="220" />
12869 Link with empty target
12878 Image with link trail
12880 Linktrails should not work for images: [[File:Foobar.jpg]]s
12882 <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
12885 <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>
12889 Image with empty attribute
12891 parsoid=wt2html,wt2wt,html2html
12893 [[File:Foobar.jpg|right||Caption text]]
12895 <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>
12898 <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>
12902 1. Block image with individual attributes from templates
12904 [[File:Foobar.jpg|thumb|{{echo|137px}}|This is a caption]]
12906 <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>
12909 <figure typeof="mw:Image/Thumb mw:ExpandedAttrs" about="#mwt2" data-mw='{"attribs":[["thumbnail",{"html":"thumb"}],["width",{"html":"<span about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid=\"{&quot;pi&quot;:[[{&quot;k&quot;:&quot;1&quot;}]],&quot;dsr&quot;:[24,38,null,null]}\" data-mw=\"{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;echo&quot;,&quot;href&quot;:&quot;./Template:Echo&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;137px&quot;}},&quot;i&quot;:0}}]}\">137px</span>"}]]}'><a href="./File:Foobar.jpg"><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"/></a><figcaption>This is a caption</figcaption></figure>
12913 2. Block Image with individual attributes from templates
12915 [[File:Foobar.jpg|{{echo|thumb}}|{{echo|137px}}|This is a caption]]
12917 <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>
12920 <figure typeof="mw:Image/Thumb mw:ExpandedAttrs" about="#mwt3" data-mw='{"attribs":[["thumbnail",{"html":"<span about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid=\"{&quot;pi&quot;:[[{&quot;k&quot;:&quot;1&quot;}]],&quot;dsr&quot;:[18,32,null,null]}\" data-mw=\"{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;echo&quot;,&quot;href&quot;:&quot;./Template:Echo&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;thumb&quot;}},&quot;i&quot;:0}}]}\">thumb</span>"}],["width",{"html":"<span about=\"#mwt2\" typeof=\"mw:Transclusion\" data-parsoid=\"{&quot;pi&quot;:[[{&quot;k&quot;:&quot;1&quot;}]],&quot;dsr&quot;:[33,47,null,null]}\" data-mw=\"{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;echo&quot;,&quot;href&quot;:&quot;./Template:Echo&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;137px&quot;}},&quot;i&quot;:0}}]}\">137px</span>"}]]}'><a href="./File:Foobar.jpg"><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"/></a><figcaption>This is a caption</figcaption></figure>
12924 3. Inline image with individual attributes from templates
12926 [[File:Foobar.jpg|{{echo|50px}}]]
12928 <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>
12931 <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=\"{&quot;pi&quot;:[[{&quot;k&quot;:&quot;1&quot;}]],&quot;dsr&quot;:[18,31,null,null]}\" data-mw=\"{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;echo&quot;,&quot;href&quot;:&quot;./Template:Echo&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;50px&quot;}},&quot;i&quot;: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"/></a></span></p>
12934 ## Parsoid does not provide editing support for images where templates produce multiple image attributes.
12935 ## To signal this, we add a 'mw:Placeholder' type to such images. This could change in the future.
12937 Image with multiple attributes from the same template
12939 [[File:Foobar.jpg|{{image_attribs}}]]
12941 <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>
12944 <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>
12948 Image with link tails
12952 123[[File:Foobar.jpg]]456
12953 123[[File:Foobar.jpg|right]]456
12954 123[[File:Foobar.jpg|thumb]]456
12956 <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
12958 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
12959 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
12962 <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>
12964 <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>
12966 <div class="thumb tright">
12967 <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>
12968 <div class="thumbcaption">
12969 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
12975 <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>
12976 <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>
12977 <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>
12981 Image with multiple captions -- only last one is accepted
12983 [[File:Foobar.jpg|right|Caption1 - ignored|[[Caption2]] - ignored|Caption3 - accepted]]
12985 <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>
12988 <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>
12992 Image with multiple widths -- use last
12994 [[File:Foobar.jpg|200px|300px|caption]]
12996 <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>
12999 <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>
13003 Image with multiple alignments -- use first (bug 48664)
13007 [[File:Foobar.jpg|thumb|left|right|center|caption]]
13009 [[File:Foobar.jpg|middle|text-top|caption]]
13011 <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>
13012 <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>
13015 <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>
13016 <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>
13020 Image with width attribute at different positions
13022 [[File:Foobar.jpg|200px|right|Caption]]
13023 [[File:Foobar.jpg|right|200px|Caption]]
13024 [[File:Foobar.jpg|right|Caption|200px]]
13026 <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>
13027 <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>
13028 <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>
13031 <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>
13032 <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>
13033 <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>
13036 # a sad bit of backward-compatibility
13038 Image with size specified with pxpx (bug 13500, 51628)
13040 parsoid=wt2html,wt2wt,html2html
13042 [[File:Foobar.jpg|20pxpx]]
13043 [[File:Foobar.jpg|200x20pxpx]]
13045 <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>
13046 <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>
13049 <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>
13053 Image with link parameter, wiki target
13055 [[File:Foobar.jpg|link=Main Page]]
13057 <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>
13060 <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>
13063 # parsoid bug 49293 (part 1)
13065 Image with link parameter, URL target
13067 [[File:Foobar.jpg|link=http://example.com/]]
13069 <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>
13072 <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>
13075 # parsoid bug 49293 (part 2)
13077 Image with link parameter, protocol-less URL target
13079 [[File:Foobar.jpg|link=//example.com/]]
13081 <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>
13084 <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>
13088 Escaping non-block captions (T107435)
13091 "modes": ["wt2wt"],
13093 ["[typeof~='mw:Image']", "attr", "data-mw", "{\"caption\": \"|\"}"]
13097 [[Image:Foobar.jpg|caption]]
13099 [[Image:Foobar.jpg|<nowiki>|</nowiki>]]
13102 # wgExternalLinkTarget not supported by Parsoid
13104 Image with link parameter, wgExternalLinkTarget
13106 [[Image:foobar.jpg|link=http://example.com/]]
13108 wgExternalLinkTarget='foobar'
13110 <p><a href="http://example.com/" target="foobar" rel="nofollow"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13115 Image with link parameter, wgNoFollowLinks set to false
13117 [[Image:foobar.jpg|link=http://example.com/]]
13119 wgNoFollowLinks=false
13121 <p><a href="http://example.com/"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13126 Image with link parameter, wgNoFollowDomainExceptions
13128 [[Image:foobar.jpg|link=http://example.com/]]
13130 wgNoFollowDomainExceptions='example.com'
13132 <p><a href="http://example.com/"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13136 # wgExternalLinkTarget not supported by Parsoid
13138 Image with link parameter, wgExternalLinkTarget, unnamed parameter
13140 [[Image:foobar.jpg|link=http://example.com/|Title]]
13142 wgExternalLinkTarget='foobar'
13144 <p><a href="http://example.com/" title="Title" target="foobar" rel="nofollow"><img alt="Title" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
13149 Image with empty link parameter
13151 [[File:Foobar.jpg|link=]]
13153 <p><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" />
13156 <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>
13160 Image with link parameter (wiki target) and unnamed parameter
13162 [[File:Foobar.jpg|link=Main_Page|Title]]
13164 <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>
13167 <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>
13171 Image with link parameter (URL target) and unnamed parameter
13173 [[File:Foobar.jpg|link=http://example.com/|Title]]
13175 <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>
13178 <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>
13182 Thumbnail image with link parameter
13185 parsoid=wt2html,wt2wt,html2html
13187 [[File:Foobar.jpg|thumb|link=http://example.com/|Title]]
13189 <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>
13192 <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>
13196 Manually-specified thumbnail image
13200 [[File:Foobar.jpg|thumb=Thumb.png|Title]]
13202 <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>
13205 <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>
13209 Manually-specified thumbnail image with explicit link to wiki page
13212 parsoid=wt2html,wt2wt,html2html
13214 [[File:Foobar.jpg|thumb=Thumb.png|link=Main_Page|Title]]
13216 <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>
13219 <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>
13223 Manually-specified thumbnail image with explicit link to url
13226 parsoid=wt2html,wt2wt,html2html
13228 [[File:Foobar.jpg|thumb=Thumb.png|link=http://example.com|Title]]
13230 <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>
13233 <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>
13237 Manually-specified thumbnail image with explicit no link
13240 parsoid=wt2html,wt2wt,html2html
13242 [[File:Foobar.jpg|thumb=Thumb.png|link=|Title]]
13244 <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>
13247 <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>
13251 Manually-specified thumbnail image with explicit link and alt text
13254 parsoid=wt2html,wt2wt,html2html
13256 [[File:Foobar.jpg|thumb=Thumb.png|link=Main_Page|alt=alttext|Title]]
13258 <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>
13261 <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>
13265 Image with frame and link
13267 parsoid=wt2html,wt2wt,html2html
13269 [[File:Foobar.jpg|frame|left|This is a test image [[Main Page]]]]
13271 <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>
13274 <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>
13278 Image with frame and link and explicit alt
13280 parsoid=wt2html,wt2wt,html2html
13282 [[Image:Foobar.jpg|frame|left|This is a test image [[Main Page]]|alt=Altitude]]
13284 <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>
13287 <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>
13291 Image with wiki markup in implicit alt
13293 [[Image:Foobar.jpg|testing '''bold''' in alt]]
13295 [[Image:Foobar.jpg|alt=testing '''bold''' in alt]]
13297 <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>
13298 </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>
13301 <p><span class="mw-default-size" typeof="mw:Image" data-mw='{"caption":"testing <b data-parsoid=\"{&quot;dsr&quot;:[27,37,3,3]}\">bold</b> in alt"}'><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" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"220","width":"1941"},"sa":{"resource":"Image:Foobar.jpg"}}'/></a></span></p>
13302 <p><span class="mw-default-size" typeof="mw:Image"><a href="./File:Foobar.jpg"><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>
13306 Alt image option should handle most kinds of wikitext without barfing
13308 [[Image:Foobar.jpg|thumb|This is the image caption|alt=This is a [[link]] and a {{echo|''bold template''}}.]]
13310 <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>
13313 <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=\"{&quot;stx&quot;:&quot;simple&quot;,&quot;a&quot;:{&quot;href&quot;:&quot;./Link&quot;},&quot;sa&quot;:{&quot;href&quot;:&quot;link&quot;},&quot;dsr&quot;:[65,73,2,2]}\">link</a> and a <i about=\"#mwt1\" typeof=\"mw:Transclusion\" data-parsoid=\"{&quot;dsr&quot;:[80,106,null,null],&quot;pi&quot;:[[{&quot;k&quot;:&quot;1&quot;}]]}\" data-mw=\"{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;echo&quot;,&quot;href&quot;:&quot;./Template:Echo&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;''bold template''&quot;}},&quot;i&quot;: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>
13316 ###################
13317 # Conflicting image format options.
13318 # First option specified should 'win'.
13319 # All three cases in each test should be identical.
13322 Image with 'frameless' first.
13324 parsoid=wt2html,wt2wt,html2html
13326 [[File:Foobar.jpg|frameless|caption]]
13328 [[File:Foobar.jpg|frameless|frame|caption]]
13330 [[File:Foobar.jpg|frameless|thumb|caption]]
13332 <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>
13333 </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>
13334 </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>
13337 <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>
13338 <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>
13339 <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>
13343 Image with 'frame' first.
13345 parsoid=wt2html,wt2wt,html2html
13347 [[File:Foobar.jpg|frame|caption]]
13348 [[File:Foobar.jpg|frame|frameless|caption]]
13349 [[File:Foobar.jpg|frame|thumb|caption]]
13351 <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>
13352 <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>
13353 <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>
13356 <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>
13357 <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>
13358 <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>
13362 Image with 'thumb' first.
13364 parsoid=wt2html,wt2wt,html2html
13366 [[File:Foobar.jpg|thumb|caption]]
13367 [[File:Foobar.jpg|thumb|frameless|caption]]
13368 [[File:Foobar.jpg|thumb|frame|caption]]
13370 <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>
13371 <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>
13372 <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>
13375 <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>
13376 <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>
13377 <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>
13380 ###################
13382 # See https://www.mediawiki.org/wiki/Help:Images#Size_and_frame
13383 # and https://phabricator.wikimedia.org/T64258
13384 # Foobar has actual size of 1941x220
13385 # 1. Thumbs & frameless always reduce, can't be enlarged unless it's
13386 # a scalable format.
13387 # 2. Framed images always ignore size options; always render at default size.
13388 # 3. "Unspecified format" and border are the only types which can be
13392 Image: "unspecified format" and border enlarge
13394 parsoid=wt2html,wt2wt,html2html
13396 [[File:Foobar.jpg|2000px]]
13398 [[File:Foobar.jpg|border|2000px]]
13400 <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>
13401 </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>
13404 <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>
13405 <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>
13409 Image: "unspecified format" and border reduce
13411 parsoid=wt2html,wt2wt,html2html
13413 [[File:Foobar.jpg|1000px]]
13415 [[File:Foobar.jpg|border|1000px]]
13417 <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>
13418 </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>
13421 <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>
13422 <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>
13426 Image: thumbs reduce
13428 parsoid=wt2html,wt2wt,html2html
13430 [[File:Foobar.jpg|thumb|50px]]
13432 <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>
13435 <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>
13439 Image: bitmap thumbs can't be enlarged past original size, but vector can.
13441 parsoid=wt2html,wt2wt,html2html
13443 [[File:Foobar.jpg|thumb|2000px]]
13445 [[File:Foobar.svg|thumb|2000px]]
13447 <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>
13448 <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>
13451 <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>
13452 <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>
13456 Image: frameless can reduce in size
13458 parsoid=wt2html,wt2wt,html2html
13460 [[File:Foobar.jpg|frameless|50px]]
13462 <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>
13465 <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>
13469 Image: bitmap frameless can't be enlarged past original size, but vector can
13471 parsoid=wt2html,wt2wt,html2html
13473 [[File:Foobar.jpg|frameless|2000px]]
13475 [[File:Foobar.svg|frameless|2000px]]
13477 <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>
13478 </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>
13481 <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>
13482 <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>
13486 Image: framed images are always unscaled.
13488 parsoid=wt2html,wt2wt,html2html
13490 [[File:Foobar.jpg|frame]]
13492 [[File:Foobar.jpg|frame|50px]]
13494 [[File:Foobar.jpg|frame|50x50px]]
13496 [[File:Foobar.jpg|frame|2000px]]
13498 <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>
13499 <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>
13500 <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>
13501 <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>
13504 <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>
13505 <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>
13506 <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>
13507 <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>
13510 ###################
13513 Link to image page- image page normally doesn't exists, hence edit link
13514 Add test with existing image page
13515 #<p><a href="/wiki/File:Test" title="Image:Test">Image:test</a>
13519 <p><a href="/index.php?title=File:Test&action=edit&redlink=1" class="new" title="File:Test (page does not exist)">Image:test</a>
13524 bug 18784 Link to non-existent image page with caption should use caption as link text
13526 [[:Image:test|caption]]
13528 <p><a href="/index.php?title=File:Test&action=edit&redlink=1" class="new" title="File:Test (page does not exist)">caption</a>
13533 Frameless image caption with a free URL
13535 [[File:Foobar.jpg|http://example.com]]
13537 <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>
13540 <p><span class="mw-default-size" typeof="mw:Image" data-mw='{"caption":"<a rel=\"mw:ExtLink\" href=\"http://example.com\" data-parsoid=\"{&quot;stx&quot;:&quot;url&quot;,&quot;dsr&quot;:[18,36,0,0]}\">http://example.com</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>
13544 Thumbnail image caption with a free URL
13548 [[File:Foobar.jpg|thumb|http://example.com]]
13550 <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>
13553 <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>
13557 Thumbnail image caption with a free URL and explicit alt
13560 parsoid=wt2html,wt2wt,html2html
13562 [[File:Foobar.jpg|thumb|http://example.com|alt=Alteration]]
13564 <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>
13567 <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>
13571 SVG thumbnails with no language set
13574 [[File:Foobar.svg|thumb|caption]]
13576 <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>
13579 <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>
13583 SVG thumbnails with language de
13585 parsoid=wt2html,wt2wt,html2html
13587 [[File:Foobar.svg|thumb|caption|lang=de]]
13589 <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>
13592 <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>
13596 SVG thumbnails with invalid language code
13598 parsoid=wt2html,wt2wt,html2html
13600 [[File:Foobar.svg|thumb|caption|lang=invalid.language.code]]
13602 <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>
13605 <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>
13609 BUG 1887: A ISBN with a thumbnail
13611 [[File:Foobar.jpg|thumb|ISBN 1235467890]]
13613 <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>
13616 <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>
13620 BUG 1887: A RFC with a thumbnail
13622 [[File:Foobar.jpg|thumb|This is RFC 12354]]
13624 <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>
13627 <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>
13631 BUG 1887: A mailto link with a thumbnail
13633 [[File:Foobar.jpg|thumb|Please mailto:nobody@example.com]]
13635 <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>
13638 <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>
13641 # Pending resolution to bug 368
13643 BUG 648: Frameless image caption with a link
13645 [[File:Foobar.jpg|text with a [[link]] in it]]
13647 <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>
13650 <p><span class="mw-default-size" typeof="mw:Image" data-mw='{"caption":"text with a <a rel=\"mw:WikiLink\" href=\"./Link\" title=\"Link\" data-parsoid=\"{&quot;stx&quot;:&quot;simple&quot;,&quot;a&quot;:{&quot;href&quot;:&quot;./Link&quot;},&quot;sa&quot;:{&quot;href&quot;:&quot;link&quot;},&quot;dsr&quot;:[30,38,2,2]}\">link</a> in it"}'><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>
13654 BUG 648: Frameless image caption with a link (suffix)
13656 [[File:Foobar.jpg|text with a [[link]]foo in it]]
13658 <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>
13661 <p><span class="mw-default-size" typeof="mw:Image" data-mw='{"caption":"text with a <a rel=\"mw:WikiLink\" href=\"./Link\" title=\"Link\" data-parsoid=\"{&quot;stx&quot;:&quot;simple&quot;,&quot;a&quot;:{&quot;href&quot;:&quot;./Link&quot;},&quot;sa&quot;:{&quot;href&quot;:&quot;link&quot;},&quot;dsr&quot;:[30,41,2,5],&quot;tail&quot;:&quot;foo&quot;}\">linkfoo</a> in it"}'><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>
13665 BUG 648: Frameless image caption with an interwiki link
13667 [[File:Foobar.jpg|text with a [[MeatBall:Link]] in it]]
13669 <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>
13672 <p><span class="mw-default-size" typeof="mw:Image" 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=\"{&quot;stx&quot;:&quot;simple&quot;,&quot;a&quot;:{&quot;href&quot;:&quot;http://www.usemod.com/cgi-bin/mb.pl?Link&quot;},&quot;sa&quot;:{&quot;href&quot;:&quot;MeatBall:Link&quot;},&quot;isIW&quot;:true,&quot;dsr&quot;:[30,47,2,2]}\">MeatBall:Link</a> in it"}'><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>
13676 BUG 648: Frameless image caption with a piped interwiki link
13678 [[File:Foobar.jpg|text with a [[MeatBall:Link|link]] in it]]
13680 <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>
13683 <p><span class="mw-default-size" typeof="mw:Image" 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=\"{&quot;stx&quot;:&quot;piped&quot;,&quot;a&quot;:{&quot;href&quot;:&quot;http://www.usemod.com/cgi-bin/mb.pl?Link&quot;},&quot;sa&quot;:{&quot;href&quot;:&quot;MeatBall:Link&quot;},&quot;isIW&quot;:true,&quot;dsr&quot;:[30,52,16,2]}\">link</a> in it"}'><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>
13687 T107474: Frameless image caption with <nowiki>
13689 [[File:Foobar.jpg|<nowiki>text with a [[MeatBall:Link|link]] in it</nowiki>]]
13691 <p><span class="mw-default-size" typeof="mw:Image" data-mw='{"caption":"<span typeof=\"mw:Nowiki\" data-parsoid=\"{&quot;dsr&quot;:[18,75,8,9]}\">text with a [[MeatBall:Link|link]] in it</span>"}'><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>
13695 Escape HTML special chars in image alt text
13697 [[File:Foobar.jpg|& < > "]]
13699 <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>
13702 <p><span class="mw-default-size" typeof="mw:Image" data-mw='{"caption":"&amp; &lt; &gt; \""}'><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>
13706 BUG 499: Alt text should have Ӓ, not &1234;
13708 [[File:Foobar.jpg|♀]]
13710 <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>
13713 <p><span class="mw-default-size" typeof="mw:Image" data-mw='{"caption":"<span typeof=\"mw:Entity\" data-parsoid=\"{&quot;src&quot;:&quot;&amp;#9792;&quot;,&quot;srcContent&quot;:&quot;♀&quot;,&quot;dsr&quot;:[18,25,null,null]}\">♀</span>"}'><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>
13717 Broken image caption with link
13719 parsoid=wt2html,wt2wt,html2html
13721 [[Image:Foobar.jpg|thumb|This is a broken caption. But [[Main Page|this]] is just an ordinary link.
13723 <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.
13726 <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>
13730 Image caption containing another image
13732 [[File:Foobar.jpg|thumb|This is a caption with another [[File:Thumb.png|image]] inside it!]]
13734 <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>
13737 <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>
13741 Image: caption containing a newline
13743 [[File:Foobar.jpg|This
13746 <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>
13749 <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>
13753 Image: caption containing leading space
13754 (The leading space should not trigger nowiki escaping in wt2wt mode)
13756 [[File:Foobar.jpg|thumb| bar]]
13758 <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>
13761 <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>
13765 Image: caption containing a table
13767 parsoid=wt2html,wt2wt,html2html
13769 [[Image:Foobar.jpg|thumb|200px|This is an example image thumbnail caption with a table
13775 and some more text.]]
13777 <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>
13780 <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
13783 <tr><th>Foo </th><th>Bar</th></tr>
13786 <td>Bar1</td></tr></tbody></table>and some more text.</figcaption></figure>
13790 Bug 3090: External links other than http: in image captions
13792 [[File:Foobar.jpg|thumb|200x200px|This caption has [irc://example.net irc] and [https://example.com Secure] ext links in it.]]
13794 <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>
13797 <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>
13803 parsoid=wt2html,wt2wt,html2html
13805 [[Image:foobar.jpg|a|class=b]]
13807 <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>
13810 <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>
13814 Localized image handling (1).
13816 parsoid=wt2html,wt2wt,html2html
13819 [[Archivo:Foobar.jpg|izquierda|enlace=foo|caption]]
13821 <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>
13824 <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>
13828 Localized image handling (2).
13831 parsoid=wt2html,wt2wt,html2html
13834 [[Archivo:Foobar.jpg|miniatura|izquierda|enlace=foo|caption]]
13836 <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>
13839 <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>
13843 "border", "frameless" and "class" attributes on an image.
13846 parsoid=wt2html,wt2wt,html2html
13848 [[File:Foobar.jpg|frameless|border|class=extra|caption]]
13850 <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>
13853 <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>
13856 # Note that 'right' is the default alignment, despite the misspelled 'righ' below
13858 Invalid image attributes (bug 62500)
13861 parsoid=wt2html,wt2wt,html2html
13863 [[File:Foobar.jpg|thumb|float|left|caption]]
13865 [[File:Foobar.jpg|thumb|righ|caption]]
13867 [[File:Foobar.jpg|bogus1|thumb|bogus2|left|bogus3|caption]]
13869 <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>
13870 <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>
13871 <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>
13874 <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>
13875 <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>
13876 <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>
13882 #REDIRECT [[File:Barfoo.jpg]]
13885 # FIXME: Parsoid should run this test -- but we'd need to teach the
13886 # mockAPI about the redirected Barfoo.jpg image.
13890 [[Image:Barfoo.jpg]]
13892 <p><a href="/wiki/File:Barfoo.jpg" title="File:Barfoo.jpg">File:Barfoo.jpg</a>
13897 Missing image with uploads disabled
13901 [[File:Foobaz.jpg]]
13903 <p><a href="/wiki/File:Foobaz.jpg" title="File:Foobaz.jpg">File:Foobaz.jpg</a>
13906 <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>
13909 # Parsoid-specific testing for images
13910 # https://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec#Images
13911 # Currently imperfect due to a flaw in the Parsoid testrunner
13913 # THESE TESTS SHOULD BE MOVED UP and merged with the php-specific
13917 Parsoid-specific image handling - simple image with size and middle alignment
13919 [[File:Foobar.jpg|middle|50px]]
13921 <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>
13925 Parsoid-specific image handling - simple image with size, middle alignment,
13926 non-standard namespace alias
13928 parsoid=wt2wt,wt2html,html2html
13930 [[Image:Foobar.jpg|middle|50px]]
13932 <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>
13936 Parsoid-specific image handling - simple image with size and middle alignment
13939 [[File:Foobar.jpg|50px|middle]]
13941 <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>
13945 Parsoid-specific image handling - simple image with size and middle alignment
13946 and non-standard namespace name
13948 parsoid=wt2html,wt2wt,html2html
13950 [[Image:Foobar.jpg|50px|middle]]
13952 <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>
13956 Parsoid-specific image handling - simple image with both sizes, a baseline alignment, and a caption
13958 [[File:Foobar.jpg|500x10px|baseline|caption]]
13960 <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>
13964 Parsoid-specific image handling - simple image with border and size spec
13966 [[File:Foobar.jpg|50px|border|caption]]
13968 <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>
13972 Parsoid-specific image handling - thumbnail with halign, valign, and caption
13974 [[File:Foobar.jpg|left|baseline|thumb|caption content]]
13976 <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>
13980 Parsoid-specific image handling - thumbnail with halign, valign, and caption
13983 [[File:Foobar.jpg|thumb|left|baseline|caption content]]
13985 <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>
13989 Parsoid-specific image handling - thumbnail with specific size, halign, valign, and caption
13991 [[Image:Foobar.jpg|right|middle|thumb|50x50px|caption]]
13993 <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>
13997 Parsoid-specific image handling - thumbnail with specific size, halign,
13998 valign, and caption (existing content)
14000 [[File:Foobar.jpg|thumb|50x50px|right|middle|caption]]
14002 <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>
14006 Parsoid-specific image handling - framed image with specific size and caption
14009 parsoid=wt2html,wt2wt,html2html
14011 [[File:Foobar.jpg|frame|500x50px|caption]]
14013 <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>
14017 Parsoid-specific image handling - framed image with specific size, halign, valign, and caption
14020 parsoid=wt2html,wt2wt,html2html
14022 [[File:Foobar.jpg|left|baseline|frame|500x50px|caption]]
14024 <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>
14028 Parsoid-specific image handling - frameless image with specific size, border, and caption
14030 [[File:Foobar.jpg|frameless|442x50px|border|caption]]
14032 <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>
14036 Parsoid-specific image handling - simple image with a formatted caption
14038 [[File:Foobar.jpg|<table><tr><td>a</td><td>b</td></tr><tr><td>c</td></tr></table>]]
14040 <p><span class="mw-default-size" typeof="mw:Image" data-mw='{"caption":"<table data-parsoid=\"{&quot;stx&quot;:&quot;html&quot;,&quot;dsr&quot;:[18,81,7,8]}\"><tbody data-parsoid=\"{&quot;dsr&quot;:[25,73,0,0]}\"><tr data-parsoid=\"{&quot;stx&quot;:&quot;html&quot;,&quot;dsr&quot;:[25,54,4,5]}\"><td data-parsoid=\"{&quot;stx&quot;:&quot;html&quot;,&quot;dsr&quot;:[29,39,4,5]}\">a</td><td data-parsoid=\"{&quot;stx&quot;:&quot;html&quot;,&quot;dsr&quot;:[39,49,4,5]}\">b</td></tr><tr data-parsoid=\"{&quot;stx&quot;:&quot;html&quot;,&quot;dsr&quot;:[54,73,4,5]}\"><td data-parsoid=\"{&quot;stx&quot;:&quot;html&quot;,&quot;dsr&quot;:[58,68,4,5]}\">c</td></tr></tbody></table>"}'><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>
14044 Parsoid-specific image handling - caption with a template in it
14046 [[File:Foobar.jpg|thumb|200x23px|This caption has a {{echo|transclusion}} in it.]]
14048 <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>
14052 Parsoid-specific image handling - caption with unbalanced tags in it
14054 parsoid=wt2html,wt2wt,html2html
14057 [[File:Foobar.jpg|thumb|200x200px|This caption has a <center>unbalanced tag in it.]]
14061 <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>
14066 Parsoid-specific image handling - empty caption (1)
14068 parsoid=wt2html,wt2wt
14070 [[File:Foobar.jpg|thumb|]]
14072 <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>
14075 # empty captions don't get serialized unless we're in the "round trip" case
14077 Parsoid-specific image handling - empty caption (2)
14081 <figure class="mw-default-size" typeof="mw:Image/Thumb">
14082 <a href="./File:Foobar.jpg">
14083 <img resource="./File:Foobar.jpg"
14084 src="//example.com/images/3/3a/Foobar.jpg"
14085 data-file-width="1941" data-file-height="220" data-file-type="bitmap"
14086 height="25" width="220"/>
14088 <figcaption></figcaption>
14091 [[File:Foobar.jpg|thumb]]
14095 Parsoid-specific image handling - whitespace caption
14097 [[File:Foobar.jpg|thumb| ]]
14099 <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>
14103 Parsoid-specific image handling - lang option
14106 [[File:Foobar.svg|lang=de|caption]]
14110 <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>
14114 ## Edge case bugs in Parsoid from T93580
14116 T93580: 1. Templated <ref> inside block images
14118 [[File:Foobar.jpg|thumb|Caption with templated ref: {{echo|<ref>foo</ref>}}]]
14122 <figure class="mw-default-size" typeof="mw:Image/Thumb" data-parsoid='{"optList":[{"ck":"thumbnail","ak":"thumb"},{"ck":"caption","ak":"Caption with templated ref: {{echo|<ref>foo</ref>}}"}]}'><a href="./File:Foobar.jpg" data-parsoid='{"a":{"href":"./File:Foobar.jpg"},"sa":{}}'><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220" data-parsoid='{"a":{"resource":"./File:Foobar.jpg","height":"25","width":"220"},"sa":{"resource":"File:Foobar.jpg"}}'/></a><figcaption>Caption with templated ref: <span about="#mwt5" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Transclusion mw:Extension/ref" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<ref>foo</ref>"}},"i":0}}]}'><a href="#cite_note-1" style="counter-reset: mw-Ref 1;"><span class="mw-reflink-text">[1]</span></a></span></figcaption></figure>
14124 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text" data-parsoid="{}">foo</span></li></ol>
14128 T93580: 2. <ref> inside inline images
14130 [[File:Foobar.jpg|Undisplayed caption in inline image with ref: <ref>foo</ref>]]
14134 <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=\"{&quot;dsr&quot;:[64,78,5,6]}\" data-mw=\"{&quot;name&quot;:&quot;ref&quot;,&quot;body&quot;:{&quot;id&quot;:&quot;mw-reference-text-cite_note-1&quot;},&quot;attrs&quot;:{}}\"><a href=\"#cite_note-1\" style=\"counter-reset: mw-Ref 1;\"><span class=\"mw-reflink-text\">[1]</span></a></span><meta typeof=\"mw:Extension/ref/Marker\" about=\"#mwt2\" data-parsoid=\"{&quot;group&quot;:&quot;&quot;,&quot;name&quot;:&quot;&quot;,&quot;content&quot;:&quot;foo&quot;,&quot;hasRefInRef&quot;:false,&quot;dsr&quot;:[64,78,5,6],&quot;tmp&quot;:{}}\" data-mw=\"{}\">"}'><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>
14136 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text" data-parsoid="{}">foo</span></li></ol>
14140 T93580: 3. Templated <ref> inside inline images
14142 [[File:Foobar.jpg|Undisplayed caption in inline image with ref: {{echo|<ref>{{echo|foo}}</ref>}}]]
14146 <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=\"{&quot;dsr&quot;:[64,96,null,null],&quot;pi&quot;:[[{&quot;k&quot;:&quot;1&quot;}]]}\" data-mw=\"{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;echo&quot;,&quot;href&quot;:&quot;./Template:Echo&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;<ref>{{echo|foo}}</ref>&quot;}},&quot;i&quot;:0}}]}\"><a href=\"#cite_note-1\" style=\"counter-reset: mw-Ref 1;\"><span class=\"mw-reflink-text\">[1]</span></a></span><meta typeof=\"mw:Transclusion mw:Extension/ref/Marker\" about=\"#mwt2\" data-parsoid=\"{&quot;group&quot;:&quot;&quot;,&quot;name&quot;:&quot;&quot;,&quot;content&quot;:&quot;foo&quot;,&quot;hasRefInRef&quot;:false,&quot;dsr&quot;:[64,96,null,null],&quot;pi&quot;:[[{&quot;k&quot;:&quot;1&quot;}]],&quot;tmp&quot;:{}}\" data-mw=\"{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;echo&quot;,&quot;href&quot;:&quot;./Template:Echo&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;<ref>{{echo|foo}}</ref>&quot;}},&quot;i&quot;: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>
14148 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text" data-parsoid="{}">foo</span></li></ol>
14155 Subpage test/subpage
14163 subpage title=[[Subpage test]]
14167 <p><a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">/subpage</a>
14172 Subpage noslash link
14174 subpage title=[[Subpage test]]
14178 <p><a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">subpage</a>
14183 Subpage test/1/2/subpage
14189 Relative subpage noslash link
14191 parsoid=wt2wt,wt2html,html2html
14192 subpage title=[[Subpage test/1/2/3/4]]
14198 <p><a href="/wiki/Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">subpage</a>
14199 </p><p><a href="/wiki/Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">Subpage test/1/2/subpage</a>
14202 <p><a rel="mw:WikiLink" href="Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">subpage</a></p>
14203 <p><a rel="mw:WikiLink" href="Subpage_test/1/2/subpage" title="Subpage test/1/2/subpage">Subpage_test/1/2/subpage</a></p>
14207 Parsoid: dot-slash prefixed wikilinks
14217 </p><p>[[././baz/]]
14222 </p><p>[[././baz/]]
14227 Render invalid page names as plain text (bug 51090)
14240 [[{{echo|./../foo}}|bar]]
14241 [[{{echo|foo/.}}|bar]]
14242 [[{{echo|foo/..}}|bar]]
14243 [[{{echo|foo~~~~bar}}]]
14244 [[{{echo|foo>bar}}]]
14245 [[{{echo|foo././bar}}]]
14246 [[{{echo|foo{bar}}]]
14247 [[{{echo|foo}bar}}]]
14248 [[{{echo|foo[bar}}]]
14249 [[{{echo|foo]bar}}]]
14250 [[{{echo|foo<bar}}]]
14252 <p>[[./../foo|bar]]
14262 </p><p>[[./../foo|bar]]
14275 <p>[[./../foo|bar]]
14286 <p>[[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"./../foo"}},"i":0}}]}'>./../foo</span>|bar]]
14287 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo/."}},"i":0}}]}'>foo/.</span>|bar]]
14288 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo/.."}},"i":0}}]}'>foo/..</span>|bar]]
14289 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo~~~~bar"}},"i":0}}]}'>foo~~~~bar</span>]]
14290 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo>bar"}},"i":0}}]}'>foo>bar</span>]]
14291 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo././bar"}},"i":0}}]}'>foo././bar</span>]]
14292 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo{bar"}},"i":0}}]}'>foo{bar</span>]]
14293 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo}bar"}},"i":0}}]}'>foo}bar</span>]]
14294 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo[bar"}},"i":0}}]}'>foo[bar</span>]]
14295 [[<span typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"foo]bar"}},"i":0}}]}'>foo]bar</span>]]
14296 [[<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>
14304 <p><a href="/index.php?title=/subpage&action=edit&redlink=1" class="new" title="/subpage (page does not exist)">/subpage</a>
14309 BUG 561: {{/Subpage}}
14311 subpage title=[[Page]]
14315 <p><a href="/index.php?title=Page/Subpage&action=edit&redlink=1" class="new" title="Page/Subpage (page does not exist)">Page/Subpage</a>
14323 Category:MediaWiki User's Guide
14331 [[:Category:MediaWiki User's Guide]]
14333 <p><a href="/wiki/Category:MediaWiki_User%27s_Guide" title="Category:MediaWiki User's Guide">Category:MediaWiki User's Guide</a>
14342 [[Category:MediaWiki User's Guide]]
14344 <a href="/wiki/Category:MediaWiki_User%27s_Guide" title="Category:MediaWiki User's Guide">MediaWiki User's Guide</a>
14348 PAGESINCATEGORY invalid title fatal (r33546 fix)
14350 {{PAGESINCATEGORY:<bogus>}}
14357 Category with different sort key
14361 [[Category:MediaWiki User's Guide|Foo]]
14363 <a href="/wiki/Category:MediaWiki_User%27s_Guide" title="Category:MediaWiki User's Guide">MediaWiki User's Guide</a>
14367 Category with identical sort key
14371 [[Category:MediaWiki User's Guide|MediaWiki User's Guide]]
14373 <a href="/wiki/Category:MediaWiki_User%27s_Guide" title="Category:MediaWiki User's Guide">MediaWiki User's Guide</a>
14377 Category with empty sort key
14382 [[Category:MediaWiki User's Guide|]]
14384 [[Category:MediaWiki User's Guide|MediaWiki User's Guide]]
14388 Category with empty sort key and parentheses
14393 [[Category:Foo (bar)|]]
14395 [[Category:Foo (bar)|Foo]]
14398 ## We used to, but no longer wt2wt this test since the default serializer
14399 ## will normalize all categories to serialize on their own line.
14400 ## This wikitext usage is going to be fairly uncommon in production and
14401 ## selser will take care of preserving formatting in those scenarios.
14403 Category with link tail
14409 123[[Category:Foo]]456
14411 123[[Category:Foo]]456
14413 <p>123<link rel="mw:PageProp/Category" href="Category:Foo"/>456</p>
14417 Category with template
14422 [[Category:{{echo|Foo}}]]
14424 [[Category:{{echo|Foo}}]]
14428 Category with template in sort key
14433 [[Category:Foo|{{echo|Bar}}]]
14435 [[Category:Foo|{{echo|Bar}}]]
14439 Category with template in sort key and title
14444 [[Category:{{echo|Foo}}|{{echo|Bar}}]]
14446 [[Category:{{echo|Foo}}|{{echo|Bar}}]]
14449 ## We used to, but no longer wt2wt this test since the default serializer
14450 ## will normalize all categories to serialize on their own line.
14451 ## This wikitext usage is going to be fairly uncommon in production and
14452 ## selser will take care of preserving formatting in those scenarios.
14454 Category / paragraph interactions
14458 Foo [[Category:Baz]] Bar
14460 Foo [[Category:Baz]]
14468 [[Category:Baz]] Bar
14481 {{echo|[[Category:Baz]]}}
14494 <p>Foo <link rel="mw:PageProp/Category" href="Category:Baz"/> Bar</p>
14495 <p>Foo <link rel="mw:PageProp/Category" href="Category:Baz"/> Bar</p>
14496 <p>Foo <link rel="mw:PageProp/Category" href="Category:Baz"/> Bar</p>
14497 <p>Foo <link rel="mw:PageProp/Category" href="Category:Baz"/> Bar</p>
14498 <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>
14499 <link rel="mw:PageProp/Category" href="Category:Baz"/>
14502 ## We used to, but no longer wt2wt this test since the default serializer
14503 ## will normalize all categories to serialize on their own line.
14504 ## This wikitext usage is going to be fairly uncommon in production and
14505 ## selser will take care of preserving formatting in those scenarios.
14507 ## The whitespace on the empty line is part of the test. Please do not delete
14509 1. Categories and newlines: All preceding newlines should be suppressed (courtesy bug 87)
14515 [[Category:Foo]] and this should be part of same paragraph (not an indent-pre)
14517 {{echo|[[Category:Foo]] and so should this!}}
14519 <p>This and this should be part of same paragraph (not an indent-pre) and so should this!
14524 <link rel="mw:PageProp/Category" href="./Category:Foo"/> and this should be part of same paragraph (not an indent-pre)
14526 <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>
14529 ## Parsoid will not try to wt2wt this while preserving newlines because
14530 ## it suppresses excess newlines within list items -- and we don't want to
14531 ## introduce a special case just for categories, which is, in reality somewhat
14532 ## odd behavior -- categories are unlikely to be used in list items like this
14533 ## in top-level pages and are only likely to show up in template-generated
14534 ## list items where this RT-ing is a non-issue.
14536 ## The whitespace on the empty line is part of the test. Please do not delete
14538 2. Categories and newlines: All preceding newlines should be suppressed (courtesy bug 87)
14544 [[Category:Foo]] and this should be part of the same list item
14547 {{echo|[[Category:Foo]] and this should be part of the same list item}}
14549 <ul><li>This and this should be part of the same list item</li>
14550 <li>So should this and this should be part of the same list item</li></ul>
14553 <li>This <link rel="mw:PageProp/Category" href="./Category:Foo"/> and this should be part of the same list item</li>
14554 <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>
14558 ## Newlines and categories that follow the last item of a list
14559 ## are treated differently because this (list followed by categories)
14560 ## is an extremely common pattern on wikis.
14562 3. Categories and newlines: newline suppression for last list item should RT properly
14575 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/>
14577 <link rel="mw:PageProp/Category" href="./Category:Bar" data-parsoid='{"stx":"simple","a":{"href":"./Category:Bar"},"sa":{"href":"Category:Bar"}}'/>
14578 <link rel="mw:PageProp/Category" href="./Category:Baz" data-parsoid='{"stx":"simple","a":{"href":"./Category:Baz"},"sa":{"href":"Category:Baz"}}'/>
14582 4. Categories and newlines: newline suppression for last list item should RT properly
14590 <ul><li><ul><li><ul><li> b</li></ul></li></ul></li></ul></li></ul>
14592 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/>
14595 ## only wt2html for this to make sure the algo only applies to the rightmost path
14597 5. Categories and newlines: migrateTrailingCategories dom pass should only run on the rightmost path of nested lists
14610 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/></li></ul></li>
14612 <ul><li> d</li></ul></li></ul>
14613 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{"stx":"simple","a":{"href":"./Category:Foo"},"sa":{"href":"Category:Foo"}}'/>
14616 ## We used to, but no longer wt2wt this test since the default serializer
14617 ## will normalize all categories to serialize on their own line.
14618 ## This wikitext usage is going to be fairly uncommon in production and
14619 ## selser will take care of preserving formatting in those scenarios.
14621 6. Categories and newlines: migrateTrailingCategories dom pass should not migrate categories not preceded by newlines
14625 * a [[Category:Foo]]
14627 <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>
14630 # This test also demonstrates because of newline+category tunneling
14631 # through the list hander, template wrapping doesn't expand to the
14632 # containing list when the list item swallows the category.
14634 7. Categories and newlines: migrateTrailingCategories dom pass should leave template content alone
14639 <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
14640 </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>
14644 8. Categories and newlines: migrateTrailingCategories dom pass should not get tripped by intervening templates
14648 {{echo|[[Category:Foo]]
14652 <ul><li> a</li></ul>
14654 <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">
14655 </span><link rel="mw:PageProp/Category" href="./Category:Bar" about="#mwt1" data-parsoid='{"stx":"simple","a":{"href":"./Category:Bar"},"sa":{"href":"Category:Bar"}}'/>
14656 <link rel="mw:PageProp/Category" href="./Category:Baz" data-parsoid='{"stx":"simple","a":{"href":"./Category:Baz"},"sa":{"href":"Category:Baz"}}'/>
14660 Parsoid: Serialize link to category page with colon escape
14666 [[:Category:Foo|Bar]]
14669 <a rel="mw:WikiLink" href="./Category:Foo" title="Category:Foo">Category:Foo</a>
14670 <a rel="mw:WikiLink" href="./Category:Foo" title="Category:Foo">Bar</a>
14674 # We used to, but no longer wt2wt this test since the default serializer
14675 # will normalize all categories to serialize on their own line.
14676 # This wikitext usage is going to be fairly uncommon in production and
14677 # selser will take care of preventing whitespace insertion if this
14678 # occurs in an article.
14680 # html2html disabled for the same reason (whitespace insertion between
14683 # html2wt disabled because it localizes the "Category" namespace.
14685 Link prefix/suffixes aren't applied to category links
14695 <p>x<link rel="mw:PageProp/Category" href="./Flokkur:Foo" data-parsoid=""/>y</p>
14699 Parsoid: Serialize link to file page with colon escape
14705 [[:File:Foo.png|Bar]]
14708 <a rel="mw:WikiLink" href="./File:Foo.png" title="File:Foo.png">File:Foo.png</a>
14709 <a rel="mw:WikiLink" href="./File:Foo.png" title="File:Foo.png">Bar</a>
14714 Parsoid: Serialize a genuine category link without colon escape
14719 [[Category:Foo|Bar]]
14721 <link rel="mw:PageProp/Category" href="./Category:Foo">
14722 <link rel="mw:PageProp/Category" href="./Category:Foo#Bar">
14726 Normalize hrefs properly before testing for invalid link targets (bug 70894)
14730 <link rel="mw:PageProp/Category" href="./Category:Toxine_bactérienne"/>
14732 [[Category:Toxine bactérienne]]
14736 Parsoid: Defaultsort
14738 {{DEFAULTSORT:Foo}}
14740 <meta property="mw:PageProp/categorydefaultsort" content="Foo"/>
14744 Parsoid: Defaultsort (template-generated)
14746 {{{{echo|DEFAULTSORT}}:Foo}}
14748 <meta property="mw:PageProp/categorydefaultsort" content="Foo" about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"dsr":[0,28,null,null],"pi":[[]]}' data-mw='{"parts":[{"template":{"target":{"wt":"{{echo|DEFAULTSORT}}:Foo"},"params":{},"i":0}}]}'/>
14752 ### Inter-language links
14755 Interlanguage links
14763 es:Alimento fr:Nourriture zh:食品
14765 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Alimento"/>
14766 <link rel="mw:PageProp/Language" href="http://fr.wikipedia.org/wiki/Nourriture"/>
14767 <link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/食品"/>
14771 Duplicate interlanguage links (bug 24502)
14782 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/1"/>
14783 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/2"/>
14784 <link rel="mw:PageProp/Language" href="http://fr.wikipedia.org/wiki/1"/>
14785 <link rel="mw:PageProp/Language" href="http://fr.wikipedia.org/wiki/2"/>
14792 Basic section headings
14799 ===Smaller headline===
14802 <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>
14805 <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>
14808 <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>
14814 Section headings with TOC
14817 === Subheadline 1 ===
14818 ===== Skipping a level =====
14819 ====== Skipping a level ======
14823 ===Another headline===
14825 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
14827 <li class="toclevel-1 tocsection-1"><a href="#Headline_1"><span class="tocnumber">1</span> <span class="toctext">Headline 1</span></a>
14829 <li class="toclevel-2 tocsection-2"><a href="#Subheadline_1"><span class="tocnumber">1.1</span> <span class="toctext">Subheadline 1</span></a>
14831 <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>
14833 <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>
14840 <li class="toclevel-1 tocsection-5"><a href="#Headline_2"><span class="tocnumber">2</span> <span class="toctext">Headline 2</span></a>
14842 <li class="toclevel-2 tocsection-6"><a href="#Another_headline"><span class="tocnumber">2.1</span> <span class="toctext">Another headline</span></a></li>
14848 <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>
14849 <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>
14850 <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>
14851 <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>
14852 <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>
14855 <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>
14860 TOC anchors don't collide
14868 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
14870 <li class="toclevel-1 tocsection-1"><a href="#Headline_2"><span class="tocnumber">1</span> <span class="toctext">Headline 2</span></a></li>
14871 <li class="toclevel-1 tocsection-2"><a href="#Headline"><span class="tocnumber">2</span> <span class="toctext">Headline</span></a></li>
14872 <li class="toclevel-1 tocsection-3"><a href="#Headline_2_2"><span class="tocnumber">3</span> <span class="toctext">Headline 2</span></a></li>
14873 <li class="toclevel-1 tocsection-4"><a href="#Headline_3"><span class="tocnumber">4</span> <span class="toctext">Headline</span></a></li>
14877 <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>
14878 <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>
14879 <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>
14880 <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>
14884 # perl -e 'print "="x$_," Level $_ heading","="x$_,"\n" for 1..10'
14886 Handling of sections up to level 6 and beyond
14889 == Level 2 Heading==
14890 === Level 3 Heading===
14891 ==== Level 4 Heading====
14892 ===== Level 5 Heading=====
14893 ====== Level 6 Heading======
14894 ======= Level 7 Heading=======
14895 ======== Level 8 Heading========
14896 ========= Level 9 Heading=========
14897 ========== Level 10 Heading==========
14899 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
14901 <li class="toclevel-1 tocsection-1"><a href="#Level_1_Heading"><span class="tocnumber">1</span> <span class="toctext">Level 1 Heading</span></a>
14903 <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>
14905 <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>
14907 <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>
14909 <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>
14911 <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>
14912 <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>
14913 <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>
14914 <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>
14915 <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>
14929 <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>
14930 <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>
14931 <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>
14932 <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>
14933 <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>
14934 <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>
14935 <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>
14936 <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>
14937 <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>
14938 <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>
14943 TOC regression (T11764)
14947 ==== title 1.1.1 ====
14952 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
14954 <li class="toclevel-1 tocsection-1"><a href="#title_1"><span class="tocnumber">1</span> <span class="toctext">title 1</span></a>
14956 <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>
14958 <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>
14961 <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>
14964 <li class="toclevel-1 tocsection-5"><a href="#title_2"><span class="tocnumber">2</span> <span class="toctext">title 2</span></a>
14966 <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>
14972 <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>
14973 <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>
14974 <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>
14975 <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>
14976 <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>
14977 <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>
14982 TOC for heading containing <span id="..."></span> (T96153)
14985 ==<span id="old-anchor"></span>New title==
14987 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
14989 <li class="toclevel-1 tocsection-1"><a href="#New_title"><span class="tocnumber">1</span> <span class="toctext">New title</span></a></li>
14993 <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>
14998 TOC with wgMaxTocLevel=3 (bug 6204)
15004 ==== title 1.1.1 ====
15009 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15011 <li class="toclevel-1 tocsection-1"><a href="#title_1"><span class="tocnumber">1</span> <span class="toctext">title 1</span></a>
15013 <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>
15014 <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>
15017 <li class="toclevel-1 tocsection-5"><a href="#title_2"><span class="tocnumber">2</span> <span class="toctext">title 2</span></a>
15019 <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>
15025 <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>
15026 <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>
15027 <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>
15028 <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>
15029 <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>
15030 <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>
15035 TOC with wgMaxTocLevel=3 and two level four headings (bug 6204)
15041 ====Section 1.1.1====
15042 ====Section 1.1.1.1====
15045 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15047 <li class="toclevel-1 tocsection-1"><a href="#Section_1"><span class="tocnumber">1</span> <span class="toctext">Section 1</span></a>
15049 <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>
15052 <li class="toclevel-1 tocsection-5"><a href="#Section_2"><span class="tocnumber">2</span> <span class="toctext">Section 2</span></a></li>
15056 <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>
15057 <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>
15058 <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>
15059 <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>
15060 <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>
15066 Resolving duplicate section names
15071 <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>
15072 <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>
15077 Resolving duplicate section names with differing case (bug 10721)
15082 <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>
15083 <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>
15095 Template with sections, __NOTOC__
15102 <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>
15103 <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>
15104 <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>
15105 <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>
15110 __NOEDITSECTION__ keyword
15116 <h2><span class="mw-headline" id="Section_1">Section 1</span></h2>
15117 <h2><span class="mw-headline" id="Section_2">Section 2</span></h2>
15122 Link inside a section heading
15124 ==Section with a [[Main Page|link]] in it==
15126 <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>
15131 TOC regression (T14077)
15138 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15140 <li class="toclevel-1 tocsection-1"><a href="#title_1"><span class="tocnumber">1</span> <span class="toctext">title 1</span></a>
15142 <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>
15145 <li class="toclevel-1 tocsection-3"><a href="#title_2"><span class="tocnumber">2</span> <span class="toctext">title 2</span></a></li>
15149 <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>
15150 <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>
15151 <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>
15156 BUG 1219 URL next to image (good)
15158 http://example.com [[File:Foobar.jpg]]
15160 <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>
15163 <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>
15167 Short headings with trailing space should match behavior of Parser::doHeadings (bug 19910)
15170 The line above must have a trailing space!
15173 But just in case it doesn't...
15175 <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>
15176 <p>The line above must have a trailing space!
15178 <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>
15179 <p>But just in case it doesn't...
15184 Header with special characters (bug 25462)
15186 The tooltips shall not show entities to the user (ie. be double escaped)
15203 <p>The tooltips shall not show entities to the user (ie. be double escaped)
15205 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15207 <li class="toclevel-1 tocsection-1"><a href="#text_.3E_text"><span class="tocnumber">1</span> <span class="toctext">text > text</span></a></li>
15208 <li class="toclevel-1 tocsection-2"><a href="#text_.3C_text"><span class="tocnumber">2</span> <span class="toctext">text < text</span></a></li>
15209 <li class="toclevel-1 tocsection-3"><a href="#text_.26_text"><span class="tocnumber">3</span> <span class="toctext">text & text</span></a></li>
15210 <li class="toclevel-1 tocsection-4"><a href="#text_.27_text"><span class="tocnumber">4</span> <span class="toctext">text ' text</span></a></li>
15211 <li class="toclevel-1 tocsection-5"><a href="#text_.22_text"><span class="tocnumber">5</span> <span class="toctext">text " text</span></a></li>
15215 <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>
15218 <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>
15221 <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>
15224 <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>
15227 <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>
15233 Header with space, plus and underscore as entity
15235 Id should not contain + for spaces
15237 == Space between Text ==
15240 == Space-Entity between Text ==
15243 == Plus+between+Text ==
15246 == Plus-Entity+between+Text ==
15249 == Underscore_between_Text ==
15252 == Underscore-Entity_between_Text ==
15255 [[#Space between Text]]
15256 [[#Space-Entity between Text]]
15257 [[#Plus+between+Text]]
15258 [[#Plus-Entity+between+Text]]
15259 [[#Underscore_between_Text]]
15260 [[#Underscore-Entity_between_Text]]
15262 <p>Id should not contain + for spaces
15264 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15266 <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>
15267 <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>
15268 <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>
15269 <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>
15270 <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>
15271 <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>
15275 <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>
15278 <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>
15281 <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>
15284 <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>
15287 <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>
15290 <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>
15292 </p><p><a href="#Space_between_Text">#Space between Text</a>
15293 <a href="#Space-Entity_between_Text">#Space-Entity between Text</a>
15294 <a href="#Plus.2Bbetween.2BText">#Plus+between+Text</a>
15295 <a href="#Plus-Entity.2Bbetween.2BText">#Plus-Entity+between+Text</a>
15296 <a href="#Underscore_between_Text">#Underscore_between_Text</a>
15297 <a href="#Underscore-Entity_between_Text">#Underscore-Entity_between_Text</a>
15302 Headers with excess '=' characters
15303 (Are similar tests necessary beyond the 1st level?)
15307 =''italic'' heading==
15308 ==''italic'' heading=
15310 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15312 <li class="toclevel-1 tocsection-1"><a href="#foo.3D"><span class="tocnumber">1</span> <span class="toctext">foo=</span></a></li>
15313 <li class="toclevel-1 tocsection-2"><a href="#.3Dfoo"><span class="tocnumber">2</span> <span class="toctext">=foo</span></a></li>
15314 <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>
15315 <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>
15319 <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>
15320 <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>
15321 <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>
15322 <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>
15327 HTML headers vs TOC (bug 23393)
15328 (__NOEDITSECTION__ for clearer output, doesn't matter here)
15340 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
15342 <li class="toclevel-1"><a href="#Header_1"><span class="tocnumber">1</span> <span class="toctext">Header 1</span></a>
15344 <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>
15345 <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>
15348 <li class="toclevel-1"><a href="#Header_2"><span class="tocnumber">2</span> <span class="toctext">Header 2</span></a>
15350 <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>
15351 <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>
15357 <h1><span class="mw-headline" id="Header_1">Header 1</span></h1>
15358 <h2><span class="mw-headline" id="Header_1.1">Header 1.1</span></h2>
15359 <h2><span class="mw-headline" id="Header_1.2">Header 1.2</span></h2>
15360 <h1><span class="mw-headline" id="Header_2">Header 2</span></h1>
15361 <h2><span class="mw-headline" id="Header_2.1">Header 2.1</span></h2>
15362 <h2><span class="mw-headline" id="Header_2.2">Header 2.2</span></h2>
15367 Single-line or multiline-comments can follow headings
15369 parsoid=wt2html,wt2wt
15377 <h2><span class="mw-headline" id="foo">foo</span></h2>
15378 <h2><span class="mw-headline" id="bar">bar</span></h2>
15379 <h2><span class="mw-headline" id="baz">baz</span></h2>
15384 BUG 1219 URL next to image (broken)
15386 http://example.com[[File:Foobar.jpg]]
15388 <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>
15391 <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>
15395 Bug 1186 news: in the middle of text
15397 http://en.wikinews.org/wiki/Wikinews:Workplace
15399 <p><a rel="nofollow" class="external free" href="http://en.wikinews.org/wiki/Wikinews:Workplace">http://en.wikinews.org/wiki/Wikinews:Workplace</a>
15405 Namespaced link must have a title
15414 Namespaced link must have a title (bad fragment version)
15416 [[Project:#fragment]]
15418 <p>[[Project:#fragment]]
15424 ### HTML tags and HTML attributes
15428 div with no attributes
15430 <div>HTML rocks</div>
15432 <div>HTML rocks</div>
15437 div with double-quoted attribute
15439 <div id="rock">HTML rocks</div>
15441 <div id="rock">HTML rocks</div>
15446 div with single-quoted attribute
15448 <div id='rock'>HTML rocks</div>
15450 <div id="rock">HTML rocks</div>
15455 div with unquoted attribute
15457 <div id=rock>HTML rocks</div>
15459 <div id="rock">HTML rocks</div>
15464 div with illegal double attributes
15466 <div id="a" id="b">HTML rocks</div>
15468 <div id="b">HTML rocks</div>
15473 div with empty attribute value, space before equals
15475 <div class =>HTML rocks</div>
15477 <div class="">HTML rocks</div>
15481 # FIXME: Parsoid doesn't match the html5 spec
15483 div with multiple empty attribute values
15485 parsoid=wt2html,html2html
15487 <div id= title=>HTML rocks</div>
15489 <div id="title.3D">HTML rocks</div>
15492 <div id="" title="">HTML rocks</div>
15495 # FIXME: Parsoid doesn't match the html5 spec
15497 table with multiple empty attribute values
15499 parsoid=wt2html,html2html
15505 <table title="id=">
15511 <table title="" id="">
15512 <tbody><tr><td> hi</td></tr>
15517 div with braces in attribute value
15519 <div title="{}">Foo</div>
15521 <div title="{}">Foo</div>
15524 <div title="{}">Foo</div>
15528 div with empty attribute value, no space before equals
15530 parsoid=wt2html,html2html
15532 <div class=>HTML rocks</div>
15534 <div class="">HTML rocks</div>
15537 <div class="">HTML rocks</div>
15541 HTML multiple attributes correction
15543 <p class="error" class="awesome">Awesome!</p>
15545 <p class="awesome">Awesome!</p>
15550 Table multiple attributes correction
15553 !+ class="error" class="awesome"| status
15558 <th class="awesome"> status
15566 <DIV ID="x">HTML ROCKS</DIV>
15568 <div id="x">HTML ROCKS</div>
15573 Non-ASCII pseudo-tags are rendered as text
15582 Pseudo-tag with URL 'name' renders as url link
15584 <http://example.com/>
15586 <p><<a rel="nofollow" class="external free" href="http://example.com/">http://example.com/</a>>
15591 text with amp in the middle of nowhere
15595 <p>Remember AT&T?
15600 text with character entity: eacute
15602 I always thought é was a cute letter.
15604 <p>I always thought é was a cute letter.
15607 <p>I always thought é was a cute letter.</p>
15611 text with entity-escaped character entity-like string: eacute
15613 I always thought &eacute; was a cute letter.
15615 <p>I always thought &eacute; was a cute letter.
15620 text with undefined character entity: xacute
15622 I always thought &xacute; was a cute letter.
15624 <p>I always thought &xacute; was a cute letter.
15631 <data value="5">five</data>
15632 <time datetime="2000-01-01T00:00Z">The new millenium started</time>
15633 <mark>This highlighted text</mark>
15635 <p><data value="5">five</data>
15636 <time datetime="2000-01-01T00:00Z">The new millenium started</time>
15637 <mark>This highlighted text</mark>
15642 HTML tag with leading space is parsed as text
15646 <p>< div>foo< /div>
15651 ### Nesting tests (see bug 41545, 50604, 51081)
15654 # This test case is fixed in Parsoid by domino 1.0.12. (bug 50604)
15655 # Note that html2wt is considerably more difficult if we use <b> in
15656 # the test case, instead of <big>
15658 Ensure that HTML adoption agency algorithm is properly implemented.
15660 <big>X<big>Y</big>Z</big>
15662 <p><big>X<big>Y</big>Z</big>
15666 # This was bug 41545 in the PHP parser.
15667 # Note that tidy doesn't handle this correctly.
15671 <kbd>X<kbd>Y</kbd>Z</kbd>
15673 <p><kbd>X<kbd>Y</kbd>Z</kbd>
15677 # The following cases were bug 51081 in the PHP parser.
15678 # Note that there are some other nestable tags (b, i, etc) which are
15679 # not covered; see bug 51081 for discussion.
15681 # Note that tidy doesn't handle this correctly.
15685 <em>X<em>Y</em>Z</em>
15687 <p><em>X<em>Y</em>Z</em>
15691 # Note that tidy doesn't handle this correctly.
15693 Nesting of <strong>
15695 <strong>X<strong>Y</strong>Z</strong>
15697 <p><strong>X<strong>Y</strong>Z</strong>
15706 <p><q>X<q>Y</q>Z</q></p>
15709 # Note that tidy doesn't handle this correctly.
15713 <ruby>X<ruby>Y</ruby>Z</ruby>
15715 <p><ruby>X<ruby>Y</ruby>Z</ruby>
15719 # Note that tidy doesn't handle this correctly.
15723 <bdo>X<bdo>Y</bdo>Z</bdo>
15725 <p><bdo>X<bdo>Y</bdo>Z</bdo>
15737 [[Media:Foobar.jpg]]
15739 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class="internal" title="Foobar.jpg">Media:Foobar.jpg</a>
15744 Media link with text
15746 [[Media:Foobar.jpg|A neat file to look at]]
15748 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class="internal" title="Foobar.jpg">A neat file to look at</a>
15752 # FIXME: this is still bad HTML tag nesting
15753 # FIXME: doBlockLevels won't wrap this in a paragraph because it contains a div
15755 Media link with nasty text
15757 [[Media:Foobar.jpg|Safe Link<div style=display:none>" onmouseover="alert(document.cookie)" onfoo="</div>]]
15759 <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>
15762 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class="internal" title="Foobar.jpg">Safe Link</a></p>
15763 <div style="display:none">" onmouseover="alert(document.cookie)" onfoo="</div>
15767 Media link to nonexistent file (bug 1702)
15769 [[Media:No such.jpg]]
15771 <p><a href="/index.php?title=Special:Upload&wpDestFile=No_such.jpg" class="new" title="No such.jpg">Media:No such.jpg</a>
15776 Image link to nonexistent file (bug 1850 - good)
15778 [[File:No_such.jpg]]
15780 <p><a href="/index.php?title=Special:Upload&wpDestFile=No_such.jpg" class="new" title="File:No such.jpg">File:No such.jpg</a>
15783 <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>
15787 :Image link to nonexistent file (bug 1850 - bad)
15789 [[:Image:No such.jpg]]
15791 <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>
15794 <p><a rel="mw:WikiLink" href="./File:No_such.jpg" title="File:No such.jpg">Image:No such.jpg</a></p>
15800 Character reference normalization in link text (bug 1938)
15802 [[Main Page|this&that]]
15804 <p><a href="/wiki/Main_Page" title="Main Page">this&that</a>
15811 Test for unicode normalization
15813 The page's name is U+05d0 U+05b7, with non-canonical form U+FB2E
15817 (bug 19451) Links should refer to the normalized form.
15825 <p><a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
15826 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
15827 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
15828 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
15829 <a href="/wiki/%D7%90%D6%B7" title="אַ">אַ</a>
15834 Empty attribute crash test (bug 2067)
15836 <font color="">foo</font>
15838 <p><font color="">foo</font>
15843 Empty attribute crash test single-quotes (bug 2067)
15845 <font color=''>foo</font>
15847 <p><font color="">foo</font>
15852 Attribute test: equals, then nothing
15854 <font color=>foo</font>
15856 <p><font color="">foo</font>
15861 Attribute test: unquoted value
15863 <font color=x>foo</font>
15865 <p><font color="x">foo</font>
15870 Attribute test: unquoted but illegal value (hash)
15872 <font color=#x>foo</font>
15874 <p><font color="#x">foo</font>
15878 # Parsoid does not serialize to empty attribute syntax,
15879 # so wt2wt and html2wt cases are skipped
15881 Attribute test: no value (T54330)
15883 parsoid=wt2html,html2html
15885 <font color>foo</font>
15887 <p><font color="">foo</font>
15890 <p><font color="">foo</font></p>
15894 Bug 2095: link with three closing brackets
15898 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>]
15901 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">Main Page</a>]</p>
15905 Bug 2095: link with pipe and three closing brackets
15907 [[Main Page|link]]]
15909 <p><a href="/wiki/Main_Page" title="Main Page">link</a>]
15912 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">link</a>]</p>
15916 Bug 2095: link with pipe and three closing brackets, version 2
15918 [[Main Page|[http://example.com/]]]
15920 <p><a href="/wiki/Main_Page" title="Main Page">[http://example.com/]</a>
15923 <p><a rel="mw:WikiLink" href="./Main_Page" title="Main Page">[http://example.com/]</a></p>
15932 Template:Dangerous attribute
15934 " onmouseover="alert(document.cookie)
15938 Template:Dangerous style attribute
15940 border-size: expression(alert(document.cookie))
15946 <div style="float: right; {{{1}}}">Magic div</div>
15950 Bug 2304: HTML attribute safety (safe template; regression bug 2309)
15952 <div title="{{test}}"></div>
15954 <div title="This is a test template"></div>
15958 # Parsoid has enough context to handle this case
15960 Bug 2304: HTML attribute safety (dangerous template; 2309)
15962 <div title="{{dangerous attribute}}"></div>
15964 <div title=""></div>
15967 <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=\"{&quot;pi&quot;:[[]],&quot;dsr&quot;:[12,35,null,null]}\" data-mw=\"{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;dangerous attribute&quot;,&quot;href&quot;:&quot;./Template:Dangerous_attribute&quot;},&quot;params&quot;:{},&quot;i&quot;:0}}]}\">\" onmouseover=\"alert(document.cookie)</span>"}]]}'></div>
15971 Bug 2304: HTML attribute safety (dangerous style template; 2309)
15973 <div style="{{dangerous style attribute}}"></div>
15975 <div style="/* insecure input */"></div>
15980 Bug 2304: HTML attribute safety (safe parameter; 2309)
15982 {{div style|width: 200px}}
15984 <div style="float: right; width: 200px">Magic div</div>
15989 Bug 2304: HTML attribute safety (unsafe parameter; 2309)
15991 {{div style|width: expression(alert(document.cookie))}}
15993 <div style="/* insecure input */">Magic div</div>
15998 Bug 2304: HTML attribute safety (unsafe breakout parameter; 2309)
16000 {{div style|"><script>alert(document.cookie)</script>}}
16002 <div style="float: right;"><script>alert(document.cookie)</script>">Magic div</div>
16007 Bug 2304: HTML attribute safety (unsafe breakout parameter 2; 2309)
16009 {{div style|" ><script>alert(document.cookie)</script>}}
16011 <div style="float: right;"><script>alert(document.cookie)</script>">Magic div</div>
16016 Bug 2304: HTML attribute safety (link)
16018 <div title="[[Main Page]]"></div>
16020 <div title="[[Main Page]]"></div>
16025 Bug 2304: HTML attribute safety (italics)
16027 <div title="''foobar''"></div>
16029 <div title="''foobar''"></div>
16034 Bug 2304: HTML attribute safety (bold)
16036 <div title="'''foobar'''"></div>
16038 <div title="'''foobar'''"></div>
16044 Bug 2304: HTML attribute safety (ISBN)
16046 <div title="ISBN 1234567890"></div>
16048 <div title="ISBN 1234567890"></div>
16053 Bug 2304: HTML attribute safety (RFC)
16055 <div title="RFC 1234"></div>
16057 <div title="RFC 1234"></div>
16062 Bug 2304: HTML attribute safety (PMID)
16064 <div title="PMID 1234567890"></div>
16066 <div title="PMID 1234567890"></div>
16071 Bug 2304: HTML attribute safety (web link)
16073 <div title="http://example.com/"></div>
16075 <div title="http://example.com/"></div>
16080 Bug 2304: HTML attribute safety (named web link)
16082 <div title="[http://example.com/ link]"></div>
16084 <div title="[http://example.com/ link]"></div>
16089 Bug 3244: HTML attribute safety (extension; safe)
16091 <div style="<nowiki>background:blue</nowiki>"></div>
16093 <div style="background:blue"></div>
16098 Bug 3244: HTML attribute safety (extension; unsafe)
16100 <div style="<nowiki>border-left:expression(alert(document.cookie))</nowiki>"></div>
16102 <div style="/* insecure input */"></div>
16106 # More MSIE fun discovered by Tom Gilder
16109 MSIE CSS safety test: spurious slash
16111 <div style="background-image:u\rl(javascript:alert('boo'))">evil</div>
16113 <div style="/* insecure input */">evil</div>
16118 MSIE CSS safety test: hex code
16120 <div style="background-image:u\72l(javascript:alert('boo'))">evil</div>
16122 <div style="/* insecure input */">evil</div>
16127 MSIE CSS safety test: comment in url
16129 <div style="background-image:u/**/rl(javascript:alert('boo'))">evil</div>
16131 <div style="background-image:u rl(javascript:alert('boo'))">evil</div>
16136 MSIE CSS safety test: comment in expression
16138 <div style="background-image:expres/**/sion(alert('boo4'))">evil4</div>
16140 <div style="background-image:expres sion(alert('boo4'))">evil4</div>
16145 CSS safety test (all browsers): vertical tab (bug 55332 / CVE-2013-4567)
16147 <p style="font-size: 100px; background-image:url\b(https://www.google.com/images/srpr/logo6w.png)">A</p>
16149 <p style="/* invalid control char */">A</p>
16154 MSIE 6 CSS safety test: Fullwidth (bug 55332)
16156 <p style="font-size: 100px; color: expression((title='XSSed'),'red')">A</p>
16157 <div style="top:EXPRESSION(alert())">B</div>
16159 <p style="/* insecure input */">A</p>
16160 <div style="/* insecure input */">B</div>
16165 MSIE 6 CSS safety test: IPA extensions (bug 55332)
16167 <div style="background-image:uʀʟ(javascript:alert())">A</div>
16168 <p style="font-size: 100px; color: expʀessɪoɴ((title='XSSed'),'red')">B</p>
16170 <div style="/* insecure input */">A</div>
16171 <p style="/* insecure input */">B</p>
16176 MSIE 6 CSS safety test: sup/sub script (bug 55332)
16178 <div style="background-image:url⁽javascript:alert())">A</div>
16179 <div style="background-image:url₍javascript:alert())">B</div>
16180 <p style="font-size: 100px; color: expressioⁿ((title='XSSed'),'red')">C</p>
16182 <div style="/* insecure input */">A</div>
16183 <div style="/* insecure input */">B</div>
16184 <p style="/* insecure input */">C</p>
16188 # FIXME: Parsoid fails to sanitize this! See T58846.
16193 title="data:text/html,<img src=1 onerror=alert(1)>"
16194 style="-o-link:attr(title);-o-link-source:current">X</div>
16196 <div title="data:text/html,<img src=1 onerror=alert(1)>" style="/* insecure input */">X</div>
16201 MSIE 6 CSS safety test: Repetition markers (bug 55332)
16203 <p style="font-size: 100px; color: expres〱ion((title='XSSed'),'red')">A</p>
16204 <p style="font-size: 100px; color: expresゝion((title='XSSed'),'red')">B</p>
16205 <p style="font-size: 100px; color: expresーion((title='XSSed'),'red')">C</p>
16206 <p style="font-size: 100px; color: expresヽion((title='XSSed'),'red')">D</p>
16207 <p style="font-size: 100px; color: expresﹽion((title='XSSed'),'red')">E</p>
16208 <p style="font-size: 100px; color: expresﹼion((title='XSSed'),'red')">F</p>
16209 <p style="font-size: 100px; color: expresーion((title='XSSed'),'red')">G</p>
16211 <p style="/* insecure input */">A</p>
16212 <p style="/* insecure input */">B</p>
16213 <p style="/* insecure input */">C</p>
16214 <p style="/* insecure input */">D</p>
16215 <p style="/* insecure input */">E</p>
16216 <p style="/* insecure input */">F</p>
16217 <p style="/* insecure input */">G</p>
16222 Table attribute legitimate extension
16225 !+ style="<nowiki>color:blue</nowiki>"| status
16230 <th style="color:blue"> status
16236 Table attribute safety
16239 !+ style="<nowiki>border-width:expression(0+alert(document.cookie))</nowiki>"| status
16244 <th style="/* insecure input */"> status
16250 CSS line continuation 1
16252 <div style="background-image: u\ rl(test.jpg);"></div>
16254 <div style="/* insecure input */"></div>
16259 CSS line continuation 2
16261 <div style="background-image: u\ rl(test.jpg); "></div>
16263 <div style="/* invalid control char */"></div>
16274 Expansion of multi-line templates in attribute values (bug 6255)
16276 <div style="background: {{identity|#00FF00}}">-</div>
16278 <div style="background: #00FF00">-</div>
16284 Expansion of multi-line templates in attribute values (bug 6255 sanity check)
16286 <div style="background:
16289 <div style="background: #00FF00">-</div>
16292 <div style="background:
16297 Expansion of multi-line templates in attribute values (bug 6255 sanity check 2)
16299 <div style="background: #00FF00">-</div>
16301 <div style="background: #00FF00">-</div>
16306 evil <math>-wiki-tags without Extension:Math enabled
16308 <math><img src="some evil external link"><script>some_evil_javascript();</script></math>
16310 <p><math><img src="some evil external link"><script>some_evil_javascript();</script></math></p>
16314 ### Parser hooks (see tests/parser/parserTestsParserHook.php for the <tag> extension)
16317 Parser hook: empty input
16328 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
16331 ## Don't expect parsoid to rt this form.
16333 Parser hook: empty input using terminated empty elements
16335 parsoid=wt2html,html2html
16346 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":null}' data-parsoid='{}' about="#mwt2"></pre>
16350 Parser hook: empty input using terminated empty elements (space before)
16361 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":null}' data-parsoid='{}' about="#mwt2"></pre>
16365 Parser hook: basic input
16376 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"input"}}' data-parsoid='{}' about="#mwt2"></pre>
16379 ## Don't expect parsoid to rt this form.
16381 Parser hook: case insensitive
16383 parsoid=wt2html,html2html
16394 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"input"}}' data-parsoid='{}' about="#mwt2"></pre>
16397 ## Don't expect parsoid to rt this form.
16399 Parser hook: case insensitive, redux
16401 parsoid=wt2html,html2html
16412 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"input"}}' data-parsoid='{}' about="#mwt2"></pre>
16416 Parser hook: nested tags
16420 <tag><tag></tag></tag>
16429 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{},"body":{"extsrc":"<tag>"}}' data-parsoid='{}' about="#mwt2"></pre></tag>
16433 Parser hook: basic arguments
16435 <tag width="200" height="100" depth="50" square=""></tag>
16448 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"width":"200","height":"100","depth":"50","square":""},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
16451 ## Don't expect parsoid to rt this form.
16453 Parser hook: basic arguments, variations
16455 parsoid=wt2html,html2html
16457 <tag width=200 height = "100" depth = '50' square></tag>
16470 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"width":"200","height":"100","depth":"50","square":""},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
16474 Parser hook: argument containing a forward slash (bug 5344)
16476 <tag filename="/tmp/bla"></tag>
16481 'filename' => '/tmp/bla',
16486 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"filename":"/tmp/bla"},"body":{"extsrc":""}}' data-parsoid='{}' about="#mwt2"></pre>
16489 ## Don't expect parsoid to rt this form.
16491 Parser hook: empty input using terminated empty elements (bug 2374)
16493 parsoid=wt2html,html2html
16505 <pre typeof="mw:Extension/tag" data-mw='{"name":"tag","attrs":{"foo":"bar"},"body":null}' data-parsoid='{}' about="#mwt2"></pre>text
16508 # </tag> should be output literally since there is no matching tag that begins it
16510 Parser hook: basic arguments using terminated empty elements (bug 2374)
16512 <tag width=200 height = "100" depth = '50' square/>
16531 ### (see tests/parser/parserTestsParserHook.php for the <statictag> extension)
16535 Parser hook: static parser hook not inside a comment
16537 <statictag>hello, world</statictag>
16539 <statictag action="flush" />
16545 <p><span typeof="mw:Extension/statictag" data-mw='{"name":"statictag","attrs":{},"body":{"extsrc":"hello, world"}}' data-parsoid='{}' about="#mwt2"></span></p>
16546 <p typeof="mw:Extension/statictag" data-mw='{"name":"statictag","attrs":{"action":"flush"},"body":null}' data-parsoid='{}' about="#mwt4">hello, world</p>
16550 Parser hook: static parser hook inside a comment
16552 <!-- <statictag>hello, world</statictag> -->
16553 <statictag action="flush" />
16558 <!-- <statictag>hello, world</statictag> -->
16559 <p typeof="mw:Extension/statictag" data-mw='{"name":"statictag","attrs":{"action":"flush"},"body":null}' data-parsoid='{}' about="#mwt2"></p>
16562 # Nested template calls; this case was broken by Parser.php rev 1.506,
16566 Template:One-parameter
16568 (My parameter is: {{{1}}})
16572 Template:Map-one-parameter
16574 {{{{{1}}}|{{{2}}}}}
16578 Nested template calls
16580 {{Map-one-parameter|One-parameter|param}}
16582 <p>(My parameter is: param)
16591 # HTML+Tidy effectively strips out the empty tags completely
16592 # But since Parsoid doesn't it wraps the <s></s> tags in p-tags
16593 # which Tidy would have done for the PHP parser had there been content inside it.
16595 Sanitizer: Closing of open tags
16597 <s></s><table></table>
16599 <s></s><table></table>
16602 <p><s></s></p><table></table>
16606 Sanitizer: Closing of open but not closed tags
16615 Sanitizer: Closing of closed but not open tags
16625 Sanitizer: Closing of closed but not open table tags
16629 Table not started</td></tr></table>
16631 <p>Table not started</p>
16633 <p>Table not started</p>
16637 Sanitizer: Escaping of spaces, multibyte characters, colons & other stuff in id=""
16639 <span id="æ: v">byte</span>[[#æ: v|backlink]]
16641 <p><span id=".C3.A6:_v">byte</span><a href="#.C3.A6:_v">backlink</a>
16645 # In HTML5, the restrictions are that id must contain at least one character,
16646 # and must not contain any space characters.
16648 Sanitizer: Validating the contents of the id attribute (bug 4515)
16652 <br id="" /><br id="a space" />
16657 # In HTML5, id must be unique amongst all the ids in the element's home subtree.
16659 Sanitizer: Validating id attribute uniqueness (bug 4515, bug 6301)
16663 <br id="foo" /><br id="foo" />
16665 Something need to be done. foo-2 ?
16669 Sanitizer: Validating that <meta> and <link> work, but only for Microdata
16672 <meta itemprop="hello" content="world">
16673 <meta http-equiv="refresh" content="5">
16674 <meta itemprop="hello" http-equiv="refresh" content="5">
16675 <link itemprop="hello" href="{{SERVER}}">
16676 <link rel="stylesheet" href="{{SERVER}}">
16677 <link rel="stylesheet" itemprop="hello" href="{{SERVER}}">
16681 <p> <meta itemprop="hello" content="world" />
16682 <meta http-equiv="refresh" content="5">
16683 <meta itemprop="hello" content="5" />
16685 <link itemprop="hello" href="http://example.org" />
16686 <link rel="stylesheet" href="<a rel="nofollow" class="external free" href="http://example.org">http://example.org</a>">
16687 <link itemprop="hello" href="http://example.org" />
16693 Language converter: output gets cut off unexpectedly (bug 5757)
16697 this bit is safe: }-
16699 but if we add a conversion instance: -{zh-cn:xxx;zh-tw:yyy}-
16701 then we get cut off here: }-
16703 all additional text is vanished
16705 <p>this bit is safe: }-
16706 </p><p>but if we add a conversion instance: xxx
16707 </p><p>then we get cut off here: }-
16708 </p><p>all additional text is vanished
16713 Self closed html pairs (bug 5487)
16716 <center><font id="bug" />Centered text</center>
16717 <div><font id="bug2" />In div text</div>
16719 <center><font id="bug" />Centered text</center>
16720 <div><font id="bug2" />In div text</div>
16729 Punctuation: nbsp before exclamation
16733 <p>C'est grave !
16738 Punctuation: CSS !important (bug 11874)
16740 <div style="width:50% !important">important</div>
16742 <div style="width:50% !important">important</div>
16747 Punctuation: CSS ! important (bug 11874; with space after)
16749 <div style="width:50% ! important">important</div>
16751 <div style="width:50% ! important">important</div>
16756 HTML bullet list, closed tags (bug 5497)
16769 <ul data-parsoid='{"stx":"html"}'>
16770 <li data-parsoid='{"stx":"html"}'>One</li>
16771 <li data-parsoid='{"stx":"html"}'>Two</li>
16777 HTML bullet list, unclosed tags (bug 5497)
16789 <ul data-parsoid='{"stx":"html"}'>
16790 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>One</li>
16791 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>Two</li>
16797 HTML ordered list, closed tags (bug 5497)
16810 <ol data-parsoid='{"stx":"html"}'>
16811 <li data-parsoid='{"stx":"html"}'>One</li>
16812 <li data-parsoid='{"stx":"html"}'>Two</li>
16818 HTML ordered list, unclosed tags (bug 5497)
16831 <ol data-parsoid='{"stx":"html"}'>
16832 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>One</li>
16833 <li data-parsoid='{"stx":"html","autoInsertedEnd":true}'>Two</li>
16839 HTML nested bullet list, closed tags (bug 5497)
16864 HTML nested bullet list, open tags (bug 5497)
16901 HTML nested ordered list, closed tags (bug 5497)
16926 HTML nested ordered list, open tags (bug 5497)
16963 HTML ordered list item with parameters oddity
16965 <ol><li id="fragment">One</li>
16968 <ol><li id="fragment">One</li>
16973 # parsoid doesn't explicitly mark autonumbered links, see bug 53505
16975 bug 5918: autonumbering
16977 [http://first/] [http://second] [ftp://ftp]
16981 [mailto:enclosed@mail.tld With target]
16983 [mailto:enclosed@mail.tld]
16985 mailto:inline@mail.tld
16987 <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>
16988 </p><p><a rel="nofollow" class="external free" href="ftp://inlineftp">ftp://inlineftp</a>
16989 </p><p><a rel="nofollow" class="external text" href="mailto:enclosed@mail.tld">With target</a>
16990 </p><p><a rel="nofollow" class="external autonumber" href="mailto:enclosed@mail.tld">[4]</a>
16991 </p><p><a rel="nofollow" class="external free" href="mailto:inline@mail.tld">mailto:inline@mail.tld</a>
16994 <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>
16995 <p><a rel="mw:ExtLink" href="ftp://inlineftp">ftp://inlineftp</a></p>
16996 <p><a rel="mw:ExtLink" href="mailto:enclosed@mail.tld">With target</a></p>
16997 <p><a rel="mw:ExtLink" href="mailto:enclosed@mail.tld"></a></p>
16998 <p><a rel="mw:ExtLink" href="mailto:inline@mail.tld">mailto:inline@mail.tld</a></p>
17003 # Security and HTML correctness
17004 # From Nick Jenkins' fuzz testing
17008 Fuzz testing: Parser13
17023 Fuzz testing: Parser14
17028 <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>
17029 http://<div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
17031 <li class="toclevel-1 tocsection-1"><a href="#onmouseover.3D"><span class="tocnumber">1</span> <span class="toctext">onmouseover=</span></a></li>
17037 <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>
17039 <div id="toc" class="toc">
17040 <div id="toctitle">
17044 <li class="toclevel-1 tocsection-1"><a href="#onmouseover.3D"><span class="tocnumber">1</span> <span class="toctext">onmouseover=</span></a></li>
17051 Fuzz testing: Parser14-table
17056 <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>
17057 <table style="__TOC__">
17062 <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>
17063 <table style="__TOC__">
17070 # Known to produce bogus xml (extra </td>)
17072 Fuzz testing: Parser16
17101 Fuzz testing: Parser21
17104 ! irc://{{ftp://a" onmouseover="alert('hello world');"
17109 <th> <a rel="nofollow" class="external free" href="irc://{{ftp://a">irc://{{ftp://a</a>" onmouseover="alert('hello world');"
17119 Fuzz testing: Parser22
17121 http://===r:::https://b
17125 <p><a rel="nofollow" class="external free" href="http://===r:::https://b">http://===r:::https://b</a>
17133 # Known to produce bad XML for now
17135 Fuzz testing: Parser24
17142 | {{{{SSSll!!!!!!!VVVV)]]][[Special:*xxxxxxx--><noinclude>}}}} >
17143 <br style="onmouseover='alert(document.cookie);' " />
17145 MOVE YOUR MOUSE CURSOR OVER THIS TEXT
17150 <u class="|">}}}} >
17151 <br style="onmouseover='alert(document.cookie);'" />
17153 MOVE YOUR MOUSE CURSOR OVER THIS TEXT
17162 # Note: the current result listed for this is not what the original one was,
17163 # but the original bug was JavaScript injection, which is fixed in any case.
17164 # It's not clear that the original result listed was any more correct than the
17165 # current one. Original result:
17168 # <li class="||">
17169 # }}}blah" onmouseover="alert('hello world');" align="left"<b>MOVE MOUSE CURSOR OVER HERE</b>
17171 Fuzz testing: Parser25 (bug 6055)
17177 }}}blah" onmouseover="alert('hello world');" align="left"'''MOVE MOUSE CURSOR OVER HERE
17179 <p><LI CLASS=blah" onmouseover="alert('hello world');" align="left"<b>MOVE MOUSE CURSOR OVER HERE</b>
17184 Fuzz testing: URL adjacent extension (with space, clean)
17186 http://example.com <nowiki>junk</nowiki>
17188 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a> junk
17191 <p><a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a> <span typeof="mw:Nowiki">junk</span></p>
17195 Fuzz testing: URL adjacent extension (no space, dirty; nowiki)
17197 http://example.com<nowiki>junk</nowiki>
17199 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>junk
17202 <p><a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a><span typeof="mw:Nowiki">junk</span></p>
17206 Fuzz testing: URL adjacent extension (no space, dirty; pre)
17208 http://example.com<pre>junk</pre>
17210 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a><pre>junk</pre>
17213 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a></p>
17218 <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>
17222 Fuzz testing: image with bogus manual thumbnail
17224 [[Image:foobar.jpg|thumbnail= ]]
17226 <div class="thumb tright"><div class="thumbinner" style="width:182px;">Error creating thumbnail: <div class="thumbcaption"></div></div></div>
17229 <figure class="mw-default-size" typeof="mw:Error mw:Image/Thumb" data-parsoid='{"optList":[{"ck":"manualthumb","ak":"thumbnail= "}],"dsr":[0,32,2,2]}' 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":{},"dsr":[2,30,null,null]}'><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>
17233 Fuzz testing: encoded newline in generated HTML replacements (bug 6577)
17235 <pre dir=" "></pre>
17237 <pre dir=" "></pre>
17242 Parsing optional HTML elements (Bug 6171)
17247 <td> Some tabular data</td>
17248 <td> More tabular data ...
17249 <td> And yet som tabular data</td>
17255 <td> Some tabular data</td>
17256 <td> More tabular data ...
17257 </td><td> And yet som tabular data</td>
17264 Correct handling of <td>, <tr> (Bug 6171)
17269 <td> Some tabular data</td>
17270 <td> More tabular data ...</td>
17271 <td> And yet som tabular data</td>
17277 <td> Some tabular data</td>
17278 <td> More tabular data ...</td>
17279 <td> And yet som tabular data</td>
17287 Parsing crashing regression (fr:JavaScript)
17291 <p></body></x>
17296 Inline wiki vs wiki block nesting
17302 <p><b>Bold paragraph</b>
17303 </p><p>New wiki paragraph
17307 # FIXME: The current php output is documented
17308 # and desired output is the parsoid target.
17310 Inline HTML vs wiki block nesting
17316 <p><b>Bold paragraph
17317 </p><p>New wiki paragraph</b>
17320 <p><b>Bold paragraph</b>
17321 </p><p>New wiki paragraph
17325 # Original result was this:
17326 # <p><b>bold</b><b>bold<i>bolditalics</i></b>
17328 # While that might be marginally more intuitive, maybe, the six-apostrophe
17329 # construct is clearly pathological and the result stated here (which is what
17330 # the parser actually does) is about as reasonable as anything.
17332 Mixing markup for italics and bold
17335 '''bold''''''bold''bolditalics'''''
17337 <p>'<i>bold'</i><b>bold<i>bolditalics</i></b>
17345 Article for special page transclusion test
17349 Special page transclusion
17352 {{Special:Prefixindex/Xyzzyx}}
17354 <ul class="mw-prefixindex-list"><li><a href="/wiki/Xyzzyx" title="Xyzzyx">Xyzzyx</a></li>
17360 Special page transclusion twice (bug 5021)
17363 {{Special:Prefixindex/Xyzzyx}}
17364 {{Special:Prefixindex/Xyzzyx}}
17366 <ul class="mw-prefixindex-list"><li><a href="/wiki/Xyzzyx" title="Xyzzyx">Xyzzyx</a></li>
17368 <ul class="mw-prefixindex-list"><li><a href="/wiki/Xyzzyx" title="Xyzzyx">Xyzzyx</a></li>
17374 Transclusion of default MediaWiki message
17376 {{MediaWiki:Mainpage}}
17383 Transclusion of nonexistent MediaWiki message
17385 {{MediaWiki:Mainpagexxx}}
17387 <p><a href="/index.php?title=MediaWiki:Mainpagexxx&action=edit&redlink=1" class="new" title="MediaWiki:Mainpagexxx (page does not exist)">MediaWiki:Mainpagexxx</a>
17392 Transclusion of MediaWiki message with underscore
17394 {{MediaWiki:history_short}}
17401 Transclusion of MediaWiki message with space
17403 {{MediaWiki:history short}}
17410 Invalid header with following text
17420 Section extraction test (section 0)
17440 Section extraction test (section 1)
17462 Section extraction test (section 2)
17483 Section extraction test (section 3)
17503 Section extraction test (section 4)
17527 Section extraction test (section 5)
17547 Section extraction test (section 6)
17568 Section extraction test (section 7)
17588 Section extraction test (section 8)
17608 Section extraction test (section 9)
17629 Section extraction test (section 10)
17649 Section extraction test (nonexistent section 11)
17668 Section extraction test with bogus heading (section 1)
17673 ==bogus== not a legal section
17677 ==bogus== not a legal section
17681 Section extraction test with bogus heading (section 2)
17686 ==bogus== not a legal section
17693 Section extraction test with comment after heading (section 1)
17705 Section extraction test with comment after heading (section 2)
17717 Section extraction test with bogus <nowiki> heading (section 1)
17722 ==bogus== <nowiki>not a legal section</nowiki>
17726 ==bogus== <nowiki>not a legal section</nowiki>
17730 Section extraction test with bogus <nowiki> heading (section 2)
17735 ==bogus== <nowiki>not a legal section</nowiki>
17741 # Formerly testing for bug 2587, now resolved by the use of unmarked sections
17742 # instead of respecting commented sections
17744 Section extraction prefixed by comment (section 1)
17755 Section extraction prefixed by comment (section 2)
17765 # Formerly testing for bug 2607, now resolved by the use of unmarked sections
17766 # instead of respecting HTML-style headings
17768 Section extraction, mixed wiki and html (section 1)
17784 Section extraction, mixed wiki and html (section 2)
17800 # Formerly testing for bug 3342
17802 Section extraction, heading surrounded by <noinclude>
17806 <noinclude>==unmarked==</noinclude>
17812 # Test behavior of bug 19910
17814 Sectiion with all-equals
17819 The line above must have a trailing space
17822 But just in case it doesn't...
17826 But just in case it doesn't...
17830 Section replacement test (section 0)
17861 Section replacement test (section 1)
17890 Section replacement test (section 2)
17920 Section replacement test (section 3)
17951 Section replacement test (section 4)
17978 Section replacement test (section 5)
18009 Section replacement test (section 6)
18039 Section replacement test (section 7)
18070 Section replacement test (section 8)
18101 Section replacement test (section 9)
18130 Section replacement test (section 10)
18160 Section replacement test with initial whitespace (bug 13728)
18164 Preformatted initial line
18168 Preformatted initial line
18175 Section extraction, heading followed by pre with 20 spaces (bug 6398)
18187 Section extraction, heading followed by pre with 19 spaces (bug 6398 sanity check)
18200 Section extraction, <pre> around bogus header (bug 10309)
18217 Section replacement, <pre> around bogus header (bug 10309)
18219 noxml replace=2,"xxx"
18239 Handling of 
 in URLs
18243 <ul><li><ul><li> <a rel="nofollow" class="external free" href="irc://%0Aa">irc://%0Aa</a></li></ul></li></ul>
18246 <ul><li><ul><li> <a rel="mw:ExtLink" href="irc://
18248 a</a></li></ul></li></ul>
18252 Handling of %0A in URLs
18256 <ul><li><ul><li> <a rel="nofollow" class="external free" href="irc://%0Aa">irc://%0Aa</a></li></ul></li></ul>
18259 <ul><li><ul><li> <a rel="mw:ExtLink" href="irc://%0Aa">irc://%0Aa</a></li></ul></li></ul>
18263 # The PHP parser strips the empty tags out for giggles; parsoid doesn't.
18265 5 quotes, code coverage +1 line
18272 <p><b><i></i></b></p>
18275 # same html as previous, but wikitext adjusted to match parsoid html2wt
18276 # note that wt2html and html2html will put the <i> before the <b>
18278 5 quotes, code coverage +1 line w/ nowiki (1)
18280 parsoid=wt2wt,html2wt
18282 '''''<nowiki/>'''''
18287 <p><b><i></i></b></p>
18290 # same as previous, just swapping the <i> and <b>
18292 5 quotes, code coverage +1 line w/ nowiki (2)
18294 '''''<nowiki/>'''''
18299 <p><i><b></b></i></p>
18303 Special:Search page linking.
18307 <p><a href="/wiki/Special:Search" title="Special:Search">Special:Search</a>
18312 {{!}} is a magic word
18314 {{!}} is a magic word there and {{!}} is still a magic word here
18315 | is not a magic word here but {{!}} is still a magic word here
18317 <p>| is a magic word there and | is still a magic word here
18318 | is not a magic word here but | is still a magic word here
18321 <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
18322 | 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>
18329 title=[[Parser test]]
18334 * {{FULLPAGENAMEE}}
18336 * {{BASEPAGENAMEE}}
18340 * {{ROOTPAGENAMEE}}
18342 * {{TALKPAGENAMEE}}
18343 * {{SUBJECTPAGENAME}}
18344 * {{SUBJECTPAGENAMEE}}
18347 * {{NAMESPACENUMBER}}
18351 * {{SUBJECTSPACEE}}
18352 * {{Dynamic|{{NUMBEROFUSERS}}|{{NUMBEROFPAGES}}|{{CURRENTVERSION}}|{{CONTENTLANGUAGE}}|{{DIRECTIONMARK}}|{{CURRENTTIMESTAMP}}|{{NUMBEROFARTICLES}}}}
18354 <ul><li> Parser test</li>
18355 <li> Parser_test</li>
18356 <li> Parser test</li>
18357 <li> Parser_test</li>
18358 <li> Parser test</li>
18359 <li> Parser_test</li>
18360 <li> Parser test</li>
18361 <li> Parser_test</li>
18362 <li> Parser test</li>
18363 <li> Parser_test</li>
18364 <li> Talk:Parser test</li>
18365 <li> Talk:Parser_test</li>
18366 <li> Parser test</li>
18367 <li> Parser_test</li>
18375 <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>
18378 ### Note: Above tests excludes the "{{NUMBEROFADMINS}}" magic word because it generates a MySQL error when included.
18388 image4 |300px| centre
18389 image5.svg| http://///////
18394 <ul class="gallery mw-gallery-traditional">
18395 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18396 <div class="thumb" style="height: 150px;">Image1.png</div>
18397 <div class="gallerytext">
18400 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18401 <div class="thumb" style="height: 150px;">Image2.gif</div>
18402 <div class="gallerytext">
18405 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18406 <div class="thumb" style="height: 150px;">Image3</div>
18407 <div class="gallerytext">
18410 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18411 <div class="thumb" style="height: 150px;">Image4</div>
18412 <div class="gallerytext">
18417 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18418 <div class="thumb" style="height: 150px;">Image5.svg</div>
18419 <div class="gallerytext">
18420 <p><a rel="nofollow" class="external free" href="http://///////">http://///////</a>
18424 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18425 <div class="thumb" style="height: 150px;">* image6</div>
18426 <div class="gallerytext">
18434 Gallery (with options)
18436 <gallery widths='70px' heights='40px' perrow='2' caption='Foo [[Main Page]]' >
18437 File:Nonexistent.jpg|caption
18438 File:Nonexistent.jpg
18439 image:foobar.jpg|some '''caption''' [[Main Page]]
18441 image:foobar.jpg|Blabla|alt=This is a foo-bar.|blabla.
18444 <ul class="gallery mw-gallery-traditional" style="max-width: 226px;_width: 226px;">
18445 <li class='gallerycaption'>Foo <a href="/wiki/Main_Page" title="Main Page">Main Page</a></li>
18446 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
18447 <div class="thumb" style="height: 70px;">Nonexistent.jpg</div>
18448 <div class="gallerytext">
18453 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
18454 <div class="thumb" style="height: 70px;">Nonexistent.jpg</div>
18455 <div class="gallerytext">
18458 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
18459 <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>
18460 <div class="gallerytext">
18461 <p>some <b>caption</b> <a href="/wiki/Main_Page" title="Main Page">Main Page</a>
18465 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
18466 <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>
18467 <div class="gallerytext">
18470 <li class="gallerybox" style="width: 105px"><div style="width: 105px">
18471 <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>
18472 <div class="gallerytext">
18482 Gallery with link that has fragment
18485 image:foobar.jpg|link=Main_Page
18486 image:foobar.jpg|link=Main_Page#section
18487 image:foobar.jpg|link=Main Page#section|caption
18490 <ul class="gallery mw-gallery-traditional">
18491 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18492 <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>
18493 <div class="gallerytext">
18496 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18497 <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>
18498 <div class="gallerytext">
18501 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18502 <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>
18503 <div class="gallerytext">
18513 Gallery with wikitext inside caption
18516 File:foobar.jpg|[[File:foobar.jpg|20px|desc|alt=inneralt]]|alt=galleryalt
18517 File:foobar.jpg|{{Test|unamedParam|alt=param}}|alt=galleryalt
18520 <ul class="gallery mw-gallery-traditional">
18521 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18522 <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>
18523 <div class="gallerytext">
18524 <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>
18528 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18529 <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>
18530 <div class="gallerytext">
18531 <p>This is a test template
18540 gallery (with showfilename option)
18542 <gallery showfilename>
18543 File:Nonexistent.jpg|caption
18544 File:Nonexistent.jpg
18545 image:foobar.jpg|some '''caption''' [[Main Page]]
18549 <ul class="gallery mw-gallery-traditional">
18550 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18551 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
18552 <div class="gallerytext">
18553 <p><a href="/wiki/File:Nonexistent.jpg" title="File:Nonexistent.jpg">Nonexistent.jpg</a><br />
18558 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18559 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
18560 <div class="gallerytext">
18561 <p><a href="/wiki/File:Nonexistent.jpg" title="File:Nonexistent.jpg">Nonexistent.jpg</a><br />
18565 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18566 <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>
18567 <div class="gallerytext">
18568 <p><a href="/wiki/File:Foobar.jpg" title="File:Foobar.jpg">Foobar.jpg</a><br />
18569 some <b>caption</b> <a href="/wiki/Main_Page" title="Main Page">Main Page</a>
18573 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18574 <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>
18575 <div class="gallerytext">
18576 <p><a href="/wiki/File:Foobar.jpg" title="File:Foobar.jpg">Foobar.jpg</a><br />
18585 Gallery (with namespace-less filenames)
18588 File:Nonexistent.jpg
18594 <ul class="gallery mw-gallery-traditional">
18595 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18596 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
18597 <div class="gallerytext">
18600 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18601 <div class="thumb" style="height: 150px;">Nonexistent.jpg</div>
18602 <div class="gallerytext">
18605 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18606 <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>
18607 <div class="gallerytext">
18610 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
18611 <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>
18612 <div class="gallerytext">
18620 HTML Hex character encoding (spells the word "JavaScript")
18622 parsoid=wt2html,wt2wt,html2html
18624 JavaScript
18626 <p>JavaScript
18631 <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>
18635 HTML Hex character encoding bogus encoding (bug 26437 regression check)
18639 <p>&#xsee;&#XSEE;
18642 <p>&#xsee;&#XSEE;</p>
18646 HTML Hex character encoding mixed case
18648 parsoid=wt2html,wt2wt,html2html
18657 <p><span typeof="mw:Entity">î</span><span typeof="mw:Entity">î</span></p>
18660 # See: http://www.w3.org/TR/html5/syntax.html#character-references
18661 # Note that U+000C (form feed) is not a valid XML character, so
18662 # it is banned even though allowed in HTML5.
18664 Illegal character references (T106578)
18669 ; Control (low): 
18670 ; Control (high):  Ÿ
18671 ; Surrogate: ��
18672 ; This is an okay astral character: 💩
18681 <dt>Control (low)</dt>
18683 <dt>Control (high)</dt>
18684 <dd>&#x7F; &#x9F;</dd>
18686 <dd>&#xD83D;&#xDCA9;</dd>
18687 <dt>This is an okay astral character</dt>
18693 __FORCETOC__ override
18705 ISBN 978-0-1234-56 789
18707 <p><a href="/wiki/Special:BookSources/9780123456" class="internal mw-magiclink-isbn">ISBN 978-0-1234-56</a> 789
18710 <p><a href="/wiki/Special:BookSources/9780123456" class="internal mw-magiclink-isbn">ISBN 978-0-1234-56</a> 789</p>
18712 <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>
18716 ISBN followed by 5 spaces
18727 ISBN ISBN 1234567890
18729 <p>ISBN <a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>
18732 <p>ISBN <a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a></p>
18735 # Uppercase X and lowercase x as well
18746 <p><a href="/wiki/Special:BookSources/346204561X" class="internal mw-magiclink-isbn">ISBN 3-462-04561-X</a>
18747 <a href="/wiki/Special:BookSources/346204561X" class="internal mw-magiclink-isbn">ISBN 3-462-04561-x</a>
18748 <a href="/wiki/Special:BookSources/080442957X" class="internal mw-magiclink-isbn">ISBN 080442957X</a>
18749 <a href="/wiki/Special:BookSources/080442957X" class="internal mw-magiclink-isbn">ISBN 080442957x</a>
18750 <a href="/wiki/Special:BookSources/978080442957X" class="internal mw-magiclink-isbn">ISBN 978080442957X</a>
18751 <a href="/wiki/Special:BookSources/978080442957X" class="internal mw-magiclink-isbn">ISBN 978080442957x</a>
18754 <p><a href="./Special:BookSources/346204561X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 3-462-04561-X</a>
18755 <a href="./Special:BookSources/346204561X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 3-462-04561-x</a>
18756 <a href="./Special:BookSources/080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 080442957X</a>
18757 <a href="./Special:BookSources/080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 080442957x</a>
18758 <a href="./Special:BookSources/978080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 978080442957X</a>
18759 <a href="./Special:BookSources/978080442957X" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 978080442957x</a></p>
18763 ISBN with empty prefix (parsoid test)
18767 <p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>
18770 <p><a href="./Special:BookSources/1234567890" rel="mw:WikiLink">ISBN 1234567890</a></p>
18774 Bug 22905: <abbr> followed by ISBN followed by </a>
18776 <abbr>(fr)</abbr> ISBN 2753300917 [http://www.example.com example.com]
18778 <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>
18781 <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>
18789 <p>RFC <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc1234">RFC 1234</a>
18794 Double RFC with a wiki link
18798 <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>
18807 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc983">RFC 983</a> 987
18810 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc983">RFC 983</a> 987</p>
18814 Centre-aligned image
18816 [[Image:foobar.jpg|centre]]
18818 <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>
18825 [[Image:foobar.jpg|none]]
18827 <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>
18832 Width + Height sized image (using px) (height is ignored)
18834 [[Image:foobar.jpg|640x480px]]
18836 <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>
18841 Width-sized image (using px, no following whitespace)
18843 [[Image:foobar.jpg|640px]]
18845 <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>
18850 Width-sized image (using px, with following whitespace - test regression from r39467)
18852 [[Image:foobar.jpg|640px ]]
18854 <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>
18859 Width-sized image (using px, with preceding whitespace - test regression from r39467)
18861 [[Image:foobar.jpg| 640px]]
18863 <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>
18868 Image with page parameter
18872 [[File:LoremIpsum.djvu|page=2]]
18874 <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>
18877 <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>
18881 Another italics / bold test
18889 # FIXME: The php output seems broken. It's interleaving some open/close tags.
18895 <dl><dd><dl><dt><dl><dt><dl><dt><dl><dd><dl><dd></dt></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl>
18898 <dl><dd><dl><dt><dl><dt><dl><dt><dl><dd><dl><dd></dd></dl></dd></dl></dt></dl></dt></dl></dt></dl></dd></dl>
18903 # Images with the "|" character in external URLs in comment tags; Eats half the comment, leaves unmatched "</a>" tag.
18905 Images with the "|" character in the comment
18907 [[File:Foobar.jpg|thumb|An [http://test/?param1=|left|¶m2=|x external] URL]]
18909 <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>
18912 <figure class="mw-default-size" typeof="mw:Image/Thumb"><a href="./File:Foobar.jpg"><img resource="./File:Foobar.jpg" src="//example.com/images/thumb/3/3a/Foobar.jpg/220px-Foobar.jpg" data-file-width="1941" data-file-height="220" data-file-type="bitmap" height="25" width="220"/></a><figcaption>An <a rel="mw:ExtLink" href="http://test/?param1=|left|&param2=|x">external</a> URL</figcaption></figure>
18916 [Before] HTML without raw HTML enabled ($wgRawHtml==false)
18918 <html><script>alert(1);</script></html>
18920 <p><html><script>alert(1);</script></html>
18925 HTML with raw HTML ($wgRawHtml==true)
18929 <html><script>alert(1);</script></html>
18931 <p><script>alert(1);</script>
18936 Parents of subpages, one level up
18938 subpage title=[[Subpage test/L1/L2/L3]]
18942 <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>
18948 Parents of subpages, one level up, not named
18950 subpage title=[[Subpage test/L1/L2/L3]]
18954 <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>
18961 Parents of subpages, two levels up
18963 subpage title=[[Subpage test/L1/L2/L3]]
18969 <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
18970 </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>
18975 Parents of subpages, two levels up, without trailing slash or name.
18977 subpage title=[[Subpage test/L1/L2/L3]]
18986 Parents of subpages, two levels up, with lots of extra trailing slashes.
18988 subpage title=[[Subpage test/L1/L2/L3]]
18992 <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>
18997 Subpage test/L1/L2/L3Sibling
19003 Transclusion of a sibling page (one level up)
19005 subpage title=[[Subpage test/L1/L2/L3]]
19014 Transclusion of a child page
19016 subpage title=[[Subpage test/L1/L2]]
19025 Non-transclusion because of too many up levels
19027 subpage title=[[Subpage test/L1/L2/L3]]
19029 {{../../../../More than parent}}
19031 <p>{{../../../../More than parent}}
19036 Definition list code coverage
19042 <dl><dt> title  </dt>
19044 <dt> title </dt>
19050 <dl><dt> title <span typeof="mw:Placeholder"> </span></dt><dd> def</dd>
19051 <dt> title<span typeof="mw:Placeholder"> </span></dt><dd> def</dd>
19052 <dt>title</dt><dd> def</dd></dl>
19056 Don't fall for the self-closing div
19058 <div>hello world</div/>
19060 <div>hello world</div>
19069 <p>[[:Template:Msg]]
19078 <p><a href="/index.php?title=Template:QUERTY&action=edit&redlink=1" class="new" title="Template:QUERTY (page does not exist)">Template:QUERTY</a>
19082 # This isn't needed for XHTML conformance, but would be handy as a fallback security measure
19084 Always escape literal '>' in output, not just after '<'
19098 <p>This is a test template
19099 This is a test template
19111 Inclusion of !userCanEdit() content
19115 <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>
19121 Out-of-order TOC heading levels
19130 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
19132 <li class="toclevel-1 tocsection-1"><a href="#2"><span class="tocnumber">1</span> <span class="toctext">2</span></a>
19134 <li class="toclevel-2 tocsection-2"><a href="#6"><span class="tocnumber">1.1</span> <span class="toctext">6</span></a></li>
19135 <li class="toclevel-2 tocsection-3"><a href="#3"><span class="tocnumber">1.2</span> <span class="toctext">3</span></a></li>
19138 <li class="toclevel-1 tocsection-4"><a href="#1"><span class="tocnumber">2</span> <span class="toctext">1</span></a>
19140 <li class="toclevel-2 tocsection-5"><a href="#5"><span class="tocnumber">2.1</span> <span class="toctext">5</span></a></li>
19141 <li class="toclevel-2 tocsection-6"><a href="#2_2"><span class="tocnumber">2.2</span> <span class="toctext">2</span></a></li>
19147 <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>
19148 <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>
19149 <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>
19150 <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>
19151 <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>
19152 <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>
19158 ISBN with a dummy number
19168 ISBN with space-delimited number
19172 <p><a href="/wiki/Special:BookSources/9290170328" class="internal mw-magiclink-isbn">ISBN 92 9017 032 8</a>
19178 ISBN with multiple spaces, no number
19197 </p><p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>
19198 </p><p>ISBN 12345678901
19204 ISBN with trailing year (bug 8110)
19206 ISBN 1-234-56789-0 - 2006
19208 ISBN 1 234 56789 0 - 2006
19210 <p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1-234-56789-0</a> - 2006
19211 </p><p><a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1 234 56789 0</a> - 2006
19219 {{anchorencode:foo bar©#%n}}
19221 <p>foo_bar.C2.A9.23.25n
19226 anchorencode trims spaces
19228 {{anchorencode: __pretty__please__}}
19235 anchorencode deals with links
19237 {{anchorencode: [[hello|world]] [[hi]]}}
19244 anchorencode deals with templates
19246 {{anchorencode: {{Foo}} }}
19253 anchorencode encodes like the TOC generator: (bug 18431)
19255 === _ +:.3A%3A&&]] ===
19256 {{anchorencode: _ +:.3A%3A&&]] }}
19259 <h3><span class="mw-headline" id=".2B:.3A.253A.26.26.5D.5D">_ +:.3A%3A&&]]</span></h3>
19260 <p>.2B:.3A.253A.26.26.5D.5D
19265 Bug 6200: blockquotes and paragraph formatting
19286 Bug 8293: Use of center tag ruins paragraph formatting
19307 Parsing of overlapping (improperly nested) inline html tags
19309 <span><s>x</span></s>
19311 <p><span><s>x</span></s></span>
19314 <p><span><s>x</s></span>
19319 ### Language variants related tests
19322 Self-link in language variants
19324 title=[[Dunav]] language=sr
19326 Both [[Dunav]] and [[Дунав]] are names for this river.
19328 <p>Both <strong class="selflink">Dunav</strong> and <strong class="selflink">Дунав</strong> are names for this river.
19339 Link to another existing title shouldn't be parsed as self-link even if it's a variant of this title
19341 title=[[Duna]] language=sr
19343 [[Дуна]] is not a self-link while [[Duna]] and [[Dуна]] are still self-links.
19345 <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.
19350 Link to a section of a variant of this title shouldn't be parsed as self-link
19352 title=[[Duna]] language=sr
19354 [[Dуна]] is a self-link while [[Dunа#Foo]] and [[Dуна#Foo]] are not self-links.
19356 <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.
19361 Link to pages in language variants
19365 Main Page can be written as [[Маин Паге]]
19367 <p>Main Page can be written as <a href="/wiki/Main_Page" title="Main Page">Маин Паге</a>
19373 Multiple links to pages in language variants
19377 [[Main Page]] can be written as [[Маин Паге]] same as [[Маин Паге]].
19379 <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>.
19385 Simple template in language variants
19391 <p>This is a test template
19397 Template with explicit namespace in language variants
19403 <p>This is a test template
19409 Basic test for template parameter in language variants
19413 {{парамтест|param=foo}}
19415 <p>This is a test template with parameter foo
19421 Simple category in language variants
19425 [[Category:МедиаWики Усер'с Гуиде]]
19427 <a href="/wiki/%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D0%B8%D1%98%D0%B0:MediaWiki_User%27s_Guide" title="Категорија:MediaWiki User's Guide">MediaWiki User's Guide</a>
19443 ## We used to, but no longer wt2wt this test since the default serializer
19444 ## will normalize all categories to serialize on their own line.
19445 ## This wikitext usage is going to be fairly uncommon in production and
19446 ## selser will take care of preserving formatting in those scenarios.
19448 Don't convert blue categorylinks to another variant (bug 33210)
19454 [[A]][[Category:分类]]
19456 <a href="/wiki/Category:%E5%88%86%E7%B1%BB" title="Category:分类">分类</a>
19458 <p><a rel="mw:WikiLink" href="A" title="A">A</a></p>
19459 <link rel="mw:PageProp/Category" href="Category:分类"/>
19463 Stripping -{}- tags (language variants)
19467 Latin proverb: -{Ne nuntium necare}-
19469 <p>Latin proverb: Ne nuntium necare
19475 Prevent conversion with -{}- tags (language variants)
19477 language=sr variant=sr-ec
19479 Latinski: -{Ne nuntium necare}-
19481 <p>Латински: Ne nuntium necare
19487 Prevent conversion of text with -{}- tags (language variants)
19489 language=sr variant=sr-ec
19491 Latinski: -{Ne nuntium necare}-
19493 <p>Латински: Ne nuntium necare
19499 Prevent conversion of links with -{}- tags (language variants)
19501 language=sr variant=sr-ec
19505 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
19511 -{}- tags within headlines (within html for parserConvert())
19513 language=sr variant=sr-ec
19517 <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>
19523 Explicit definition of language variant alternatives
19525 language=zh variant=zh-tw
19527 -{zh:China;zh-tw:Taiwan}-, not China
19529 <p>Taiwan, not China
19535 Conversion around HTML tags
19537 language=sr variant=sr-ec
19539 -{H|span=>sr-ec:script;title=>sr-ec:src;}-
19540 <span title="La-{sr-el:L;sr-ec:C;}-tin">ski</span>
19543 <span title="ЛаCтин">ски</span>
19549 Explicit session-wise language variant mapping (A flag and - flag)
19551 language=zh variant=zh-tw
19553 Taiwan is not China.
19554 But -{A|zh:China;zh-tw:Taiwan}- is China,
19555 (This-{-|zh:China;zh-tw:Taiwan}- should be stripped!)
19556 and -{China}- is China.
19558 <p>Taiwan is not China.
19559 But Taiwan is Taiwan,
19560 (This should be stripped!)
19561 and China is China.
19566 Explicit session-wise language variant mapping (H flag for hide)
19568 language=zh variant=zh-tw
19570 (This-{H|zh:China;zh-tw:Taiwan}- should be stripped!)
19573 <p>(This should be stripped!)
19579 Adding explicit conversion rule for title (T flag)
19581 language=zh variant=zh-tw showtitle
19583 Should be stripped-{T|zh:China;zh-tw:Taiwan}-!
19586 <p>Should be stripped!
19591 Testing that changing the language variant here in the tests actually works
19593 language=zh variant=zh showtitle
19595 Should be stripped-{T|zh:China;zh-tw:Taiwan}-!
19598 <p>Should be stripped!
19603 Recursive conversion of alt and title attrs shouldn't clear converter state
19605 language=zh variant=zh-cn showtitle
19607 -{H|zh-cn:Exclamation;zh-tw:exclamation;}-
19608 Should be stripped-{T|zh-cn:China;zh-tw:Taiwan}-<span title="exclamation">!</span>
19612 Should be stripped<span title="Exclamation">!</span>
19617 Bug 24072: more test on conversion rule for title
19619 language=zh variant=zh-tw showtitle
19621 This should be stripped-{T|zh:China;zh-tw:Taiwan}-!
19622 This won't take interferes with the title rule-{H|zh:Beijing;zh-tw:Taipei}-.
19625 <p>This should be stripped!
19626 This won't take interferes with the title rule.
19631 Partly disable title conversion if variant == main language code
19633 language=zh variant=zh title=[[ZH]] showtitle
19635 -{T|zh-cn:CN;zh-tw:TW}-
19643 Partly disable title conversion if variant == main language code, more
19645 language=zh variant=zh title=[[ZH]] showtitle
19655 Raw output of variant escape tags (R flag)
19657 language=zh variant=zh-tw
19659 Raw: -{R|zh:China;zh-tw:Taiwan}-
19661 <p>Raw: zh:China;zh-tw:Taiwan
19666 Strings evaluating false shouldn't be ignored by Language converter (T51072)
19668 language=zh variant=zh-cn
19670 -{zh-cn:0;zh-sg:1;zh-tw:2;zh-hk:3}-
19677 Conversion rules from [numeric-only string] to [something else] (T48634)
19679 language=zh variant=zh-cn
19681 -{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
19688 Bidirectional converter rule entries with an empty value should be ignored (T53551)
19690 language=zh variant=zh-cn
19692 -{H|zh-cn:foo;zh-tw:;}-foobar
19699 Unidirectional converter rule entries with an empty "from" string should be ignored (T53551)
19701 language=zh variant=zh-cn
19703 -{H|=>zh-cn:foo;}-foobar
19710 Empty converter rule entries shouldn't be inserted into the conversion table (T53551)
19712 language=zh variant=zh-cn
19721 Nested using of manual convert syntax
19723 language=zh variant=zh-hk
19725 Nested: -{zh-hans:Hi -{zh-cn:China;zh-sg:Singapore;}-;zh-hant:Hello -{zh-tw:Taiwan;zh-hk:H-{ong}- K-{}-ong;}-;}-!
19727 <p>Nested: Hello Hong Kong!
19732 Proper conversion of text in external links
19734 language=sr variant=sr-ec
19736 http://www.google.com
19737 gopher://www.google.com
19738 [http://www.google.com http://www.google.com]
19739 [gopher://www.google.com gopher://www.google.com]
19740 [https://www.google.com irc://www.google.com]
19741 [ftp://www.google.com www.google.com/ftp://dir]
19742 [//www.google.com www.google.com]
19744 <p><a rel="nofollow" class="external free" href="http://www.google.com">http://www.google.com</a>
19745 <a rel="nofollow" class="external free" href="gopher://www.google.com">gopher://www.google.com</a>
19746 <a rel="nofollow" class="external free" href="http://www.google.com">http://www.google.com</a>
19747 <a rel="nofollow" class="external free" href="gopher://www.google.com">gopher://www.google.com</a>
19748 <a rel="nofollow" class="external text" href="https://www.google.com">irc://www.google.com</a>
19749 <a rel="nofollow" class="external text" href="ftp://www.google.com">www.гоогле.цом/фтп://дир</a>
19750 <a rel="nofollow" class="external text" href="//www.google.com">www.гоогле.цом</a>
19755 Do not convert roman numbers to language variants
19757 language=sr variant=sr-ec
19761 <p>Фридрих IV је цар.
19766 Unclosed language converter markup "-{"
19777 Don't convert raw rule "-{R|=>}-" to "=>"
19788 Don't break link parsing if language converter markup is in the caption.
19790 language=sr variant=sr-ec
19792 [[Main Page|-{R|main page}-]]
19794 <p><a href="/wiki/Main_Page" title="Маин Паге">main page</a>
19798 # FIXME: This test is currently broken in the PHP parser (bug 52661)
19800 Don't break image parsing if language converter markup is in the caption.
19804 [[File:Foobar.jpg|-{R|caption}-]]
19806 <p><a href="/wiki/File:Foobar.jpg" class="image" title="caption"><img alt="caption" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" /></a>
19810 # FIXME: This test is currently broken in the PHP parser (bug 52661)
19812 Don't break list handling if language converter markup is in the item.
19814 language=zh variant=zh-cn
19816 ;-{zh-cn:AAA;zh-tw:BBB}-
19818 <dl><dt><span class="error">在手动语言转换规则中检测到错误</span></dd></dl>
19825 # FIXME: This test is currently broken in the PHP parser (bug 52661)
19827 Don't break table handling if language converter markup is in the cell.
19829 language=sr variant=sr-ec
19852 Bug 529: Uncovered bullet
19861 # Plain MediaWiki does not remove empty lists, but tidy actually does.
19862 # Templates in Wikipedia rely on this behavior, as tidy has always been
19863 # enabled there. These tests are normally run *without* tidy, so specify the
19864 # full output here.
19865 # To test realistic parsing behavior, apply a tidy-like transformation to both
19866 # the expected output and your parser's output.
19868 Bug 529: Uncovered bullet leaving empty list, normally removed by tidy
19870 ******* Foo {{bullet}}
19872 <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>
19878 Bug 529: Uncovered table already at line-start
19901 Bug 529: Uncovered bullet in parser function result
19903 * Foo {{lc:{{bullet}} }}
19911 Bug 5678: Double-parsed template argument
19913 {{lc:{{{1}}}|hello}}
19920 Bug 5678: Double-parsed template invocation
19922 {{lc:{{paramtest {{!}} param = hello }} }}
19924 <p>{{paramtest | param = hello }}
19929 Case insensitivity of parser functions for non-ASCII characters (bug 8143)
19932 title=[[Main Page]]
19934 {{PRVNÍVELKÉ:ěščř}}
19935 {{prvnívelké:ěščř}}
19955 Morwen/13: Unclosed link followed by heading
19962 <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>
19967 HHP2.1: Heuristics for headings in preprocessor parenthetical structures
19974 <h1><span class="mw-headline" id="heading">heading</span></h1>
19979 HHP2.2: Heuristics for headings in preprocessor parenthetical structures
19986 <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>
20001 Paragraphs inside divs (no extra line breaks)
20013 Paragraphs inside divs (extra line break on open)
20028 Paragraphs inside divs (extra line break on close)
20043 Paragraphs inside divs (extra line break on open and close)
20060 Nesting tags, paragraphs on lines which begin with <div>
20062 <div></div><strong>A
20065 <p><strong>A</strong></p>
20066 <p><strong>B</strong></p>
20074 # Bug 6200: <blockquote> should behave like <div> with respect to line breaks
20076 Bug 6200: paragraphs inside blockquotes (no extra line breaks)
20078 <blockquote>Line one
20080 Line two</blockquote>
20082 <blockquote>Line one
20083 Line two</blockquote>
20087 <p>Line one Line two</p>
20092 Bug 6200: paragraphs inside blockquotes (extra line break on open)
20097 Line two</blockquote>
20102 Line two</blockquote>
20107 Line two</blockquote>
20111 Bug 6200: paragraphs inside blockquotes (extra line break on close)
20113 <blockquote>Line one
20118 <blockquote>Line one
20131 Bug 6200: paragraphs inside blockquotes (extra line break on open and close)
20153 Paragraphs inside blockquotes/divs (no extra line breaks)
20155 <blockquote><div>Line one
20157 Line two</div></blockquote>
20159 <blockquote><div>Line one
20160 Line two</div></blockquote>
20165 Paragraphs inside blockquotes/divs (extra line break on open)
20170 Line two</div></blockquote>
20175 Line two</div></blockquote>
20180 Paragraphs inside blockquotes/divs (extra line break on close)
20182 <blockquote><div>Line one
20185 </div></blockquote>
20187 <blockquote><div>Line one
20190 </div></blockquote>
20195 Paragraphs inside blockquotes/divs (extra line break on open and close)
20201 </div></blockquote>
20207 </div></blockquote>
20212 Interwiki links trounced by replaceExternalLinks after early LinkHolderArray expansion
20214 wgLinkHolderBatchSize=0
20220 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?1" class="extiw" title="meatball:1">meatball:1</a>
20221 <a href="http://www.usemod.com/cgi-bin/mb.pl?2" class="extiw" title="meatball:2">meatball:2</a>
20222 <a href="http://www.usemod.com/cgi-bin/mb.pl?3" class="extiw" title="meatball:3">meatball:3</a>
20227 Free external link invading image caption
20229 [[Image:Foobar.jpg|thumb|http://x|hello]]
20231 <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>
20236 Bug 15196: localised external link numbers
20240 [http://en.wikipedia.org/]
20242 <p><a rel="nofollow" class="external autonumber" href="http://en.wikipedia.org/">[۱]</a>
20245 <p><a rel="mw:ExtLink" href="http://en.wikipedia.org/"></a></p>
20249 Multibyte character in padleft
20251 {{padleft:-Hello|7|Æ}}
20258 Multibyte character in padright
20260 {{padright:Hello-|7|Æ}}
20267 formatdate parser function
20269 {{#formatdate:2009-03-24}}
20271 <p><span class="mw-formatted-date" title="2009-03-24">2009-03-24</span>
20276 formatdate parser function, with default format
20278 {{#formatdate:2009-03-24|mdy}}
20280 <p><span class="mw-formatted-date" title="2009-03-24">March 24, 2009</span>
20285 Spacing of numbers in formatted dates
20287 {{#formatdate:January 15}}
20289 <p><span class="mw-formatted-date" title="01-15">January 15</span>
20294 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
20296 language=nl title=[[MediaWiki:Common.css]]
20298 {{#formatdate:2009-03-24|dmy}}
20300 <p><span class="mw-formatted-date" title="2009-03-24">24 March 2009</span>
20313 Edit comment with link
20317 I like the [[Main Page]] a lot
20319 I like the <a href="/wiki/Main_Page" title="Main Page">Main Page</a> a lot
20323 Edit comment with link and link text
20327 I like the [[Main Page|best pages]] a lot
20329 I like the <a href="/wiki/Main_Page" title="Main Page">best pages</a> a lot
20333 Edit comment with link and link text with suffix
20337 I like the [[Main Page|best page]]s a lot
20339 I like the <a href="/wiki/Main_Page" title="Main Page">best pages</a> a lot
20343 Edit comment with section link (non-local, eg in history list)
20345 comment title=[[Main Page]]
20347 /* External links */ removed bogus entries
20349 <a href="/wiki/Main_Page#External_links" title="Main Page">→</a><span dir="auto"><span class="autocomment">External links: </span> removed bogus entries</span>
20353 Edit comment with section link and text before it (non-local, eg in history list)
20355 comment title=[[Main Page]]
20357 pre-comment text /* External links */ removed bogus entries
20359 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>
20363 Edit comment with section link (local, eg in diff view)
20365 comment local title=[[Main Page]]
20367 /* External links */ removed bogus entries
20369 <a href="#External_links">→</a><span dir="auto"><span class="autocomment">External links: </span> removed bogus entries</span>
20373 Edit comment with subpage link (bug 14080)
20377 title=[[Subpage test]]
20379 Poked at a [[/subpage]] here...
20381 Poked at a <a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">/subpage</a> here...
20385 Edit comment with subpage link and link text (bug 14080)
20389 title=[[Subpage test]]
20391 Poked at a [[/subpage|neat little page]] here...
20393 Poked at a <a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">neat little page</a> here...
20397 Edit comment with bogus subpage link in non-subpage NS (bug 14080)
20400 title=[[Subpage test]]
20402 Poked at a [[/subpage]] here...
20404 Poked at a <a href="/index.php?title=/subpage&action=edit&redlink=1" class="new" title="/subpage (page does not exist)">/subpage</a> here...
20408 Edit comment with bare anchor link (local, as on diff)
20412 title=[[Main Page]]
20416 <a href="#section">#section</a>
20420 Edit comment with bare anchor link (non-local, as on history)
20423 title=[[Main Page]]
20427 <a href="/wiki/Main_Page#section" title="Main Page">#section</a>
20431 Anchor starting with underscore
20437 <p><a href="#_ref">One</a>
20440 <p><a rel="mw:WikiLink" href="./Foo#_ref" data-parsoid='{"stx":"piped","a":{"href":"./Foo#_ref"},"sa":{"href":"#_ref"}}'>One</a></p>
20444 Id starting with underscore
20446 <div id="_ref"></div>
20448 <div id="_ref"></div>
20453 Space normalisation on autocomment (bug 22784)
20456 title=[[Main Page]]
20458 /* __hello__world__ */
20460 <a href="/wiki/Main_Page#hello_world" title="Main Page">→</a><span dir="auto"><span class="autocomment">__hello__world__</span></span>
20464 percent-encoding and + signs in comments (Bug 26410)
20468 [[ABC%33D% ++]] [[ABC%33D% ++|+%20]]
20470 <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>
20473 # Parsoid doesn't support this yet: see bug 73581
20474 # but it *should* omit the 'src' attribute if the image is bad.
20475 # PHP side of tests was disabled in
20476 # mediawiki/core:6bd31e7d95161a6e88fa86df60871051da997c3c
20477 # because of issues in the PHP parserTests infrastructure
20478 # (but the output below is indeed what the PHP side emits)
20480 Bad images - basic functionality
20483 !! DISABLED/html/php
20485 <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>
20489 Bad images - bug 16039: text after bad image disappears
20494 !! DISABLED/html/php
20500 <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>
20505 Verify that displaytitle works (bug #22501) no displaytitle
20509 wgAllowDisplayTitle=true
20510 wgRestrictDisplayTitle=false
20512 this is not the the title
20515 <p>this is not the the title
20520 Verify that displaytitle works (bug #22501) RestrictDisplayTitle=false
20525 wgAllowDisplayTitle=true
20526 wgRestrictDisplayTitle=false
20528 this is not the the title
20529 {{DISPLAYTITLE:whatever}}
20532 <p>this is not the the title
20537 Verify that displaytitle works (bug #22501) RestrictDisplayTitle=true mismatch
20542 wgAllowDisplayTitle=true
20543 wgRestrictDisplayTitle=true
20545 this is not the the title
20546 {{DISPLAYTITLE:whatever}}
20549 <p>this is not the the title
20554 Verify that displaytitle works (bug #22501) RestrictDisplayTitle=true matching
20559 wgAllowDisplayTitle=true
20560 wgRestrictDisplayTitle=true
20562 this is not the the title
20563 {{DISPLAYTITLE:screen}}
20566 <p>this is not the the title
20571 Verify that displaytitle works (bug #22501) AllowDisplayTitle=false
20576 wgAllowDisplayTitle=false
20578 this is not the the title
20579 {{DISPLAYTITLE:screen}}
20582 <p>this is not the the title
20583 <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>
20588 Verify that displaytitle works (bug #22501) AllowDisplayTitle=false no DISPLAYTITLE
20593 wgAllowDisplayTitle=false
20595 this is not the the title
20598 <p>this is not the the title
20603 Verify that displaytitle handles inline CSS styles (bug 26547) - rejected value
20608 wgAllowDisplayTitle=true
20609 wgRestrictDisplayTitle=true
20611 this is not the the title
20612 {{DISPLAYTITLE:<span style="display: none;">s</span>creen}}
20614 <span style="/* attempt to bypass $wgRestrictDisplayTitle */">s</span>creen
20615 <p>this is not the the title
20620 Verify that displaytitle handles inline CSS styles (bug 26547) - accepted value
20625 wgAllowDisplayTitle=true
20626 wgRestrictDisplayTitle=true
20628 this is not the the title
20629 {{DISPLAYTITLE:<span style="color: red;">s</span>creen}}
20631 <span style="color: red;">s</span>creen
20632 <p>this is not the the title
20637 Page status indicators: Empty name is invalid
20641 <indicator name=" "></indicator>
20642 <indicator></indicator>
20644 <p><span class="error"><strong>Error:</strong> Page status indicators' <code>name</code> attribute must not be empty.</span>
20645 <span class="error"><strong>Error:</strong> Page status indicators' <code>name</code> attribute must not be empty.</span>
20650 Page status indicators: Weird syntaxes that are okay
20654 <indicator name="empty" />
20655 <indicator name="name"></indicator>
20664 Page status indicators: Torture test
20668 <indicator name="01">hello world</indicator>
20669 <indicator name="02">[[Main Page]]</indicator>
20670 <indicator name="03">[[File:Foobar.jpg|25px|link=]]</indicator>
20671 <indicator name="04">[[File:Foobar.jpg|25px]]</indicator>
20672 <indicator name="05">* foo
20674 <indicator name="06"><nowiki>foo</nowiki></indicator>
20675 <indicator name="07"> Preformatted</indicator>
20676 <indicator name="08"><div>Broken tag</indicator>
20677 <indicator name="09">{| class=wikitable
20680 <indicator name="10">Two
20682 paragraphs</indicator>
20685 02=<a href="/wiki/Main_Page" title="Main Page">Main Page</a>
20686 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" />
20687 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>
20688 05=<ul><li> foo</li>
20692 07=<pre>Preformatted
20694 08=<div>Broken tag</div>
20696 09=<table class="wikitable">
20713 preload: check <noinclude> and <includeonly>
20717 Hello <noinclude>cruel</noinclude><includeonly>kind</includeonly> world.
20723 preload: check <onlyinclude>
20727 Goodbye <onlyinclude>Hello world</onlyinclude>
20733 preload: can pass tags through if we want to
20737 <includeonly><</includeonly>includeonly>Hello world<includeonly><</includeonly>/includeonly>
20739 <includeonly>Hello world</includeonly>
20743 preload: check that it doesn't try to do tricks
20747 * <!-- Hello --> ''{{world}}'' {{<includeonly>subst:</includeonly>How are you}}{{ {{{|safesubst:}}} #if:1|2|3}}
20749 * <!-- Hello --> ''{{world}}'' {{subst:How are you}}{{ {{{|safesubst:}}} #if:1|2|3}}
20753 Play a bit with r67090 and bug 3158
20755 <div style="width:50% !important"> </div>
20756 <div style="width:50% !important"> </div>
20757 <div style="width:50% !important"> </div>
20758 <div style="border : solid;"> </div>
20760 <div style="width:50% !important"> </div>
20761 <div style="width:50% !important"> </div>
20762 <div style="width:50% !important"> </div>
20763 <div style="border : solid;"> </div>
20766 <div style="width:50% !important" data-parsoid='{"stx":"html"}'><span typeof="mw:Entity" data-parsoid='{"srcContent":" "}'> </span></div>
20767 <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>
20768 <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>
20769 <div style="border : solid;" data-parsoid='{"stx":"html"}'><span typeof="mw:Entity" data-parsoid='{"srcContent":" "}'> </span></div>
20774 HTML5 data attributes
20776 <span data-foo="bar">Baz</span>
20777 <p data-abc-def_hij="">Quuz</p>
20779 <p><span data-foo="bar">Baz</span>
20781 <p data-abc-def_hij="">Quuz</p>
20784 <p><span data-foo="bar" data-parsoid='{"stx":"html"}'>Baz</span></p>
20785 <p data-abc-def_hij="" data-parsoid='{"stx":"html"}'>Quuz</p>
20789 Strip reserved data attributes
20791 <div data-mw="foo" data-parsoid="bar" data-mw-someext="baz" data-ok="fred" data-ooui="xyzzy" data-bad:ns="ns">d</div>
20793 <div data-ok="fred">d</div>
20796 <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>
20800 percent-encoding and + signs in internal links (Bug 26410)
20802 [[User:+%]] [[Page+title%]]
20803 [[%+]] [[%+|%20]] [[%+ ]] [[%+r]]
20804 [[%]] [[+]] [[File:%+abc%39|foo|[[bar]]]]
20805 [[%33%45]] [[%33%45+]]
20807 <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>
20808 <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>
20809 <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>
20810 <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>
20813 <p><a rel="mw:WikiLink" href="./User:+%25" title="User:+%">User:+%</a> <a rel="mw:WikiLink" href="Page+title%25" title="Page+title%">Page+title%</a>
20814 <a rel="mw:WikiLink" href="%25+" title="%+">%+</a> <a rel="mw:WikiLink" href="%25+" title="%+">%20</a> <a rel="mw:WikiLink" href="%25+" title="%+">%+ </a> <a rel="mw:WikiLink" href="%25+r" title="%+r">%+r</a>
20815 <a rel="mw:WikiLink" href="%25" title="%">%</a> <a rel="mw:WikiLink" href="+" title="+">+</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=\"{&quot;stx&quot;:&quot;simple&quot;,&quot;a&quot;:{&quot;href&quot;:&quot;./Bar&quot;},&quot;sa&quot;:{&quot;href&quot;:&quot;bar&quot;},&quot;dsr&quot;:[94,101,2,2]}\">bar</a>"}'><a href="./File:%25+abc9"><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>
20816 <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>
20820 Special characters in embedded file links (bug 27679)
20822 [[File:Contains & ampersand.jpg]]
20823 [[File:Does not exist.jpg|Title with & ampersand]]
20825 <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>
20826 <a href="/index.php?title=Special:Upload&wpDestFile=Does_not_exist.jpg" class="new" title="File:Does not exist.jpg">Title with & ampersand</a>
20829 <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>
20830 <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>
20834 Confirm that 'apos' named character reference doesn't make it to output (not legal in HTML 4)
20836 Text's been normalized?
20838 <p>Text's been normalized?
20843 Bug 19052 U+3000 IDEOGRAPHIC SPACE should terminate free external links
20845 http://www.example.org/ <-- U+3000 (vim: ^Vu3000)
20847 <p><a rel="nofollow" class="external free" href="http://www.example.org/">http://www.example.org/</a> <-- U+3000 (vim: ^Vu3000)
20852 Bug 19052 U+3000 IDEOGRAPHIC SPACE should terminate bracketed external links
20854 [http://www.example.org/ ideograms]
20856 <p><a rel="nofollow" class="external text" href="http://www.example.org/">ideograms</a>
20861 Bug 19052 U+3000 IDEOGRAPHIC SPACE should terminate external images links
20863 http://www.example.org/pic.png <-- U+3000 (vim: ^Vu3000)
20865 <p><img src="http://www.example.org/pic.png" alt="pic.png" /> <-- U+3000 (vim: ^Vu3000)
20889 Bug 31098 Template which includes system messages which includes the template
20893 <p><span class="error">Template loop detected: <a href="/wiki/Template:Identical" title="Template:Identical">Template:Identical</a></span>
20894 <span class="error">Template loop detected: <a href="/wiki/Template:Identical" title="Template:Identical">Template:Identical</a></span>
20899 Bug31490 Turkish: ucfirst 'blah'
20910 Bug31490 Turkish: ucfirst 'ix'
20921 Bug31490 Turkish: lcfirst 'BLAH'
20932 Bug31490 Turkish: ucfırst (with a dotless i)
20938 <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>
20943 Bug31490 ucfırst (with a dotless i) with English language
20949 <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>
20954 Bug 26375: TOC with italics
20956 title=[[Main Page]]
20959 == ''Lost'' episodes ==
20961 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
20963 <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>
20967 <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>
20972 Bug 26375: TOC with bold
20974 title=[[Main Page]]
20977 == '''should be bold''' then normal text ==
20979 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
20981 <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>
20985 <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>
20990 Bug 33845: Headings become cursive in TOC when they contain an image
20992 title=[[Main Page]]
20995 == Image [[Image:foobar.jpg]] ==
20997 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
20999 <li class="toclevel-1 tocsection-1"><a href="#Image"><span class="tocnumber">1</span> <span class="toctext">Image</span></a></li>
21003 <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>
21008 Bug 33845 (2): Headings become bold in TOC when they contain a blockquote
21010 title=[[Main Page]]
21013 == <blockquote>Quote</blockquote> ==
21015 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21017 <li class="toclevel-1 tocsection-1"><a href="#Quote"><span class="tocnumber">1</span> <span class="toctext">Quote</span></a></li>
21021 <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>
21025 <div id="toc" class="toc">
21026 <div id="toctitle">
21030 <li class="toclevel-1 tocsection-1"><a href="#Quote"><span class="tocnumber">1</span> <span class="toctext">Quote</span></a></li>
21034 <h2><span class="mw-headline" id="Quote"></span></h2>
21036 <p><span class="mw-headline" id="Quote">Quote</span></p>
21038 <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>
21042 Unclosed tags in TOC
21044 title=[[Main Page]]
21048 <small>Hanc marginis exiguitas non caperet.</small>
21051 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21053 <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>
21057 <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>
21058 <p><small>Hanc marginis exiguitas non caperet.</small>
21064 Multiple tags in TOC
21067 == <i>Foo</i> <b>Bar</b> ==
21069 == <i>Foo</i> <blockquote>Bar</blockquote> ==
21071 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21073 <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>
21074 <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>
21078 <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>
21079 <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>
21083 <div id="toc" class="toc">
21084 <div id="toctitle">
21088 <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>
21089 <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>
21093 <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>
21094 <h2><span class="mw-headline" id="Foo_Bar_2"><i>Foo</i></span></h2>
21096 <p><span class="mw-headline" id="Foo_Bar_2">Bar</span></p>
21098 <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>
21101 # Don't expect Parsoid to roundtrip this until the php parser comes closer to
21102 # html5 tag parsing.
21104 Tags with parameters in TOC
21109 == <sup class="in-h2">Hello</sup> ==
21111 == <sup class="a > b">Evilbye</sup> ==
21113 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21115 <li class="toclevel-1 tocsection-1"><a href="#Hello"><span class="tocnumber">1</span> <span class="toctext"><sup>Hello</sup></span></a></li>
21116 <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>
21120 <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>
21121 <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>
21124 <meta property="mw:PageProp/toc" />
21125 <h2> <sup class="in-h2" data-parsoid='{"stx":"html"}'>Hello</sup> </h2>
21127 <h2> <sup class="a " data-parsoid='{"stx":"html"}'> b">Evilbye</sup> </h2>
21131 span tags with directionality in TOC
21134 == <span dir="ltr">C++</span> ==
21136 == <span dir="rtl">זבנג!</span> ==
21138 == <span style="font-style: italic">The attributes on these span tags must be deleted from the TOC</span> ==
21140 == <span style="font-style: italic" dir="ltr">All attributes on these span tags must be deleted from the TOC</span> ==
21142 == <span dir="ltr" style="font-style: italic">Attributes after dir on these span tags must be deleted from the TOC</span> ==
21144 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21146 <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>
21147 <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>
21148 <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>
21149 <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>
21150 <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>
21154 <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>
21155 <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>
21156 <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>
21157 <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>
21158 <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>
21163 Bug 72884: bdi element in ToC
21166 == <bdi>test</bdi> ==
21168 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21170 <li class="toclevel-1 tocsection-1"><a href="#test"><span class="tocnumber">1</span> <span class="toctext"><bdi>test</bdi></span></a></li>
21174 <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>
21178 # Note that the html output does not have the <p></p>, but the
21179 # html+tidy output *does*. This is because the empty <p></p> is
21180 # removed by the sanitizer, but only when tidy is *not* enabled (!).
21182 Empty <p> tag in TOC, removed by Sanitizer (T92892)
21187 <div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
21189 <li class="toclevel-1 tocsection-1"><a href="#x"><span class="tocnumber">1</span> <span class="toctext">x</span></a></li>
21193 <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>
21197 <div id="toc" class="toc">
21198 <div id="toctitle">
21202 <li class="toclevel-1 tocsection-1"><a href="#x"><span class="tocnumber">1</span> <span class="toctext">x</span></a></li>
21206 <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>
21212 == {{int:headline_sample}} ==
21216 Bug 32057: Title needed when expanding <h> nodes.
21218 title=[[Main Page]]
21222 <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>
21227 Strip marker in urlencode
21229 {{urlencode:x<nowiki/>y}}
21230 {{urlencode:x<nowiki/>y|wiki}}
21231 {{urlencode:x<nowiki/>y|path}}
21232 {{urlencode:x<pre id="one">two</pre>y}}
21260 Strip marker in formatNum
21262 {{formatnum:1<nowiki/>2}}
21263 {{formatnum:1<nowiki/>2|R}}
21271 Check noCommafy in formatNum
21275 {{formatnum:123456.78}}
21276 {{formatnum:123456.78|NOSEP}}
21284 Wrong option for formatNum (bug 56199)
21286 {{formatnum:1,234.56|Random}}
21287 {{formatnum:1,234.56|EVERYTHING}}
21288 {{formatnum:1234.56|any argument that has the string 'NOSEP'}}
21297 Strip marker in grammar
21301 {{grammar:elative|foo<nowiki/>bar}}
21308 Strip marker in padleft
21310 {{padleft:|2|x<nowiki/>y}}
21317 Strip marker in padright
21319 {{padright:|2|x<nowiki/>y}}
21326 Strip marker in anchorencode
21328 {{anchorencode:x<nowiki/>y}}
21335 nowiki inside link inside heading (bug 18295)
21337 ==[[foo|x<nowiki>y</nowiki>z]]==
21339 <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>
21344 new support for bdi element (bug 31817)
21346 <p dir="rtl" lang="he">ולדימיר לנין (ברוסית: <bdi lang="ru">Владимир Ленин</bdi>, 24 באפריל 1870–22 בינואר 1924) הוא מנהיג פוליטי קומוניסטי רוסי.</p>
21348 <p dir="rtl" lang="he">ולדימיר לנין (ברוסית: <bdi lang="ru">Владимир Ленин</bdi>, 24 באפריל 1870–22 בינואר 1924) הוא מנהיג פוליטי קומוניסטי רוסי.</p>
21353 Ignore pipe between table row attributes
21357 |- id=foo | style='color: red'
21365 <tr id="foo" style="color: red">
21372 Gallery override link with WikiLink (bug 34852)
21375 File:foobar.jpg|caption|alt=galleryalt|link=InterWikiLink
21378 <ul class="gallery mw-gallery-traditional">
21379 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
21380 <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>
21381 <div class="gallerytext">
21391 Gallery override link with absolute external link (bug 34852)
21394 File:foobar.jpg|caption|alt=galleryalt|link=http://www.example.org
21397 <ul class="gallery mw-gallery-traditional">
21398 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
21399 <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>
21400 <div class="gallerytext">
21410 Gallery override link with malicious javascript (bug 34852)
21413 File:foobar.jpg|caption|alt=galleryalt|link=" onclick="alert('malicious javascript code!');
21416 <ul class="gallery mw-gallery-traditional">
21417 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
21418 <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>
21419 <div class="gallerytext">
21429 Gallery with invalid title as link (bug 43964)
21432 File:foobar.jpg|link=<
21435 <ul class="gallery mw-gallery-traditional">
21436 <li class="gallerybox" style="width: 155px"><div style="width: 155px">
21437 <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>
21438 <div class="gallerytext">
21446 Language parser function
21455 Padleft and padright as substr
21457 {{padleft:|3|abcde}}
21458 {{padright:|3|abcde}}
21466 Special parser function
21468 {{#special:RandomPage}}
21469 {{#special:BaDtItLe}}
21470 {{#special:Foobar}}
21479 Bug 34939 - Case insensitive link parsing ([HttP://])
21481 [HttP://MediaWiki.Org/]
21483 <p><a rel="nofollow" class="external autonumber" href="HttP://MediaWiki.Org/">[1]</a>
21486 <p><a rel="mw:ExtLink" href="HttP://MediaWiki.Org/"></a></p>
21490 Bug 34939 - Case insensitive link parsing ([HttP:// title])
21492 [HttP://MediaWiki.Org/ MediaWiki]
21494 <p><a rel="nofollow" class="external text" href="HttP://MediaWiki.Org/">MediaWiki</a>
21499 Bug 34939 - Case insensitive link parsing (HttP://)
21501 HttP://MediaWiki.Org/
21503 <p><a rel="nofollow" class="external free" href="HttP://MediaWiki.Org/">HttP://MediaWiki.Org/</a>
21506 <p><a rel="mw:ExtLink" href="HttP://MediaWiki.Org/">HttP://MediaWiki.Org/</a></p>
21524 <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>
21525 <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>
21526 <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>
21527 <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>
21528 <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>
21534 ### Parsoid-specific tests
21535 ### Parsoid-PHP parser incompatibilities
21538 1. SOL-sensitive wikitext tokens as template-args
21540 parsoid=wt2html,wt2wt
21546 <span about="#mwt1" typeof="mw:Transclusion">
21547 </span><ul about="#mwt1"><li>a</li>
21549 <span about="#mwt2" typeof="mw:Transclusion">
21550 </span><ol about="#mwt2"><li>a</li>
21552 <span about="#mwt3" typeof="mw:Transclusion">
21553 </span><dl about="#mwt3"><dd>a</dd>
21557 #### -----------------------------------------------------------------
21558 #### Parsoid-specific functionality tests
21559 #### -----------------------------------------------------------------
21561 # Bug 63642/66749: Formatting elt fixup around images is cleaned up.
21562 # We know wt2wt will fail, but we expect selser to pass.
21563 # Due to the nature of our testing, wt2wt and selser tests will enter the
21564 # blacklist and we'll catch selser regressions based on changes to the
21565 # blacklist entries for selser tests.
21567 1. Bad treebuilder fixup of formatting elt is cleaned up
21569 parsoid=wt2html,wt2wt
21574 [[Image:Foobar.jpg|right|Test]]
21581 <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>
21588 2. Bad treebuilder fixup of formatting elt is cleaned up
21590 parsoid=wt2html,wt2wt
21592 '''foo[[File:Foobar.jpg|thumb|caption]]bar'''
21594 <small>[[Image:Foobar.jpg|right|300px]]</small>
21598 <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>
21600 <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>
21604 3. Bad treebuilder fixup of formatting elt is cleaned up
21606 parsoid=wt2html,wt2wt
21608 <small>'''foo[[File:Foobar.jpg|thumb|caption]]bar'''</small>
21610 <p><small><b>foo</b></small></p>
21611 <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>
21612 <p><small><b>bar</b></small></p>
21616 4. Bad treebuilder fixup of formatting elt is cleaned up: formatting tags around captionless images are ignored
21618 parsoid=wt2html,wt2wt
21620 '''<small>[[Image:Foobar.jpg|right|300px]]</small>'''
21622 <p><b><small></small></b></p>
21623 <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>
21627 #### ----------------------------------------------------------------
21628 #### Parsoid-only testing of Parsoid's impl of <ref> and <references>
21629 #### tags. Parsoid's output for these tags differs from that of the
21631 #### ----------------------------------------------------------------
21634 Ref: 1. ref-location should be replaced with an index span
21637 B <ref name="x">foo</ref>
21641 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span>
21642 B <span about="#mwt4" class="mw-ref" id="cite_ref-x_2-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-x-2"},"attrs":{"name":"x"}}'><a href="#cite_note-x-2"><span class="mw-reflink-text">[2]</span></a></span>
21643 C <span about="#mwt6" class="mw-ref" id="cite_ref-y_3-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"y"}}'><a href="#cite_note-y-3"><span class="mw-reflink-text">[3]</span></a></span></p>
21644 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw='{"name":"references","attrs":{}}'>
21645 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li>
21646 <li about="#cite_note-x-2" id="cite_note-x-2"><a href="#cite_ref-x_2-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-x-2" class="mw-reference-text">foo</span></li>
21647 <li about="#cite_note-y-3" id="cite_note-y-3"><a href="#cite_ref-y_3-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-y-3" class="mw-reference-text"></span></li>
21652 Ref: 2. ref-tags with identical names should all get the same index
21654 A <ref name="x">foo</ref>
21658 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-x_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-x-1"},"attrs":{"name":"x"}}'><a href="#cite_note-x-1"><span class="mw-reflink-text">[1]</span></a></span>
21659 B <span about="#mwt4" class="mw-ref" id="cite_ref-x_1-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"x"}}'><a href="#cite_note-x-1"><span class="mw-reflink-text">[1]</span></a></span></p>
21660 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
21661 <li about="#cite_note-x-1" id="cite_note-x-1"><span rel="mw:referencedBy"><a href="#cite_ref-x_1-0"><span class="mw-linkback-text">1 </span></a><a href="#cite_ref-x_1-1"><span class="mw-linkback-text">2 </span></a></span> <span id="mw-reference-text-cite_note-x-1" class="mw-reference-text">foo</span></li>
21666 Ref: 3. spaces in ref-names should be ignored
21668 A <ref name="x">foo</ref>
21669 B <ref name=" x " />
21673 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-x_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-x-1"},"attrs":{"name":"x"}}'><a href="#cite_note-x-1"><span class="mw-reflink-text">[1]</span></a></span>
21674 B <span about="#mwt4" class="mw-ref" id="cite_ref-x_1-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"x"}}'><a href="#cite_note-x-1"><span class="mw-reflink-text">[1]</span></a></span>
21675 C <span about="#mwt6" class="mw-ref" id="cite_ref-x_1-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"x"}}'><a href="#cite_note-x-1"><span class="mw-reflink-text">[1]</span></a></span></p>
21676 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw='{"name":"references","attrs":{}}'>
21677 <li about="#cite_note-x-1" id="cite_note-x-1"><span rel="mw:referencedBy"><a href="#cite_ref-x_1-0"><span class="mw-linkback-text">1 </span></a><a href="#cite_ref-x_1-1"><span class="mw-linkback-text">2 </span></a><a href="#cite_ref-x_1-2"><span class="mw-linkback-text">3 </span></a></span> <span id="mw-reference-text-cite_note-x-1" class="mw-reference-text">foo</span></li>
21681 # NOTE: constructor is a predefined property in JS and constructor as a ref-name can clash with it if not handled properly)
21683 Ref: 4. 'constructor' should be accepted as a valid ref-name
21685 A <ref name="constructor">foo</ref>
21688 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-constructor_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-constructor-1"},"attrs":{"name":"constructor"}}'><a href="#cite_note-constructor-1"><span class="mw-reflink-text">[1]</span></a></span></p>
21689 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
21690 <li about="#cite_note-constructor-1" id="cite_note-constructor-1"><a href="#cite_ref-constructor_1-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-constructor-1" class="mw-reference-text">foo</span></li>
21695 Ref: 5. body should accept generic wikitext
21698 This is a '''[[bolded link]]''' and this is a {{echo|transclusion}}
21703 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
21705 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{}}'>
21706 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">This is a <b><a rel="mw:WikiLink" href="Bolded_link" title="Bolded link">bolded link</a></b> and this is a <span about="#mwt3" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"transclusion"}},"i":0}}]}'>transclusion</span>
21712 Ref: 6. indent-pres should not be output in ref-body
21722 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
21724 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
21725 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo
21733 Ref: 7. No p-wrapping in ref-body
21750 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
21752 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
21753 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo
21768 Ref: 8. transclusion wikitext has lower precedence
21770 A <ref> foo {{echo|</ref> B C}}
21774 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> B C<span typeof="mw:Nowiki">}}</span></p>
21775 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
21776 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo {{echo|</span></li>
21781 Ref: 9. unclosed comments should not leak out of ref-body
21783 A <ref> foo <!--</ref> B C
21786 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> B C</p>
21787 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
21788 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo <!----></span></li>
21793 Ref: 10. Unclosed HTML tags should not leak out of ref-body
21795 A <ref> <b> foo </ref> B C
21799 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> B C</p>
21802 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
21803 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text"><b data-parsoid='{"stx":"html","autoInsertedEnd":true}'> foo </b></span></li>
21808 Ref: 11. ref-tags acts like an inline element wrt P-wrapping
21814 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> B
21815 C <span about="#mwt4" class="mw-ref" id="cite_ref-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-2"},"attrs":{}}'><a href="#cite_note-2"><span class="mw-reflink-text">[2]</span></a></span> D</p>
21816 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
21817 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li>
21818 <li about="#cite_note-2" id="cite_note-2"><a href="#cite_ref-2" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-2" class="mw-reference-text">bar</span></li>
21823 Ref: 12. ref-tags act as trailing newline migration barrier
21825 <!--the newline at the end of this line moves out of the p tag-->a
21827 b<!--the newline at the end of this line stays inside the p tag--> <ref />
21833 <!--the newline at the end of this line moves out of the p tag--><p>a</p>
21836 <p>b<!--the newline at the end of this line stays inside the p tag--> <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span>
21837 <span about="#mwt4" class="mw-ref" id="cite_ref-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{}}'><a href="#cite_note-2"><span class="mw-reflink-text">[2]</span></a></span></p>
21840 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
21841 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text"></span></li>
21842 <li about="#cite_note-2" id="cite_note-2"><a href="#cite_ref-2" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-2" class="mw-reference-text"></span></li></ol>
21846 Ref: 13. ref-tags are not SOL-transparent and block indent-pres
21853 <p><span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> A
21854 <span about="#mwt4" class="mw-ref" id="cite_ref-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-2"},"attrs":{}}'><a href="#cite_note-2"><span class="mw-reflink-text">[2]</span></a></span> B</p>
21855 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
21856 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li>
21857 <li about="#cite_note-2" id="cite_note-2"><a href="#cite_ref-2" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-2" class="mw-reference-text">bar
21863 Ref: 14. A nested ref-tag should be emitted as plain text
21865 <ref>foo <ref>bar</ref> baz</ref>
21869 <p><span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span>
21871 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{}}'>
21872 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo <ref>bar</ref> baz</span></li>
21877 Ref: 15. ref-tags with identical names should get identical indexes
21879 A1 <ref name="a">foo</ref> A2 <ref name="a" />
21880 B1 <ref name="b" /> B2 <ref name="b">bar</ref>
21884 <p>A1 <span about="#mwt3" class="mw-ref" id="cite_ref-a_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-a-1"},"attrs":{"name":"a"}}'><a href="#cite_note-a-1"><span class="mw-reflink-text">[1]</span></a></span> A2 <span about="#mwt4" class="mw-ref" id="cite_ref-a_1-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"a"}}'><a href="#cite_note-a-1"><span class="mw-reflink-text">[1]</span></a></span>
21885 B1 <span about="#mwt7" class="mw-ref" id="cite_ref-b_2-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"b"}}'><a href="#cite_note-b-2"><span class="mw-reflink-text">[2]</span></a></span> B2 <span about="#mwt8" class="mw-ref" id="cite_ref-b_2-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-b-2"},"attrs":{"name":"b"}}'><a href="#cite_note-b-2"><span class="mw-reflink-text">[2]</span></a></span></p>
21887 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt10" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-a-1" id="cite_note-a-1"><span rel="mw:referencedBy"><a href="#cite_ref-a_1-0"><span class="mw-linkback-text">1 </span></a><a href="#cite_ref-a_1-1"><span class="mw-linkback-text">2 </span></a></span> <span id="mw-reference-text-cite_note-a-1" class="mw-reference-text">foo</span></li><li about="#cite_note-b-2" id="cite_note-b-2"><span rel="mw:referencedBy"><a href="#cite_ref-b_2-0"><span class="mw-linkback-text">1 </span></a><a href="#cite_ref-b_2-1"><span class="mw-linkback-text">2 </span></a></span> <span id="mw-reference-text-cite_note-b-2" class="mw-reference-text">bar</span></li>
21891 ## We don't bother wt2wt-ing non-standard whitespace
21893 Ref: 16. Tokenizer should accept non-standard whitespace in <ref> and </ref> tags
21901 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
21902 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
21903 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li></ol>
21907 Ref: 17. Generate valid HTML5 id/about attributes
21909 <ref name="a b">foo</ref>
21913 <p><span class="mw-ref" id="cite_ref-a_b_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-a_b-1"},"attrs":{"name":"a b"}}'><a href="#cite_note-a_b-1"><span class="mw-reflink-text">[1]</span></a></span>
21916 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
21917 <li about="#cite_note-a_b-1" id="cite_note-a_b-1"><a href="#cite_ref-a_b_1-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-a_b-1" class="mw-reference-text">foo</span></li>
21922 Ref: 18. T58916: Extension attributes should be parsed as plain text
21924 <ref name="{{echo|a}}">foo</ref>
21928 <p><span class="mw-ref" id="cite_ref-.7B.7Becho.7Ca.7D.7D_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-.7B.7Becho.7Ca.7D.7D-1"},"attrs":{"name":"{{echo|a}}"}}'><a href="#cite_note-.7B.7Becho.7Ca.7D.7D-1"><span class="mw-reflink-text">[1]</span></a></span>
21931 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
21932 <li about="#cite_note-.7B.7Becho.7Ca.7D.7D-1" id="cite_note-.7B.7Becho.7Ca.7D.7D-1"><a href="#cite_ref-.7B.7Becho.7Ca.7D.7D_1-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-.7B.7Becho.7Ca.7D.7D-1" class="mw-reference-text">foo</span></li>
21937 Ref: 19. ref-tags with identical name encodings should get identical indexes
21939 1 <ref name="a & b">foo</ref> 2 <ref name="a & b" />
21943 <p>1 <span about="#mwt3" class="mw-ref" id="cite_ref-a_.26_b_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-a_.26_b-1"},"attrs":{"name":"a & b"}}'><a href="#cite_note-a_.26_b-1"><span class="mw-reflink-text">[1]</span></a></span> 2 <span about="#mwt4" class="mw-ref" id="cite_ref-a_.26_b_1-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"a &amp; b"}}'><a href="#cite_note-a_.26_b-1"><span class="mw-reflink-text">[1]</span></a></span>
21945 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
21946 <li about="#cite_note-a_.26_b-1" id="cite_note-a_.26_b-1"><span rel="mw:referencedBy"><a href="#cite_ref-a_.26_b_1-0"><span class="mw-linkback-text">1 </span></a><a href="#cite_ref-a_.26_b_1-1"><span class="mw-linkback-text">2 </span></a></span> <span id="mw-reference-text-cite_note-a_.26_b-1" class="mw-reference-text">foo</span></li>
21951 Ref: 20. ref-tags with identical names but different content should keep it
21953 A <ref name="foo">Foo one</ref>
21954 B <ref name="foo">Foo two</ref>
21955 C <ref name="foo" />
21959 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-foo_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-foo-1"},"attrs":{"name":"foo"}}'><a href="#cite_note-foo-1"><span class="mw-reflink-text">[1]</span></a></span>
21960 B <span about="#mwt4" class="mw-ref" id="cite_ref-foo_1-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"html":"Foo two"},"attrs":{"name":"foo"}}'><a href="#cite_note-foo-1"><span class="mw-reflink-text">[1]</span></a></span>
21961 C <span about="#mwt6" class="mw-ref" id="cite_ref-foo_1-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"foo"}}'><a href="#cite_note-foo-1"><span class="mw-reflink-text">[1]</span></a></span></p>
21963 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-foo-1" id="cite_note-foo-1"><span rel="mw:referencedBy"><a href="#cite_ref-foo_1-0"><span class="mw-linkback-text">1 </span></a><a href="#cite_ref-foo_1-1"><span class="mw-linkback-text">2 </span></a><a href="#cite_ref-foo_1-2"><span class="mw-linkback-text">3 </span></a></span> <span id="mw-reference-text-cite_note-foo-1" class="mw-reference-text">Foo one</span></li>
21968 References: 1. references tag without any refs should be handled properly
21972 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt2" data-mw='{"name":"references","attrs":{}}'></ol>
21976 References: 2. references tag with group only outputs references from that group
21978 A <ref group="a">foo</ref>
21979 B <ref group="b">bar</ref>
21982 <references group="a" />
21984 <references group="b" />
21986 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{"group":"a"}}'><a href="#cite_note-1" data-mw-group="a"><span class="mw-reflink-text">[a 1]</span></a></span>
21987 B <span about="#mwt4" class="mw-ref" id="cite_ref-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-2"},"attrs":{"group":"b"}}'><a href="#cite_note-2" data-mw-group="b"><span class="mw-reflink-text">[b 1]</span></a></span>
21988 C <span class="mw-ref" id="cite_ref-3" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-3"},"attrs":{}}'><a href="#cite_note-3"><span class="mw-reflink-text">[1]</span></a></span></p>
21990 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw-group="a" data-mw='{"name":"references","attrs":{"group":"a"}}'>
21991 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" data-mw-group="a" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li>
21993 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt10" data-mw='{"name":"references","attrs":{}}'>
21994 <li about="#cite_note-3" id="cite_note-3"><a href="#cite_ref-3" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-3" class="mw-reference-text">baz</span></li>
21996 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt12" data-mw-group="b" data-mw='{"name":"references","attrs":{"group":"b"}}'>
21997 <li about="#cite_note-2" id="cite_note-2"><a href="#cite_ref-2" data-mw-group="b" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-2" class="mw-reference-text">bar</span></li>
22002 References: 3. ref list should be cleared after processing references
22012 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22014 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li>
22017 <p>B <span about="#mwt6" class="mw-ref" id="cite_ref-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-2"},"attrs":{}}'><a href="#cite_note-2"><span class="mw-reflink-text">[1]</span></a></span></p>
22019 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw='{"name":"references","attrs":{}}'>
22020 <li about="#cite_note-2" id="cite_note-2"><a href="#cite_ref-2" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-2" class="mw-reference-text">bar</span></li>
22025 References: 4. only referenced group should be cleared after processing references
22027 A <ref group="a">afoo</ref>
22030 <references group="a" />
22036 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{"group":"a"}}'><a href="#cite_note-1" data-mw-group="a"><span class="mw-reflink-text">[a 1]</span></a></span>
22037 B <span about="#mwt4" class="mw-ref" id="cite_ref-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-2"},"attrs":{}}'><a href="#cite_note-2"><span class="mw-reflink-text">[1]</span></a></span></p>
22039 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw-group="a" data-mw='{"name":"references","attrs":{"group":"a"}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" data-mw-group="a" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">afoo</span></li>
22042 <p>C <span about="#mwt8" class="mw-ref" id="cite_ref-3" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-3"},"attrs":{}}'><a href="#cite_note-3"><span class="mw-reflink-text">[2]</span></a></span></p>
22044 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt10" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-2" id="cite_note-2"><a href="#cite_ref-2" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-2" class="mw-reference-text">bfoo</span></li><li about="#cite_note-3" id="cite_note-3"><a href="#cite_ref-3" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-3" class="mw-reference-text">cfoo</span></li>
22048 ## Don't expect this to rt since we're dropping content
22050 References: 5. ref tags in references should be processed while ignoring all other content
22052 parsoid=wt2html,html2html
22055 B <ref name="b">bar</ref>
22058 <ref name="a">foo</ref>
22059 This should just get lost.
22062 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-a_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"name":"a"}}'><a href="#cite_note-a-1"><span class="mw-reflink-text">[1]</span></a></span>
22063 B <span about="#mwt4" class="mw-ref" id="cite_ref-b_2-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-b-2"},"attrs":{"name":"b"}}'><a href="#cite_note-b-2"><span class="mw-reflink-text">[2]</span></a></span></p>
22066 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{},"body":{"html":"\n<span about=\"#mwt8\" class=\"mw-ref\" rel=\"dc:references\" typeof=\"mw:Extension/ref\" data-parsoid='{\"dsr\":[59,82,14,6]}' data-mw='{\"name\":\"ref\",\"body\":{\"id\":\"mw-reference-text-cite_note-a-1\"},\"attrs\":{\"name\":\"a\"}}'><a href=\"#cite_note-a-1\" style=\"counter-reset: mw-Ref 1;\"><span class=\"mw-reflink-text\">[1]</span></a></span>\n"}}'><li about="#cite_note-a-1" id="cite_note-a-1"><a href="#cite_ref-a_1-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-a-1" class="mw-reference-text">foo</span></li><li about="#cite_note-b-2" id="cite_note-b-2"><a href="#cite_ref-b_2-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-b-2" class="mw-reference-text">bar</span></li>
22071 References: 6. <references /> from a transclusion
22073 <ref>Foo</ref> {{echo|<references />}}
22075 <p><span about="#mwt3" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p> <ol class="mw-references" typeof="mw:Extension/references mw:Transclusion" about="#mwt4" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<references />"}},"i":0}}]}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">Foo</span></li>
22080 References: 7. Multiple references tags (one without and one with nested refs) should be correctly handled
22082 A <ref>foo bar for a</ref>
22083 B <ref group="X" name="b" />
22087 <references group="X">
22088 <ref name="b">foo</ref>
22091 <p>A <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span>
22092 B <span about="#mwt4" class="mw-ref" id="cite_ref-b_2-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","attrs":{"group":"X","name":"b"}}'><a href="#cite_note-b-2" data-mw-group="X"><span class="mw-reflink-text">[X 1]</span></a></span>
22095 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw='{"name":"references","attrs":{}}'>
22096 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo bar for a</span></li>
22099 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt8" data-mw-group="X" data-mw='{"name":"references","attrs":{"group":"X"},"body":{"html":"\n<span about=\"#mwt10\" class=\"mw-ref\" rel=\"dc:references\" typeof=\"mw:Extension/ref\" data-parsoid='{\"dsr\":[96,119,14,6]}' data-mw='{\"name\":\"ref\",\"body\":{\"id\":\"mw-reference-text-cite_note-b-2\"},\"attrs\":{\"name\":\"b\"}}'><a href=\"#cite_note-b-2\" style=\"counter-reset: mw-Ref 1;\" data-mw-group=\"X\"><span class=\"mw-reflink-text\">[X 1]</span></a></span>\n"}}'>
22100 <li about="#cite_note-b-2" id="cite_note-b-2"><a href="#cite_ref-b_2-0" data-mw-group="X" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-b-2" class="mw-reference-text">foo</span></li>
22105 References: 8. T88019: Remove <meta>s from templates inside <ref> that's itself inside a template
22107 X{{echo|<ref>foo {{echo|<b>bar</b>}} and {{echo|baz}} boo</ref>}}
22110 <p>X<span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Transclusion mw:Extension/ref" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"<ref>foo {{echo|<b>bar</b>}} and {{echo|baz}} boo</ref>"}},"i":0}}]}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22111 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt7" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo <b data-parsoid='{"stx":"html"}'>bar</b> and baz boo</span></li>
22115 # This test only works in wt2html now as the <references /> are always generated
22116 # unless selser is active. Once T72722 is fixed, we should add a changes test
22117 # here to ensure that unrelated changes don't add the new <references /> in
22120 References: 9. Generate missing references list at the end
22123 B <ref group="inexistent">bar</ref>
22125 <p>A <span class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> B <span class="mw-ref" id="cite_ref-2" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-2"},"attrs":{"group":"inexistent"}}'><a href="#cite_note-2" data-mw-group="inexistent"><span class="mw-reflink-text">[inexistent 1]</span></a></span></p>
22126 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{}}'>
22127 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li>
22129 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt6" data-mw-group="inexistent" data-mw='{"name":"references","attrs":{"group":"inexistent"}}'>
22130 <li about="#cite_note-2" id="cite_note-2"><a href="#cite_ref-2" data-mw-group="inexistent" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-2" class="mw-reference-text">bar</span></li>
22135 References: 10. New <references/> shouldn't be added for unrelated edits.
22138 "modes": ["selser"],
22139 "changes": [["#x", "remove"]],
22143 Unrelated text<span id="x"> that's going to disappear</span>.
22151 Entities in ref name
22153 <ref name="test & me">hi</ref>
22156 <p><span about="#mwt2" class="mw-ref" id="cite_ref-test_.26_me_1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-test_.26_me-1"},"attrs":{"name":"test &amp; me"}}'><a href="#cite_note-test_.26_me-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22157 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22158 <li about="#cite_note-test_.26_me-1" id="cite_note-test_.26_me-1"><a href="#cite_ref-test_.26_me_1-0" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-test_.26_me-1" class="mw-reference-text">hi</span></li>
22162 # This test is wt2html only because we're permitting the serializer to produce
22163 # dirty diffs, normalizing the unclosed references to the self-closed version.
22165 Generate references for unclosed references tag
22173 <p>a<span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
22174 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
22175 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">foo</span></li></ol>
22179 New reference serializes on its own line
22181 parsoid=wt2wt,html2wt
22186 foo<ol class="mw-references" typeof="mw:Extension/references" about="#mwt2" data-mw='{"name":"references","attrs":{}}'></ol>
22189 #### ----------------------------------------------------------------
22190 #### Parsoid-only testing of Parsoid's impl of LST
22191 #### Not implemented yet, see
22192 #### https://www.mediawiki.org/wiki/Parsoid/HTML_based_LST
22193 #### ----------------------------------------------------------------
22196 LST Sections: 1. Simple section start and end
22198 parsoid={ "suppressErrors": true }
22200 <section begin="2011-05-16" />
22201 <section end="2014-04-10 (MW 1.23wmf22)" />
22203 <p><meta typeof="mw:Extension/LabeledSectionTransclusion/begin" content="2011-05-16"/>
22204 <meta typeof="mw:Extension/LabeledSectionTransclusion/end" content="2014-04-10 (MW 1.23wmf22)"/></p>
22207 #--------- Test stripping of empty nodes in template content ----------
22209 Empty LI and TR nodes should be stripped from template content
22214 <ul about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"EmptyLITest","href":"./Template:EmptyLITest"},"params":{},"i":0}}]}'>
22218 <table about="#mwt2" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"EmptyTRTest","href":"./Template:EmptyTRTest"},"params":{},"i":0}}]}'>
22231 Empty LI and TR nodes should not be stripped from top-level content
22258 Empty TR nodes should not be stripped if they have any attributes set
22260 {{EmptyTRWithHTMLAttrTest}}
22262 <table about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"EmptyTRWithHTMLAttrTest","href":"./Template:EmptyTRWithHTMLAttrTest"},"params":{},"i":0}}]}'>
22263 <tr align="center"></tr>
22264 <tr><td>foo</td></tr>
22265 <tr align="center"></tr>
22266 <tr><td>bar</td></tr>
22270 #### ----------------------------------------------------------------
22271 #### The following section of tests are primarily to test
22272 #### wikitext escaping capabilities of Parsoid. Given that
22273 #### escaping can be done any number of ways, the wikitext (input)
22274 #### is always adjusted to reflect how Parsoid adds nowiki
22277 #### We are marking several tests as parsoid-only since the
22278 #### HTML in the result section is different from what the
22279 #### PHP parser generates for it.
22280 #### ----------------------------------------------------------------
22283 #### --------------- Headings ---------------
22285 #### 1. Nested inside html <h1>=foo=</h1>
22286 #### 2. Outside heading nest on a single line <h1>foo</h1>*bar
22287 #### 3. Nested inside html with wikitext split by html tags
22288 #### 4. No escape needed
22289 #### 5. Empty headings <h1></h1>
22290 #### 6. Heading chars in SOL context
22291 #### ----------------------------------------
22293 Headings: 0. Unnested
22303 <p>=foo<i>a</i>=</p>
22305 <nowiki>=foo=</nowiki>
22307 <nowiki> </nowiki>=foo=
22309 <nowiki>=foo=</nowiki>
22311 =foo''a''<nowiki>=</nowiki>
22314 # New headings and existing headings are handled differently
22316 Headings: 1. Nested inside html
22324 <h1 data-parsoid=''>=foo=</h1>
22325 <h2 data-parsoid=''>=foo=</h2>
22326 <h3 data-parsoid=''>=foo=</h3>
22327 <h4 data-parsoid=''>=foo=</h4>
22328 <h5 data-parsoid=''>=foo=</h5>
22329 <h6 data-parsoid=''>=foo=</h6>
22337 =<nowiki>=foo=</nowiki>=
22338 ==<nowiki>=foo=</nowiki>==
22339 ===<nowiki>=foo=</nowiki>===
22340 ====<nowiki>=foo=</nowiki>====
22341 =====<nowiki>=foo=</nowiki>=====
22342 ======<nowiki>=foo=</nowiki>======
22347 Headings: 2. Outside heading nest on a single line <h1>foo</h1>*bar
22356 <nowiki>*</nowiki>bar
22362 <nowiki>=bar=</nowiki>
22366 Headings: 3. Nested inside html with wikitext split by html tags
22370 <h1>=<b>bold</b>foo=</h1>
22372 = ='''bold'''foo= =
22376 Headings: 4a. No escaping needed (testing just h1 and h2)
22387 <h1><i>=</i>foo=</h1>
22407 Headings: 4b. No escaping needed (inside p-tags)
22422 Headings: 5. Empty headings
22426 <h1 data-parsoid='{}'></h1>
22428 <h2 data-parsoid='{}'></h2>
22430 <h3 data-parsoid='{}'></h3>
22432 <h4 data-parsoid='{}'></h4>
22434 <h5 data-parsoid='{}'></h5>
22436 <h6 data-parsoid='{}'></h6>
22446 =====<nowiki/>=====
22448 ======<nowiki/>======
22452 Headings: 6a. Heading chars in SOL context (with trailing spaces)
22462 <nowiki>=a=</nowiki>
22464 <nowiki>=a=</nowiki>
22466 <nowiki>=a=</nowiki>
22470 Headings: 6b. Heading chars in SOL context (with trailing newlines)
22483 <nowiki>=a=</nowiki>
22486 <nowiki>=a=</nowiki>
22489 <nowiki>=a=</nowiki>
22494 Headings: 6c. Heading chars in SOL context (leading newline break)
22502 <nowiki>=b=</nowiki>
22506 Headings: 6d. Heading chars in SOL context (with interspersed comments)
22510 <!--c0--><p>=a=</p>
22512 <!--c1--><p>=a=</p> <!--c2--> <!--c3-->
22514 <!--c0--><nowiki>=a=</nowiki>
22516 <!--c1--><nowiki>=a=</nowiki> <!--c2--> <!--c3-->
22520 Headings: 6d. Heading chars in SOL context (No escaping needed)
22530 Headings: 7. Insert a newline between new content and headings
22536 <h2 data-parsoid='{}'>A</h2>
22537 <p data-parsoid='{}'>a</p>
22547 #### --------------- Lists ---------------
22548 #### 0. Outside nests (*foo, etc.)
22549 #### 1. Nested inside html <ul><li>*foo</li></ul>
22550 #### 2. Inside definition lists
22551 #### 3. Only bullets at start should be escaped
22552 #### 4. No escapes needed
22553 #### 5. No unnecessary escapes
22554 #### 6. Escape bullets in SOL position
22555 #### 7. Escape bullets in a multi-line context
22556 #### ----------------------------------------
22559 Lists: 0. Outside nests
22569 <nowiki>*</nowiki>foo
22571 <nowiki>#</nowiki>foo
22573 <nowiki>;</nowiki>Foo<nowiki>:</nowiki>bar
22576 ## Making these next 3 tests Parsoid-only since they are html2wt tests
22577 ## to test wikitext escaping, and insignificant whitespace diffs
22578 ## cause PHP parser tests to barf
22580 Lists: 1. Nested inside html (No unnecessary escapes)
22589 <li data-parsoid='{}'>*foo</li>
22590 <li data-parsoid='{}'>#foo</li>
22591 <li data-parsoid='{}'>:foo</li>
22592 <li data-parsoid='{}'>;foo</li>
22600 <li data-parsoid='{}'>*foo</li>
22601 <li data-parsoid='{}'>#foo</li>
22602 <li data-parsoid='{}'>:foo</li>
22603 <li data-parsoid='{}'>;foo</li>
22610 *<nowiki>*foo</nowiki>
22611 *<nowiki>#foo</nowiki>
22612 *<nowiki>:foo</nowiki>
22613 *<nowiki>;foo</nowiki>
22619 #<nowiki>*foo</nowiki>
22620 #<nowiki>#foo</nowiki>
22621 #<nowiki>:foo</nowiki>
22622 #<nowiki>;foo</nowiki>
22626 Lists: 2. Inside definition lists
22630 <dl><dt>;foo</dt></dl>
22631 <dl><dt>:foo</dt></dl>
22634 <dl><dd>:foo</dd></dl>
22638 ; <nowiki>:foo</nowiki>
22640 ; <nowiki>:foo</nowiki>
22647 Lists: 3. Only bullets at start of text in wikitext-generated HTML should be escaped
22653 <li data-parsoid='{}'>*foo<i>it</i>*bar</li>
22657 *<nowiki>*foo</nowiki>''it''*bar
22661 Lists: 4. No escapes needed
22674 <li><a rel="mw:WikiLink" href="Foo" title="Foo">Foo</a>: bar
22678 <li><a rel="mw:WikiLink" href="Foo" title="Foo">Foo</a>*bar
22692 Lists: 5. No unnecessary escapes
22696 <ul><li> bar <span>[[foo]]</span></li></ul>
22697 <ul><li> =bar <span>[[foo]]</span></li></ul>
22698 <ul><li> [[bar <span>[[foo]]</span></li></ul>
22699 <ul><li> ]]bar <span>[[foo]]</span></li></ul>
22700 <ul><li> =bar <span>foo]]</span>=</li></ul>
22701 <ul><li> <s></s>: a</li></ul>
22702 <ul><li> <i>* foo</i></li></ul>
22705 * bar <span><nowiki>[[foo]]</nowiki></span>
22707 * =bar <span><nowiki>[[foo]]</nowiki></span>
22709 * [[bar <span><nowiki>[[foo]]</nowiki></span>
22711 * ]]bar <span><nowiki>[[foo]]</nowiki></span>
22713 * =bar <span>foo]]</span>=
22721 Lists: 6. Escape bullets in SOL position
22725 <p><!--cmt-->*foo</p>
22727 <!--cmt--><nowiki>*</nowiki>foo
22731 Lists: 7. Escape bullets in a multi-line context
22740 <nowiki>*</nowiki>b
22744 Lists: 8. Escape colons only if not present in tags
22748 <dl><dt>a:b<i>c:d</i></dt></dl>
22750 ; <nowiki>a:b</nowiki>''c:d''
22753 #### --------------- HRs ---------------
22754 #### 1. Single line
22755 #### -----------------------------------
22758 HRs: 1. Single line
22766 ----<nowiki>----</nowiki>
22771 #### --------------- Tables ---------------
22772 #### 1a. Simple example
22773 #### 1b. No escaping needed (!foo)
22774 #### 1c. No escaping needed (|foo)
22775 #### 1d. No escaping needed (|}foo)
22777 #### 2a. Nested in td (<td>foo|bar</td>)
22778 #### 2b. Nested in td (<td>foo||bar</td>)
22779 #### 2c. Nested in td -- no escaping needed(<td>foo!!bar</td>)
22781 #### 3a. Nested in th (<th>foo!bar</th>)
22782 #### 3b. Nested in th (<th>foo!!bar</th>)
22783 #### 3c. Nested in th -- no escaping needed(<th>foo||bar</th>)
22787 #### 4c. No escaping needed
22788 #### --------------------------------------
22791 Tables: 1a. Simple example
22799 <nowiki>{|</nowiki>
22804 Tables: 1b. No escaping needed
22815 Tables: 1c. No escaping needed
22826 Tables: 1d. No escaping needed
22837 Tables: 2a. Nested in td
22842 <td>foo|bar</td></tr>
22843 <tr><td>x<div>a|b</div></td>
22847 |<nowiki>foo|bar</nowiki>
22849 |x<div><nowiki>a|b</nowiki></div>
22865 Tables: 2b. Nested in td
22871 <td>a<i>b||c</i></td>
22872 <td>a<i><div>b||c</div></i></td>
22873 </tr></tbody></table>
22876 |<nowiki>foo||bar</nowiki>
22877 |a''<nowiki>b||c</nowiki>''
22878 |a''<div><nowiki>b||c</nowiki></div>''
22887 <td>a<i><div>b||c</div></i>
22893 Tables: 2c. Nested in td -- no escaping needed
22911 Tables: 3a. Nested in th
22929 Tables: 3b. Nested in th
22934 <tr><th>foo!!bar</th>
22935 <th><i>foo|bar</i></th>
22936 <th><i>foo!!bar</i></th>
22937 <th><i><span>foo!!bar</span></i></th>
22938 </tr></tbody></table>
22941 !<nowiki>foo!!bar</nowiki>
22942 !''<nowiki>foo|bar</nowiki>''
22943 !''<nowiki>foo!!bar</nowiki>''
22944 !''<span><nowiki>foo!!bar</nowiki></span>''
22953 <th><i>foo!!bar</i>
22955 <th><i><span>foo!!bar</span></i>
22961 Tables: 3c. Nested in th
22966 <tr><th>foo||bar</th>
22967 <th><span typeof="mw:Nowiki">foo||bar</span></th>
22968 </tr></tbody></table>
22971 !<nowiki>foo||bar</nowiki>
22972 !<nowiki>foo||bar</nowiki>
22985 Tables: 4a. Escape -
23004 |<nowiki>-bar</nowiki>
23009 Tables: 4b. Escape +
23028 |<nowiki>+bar</nowiki>
23033 Tables: 4c. No escaping needed
23038 <tr><td>foo-bar</td><td>foo+bar</td></tr>
23039 <tr><td><i>foo</i>-bar</td><td><i>foo</i>+bar</td></tr>
23045 <div>a|b</div></td>
23090 Tables: 4d. No escaping needed
23095 <tbody><tr><td><a rel="mw:WikiLink" href="./Foo" title="Foo">Foo</a>-bar</td>
23096 <td data-parsoid='{"startTagSrc":"|","attrSepSrc":"|"}'>+1</td>
23097 <td data-parsoid='{"startTagSrc":"|","attrSepSrc":"|"}'>-2</td></tr>
23108 <td><a href="/wiki/Foo" title="Foo">Foo</a>-bar
23118 T97430: Don't emit empty nowiki pairs around marker meta tags
23122 <p>*This is a long sentence here that will make the nowiki algo split up the nowikis into multiple pairs
23123 |** Make this another long long long sentence forcing the nowiki algo to split up the nowikis.</p>
23125 <nowiki>*</nowiki>This is a long sentence here that will make the nowiki algo split up the nowikis into multiple pairs
23126 |** Make this another long long long sentence forcing the nowiki algo to split up the nowikis.
23130 Unclosed xmlish element in table line shouldn't eat end delimiters
23135 <tbody><tr><td> <foo</td>
23136 <td> bar></td></tr>
23153 #### --------------- Links ----------------
23154 #### 1. Quote marks in link text
23155 #### 2. Wikilinks: Escapes needed
23156 #### 3. Wikilinks: No escapes needed
23157 #### 4. Extlinks: Escapes needed
23158 #### 5. Extlinks: No escapes needed
23159 #### --------------------------------------
23161 Links 1. WikiLinks: No escapes needed
23165 <p><a rel="mw:WikiLink" href="Foo" title="Foo">Foo<i>boo</i></a>
23166 <a rel="mw:WikiLink" href="Foo" title="Foo">[Foobar]</a>
23167 <a rel="mw:WikiLink" href="Foo" title="Foo">x [Foobar] x</a></p>
23171 [[Foo|x [Foobar] x]]
23173 <p><a href="/wiki/Foo" title="Foo">Foo<i>boo</i></a>
23174 <a href="/wiki/Foo" title="Foo">[Foobar]</a>
23175 <a href="/wiki/Foo" title="Foo">x [Foobar] x</a>
23180 Links 2. WikiLinks: Escapes needed
23184 <a href="Foo" rel="mw:WikiLink">Foobar]</a>
23185 <a href="Foo" rel="mw:WikiLink">x [http://google.com g] x</a>
23186 <a href="Foo" rel="mw:WikiLink">[[Bar]]</a>
23187 <a href="Foo" rel="mw:WikiLink">x [[Bar]] x</a>
23188 <a href="Foo" rel="mw:WikiLink">|Bar</a>
23189 <a href="Foo" rel="mw:WikiLink">]]bar</a>
23190 <a href="Foo" rel="mw:WikiLink">[[bar</a>
23191 <a href="Foo" rel="mw:WikiLink">x [[ y</a>
23192 <a href="Foo" rel="mw:WikiLink">x ]] y</a>
23193 <a href="Foo" rel="mw:WikiLink">x ]] y [[ z</a>
23195 [[Foo|<nowiki>Foobar]</nowiki>]]
23196 [[Foo|x <nowiki>[http://google.com g]</nowiki> x]]
23197 [[Foo|<nowiki>[[Bar]]</nowiki>]]
23198 [[Foo|<nowiki>x [[Bar]] x</nowiki>]]
23199 [[Foo|<nowiki>|Bar</nowiki>]]
23200 [[Foo|<nowiki>]]bar</nowiki>]]
23201 [[Foo|<nowiki>[[bar</nowiki>]]
23202 [[Foo|<nowiki>x [[ y</nowiki>]]
23203 [[Foo|<nowiki>x ]] y</nowiki>]]
23204 [[Foo|<nowiki>x ]] y [[ z</nowiki>]]
23206 <p><a href="/wiki/Foo" title="Foo">Foobar]</a>
23207 <a href="/wiki/Foo" title="Foo">x [http://google.com g] x</a>
23208 <a href="/wiki/Foo" title="Foo">[[Bar]]</a>
23209 <a href="/wiki/Foo" title="Foo">x [[Bar]] x</a>
23210 <a href="/wiki/Foo" title="Foo">|Bar</a>
23211 <a href="/wiki/Foo" title="Foo">]]bar</a>
23212 <a href="/wiki/Foo" title="Foo">[[bar</a>
23213 <a href="/wiki/Foo" title="Foo">x [[ y</a>
23214 <a href="/wiki/Foo" title="Foo">x ]] y</a>
23215 <a href="/wiki/Foo" title="Foo">x ]] y [[ z</a>
23220 Links 3. WikiLinks: No escapes needed
23224 <p><a rel="mw:WikiLink" href="Foo">[Foobar</a>
23225 <a rel="mw:WikiLink" href="Foo" title="Foo">foo|bar</a></p>
23230 <p><a href="/wiki/Foo" title="Foo">[Foobar</a>
23231 <a href="/wiki/Foo" title="Foo">foo|bar</a>
23236 Links 4. ExtLinks: Escapes needed
23240 <p><a rel="mw:ExtLink" href="http://google.com">[google]</a>
23241 <a rel="mw:ExtLink" href="http://google.com">google]</a></p>
23242 <p>[http://google.com]</p>
23243 <p>[http://google.com google]</p>
23244 <p>[<a rel="mw:ExtLink" href="http://google.com">http://google.com</a>]</p>
23245 <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>
23247 [http://google.com <nowiki>[google]</nowiki>]
23248 [http://google.com <nowiki>google]</nowiki>]
23250 <nowiki>[http://google.com]</nowiki>
23252 <nowiki>[http://google.com google]</nowiki>
23254 [http://google.com<nowiki>]</nowiki>
23256 [{{echo|http://google.com}}<nowiki>]</nowiki>
23258 <p><a rel="nofollow" class="external text" href="http://google.com">[google]</a>
23259 <a rel="nofollow" class="external text" href="http://google.com">google]</a>
23260 </p><p>[http://google.com]
23261 </p><p>[http://google.com google]
23262 </p><p>[<a rel="nofollow" class="external free" href="http://google.com">http://google.com</a>]
23263 </p><p>[<a rel="nofollow" class="external free" href="http://google.com">http://google.com</a>]
23268 Links 5. ExtLinks: No escapes needed
23272 <p><a rel="mw:ExtLink" href="http://google.com">[google</a></p>
23273 <p>[<a ref="mw:ExtLink" href="http://google.com"></a>]</p>
23275 [http://google.com [google]
23277 [[http://google.com]]
23279 <p><a rel="nofollow" class="external text" href="http://google.com">[google</a>
23280 </p><p>[<a rel="nofollow" class="external autonumber" href="http://google.com">[1]</a>]
23285 Links 6. Add <nowiki/>s between text-nodes and url-links when required (bug 64300)
23289 <p>x<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>y
23290 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>?x
23291 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>&x
23292 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>'x
23293 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>,x
23294 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>.x
23295 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>;x
23296 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>:x
23297 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>;x
23298 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>!x
23299 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>=x
23300 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>(x)
23301 <a rel="mw:ExtLink" href="http://example.com(x" data-parsoid='{"stx":"url"}'>http://example.com(x</a>)
23304 x<nowiki/>http://example.com<nowiki/>y
23305 http://example.com<nowiki/>?x
23306 http://example.com<nowiki/>&x
23307 http://example.com<nowiki/>'x
23308 http://example.com<nowiki/>,x
23309 http://example.com<nowiki/>.x
23310 http://example.com<nowiki/>;x
23311 http://example.com<nowiki/>:x
23312 http://example.com<nowiki/>;x
23313 http://example.com<nowiki/>!x
23314 http://example.com<nowiki/>=x
23315 http://example.com<nowiki/>(x)
23316 http://example.com(x<nowiki/>)
23320 Links 7a. Don't add spurious <nowiki/>s between text-nodes and url-links (bug 64300)
23325 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>
23327 "<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>"
23328 (<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>)
23329 (<a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>) foo
23330 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>,
23331 <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>, foo
23337 "http://example.com"
23338 (http://example.com)
23339 (http://example.com) foo
23340 http://example.com,
23341 http://example.com, foo
23344 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>
23346 "<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>"
23347 (<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>)
23348 (<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>) foo
23349 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>,
23350 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>, foo
23355 Links 7b. Don't add spurious <nowiki/>s between text-nodes and url-links (bug 64300)
23359 <p><a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"stx":"url"}'>http://example.com</a>.,;:!?\
23360 -<a rel="mw:ExtLink" href="http://example.com">http://example.com</a>:</p>
23362 http://example.com.,;:!?\
23363 -http://example.com:
23365 <p><a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>.,;:!?\
23366 -<a rel="nofollow" class="external free" href="http://example.com">http://example.com</a>:
23371 Links 8. Add <nowiki/>s between text-nodes and RFC-links when required (bug 64300)
23375 <p><a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>4
23376 <a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>y
23377 X<a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>y</p>
23381 X<nowiki/>RFC 123<nowiki/>y
23385 Links 9. Don't add spurious <nowiki/>s between text-nodes and RFC-links (bug 64300)
23389 <p><a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>?foo
23390 <a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>&foo
23391 -<a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>RFC 123</a>-
23398 <p><a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc123">RFC 123</a>?foo
23399 <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc123">RFC 123</a>&foo
23400 -<a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc123">RFC 123</a>-
23405 Links 10. Add <nowiki/>s between text-nodes and PMID-links when required (bug 64300)
23409 <p><a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>4
23410 <a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>y
23411 X<a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>y
23415 X<nowiki/>PMID 123<nowiki/>y
23419 Links 11. Don't add spurious <nowiki/>s between text-nodes and PMID-links (bug 64300)
23423 <p><a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>?foo
23424 <a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>&foo
23425 -<a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink" data-parsoid='{"stx":"magiclink"}'>PMID 123</a>-
23432 <p><a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract">PMID 123</a>?foo
23433 <a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract">PMID 123</a>&foo
23434 -<a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract">PMID 123</a>-
23439 Links 12. Add <nowiki/>s between text-nodes and ISBN-links when required (bug 64300)
23443 <p><a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>1
23444 <a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>x
23445 a<a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>b
23448 ISBN 1234567890<nowiki/>1
23449 ISBN 1234567890<nowiki/>x
23450 a<nowiki/>ISBN 1234567890<nowiki/>b
23454 Links 13. Don't add spurious <nowiki/>s between text-nodes and ISBN-links (bug 64300)
23458 <p>-<a href="./Special:BookSources/1234567890" rel="mw:WikiLink" data-parsoid='{"stx":"magiclink"}'>ISBN 1234567890</a>'s
23462 <p>-<a href="/wiki/Special:BookSources/1234567890" class="internal mw-magiclink-isbn">ISBN 1234567890</a>'s
23467 Links 14. Protect link-like plain text. (Parsoid bug T78425)
23471 <p>this is not a link: http://example.com
23474 this is not a link: <nowiki>http://example.com</nowiki>
23478 Links 15. Link trails can't become link prefixes.
23483 <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>
23485 [[Söfnuður]]-[[00]]
23487 <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>
23491 #### --------------- Quotes ---------------
23492 #### 1. Quotes inside <b> and <i>
23493 #### 2. Link fragments separated by <i> and <b> tags
23494 #### 3. Link fragments inside <i> and <b>
23495 #### 4. No escaping needed
23496 #### --------------------------------------
23498 1a. Quotes inside <b> and <i>
23509 <b>foo'<i>bar'</i>baz</b>
23518 <i>fools'<span> errand</span></i>
23519 <i><span>fool</span>'s errand</i>
23520 '<i>foo</i> bar '<i>baz</i>
23521 a|!*#-:;+-~[]{}b'<i>x</i>
23525 ''<nowiki>''foo''</nowiki>''
23526 ''<nowiki>'''foo'''</nowiki>''
23528 '''<nowiki/>'foo''''
23529 '''<nowiki>''foo''</nowiki>'''
23530 '''<nowiki>'''foo'''</nowiki>'''
23531 '''foo'<nowiki/>''bar'<nowiki/>''baz'''
23532 '''foo'''<nowiki/>'s
23538 '''foo'''<nowiki/>'
23539 ''''foo'''<nowiki/>'
23540 ''fools'<span> errand</span>''
23541 ''<span>fool</span>'s errand''
23542 '<nowiki/>''foo'' bar '''baz''
23543 a|!*#-:;+-~[]{}b'''x''
23547 1b. Quotes inside <b> and <i> with other tags on same line
23551 '<i>a</i> foo <i><a rel="mw:WikiLink" href="Bar" title="Bar">bar</a></i>
23552 <i>a'</i> foo <i><a rel="mw:WikiLink" href="Bar" title="Bar">bar</a></i>
23553 <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>
23554 <a rel="mw:WikiLink" href="Foo" title="Foo">foo</a> x'<i><a href="Bar" rel="mw:WikiLink" title="Bar">bar</a></i>
23555 '<i>foo</i> <span class="mw-ref" id="cite_ref-1-0" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span>
23556 '<i>foo</i> <div title="name">test</div>
23557 '<i>foo</i> and <br data-parsoid='{"stx":"html","noClose":true}'/> bar
23558 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt5" data-mw='{"name":"references","attrs":{}}'>
23559 <li about="#cite_note-1" id="cite_note-1"><span rel="mw:referencedBy"><a href="#cite_ref-1">↑</a></span> <span id="mw-reference-text-cite_note-1" class="mw-reference-text" data-parsoid="{}">test</span></li>
23562 '''a'' foo ''[[bar]]''
23563 ''a''' foo ''[[bar]]''
23564 ''a''' foo '''{{echo|[[bar]]}}'''
23565 [[foo]] x'''[[bar]]''
23566 '''foo'' <ref>test</ref>
23567 '''foo'' <div title="name">test</div>
23568 '''foo'' and <br> bar
23573 2. Link fragments separated by <i> and <b> tags
23577 <p>[[<i>foo</i>hello]]</p>
23578 <p>[[<b>foo</b>hello]]</p>
23580 [[''foo''<nowiki>hello]]</nowiki>
23582 [['''foo'''<nowiki>hello]]</nowiki>
23585 # FIXME: Escaping one or both of [[ and ]] is also acceptable --
23586 # this is one of the shortcomings of this format
23588 3. Link fragments inside <i> and <b>
23592 <p><i>[[foo</i>]]</p>
23593 <p><b>[[foo</b>]]</p>
23595 ''[[foo''<nowiki>]]</nowiki>
23597 '''[[foo'''<nowiki>]]</nowiki>
23601 4. No escaping needed
23605 <p>'<span><i>bar</i></span>'
23606 '<span><b>bar</b></span>'
23610 '<span>''bar''</span>'
23611 '<span>'''bar'''</span>'
23615 #### ----------- Paragraphs ---------------
23616 #### 1. No unnecessary escapes
23617 #### --------------------------------------
23620 1. No unnecessary escapes
23624 <p>bar <span>[[foo]]</span>
23625 </p><p>=bar <span>[[foo]]</span>
23626 </p><p>[[bar <span>[[foo]]</span>
23627 </p><p>]]bar <span>[[foo]]</span>
23628 </p><p>=bar <span>foo]]</span>=
23631 bar <span><nowiki>[[foo]]</nowiki></span>
23633 =bar <span><nowiki>[[foo]]</nowiki></span>
23635 [[bar <span><nowiki>[[foo]]</nowiki></span>
23637 ]]bar <span><nowiki>[[foo]]</nowiki></span>
23639 =bar <span>foo]]</span><nowiki>=</nowiki>
23642 #### ----------------------- PRE --------------------------
23643 #### 1. Leading whitespace in SOL context should be escaped
23644 #### ------------------------------------------------------
23646 1. Leading whitespace in SOL context should be escaped
23669 <nowiki> </nowiki>a
23671 <nowiki> </nowiki> a
23675 <nowiki> </nowiki> a
23677 <nowiki> </nowiki>a
23680 <nowiki> </nowiki>b
23703 2. Leading whitespace in non-indent-pre contexts should not be escaped
23707 <p>foo <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span></p>
23708 <ol class="mw-references" typeof="mw:Extension/references" about="#mwt4" data-mw='{"name":"references","attrs":{}}'>
23709 <li about="#cite_note-1" id="cite_note-1"><a href="#cite_ref-1" rel="mw:referencedBy"><span class="mw-linkback-text">↑ </span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text"><i data-parsoid='{"dsr":[9,14,2,2]}'>a</i>
23719 3. Leading whitespace in indent-pre suppressing contexts should not be escaped
23738 4. Leading whitespace in indent-pre suppressing contexts should not be escaped
23742 <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>
23744 [[File:Foobar.jpg|thumb|caption]]
23748 5. Nowiki escaping should account for indent-pres
23758 T95794: nowiki escaping should account for leading space at start-of-line in an indent-pre block
23771 #### --------------- Behavior Switches --------------------
23774 1. Valid behavior switches should be escaped
23781 <nowiki>__TOC__</nowiki>
23782 ''<nowiki>__TOC__</nowiki>''
23786 2. Invalid behavior switches should not be escaped
23797 # We use indent-pre as an indirect way to test for sol-transparent behavior.
23799 Behavior switches should be SOL-transparent
23803 <meta property="mw:PageProp/toc" />
23805 <!-- this one's bogus -->
23808 <pre data-parsoid='{}'><meta property="mw:PageProp/toc" data-parsoid='{"src":"__TOC__","magicSrc":"__TOC__"}'/> foo</pre>
23810 <meta property="mw:PageProp/toc" data-parsoid='{"src":"__TOC__","magicSrc":"__TOC__"}'/><pre data-parsoid='{}'>bar</pre>
23814 <!-- this one's bogus -->
23823 #### --------------- HTML tags ---------------
23826 #### 3. multi-line html tag
23827 #### 4. extension tags
23828 #### -----------------------------------------
23834 <a href="http://google.com">google</a>
23836 <a href="http://google.com">google</a>
23844 <ul><li> <div>foo</div></li>
23845 <li> <div style="color:red">foo</div></li>
23846 <li> <td></li></ul>
23849 * <nowiki><div>foo</div></nowiki>
23850 * <nowiki><div style="color:red">foo</div></nowiki>
23851 * <nowiki><td></nowiki>
23855 3. multi-line html tag
23874 <p><ref>foo</ref>
23875 </p><p><ref>bar
23876 </p><p>baz</ref>
23879 <nowiki><ref>foo</ref></nowiki>
23881 <nowiki><ref>bar</nowiki>
23883 baz<nowiki></ref></nowiki>
23886 #### --------------- Others ---------------
23892 <p><nowiki>foo</nowiki>
23895 <nowiki>foo</nowiki>
23898 ## The quote-char in the input is necessary for triggering the bug
23900 (Bug 52035) Nowiki-escaping should not get tripped by " :" in text
23909 #----------- End of wikitext escaping tests --------------
23913 Tag-like HTML structures are passed through as text
23935 </p><p>1<d e>f
23940 HTML tag with necessary entities in attributes
23942 <span title="&amp;">foo</span>
23944 <p><span title="&amp;">foo</span>
23949 HTML tag with 'unnecessary' entity encoding in attributes
23951 <span title="&">foo</span>
23953 <p><span title="&">foo</span>
23958 HTML tag with broken attribute value quoting
23960 parsoid=wt2html,html2html
23962 <span title="Hello world>Foo</span>
23964 <p><span title="Hello world">Foo</span>
23967 <p><span title="Hello world">Foo</span></p>
23971 Self-closed tag with broken attribute value quoting
23973 parsoid=wt2html,html2html
23975 <div title="Hello world />Foo
23977 <div title="Hello world"></div>
23980 <div title="Hello world " data-parsoid='{"stx":"html","selfClose":true}'></div><p>Foo</p>
23984 Table with broken attribute value quoting
23986 parsoid=wt2html,html2html
23989 | title="Hello world|Foo
23994 <td title="Hello world">Foo
24000 <td title="Hello world">Foo
24006 Table with broken attribute value quoting on consecutive lines
24008 parsoid=wt2html,html2html
24011 | title="Hello world|Foo
24012 | style="color:red|Bar
24017 <td title="Hello world">Foo
24019 <td style="color:red">Bar
24025 <td title="Hello world">Foo
24026 </td><td style="color: red">Bar
24027 </td></tr></tbody></table>
24032 2. Parsoid-only: Don't wrap broken template tags in <nowiki> on wt2wt (Bug 42353)
24042 1. Parsoid-only: Don't wrap broken template tags in <nowiki> on wt2wt (Bug 42353)
24052 Accept empty td cell attribute
24055 | align="center" | foo || |
24060 <td align="center"> foo </td>
24067 Non-empty attributes in th-cells
24070 ! Foo !! style="color: red" | Bar
24076 <th style="color: red"> Bar
24082 Accept empty attributes in th-cells
24097 Empty table rows go away
24118 ### Parsoid-centric tests for testing RTing of inter-element separators
24119 ### Edge cases not tested by existing parser tests and specific to
24120 ### Parsoid-specific serialization strategies.
24124 RT-ed inter-element separators should be valid separators
24136 <tbody><tr data-parsoid='{"startTagSrc":"|-","a":{"[[foo]]":null},"sa":{"[[foo]]":""},"autoInsertedEnd":true}'></tr>
24140 # Parsoid-only since PHP parser relies on Tidy for correct output
24142 Trailing newlines in a deep dom-subtree that ends a wikitext line should be migrated out
24156 <tbody><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'><small data-parsoid='{"stx":"html","autoInsertedEnd":true}'>foo
24157 <p>bar</p></small></td></tr>
24161 <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>
24165 # Note that the "style" attribute is really a template parameter here.
24166 # The = would have to be {{=}} if you wanted the literal.
24168 Empty TD followed by TD with tpl-generated attribute
24173 |{{echo|style='color:red'}}|foo
24187 Indented table with an empty td
24205 ## We have some newline diffs RT-ing this edge case
24206 ## and it is not important enough -- we seem to be emitting
24207 ## at most 2 newlines after a </tr> and this is unrelated to
24208 ## the issue from T85627 that this is testing.
24210 Indented table with blank lines in between (T85627)
24229 Indented block & table
24243 <div data-parsoid='{"stx":"html"}'>foo</div>
24245 <tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true}'><td data-parsoid='{"autoInsertedEnd":true}'>foo</td></tr>
24250 Indent and comment before table row
24265 <!--hi--><tbody><tr data-parsoid='{"startTagSrc":"|-","autoInsertedEnd":true}'>
24266 <td data-parsoid='{"autoInsertedEnd":true}'> there</td></tr>
24270 # Parsoid-specific since PHP parser doesn't handle this mixed tbl-wikitext
24272 Empty TR followed by a template-generated TR
24278 {{echo|<tr><td>foo</td></tr>}}
24284 <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}}]}'>
24289 ## PHP and parsoid output differ for this, and since this is primarily
24290 ## for testing Parsoid's serializer, marking this Parsoid only
24292 Empty TR followed by mixed-ws-comment line should RT correctly
24308 <!--c--> </tr><!--d-->
24314 Multi-line image caption generated by templates with/without trailing newlines
24316 [[File:Foobar.jpg|thumb|300x300px|foo\n{{echo|A}}\n{{echo|B}}\n{{echo|C}}]]
24317 [[File:Foobar.jpg|thumb|300x300px|foo\n{{echo|A}}\n{{echo|B}}\n{{echo|C}}\n\n]]
24319 <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>
24320 <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>
24324 New element inserted (without intervening newlines) after an old sol-transparent node should serialize correctly
24328 <meta typeof="mw:Includes/IncludeOnly" data-parsoid='{"src":"<includeonly>foo</includeonly>"}'/><meta typeof="mw:Includes/IncludeOnly/End" data-parsoid='{"src":""}'/><p>new para</p>
24330 <link rel="mw:PageProp/Category" href="./Category:Foo" data-parsoid='{}'/><h1>new heading</h1>
24332 <includeonly>foo</includeonly>
24340 ## PHP emits broken html for this, and since this is primarily
24341 ## a Parsoid serializer test, marking this Parsoid only
24343 Improperly nested inline or quotes tags with whitespace in between
24345 <span> <s>x</span> </s>
24348 <p><span> <s>x</s></span><s> </s>
24349 <b> <i>x</i></b><i> </i>
24354 Encapsulate protected attributes from wt
24356 <div typeof="mw:placeholder stuff" data-mw="whoo" data-parsoid="weird" data-parsoid-other="no" about="time" rel="mw:true">foo</div>
24358 <body><div data-x-typeof="mw:placeholder stuff" data-x-data-mw="whoo" data-x-data-parsoid="weird" data-x-data-parsoid-other="no" data-x-about="time" data-x-rel="mw:true">foo</div>
24362 ## Currently the p-wrapper is fragile in how it adds / removes transformations.
24363 ## Having nested or stray pre tags results in the attempt to add duplicates,
24364 ## causing an assertion fail. This test tries to prevent that situation.
24366 Ensure ParagraphWrapper can deal with stray closing pre tags
24376 1. Ensure fostered text content is wrapped in element nodes
24380 <table>hi</table><table>ho</table>
24389 2. Ensure fostered text content is wrapped in element nodes (traps regressions around fostered marker on the element getting lost)
24391 parsoid=wt2html,wt2wt
24400 <tbody><tr><td> a</td></tr>
24405 Encapsulation properly handles null DSR information from foster box
24407 parsoid=wt2html,wt2wt
24409 {{echo|<table>foo<tr><td>bar</td></tr></table>}}
24411 <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>
24415 1. Encapsulate foster-parented transclusion content
24417 parsoid=wt2wt,wt2html
24419 <table>{{echo|foo<tr><td>bar</td></tr>}}</table>
24421 <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>
24431 2. Encapsulate foster-parented transclusion content
24433 parsoid=wt2wt,wt2html
24435 <table><div>{{echo|foo}}</div><tr><td>bar</td></tr></table>
24437 <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>
24448 3. Encapsulate foster-parented transclusion content
24450 parsoid=wt2wt,wt2html
24452 <table><div><p>{{echo|foo</p></div><tr><td>}}bar</td></tr></table>
24454 <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>"]}">
24467 4. Encapsulate foster-parented transclusion content
24469 parsoid=wt2wt,wt2html
24471 <table><div><p>{{echo|foo</p></div><tr><td>}}bar</td></tr></table>
24473 <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>"]}">
24486 5. Encapsulate foster-parented transclusion content
24488 parsoid=wt2wt,wt2html
24490 <table><tr><td><div><p>{{echo|foo</p></div></td>foo}}</tr></table>
24492 <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>
24507 6. Encapsulate foster-parented transclusion content
24509 parsoid=wt2wt,wt2html
24511 <table><tr><td><div><p>{{echo|foo</p></div></td>foo</tr></table>}}<p>ok</p>
24513 <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>
24529 7. Encapsulate foster-parented transclusion content
24531 parsoid=wt2wt,wt2html
24533 <table>{{echo|<p>foo</p>}}<td>bar</td></table>
24535 <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>
24545 # Note that the wt is broken on purpose: the = should be {{=}} if you
24546 # don't want it to be a template parameter key.
24548 8. Encapsulate foster-parented transclusion content
24550 parsoid=wt2wt,wt2html
24553 }}{|{{echo|style='color:red'}}
24558 <p typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"a\n"}},"i":0}}]}'>a</p>
24560 <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>
24571 9. Encapsulate foster-parented transclusion content
24573 parsoid=wt2wt,wt2html
24575 <table>{{echo|hi</table>hello}}
24577 <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>
24581 Table in fosterable position
24592 <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">
24594 <table about="#mwt1" data-parsoid='{"autoInsertedEnd":true}'></table>
24600 # Parsoid only for bug 64747
24602 Properly encapsulate empty-content transclusions in fosterable positions
24610 <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"}]]}'>
24616 Always encapsulate foster box when template range is expanded to table
24629 T115289: Unclosed table
24631 {{echo|<table>}}<!--c-->[[Category:Two]]
24633 <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>
24637 T115289: Don't migrate newlines out of tables with fostered content
24639 <table><td></td>{{echo|<tr>[[Category:One]]}}<!--c-->[[Category:Two]]
24641 <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,"dsr":[0,53,7,0]}'><tbody><tr><td></td></tr><tr><!--c--></tr></tbody></table>
24645 T73074: More fostering fun
24647 <table><td></td>{{echo|<tr>}}<!--c-->[[Category:Two]]
24649 <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>
24653 Support <object> element with .data attribute
24657 <object data="test.swf"></object>
24659 <object data="test.swf"></object>
24663 Don't block XML namespace declaration
24665 <span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">MediaWiki</span>
24667 <p><span>MediaWiki</span>
24670 <p><span xmlns:dct="http://purl.org/dc/terms/" data-x-property="dct:title" data-parsoid='{"stx":"html"}'>MediaWiki</span></p>
24673 # -----------------------------------------------------------------
24674 # The following section of tests are primarily to spec requirements
24675 # around serialization of new/edited content.
24677 # All these tests are marked Parsoid html2wt and html2html only
24678 # ----------------------------------------------------------------
24680 # 'mi' is a localinterwiki prefix as well as a language
24682 Serialize interwiki links pointing to the current wiki as plain wiki links (bug 65869)
24686 <p><a rel="mw:ExtLink" href="http://mi.wikipedia.org/wiki/Foo">Foo</a></p>
24693 New wikilinks should be serialized properly
24697 <a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{}'>Foo</a>
24698 <a rel="mw:WikiLink" href="./Foo" title="Foo">Foo</a>
24705 New wiki links (href variations)
24709 <a rel="mw:WikiLink" href="./Foo_bar">Foo_bar</a>
24710 <a rel="mw:WikiLink" href="Foo_bar">Foo_bar</a>
24711 <a rel="mw:WikiLink" href="Foo bar">Foo_bar</a>
24712 <a rel="mw:WikiLink" href="./Toxine_bact%C3%A9rienne">Toxine bactérienne</a>
24717 [[Toxine bactérienne]]
24721 New wiki links (content string variations)
24725 <a rel="mw:WikiLink" href="./Foo_bar">Foo_bar</a>
24726 <a rel="mw:WikiLink" href="./Foo_bar">Foo bar</a>
24727 <a rel="mw:WikiLink" href="./Foo_bar">./Foo_bar</a>
24731 [[Foo_bar|./Foo_bar]]
24735 New category links (href variations)
24739 <link rel="mw:PageProp/Category" href="./Category:Toxine_bactérienne" />
24740 <link rel="mw:PageProp/Category" href="./Category:Toxine_bact%C3%A9rienne" />
24741 <link rel="mw:PageProp/Category" href="Category:Toxine_bact%C3%A9rienne" />
24743 [[Category:Toxine bactérienne]]
24744 [[Category:Toxine bactérienne]]
24745 [[Category:Toxine bactérienne]]
24749 New sol transparent links don't need indent-pre nowiki protection
24754 <link rel="mw:PageProp/redirect" href="./Main_Page">
24755 <!-- this is good --> <link rel="mw:PageProp/Category" href="./Category:Good" />
24756 <!-- this is great --> <link rel="mw:PageProp/Category" href="./Kategorie:Great" />
24758 #WEITERLEITUNG [[Main Page]]
24759 <!-- this is good --> [[Category:Good]]
24760 <!-- this is great --> [[Kategorie:Great]]
24764 New interlanguage links (href variations)
24768 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Toxine bactérienne" />
24769 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Toxine_bactérienne" />
24770 <link rel="mw:PageProp/Language" href="http://es.wikipedia.org/wiki/Toxine_bact%C3%A9rienne" />
24772 [[es:Toxine bactérienne]]
24773 [[es:Toxine_bactérienne]]
24774 [[es:Toxine_bactérienne]]
24778 Image: Modifying size of an image (1)
24781 "modes": ["wt2wt"],
24783 ["img[height]", "attr", "height", "22"],
24784 ["img[width]", "attr", "width", "200"]
24788 [[Image:Foobar.jpg|230x230px]]
24790 [[Image:Foobar.jpg|200x200px]]
24794 Image: Modifying size of an image (2)
24797 "modes": ["wt2wt"],
24799 ["img[height]", "attr", "height", "100"],
24800 ["img[width]", "attr", "width", "500"]
24804 [[Image:Foobar.jpg|230x230px]]
24806 [[Image:Foobar.jpg|500x500px]]
24809 # Change in size is ignored so long as class='mw-default-size'
24811 Image: Modifying size of an image (3)
24814 "modes": ["wt2wt"],
24816 ["figure[class]", "removeClass", "mw-default-size"],
24817 ["figure img", "attr", "height", "19"],
24818 ["figure img", "attr", "width", "170"]
24822 [[Image:Foobar.jpg|thumb]]
24824 [[Image:Foobar.jpg|thumb|170x170px]]
24828 Image: Modifying alignment of an image (bug 48665)
24831 "modes": ["wt2wt"],
24833 ["figure[class]", "removeClass", "mw-halign-right"],
24834 ["figure[class]", "addClass", "mw-halign-left"]
24838 [[Image:Foobar.jpg|thumb|caption|right]]
24840 [[Image:Foobar.jpg|thumb|caption|left]]
24844 Image: Modifying mw-default-size of an frameless image (bug 62805)
24847 "modes": ["wt2wt"],
24849 ["figure.mw-default-size", "removeClass", "mw-default-size"]
24853 [[Image:Foobar.jpg|frameless|right]]
24855 [[Image:Foobar.jpg|frameless|right|220x220px]]
24859 Image: Modifying valign of an image (bug 49221)
24862 "modes": ["wt2wt"],
24864 ["*[typeof=\"mw:Image\"]", "removeClass", "mw-valign-middle"],
24865 ["*[typeof=\"mw:Image\"]", "addClass", "mw-valign-text-top"]
24869 [[File:Foobar.jpg|20px|middle]]
24871 [[File:Foobar.jpg|20px|text-top]]
24875 Image: Modifying alt attribute of an image (bug 56400)
24878 "modes": ["wt2wt"],
24880 ["img[alt]", "attr", "alt", "some alternate edited text"]
24884 [[File:Foobar.jpg|thumb|some caption|alt=some alternate text]]
24886 [[File:Foobar.jpg|thumb|some caption|alt=some alternate edited text]]
24890 Image: Modifying caption of an image
24893 "modes": ["wt2wt"],
24895 ["figcaption", "text", "new caption"]
24899 [[Image:Foobar.jpg|thumb|original caption]]
24901 [[Image:Foobar.jpg|thumb|new caption]]
24905 Image: empty alt attribute (bug 48924)
24909 [[File:Foobar.jpg|thumb|alt=|bar]]
24911 <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>
24915 Image: new attributes should be serialized in wiki's language for RTL languages (bug 51852)
24921 <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>
24923 [[Imagen:Foobar.jpg|derecha|miniaturadeimagen]]
24927 Image: Block level image should have \n before and after
24930 [[File:Foobar.jpg|right|thumb|150x150px]]
24934 <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>
24939 Image: New block level image should have \n before and after (existing content)
24942 [[File:Foobar.jpg|right|thumb|150x150px]]
24946 <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>
24951 Image: upright option (parsoid)
24953 [[File:Foobar.jpg|thumb|upright|caption]]
24954 [[File:Foobar.jpg|thumb|upright=0.5|caption]]
24955 [[File:Foobar.jpg|thumb|500x500px|upright=0.5|caption]]
24957 <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>
24958 <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>
24959 <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>
24963 Image: upright option is ignored on inline and frame images (parsoid)
24965 [[File:Foobar.jpg|500x500px|upright=0.5|caption]]
24967 <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>
24971 Image: from basic HTML (1)
24975 <span typeof="mw:Image">
24976 <img src="./File:Foobar.jpg" width=100 height=100 alt="Alt">
24979 [[File:Foobar.jpg|link=|alt=Alt|100x100px]]
24983 Image: from basic HTML (2)
24987 <img src="./File:Foobar.jpg" width=100 height=100 alt="Alt">
24989 [[File:Foobar.jpg|link=|alt=Alt|100x100px]]
24993 Image: from basic HTML (3)
24997 <a href="Main"><img src="./File:Foobar.jpg" width=100 height=100 alt="Alt"></a>
24999 [[File:Foobar.jpg|link=Main|alt=Alt|100x100px]]
25003 Image: from basic HTML (4)
25007 <img src="./File:Foobar.jpg">
25009 [[File:Foobar.jpg|link=]]
25013 Lists: Serialize correctly even when list content is wrapped in p-tags (like VE does)
25018 <li><p>foo</p></li>
25025 Lists: Serialize correctly even when list tags has unneeded whitespace between tags
25029 <ul> <li>foo</li></ul>
25035 Don't strip leading whitespace when handling indent-pre suppressing tags
25040 <tr><td> indented row</td></tr>
25043 <b>This is very bold of you!</b>
25046 indented cell (no pre-wrapping!)
25056 '''This is very bold of you!'''
25060 indented cell (no pre-wrapping!)
25068 Nowiki-wrap leading whitespace when handling indent-pre inducing tags
25090 <nowiki> </nowiki></span>bar2
25093 <nowiki> </nowiki><span>bar</span>
25096 <nowiki> </nowiki><span>foo</span>
25101 Lists: Dont insert newlines in a serialized list item.
25105 <ul><li>a<br>b</li><li>c</li></ul>
25112 1. Headings: Force sol-transparent links and behavior switches to serialize before/after
25115 "modes": ["html2wt"],
25116 "scrubWikitext": false
25119 <h2>hello there<link href="./Category:A1" rel="mw:PageProp/Category" /></h2>
25120 <h2><link href="./Category:A2" rel="mw:PageProp/Category" />hi pal</h2>
25122 <h2><!--foo--> <link href="./Category:A3" rel="mw:PageProp/Category" /> how goes it</h2>
25123 <h2>it goes well <link href="./Category:A4" rel="mw:PageProp/Category" /> <!--bar--></h2>
25125 <h2 data-parsoid='{}'>howdy<link href="./Category:A5" rel="mw:PageProp/Category" /></h2>
25127 <h2><meta property="mw:PageProp/toc" /> ok</h2>
25129 == hello there [[Category:A1]] ==
25131 == [[Category:A2]] hi pal ==
25133 == <!--foo--> [[Category:A3]] how goes it ==
25135 == it goes well [[Category:A4]] <!--bar--> ==
25137 ==howdy [[Category:A5]]==
25143 2. Headings: Force sol-transparent links and behavior switches to serialize before/after
25146 "modes": ["html2wt"],
25147 "scrubWikitext": true
25150 <h2>hello there<link href="./Category:A1" rel="mw:PageProp/Category" /></h2>
25151 <h2><link href="./Category:A2" rel="mw:PageProp/Category" />hi pal</h2>
25153 <h2><!--foo--> <link href="./Category:A3" rel="mw:PageProp/Category" /> how goes it</h2>
25154 <h2>it goes well <link href="./Category:A4" rel="mw:PageProp/Category" /> <!--bar--></h2>
25156 <h2><meta property="mw:PageProp/toc" /> ok</h2>
25164 <!--foo--> [[Category:A3]]
25169 [[Category:A4]] <!--bar-->
25177 Headings: Don't hoist metas that come from templates
25180 "modes": ["html2wt"],
25181 "scrubWikitext": true
25184 <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>
25186 == {{echo|foo [[Category:Foo]]}} ==
25190 Headings: Category in ref isn't hoisted
25193 "modes": ["html2wt"],
25194 "scrubWikitext": true
25197 <h2> foo <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> </h2>
25199 <ol class="references" typeof="mw:Extension/references" about="#mwt3" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><span rel="mw:referencedBy"><a href="#cite_ref-1">↑</a></span> <span id="mw-reference-text-cite_note-1" class="mw-reference-text">bar <link rel="mw:PageProp/Category" href="./Category:Baz" /> </span></li></ol>
25202 [[Category:Baz]] </ref> ==
25208 Parsoid: Serialize positional parameters with = in them as named parameter
25212 <p about="#mwt1" typeof="mw:Transclusion"
25213 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"f=oo"}},"i":0}}]}'>foo</p>
25215 <p about="#mwt1" typeof="mw:Transclusion"
25216 data-mw='{"parts":[{"template":{"target":{"wt":"echo","href":"./Template:Echo"},"params":{"1":{"wt":"f=oo"}, "2":{"wt":"bar"}},"i":0}}]}'>foo</p>
25218 <!--Orig params with data-parsoid has heuristics for handling = chars-->
25219 <!--FIXME: But maybe the heuristic needs fixing to apply to new params as well-->
25220 <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>
25224 {{echo|1=f=oo|2=bar}}
25226 <!--Orig params with data-parsoid has heuristics for handling = chars-->
25227 <!--FIXME: But maybe the heuristic needs fixing to apply to new params as well-->
25228 {{echo|<nowiki>f=oo</nowiki>|bar}}
25232 Parsoid: Serialize positional parameters with = in extlink as named parameter
25236 <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>
25238 {{echo|1=http://stuff?is=ok}}
25242 Parsoid: Correctly serialize block-node children when they are a combination of text and p-nodes
25246 <div>a<p>b</p></div>
25267 Substrings resembling wikitext in hrefs should not get nowiki escapes
25271 <a rel="mw:WikiLink" href="./Foo''bar''baz">Foo''bar''baz</a>
25277 Enforce single-line context in the serializer
25284 <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">
25285 </span><span about="#mwt1">you</span> </h2>
25287 <h2> foo <span about="#mwt2" class="mw-ref" id="cite_ref-1" rel="dc:references" typeof="mw:Extension/ref" data-mw='{"name":"ref","body":{"id":"mw-reference-text-cite_note-1"},"attrs":{}}'><a href="#cite_note-1"><span class="mw-reflink-text">[1]</span></a></span> </h2>
25289 <ol class="references" typeof="mw:Extension/references" about="#mwt3" data-mw='{"name":"references","attrs":{}}'><li about="#cite_note-1" id="cite_note-1"><span rel="mw:referencedBy"><a href="#cite_ref-1">↑</a></span> <span id="mw-reference-text-cite_note-1" class="mw-reference-text" data-parsoid="{}">hello
25290 there</span></li></ol>
25302 ho </dt><dd data-parsoid='{"stx":"row"}'> hi
25309 </tbody></table></dd></dl>
25313 == hi {{bogus|there
25324 * foo '''bar''' baz
25336 Serialize new placeholder space without spans
25340 <p>foo<span typeof="mw:Placeholder"> </span>: bar</p>
25342 <p>foo<span typeof="mw:DisplaySpace mw:Placeholder" data-parsoid='{"src":" ","isDisplayHack":true}'> </span>: bar</p>
25344 <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>
25350 <ref>foo : bar</ref>ok
25354 #-----------------------
25355 # Tag minimization tests
25356 #-----------------------
25359 1. I/B quote minimization: wikitext-only tags should be combined
25363 <p><i>A</i><i>B</i></p>
25364 <p><b>A</b><b>B</b></p>
25365 <p><i>A</i><b><i>B</i></b></p>
25366 <p><b>A</b><i><b>B</b></i></p>
25367 <p><b>A</b><i><b>B</b><b>C</b></i><b>D</b></p>
25368 <p><i><b>A</b></i><i><b>B</b></i></p>
25369 <p><i><b>A</b></i><b><i>B</i></b></p>
25370 <p><b><i>A</i></b><i><b>B</b></i></p>
25390 2. I/B quote minimization: wikitext and html tags should not be combined
25394 <p><i>A</i><i data-parsoid='{"stx":"html"}'>B</i></p>
25395 <p><i>A</i><b><i data-parsoid='{"stx":"html"}'>B</i></b></p>
25399 ''A''<nowiki/>'''<i>B</i>'''
25403 3. I/B quote minimization: templated content stops minimization
25407 <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>
25408 <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>
25410 ''A''{{echo|''B''}}
25412 ''A''{{echo|'''''B'''''}}
25416 4. I/B quote minimization: new content should be mimimized with adjacent old content
25420 <p><i>A</i><i>B</i></p>
25421 <p><b>A</b><b>B</b></p>
25422 <p><i>A</i><b><i>B</i></b></p>
25432 5a. Merge adjacent quote nodes if they've been edited
25435 "modes": ["wt2wt", "selser"],
25437 ["p", "contents", "remove", ":contains('b')"]
25447 5b. Merge adjacent quote nodes if they've been edited
25450 "modes": ["wt2wt", "selser"],
25456 ''a''<span id="x">b</span>''c''
25462 1. Merge adjacent link nodes as long as at least one element is new
25465 "modes": ["html2wt"],
25466 "scrubWikitext": true
25469 <a rel="mw:WikiLink" href="./Football">Foot</a><a rel="mw:WikiLink" href="./Football">ball</a>
25470 <a data-parsoid="{}" rel="mw:WikiLink" href="./Football">Foot</a><a rel="mw:WikiLink" href="./Football">ball</a>
25471 <a data-parsoid="{}" rel="mw:WikiLink" href="./Football">Foot</a><a data-parsoid="{}" rel="mw:WikiLink" href="./Football">ball</a>
25475 [[Football|Foot]][[Football|ball]]
25479 2. Merge adjacent link nodes and enable additional normalizations
25482 "modes": ["html2wt"],
25483 "scrubWikitext": true
25486 <a rel="mw:WikiLink" href="./Football"><i>Foot</i></a><a rel="mw:WikiLink" href="./Football"><i>ball</i></a>
25488 [[Football|''Football'']]
25492 3. Don't merge adjacent link nodes if scrubWikitext is false
25495 "modes": ["html2wt"],
25496 "scrubWikitext": false
25499 <a rel="mw:WikiLink" href="./Football">Foot</a><a rel="mw:WikiLink" href="./Football">ball</a>
25501 [[Football|Foot]][[Football|ball]]
25504 #------------------------------
25505 # End of tag minimization tests
25506 #------------------------------
25509 Bug 54262: New entities
25513 <span typeof="mw:Entity"> </span>
25518 ## Note that there is no wikitext output for 'unknownproperty' ##
25519 ## Unknown magic words are silently dropped ##
25526 <meta property='mw:PageProp/toc' />
25527 <meta property='mw:PageProp/notoc' />
25528 <meta property='mw:PageProp/forcetoc' />
25529 <meta property='mw:PageProp/index' />
25530 <meta property='mw:PageProp/noindex' />
25531 <meta property='mw:PageProp/nogallery' />
25532 <meta property='mw:PageProp/noeditsection' />
25533 <meta property='mw:PageProp/notitleconvert' />
25534 <meta property='mw:PageProp/nocontentconvert' />
25535 <meta property='mw:PageProp/unknownproperty' />
25545 __NOCONTENTCONVERT__
25549 Consecutive <pre>s should not get merged
25551 parsoid=html2wt,html2html
25553 <pre>a</pre><pre>b</pre>
25581 Edited ISBN links not serializable as ISBN links should serialize as wikilinks
25585 <a href="./Special:BookSources/1234567890" rel="mw:ExtLink">ISBN 1234567895</a>
25587 [[Special:BookSources/1234567890|ISBN 1234567895]]
25591 Edited RFC links not serializable as RFC links should serialize as extlinks
25595 <a href="//tools.ietf.org/html/rfc123" rel="mw:ExtLink">New RFC</a>
25597 [//tools.ietf.org/html/rfc123 New RFC]
25601 Edited PMID links not serializable as PMID links should serialize as extlinks
25605 <a href="//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract" rel="mw:ExtLink">New PMID</a>
25607 [//www.ncbi.nlm.nih.gov/pubmed/123?dopt=Abstract New PMID]
25611 WTS of autolinks with trailing/surrounding context
25615 <p><a href="http://cscott.net">http://cscott.net</a><b>foo</b></p>
25616 <p><a href="http://cscott.net">http://cscott.net</a><b data-parsoid='{"stx":"html"}'>foo</b></p>
25617 <p><b><a href="http://cscott.net">http://cscott.net</a></b></p>
25618 <p><b><a href="http://cscott.net">http://cscott.net</a> </b></p>
25619 <p><b><a href="http://cscott.net">http://cscott.net</a>x</b></p>
25620 <p><a href="http://cscott.net">http://cscott.net</a>x</p>
25622 http://cscott.net'''foo'''
25624 http://cscott.net<b>foo</b>
25626 '''http://cscott.net'''
25628 '''http://cscott.net '''
25630 '''http://cscott.net<nowiki/>x'''
25632 http://cscott.net<nowiki/>x
25636 WTS of autolinks with nowikis (round-trip)
25638 x<nowiki/>http://cscott.net<nowiki/>x
25640 <p>x<a rel="mw:ExtLink" href="http://cscott.net">http://cscott.net</a>x</p>
25643 # this is the "easy" test because it leaves in place all the
25644 # data-parsoid information indicating this is an autolink
25646 WTS of autolinks with escapes (editing)
25649 "modes": ["wt2wt"],
25651 [ "meta", "remove" ]
25655 x<nowiki/>http://cscott.net<nowiki/>x
25657 x<nowiki/>http://cscott.net<nowiki/>x
25661 WTS of edited autolink-like text (T103364)
25664 "modes": ["wt2wt"],
25666 [ "span[typeof]", "removeAttr", "typeof" ]
25670 Not a link: <nowiki>http://example.com</nowiki>.
25672 Not a link: <span><nowiki>http://example.com</nowiki></span>.
25676 WTS of newly-authored autolink-like text (T103364)
25680 <p>http://example.com is not a link.</p>
25682 <nowiki>http://example.com</nowiki> is not a link.
25686 WTS of autolink-like text after an autolink (T108563)
25690 <p><a rel="mw:ExtLink" href="http://example.com">http://example.com</a> http://example.com is not a link.</p>
25692 http://example.com <nowiki>http://example.com</nowiki> is not a link.
25696 Magic links inside links (not autolinked)
25698 [[Foo|http://example.com]]
25701 [[Foo|ISBN 123456789x]]
25703 [http://foo.com http://example.com]
25704 [http://foo.com RFC 1234]
25705 [http://foo.com PMID 1234]
25706 [http://foo.com ISBN 123456789x]
25708 <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>
25709 <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>
25711 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">http://example.com</a>
25712 <a rel="mw:WikiLink" href="./Foo" title="Foo">RFC 1234</a>
25713 <a rel="mw:WikiLink" href="./Foo" title="Foo">PMID 1234</a>
25714 <a rel="mw:WikiLink" href="./Foo" title="Foo">ISBN 123456789x</a></p>
25716 <p><a rel="mw:ExtLink" href="http://foo.com">http://example.com</a>
25717 <a rel="mw:ExtLink" href="http://foo.com">RFC 1234</a>
25718 <a rel="mw:ExtLink" href="http://foo.com">PMID 1234</a>
25719 <a rel="mw:ExtLink" href="http://foo.com">ISBN 123456789x</a></p>
25723 Magic links inside image captions (autolinked)
25725 [[File:Foobar.jpg|thumb|http://example.com]]
25726 [[File:Foobar.jpg|thumb|RFC 1234]]
25727 [[File:Foobar.jpg|thumb|PMID 1234]]
25728 [[File:Foobar.jpg|thumb|ISBN 123456789x]]
25730 <div class="thumb tright">
25731 <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>
25732 <div class="thumbcaption">
25733 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
25734 <a rel="nofollow" class="external free" href="http://example.com">http://example.com</a></div>
25737 <div class="thumb tright">
25738 <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>
25739 <div class="thumbcaption">
25740 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
25741 <a class="external mw-magiclink-rfc" rel="nofollow" href="//tools.ietf.org/html/rfc1234">RFC 1234</a></div>
25744 <div class="thumb tright">
25745 <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>
25746 <div class="thumbcaption">
25747 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
25748 <a class="external mw-magiclink-pmid" rel="nofollow" href="//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a></div>
25751 <div class="thumb tright">
25752 <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>
25753 <div class="thumbcaption">
25754 <div class="magnify"><a href="/wiki/File:Foobar.jpg" class="internal" title="Enlarge"></a></div>
25755 <a href="/wiki/Special:BookSources/123456789X" class="internal mw-magiclink-isbn">ISBN 123456789x</a></div>
25759 <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>
25760 <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>
25761 <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>
25762 <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>
25766 WTS of magic word text (T109371)
25771 <p><a href="http://foo.com" rel="mw:ExtLink">RFC 1234</a></p>
25772 <p><a href="./Foo" rel="mw:WikiLink">RFC 1234</a></p>
25774 <nowiki>RFC 1234</nowiki>
25776 [http://foo.com RFC 1234]
25782 Edited Redirect link should emit a non-piped wikitext link
25786 <link rel="mw:PageProp/redirect" href="Bar" data-parsoid='{"a":{"href":"./Foo"},"sa":{"href":"Foo"}}'>
25792 T75121: Infer extension name from typeOf if data-mw is not present
25794 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
25796 <div typeOf="mw:Extension/foo"></div>
25801 # Note that the <p> wrapping isn't present in PHP parser output
25802 # The important thing for this test is that P-wrapping doesn't
25803 # interfere with the <nowiki> protection for leading - in <td>
25804 # (which isn't necessary for <th>).
25806 T88318: p-wrapped dash in table.
25808 parsoid=html2wt,wt2wt
25811 <tr><th><p>-</p></th><th><p>- </p></th></tr>
25812 <tr><td><p>-</p></td><td><p>- </p></td></tr>
25813 <tr><td><small>-</small></td><td><br/><p>-</p></td><td><br/>-</td></tr>
25820 |<nowiki>-</nowiki>
25821 |<nowiki>- </nowiki>
25840 <td><small>-</small></td>
25852 HTML id attribute with Parsoid-like element ids should not be serialized to wikitext
25857 <td id='mwAc'>foo</td>
25858 <td id='serialize-this'>bar</td>
25863 | id="serialize-this" |bar
25868 Parsoid-like element ids should not be serialized to wikitext unless shadowed
25872 <div id="mwAQ" data-parsoid='{"stx":"html","a":{"id":"mwAQ"},"sa":{"id":"hello"}}'>ok</div>
25874 <div id="hello">ok</div>
25881 "modes": ["wt2wt"],
25883 [ "#xyz", "before", "<b>before</b> stuff " ],
25884 [ "#xyz", "after", " stuff <i>after</i>" ],
25885 [ "#xyz", "html", "x <b>y</b> z" ]
25889 <span id="xyz">hello</span>
25891 '''before''' stuff <span id="xyz">x '''y''' z</span> stuff ''after''
25895 Never serialize a-tag as html, regardless of what data-parsoid has to say
25897 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
25899 <a rel="mw:WikiLink" href="./Foo" title="Foo" data-parsoid='{"stx":"html"}'>Foo</a>
25904 ## SSS FIXME: This is broken output nevertheless.
25905 ## What might be a reasonable non-broken output for this?
25906 ## This is an edge case unlikely to be seen in production
25907 ## that I am not wasting more time on this right now.
25909 Never serialize a-tag as html, no matter what attributes it has
25911 parsoid={ "modes": ["html2wt"], "suppressErrors": true }
25913 <a bad='true' href='http://boo.org'><img src='http://boohoo.org' /></a>
25915 [http://boo.org http://boohoo.org]
25918 # Misnested is an indication that selser can reuse the source but these have
25919 # shown to sneak through on occasion. See T101768.
25920 # The original wikitext here is: [http://test.com [[one]] two three]
25922 Strip span tags added to mark misnested links
25926 <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>
25928 [http://test.com][[one]] two three
25932 Use data-parsoid.firstWikitextNode to compute newline constraints for template content
25936 <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|}"]}'>
25948 ## This test verifies the presence and computation of this attribute indirectly
25949 ## by making an edit and ensuring that the serialization is correct (which it would be
25950 ## only if firstWikitextNode is properly set).
25952 data-parsoid.firstWikitextNode should be computed properly in the presence of fostered content
25955 "modes": ["wt2wt"],
25957 [ "div#x", "remove" ],
25958 [ "div", "before", "<div>new</div>" ]
25962 <div id="x">foo</div>
25964 {{echo|<div>boo</div>
25972 {{echo|<div>boo</div>
25978 # --------------------------------------------
25979 # Tests spec'ing wikitext serialization norms |
25980 # --------------------------------------------
25983 1. Categories should always be serialized on their own line
25987 foo<link rel="mw:PageProp/Category" href="./Category:Foo">bar
25995 2. Categories that are part of templates should not introduce a line break
25997 foo {{echo|<span>bar</span> [[Category:baz]]}} bar
25999 <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>
26002 # Careful while editing these next 2 tests. There are \u200f characters
26003 # before and after the <link> tags in the HTML and following some
26004 # of the categories in wikitext
26005 # Do not remove these characters in edits.
26007 # As part of the serialization, these bidi characters will get stripped.
26009 RTL (\u200f) and LTR (\u200e) markers around category tags should be stripped
26012 "modes": ["html2wt"],
26013 "scrubWikitext": true
26016 <p><link rel="mw:PageProp/Category" href="./קטגוריה:טקסים" />
26017 <link rel="mw:PageProp/Category" href="./קטגוריה:_שיטות_משפט" /></p>
26020 [[קטגוריה: שיטות משפט]]
26024 RTL (\u200f) and LTR (\u200e) markers should not be stripped if followed by a text node
26027 "modes": ["html2wt"],
26028 "scrubWikitext": true
26031 <p><link rel="mw:PageProp/Category" href="./קטגוריה:טקסים" />y</p>
26038 Lists: Add space after bullets
26045 <li><span> baz</span></li>
26050 * <span> baz</span>
26054 1. Headings: Add space before/after == (T53744)
26061 <h2><span> baz</span></h2>
26069 == <span> baz</span> ==
26073 2. Headings: Add space before/after == even after hoisted content
26076 "modes": ["html2wt"],
26077 "scrubWikitext": true
26080 <h2> <link href="./Category:A2" rel="mw:PageProp/Category" />ok</h2>
26088 1. Headings: suppress newly created empty headings
26091 "modes": ["html2wt"],
26092 "scrubWikitext": true
26100 2. Headings: don't suppress empty headings if scrubWikitext is false
26110 3. Headings: suppress empty headings on edits
26113 "modes": ["selser"],
26114 "scrubWikitext": true,
26120 ==<span id="x">foo</span>==
26125 Headings: Replace <br/> with a single whitespace char (when scrubWikitext = true)
26128 "modes": ["html2wt"],
26129 "scrubWikitext": true
26132 <h2>foo<br/>bar</h2>
26133 <h2>foo <span><br/>bar</span> baz</h2>
26137 == foo <span> bar</span> baz ==
26141 Headings: Replace <br/> with a single whitespace char (when scrubWikitext = false)
26144 "modes": ["html2wt"],
26145 "scrubWikitext": false
26148 <h2>foo<br/>bar</h2>
26154 1. WT Quote Tags: suppress newly created empty style tags
26157 "modes": ["html2wt"],
26158 "scrubWikitext": true
26166 2. WT Quote Tags: don't suppress empty style tags if scrubWikitext is false
26172 ''<nowiki/>'''''<nowiki/>'''
26176 3. WT Quote Tags: suppress empty style tags on edits
26179 "modes": ["selser"],
26180 "scrubWikitext": true,
26186 '''<span id="x">foo</span>'''
26191 1. Anchors: suppress newly created empty anchors
26194 "modes": ["html2wt"],
26195 "scrubWikitext": true
26198 <a rel="mw:WikiLink" href="./Test" title="Test"></a>
26203 2. Anchors: don't suppress empty anchors if scrubWikitext is false
26206 "modes": ["html2wt"],
26207 "scrubWikitext": false
26210 <a rel="mw:WikiLink" href="./Test" title="Test"></a>
26216 3. Anchors: suppress empty anchors on edits
26219 "modes": ["selser"],
26220 "scrubWikitext": true,
26226 [[Test|<span id="x">foo</span>]]
26231 3a. Anchors: do not suppress numbered extlinks
26234 "modes": ["wt2wt"],
26235 "scrubWikitext": true
26240 <a rel="mw:ExtLink" href="http://foo.com"></a>
26244 3b. Anchors: do not suppress numbered extlinks
26247 "modes": ["wt2wt"],
26248 "scrubWikitext": true,
26254 [http://foo.com <span id="x">foo</span>]
26260 Normalizations should be restricted to edited content
26263 "modes": ["selser"],
26264 "scrubWikitext": true,
26266 [ "h1", "before", "<i></i>"]
26280 1. Multiple normalizations (html2wt)
26283 "modes": ["html2wt"],
26284 "scrubWikitext": true
26288 <p><a href='Foo' rel='mw:WikiLink'>foo<i></i>
26289 </a><b><i></i></b>x</p>
26298 2. Multiple normalizations (selser)
26301 "modes": ["selser"],
26302 "scrubWikitext": true,
26304 [ "#x", "after", "<h1><i></i></h1>\n<p> x<b></b></p>"]
26308 <span id="x">foo</span>
26310 <span id="x">foo</span>
26316 1. Indent Pre Nowiki: suppress whitespace at the start of new paragraph
26319 "modes": ["html2wt"],
26320 "scrubWikitext": true
26332 2. Indent Pre Nowiki: don't suppress whitespace at the start of new paragraph if scrubWikitext is false
26339 <nowiki> </nowiki>hi
26341 <nowiki> </nowiki> hello
26345 3. Indent Pre Nowiki: suppress whitespace after newlines in new paragraph or table cell
26348 "modes": ["html2wt"],
26349 "scrubWikitext": true
26358 baz bang</td></tr></table>
26364 bar<span>boo</span></p>
26380 bar<span>boo</span>
26384 4. Indent Pre Nowiki: suppress leading whitespace in edited paragraphs
26387 "modes": ["selser"],
26388 "scrubWikitext": true,
26390 [ "p", "html", " a\n b" ]
26401 1. New links that end in spaces
26404 "modes": ["html2wt"],
26405 "scrubWikitext": false
26408 <p><a rel="mw:WikiLink" href="./Berlin" title="Berlin">Berlin </a>is the capital of Germany.</p>
26409 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">Foo </a><b>bar</b></p>
26410 <p><a rel="mw:WikiLink" href="./Boston" title="Boston">Boston </a> is a city.</p>
26412 [[Berlin ]]<nowiki/>is the capital of Germany.
26416 [[Boston ]] is a city.
26420 2. New links that end in spaces
26423 "modes": ["html2wt"],
26424 "scrubWikitext": true
26427 <p><a rel="mw:WikiLink" href="./Berlin" title="Berlin">Berlin </a>is the capital of Germany.</p>
26428 <p><a rel="mw:WikiLink" href="./Foo" title="Foo">Foo </a><b>bar</b></p>
26429 <p><a rel="mw:WikiLink" href="./Boston" title="Boston">Boston </a> is a city.</p>
26431 [[Berlin]] is the capital of Germany.
26435 [[Boston]] is a city.
26439 1. Table cells with escapable prefixes
26442 "modes": ["html2wt"],
26443 "scrubWikitext": false
26447 <tr><td>a</td></tr>
26448 <tr><td>-</td></tr>
26449 <tr><td>+</td></tr>
26455 |<nowiki>-</nowiki>
26457 |<nowiki>+</nowiki>
26462 2. Table cells with escapable prefixes
26465 "modes": ["html2wt"],
26466 "scrubWikitext": true
26470 <tr><td>a</td></tr>
26471 <tr><td>-</td></tr>
26472 <tr><td>+</td></tr>
26485 3a. Table cells with escapable prefixes after edits
26488 "modes": ["selser"],
26489 "scrubWikitext": true,
26491 [ "table tbody tr:first-child td:first-child", "remove"]
26505 3b. Table cells with escapable prefixes after edits
26508 "modes": ["selser"],
26509 "scrubWikitext": true,
26511 [ "table tbody tr:first-child td:first-child", "html", "-" ],
26518 |<span id="x">foo</span>+
26527 # FIXME: This test will fail because
26528 # normalization doesn't realize that the id attribute
26529 # will eliminate the escapable scenario
26531 4a. Table cells without escapable prefixes after edits
26534 "modes": ["selser"],
26535 "scrubWikitext": true,
26537 [ "#x", "html", "-" ]
26550 ## This tests normalizer's ability to discriminate between
26551 ## cells having identical content.
26553 4b. Table cells without escapable prefixes after edits
26556 "modes": ["selser"],
26557 "scrubWikitext": true,
26559 [ "td", "html", "-" ]
26572 ## This tests normalizer's ability to not be tripped by
26573 ## comments (and whitespace)
26575 4c. Table cells without escapable prefixes after edits
26578 "modes": ["selser"],
26579 "scrubWikitext": true,
26581 [ "table tbody tr td:first-child", "remove" ]
26596 ## This tests normalizer's ability to handle HTML cells
26598 4d. Table cells without escapable prefixes after edits
26601 "modes": ["selser"],
26602 "scrubWikitext": true,
26604 [ "td", "html", "-" ]
26609 <tr><td>a</td></tr>
26613 <tr><td>-</td></tr>
26617 ## T111151 Remove font elements without attributes
26619 5a. font tags without attributes should be dropped in scrubWikitext mode
26622 "modes": ["html2wt"],
26623 "scrubWikitext": true
26627 <font><font>bar</font></font>
26628 <font class="x">boo</font>
26632 <font class="x">boo</font>
26636 5b. font tags should not be dropped without scrubWikitext being enabled
26639 "modes": ["html2wt"],
26640 "scrubWikitext": false
26649 Escape nowiki DOM elements
26653 <nowiki><i>foo</i></nowiki>
26655 <nowiki>''foo''</nowiki>
26658 # This is meant to be an interim fix while we go about figuring out
26659 # how to not introduce these trailing <nowiki/>s in the first place.
26661 T115717: Strip trailing <nowiki/>s (without affecting valid uses)
26665 <p>x<meta typeof="mw:Placeholder" data-parsoid='{"src":"<nowiki/>"}'/><meta typeof="mw:Placeholder" data-parsoid='{"src":"<nowiki/>"}'/>
26667 <p><span about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"dsr":[0,23,null,null],"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>
26668 <p><span about="#mwt1" typeof="mw:Transclusion" data-parsoid='{"dsr":[0,24,null,null],"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>
26681 # ---------------------------------------------------
26682 # End of tests spec'ing wikitext serialization norms |
26683 # ---------------------------------------------------
26687 Bare inline nodes not wrapped inside p-tags should be treated as p-wrapped
26695 <td><b>c</b><p>d</p></td>
26713 # -----------------------------------------------------------------
26714 # End of section for Parsoid-only html2wt tests for serialization
26716 # -----------------------------------------------------------------
26718 # -----------------------------------------------------------------
26719 # The following section of tests are primarily to spec behavior of
26720 # the selective serializer. All these tests have manual selser
26721 # changes. The automated selser changes for all tests handle the
26722 # wide variation of changes, but these tests here capture specs
26723 # deterministically.
26724 # ----------------------------------------------------------------
26728 Selser: New comments should not be lost
26731 "modes": ["selser"],
26733 [ "#a", "after", "<!--c1-->" ],
26734 [ "#b", "before", "<!--c2-->" ]
26738 <span id="a">a</span>
26740 <span id="b">b</span>
26742 <span id="a">a</span><!--c1-->
26744 <!--c2--><span id="b">b</span>
26749 Selser: Check for validity of DSR before using it
26752 "modes": ["selser"],
26754 [ "#a", "before", "<meta property='mw:PageProp/displaytitle' content='foo'>" ]
26758 <span id="a">a</span>
26760 {{DISPLAYTITLE:foo}}
26761 <span id="a">a</span>
26765 1. DOMDiff: Changes to <ref> content should be looked up using id
26768 "modes": ["selser"],
26770 ["#X", "after", "bar"],
26771 ["#Y", "after", "baz"]
26775 X <ref><span id="X">foo</span></ref>
26778 <ref name="a"><span id="Y">foo</span></ref>
26781 X <ref><span id="X">foo</span>bar</ref>
26784 <ref name="a"><span id="Y">foo</span>baz</ref>
26789 2. DOMDiff: Changes to <ref> content should be looked up using id
26792 "modes": ["selser"],
26794 ["#Z", "after", "bar"]
26798 A <ref>foo bar for a</ref>
26799 B <ref group="X" name="b" />
26803 <references group="X">
26804 <ref name="b"><span id="Z">foo</span></ref>
26807 A <ref>foo bar for a</ref>
26808 B <ref group="X" name="b" />
26812 <references group="X">
26813 <ref name="b"><span id="Z">foo</span>bar</ref>
26827 <li class="mw-empty-li"></li>
26828 <li class="mw-empty-li"></li>