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 # ill add inter-language links
18 # subpage enable subpages (disabled by default)
19 # noxml don't check for XML well formdness
20 # title=[[XXX]] run test using article title XXX
21 # disabled do not run test
23 # For testing purposes, temporary articles can created:
24 # !!article / NAMESPACE:TITLE / !!text / ARTICLE TEXT / !!endarticle
25 # where '/' denotes a newline.
27 # This is the standard article assumed to exist.
47 This is a simple paragraph.
49 <p>This is a simple paragraph.
69 * plain''italic''plain
70 * plain''italic''plain''italic''plain
71 * plain'''bold'''plain
72 * plain'''bold'''plain'''bold'''plain
73 * plain''italic''plain'''bold'''plain
74 * plain'''bold'''plain''italic''plain
75 * plain''italic'''bold-italic'''italic''plain
76 * plain'''bold''bold-italic''bold'''plain
77 * plain'''''bold-italic'''italic''plain
78 * plain'''''bold-italic''bold'''plain
79 * plain''italic'''bold-italic'''''plain
80 * plain'''bold''bold-italic'''''plain
81 * plain l'''italic''plain
84 </li><li> plain<i>italic</i>plain
85 </li><li> plain<i>italic</i>plain<i>italic</i>plain
86 </li><li> plain<b>bold</b>plain
87 </li><li> plain<b>bold</b>plain<b>bold</b>plain
88 </li><li> plain<i>italic</i>plain<b>bold</b>plain
89 </li><li> plain<b>bold</b>plain<i>italic</i>plain
90 </li><li> plain<i>italic<b>bold-italic</b>italic</i>plain
91 </li><li> plain<b>bold<i>bold-italic</i>bold</b>plain
92 </li><li> plain<i><b>bold-italic</b>italic</i>plain
93 </li><li> plain<b><i>bold-italic</i>bold</b>plain
94 </li><li> plain<i>italic<b>bold-italic</b></i>plain
95 </li><li> plain<b>bold<i>bold-italic</i></b>plain
96 </li><li> plain l'<i>italic</i>plain
102 ### <nowiki> test cases
106 <nowiki> unordered list
108 <nowiki>* This is not an unordered list item.</nowiki>
110 <p>* This is not an unordered list item.
117 <nowiki>Lorem ipsum dolor
138 :There is not nowiki.
139 :There is <nowiki>nowiki</nowiki>.
141 #There is not nowiki.
142 #There is <nowiki>nowiki</nowiki>.
144 *There is not nowiki.
145 *There is <nowiki>nowiki</nowiki>.
147 <dl><dd>There is not nowiki.
148 </dd><dd>There is nowiki.
150 <ol><li>There is not nowiki.
151 </li><li>There is nowiki.
153 <ul><li>There is not nowiki.
154 </li><li>There is nowiki.
165 <!-- comment 1 --> asdf
201 asdf<!-- comment 1 -->jkl
211 <!-- foo --> b <!-- bar -->
225 <!-- returns a single newline, not nothing, since the newline after > is not stripped -->
231 Comment semantics and delimiters
233 <!-- --><!----><!-----><!------>
239 Comment semantics and delimiters, redux
241 <!-- In SGML every "foo" here would actually show up in the text -- foo -- bar
242 -- foo -- funky huh? ... -->
248 Comment semantics and delimiters: directors cut
250 <!-- ... However we like to keep things simple and somewhat XML-ish so we eat
251 everything starting with < followed by !-- until the first -- and > we see,
252 that wouldn't be valid XML however, since in XML -- has to terminate a comment
260 Comment semantics: nesting
262 <!--<!-- no, we're not going to do anything fancy here -->-->
270 ### Preformatted text
279 And a [[Main Page|link]]
285 And a <a href="/wiki/Main_Page" title="Main Page">link</a>
297 <dl><dt> name </dt><dd> Definition
307 <dl><dd> Indented text
313 Definition list with no space
317 <dl><dt>name</dt><dd>Definition
323 Definition list with URL link
325 ; http://example.com/ : definition
327 <dl><dt> <a href="http://example.com/" class='external free' title="http://example.com/" rel="nofollow">http://example.com/</a> </dt><dd> definition
333 Definition list with bracketed URL link
335 ;[http://www.example.com/ Example]:Something about it
337 <dl><dt><a href="http://www.example.com/" class='external text' title="http://www.example.com/" rel="nofollow">Example</a></dt><dd>Something about it
343 Definition list with wikilink containing colon
345 ; [[Help:FAQ]]: The least-read page on Wikipedia
347 <dl><dt> <a href="/index.php?title=Help:FAQ&action=edit" class="new" title="Help:FAQ">Help:FAQ</a></dt><dd> The least-read page on Wikipedia
352 # At Brion's and JeLuF's insistence... :)
354 Definition list with wikilink containing colon
356 ; news:alt.wikipedia.rox: This isn't even a real newsgroup!
358 <dl><dt> <a href="news:alt.wikipedia.rox" class='external free' title="news:alt.wikipedia.rox" rel="nofollow">news:alt.wikipedia.rox</a></dt><dd> This isn't even a real newsgroup!
364 Malformed definition list with colon
366 ; news:alt.wikipedia.rox -- don't crash or enter an infinite loop
368 <dl><dt> <a href="news:alt.wikipedia.rox" class='external free' title="news:alt.wikipedia.rox" rel="nofollow">news:alt.wikipedia.rox</a> -- don't crash or enter an infinite loop
374 Definition lists: colon in external link text
376 ; [http://www.wikipedia2.org/ Wikipedia : The Next Generation]: OK, I made that up
378 <dl><dt> <a href="http://www.wikipedia2.org/" class='external text' title="http://www.wikipedia2.org/" rel="nofollow">Wikipedia : The Next Generation</a></dt><dd> OK, I made that up
388 External links: non-bracketed
390 Non-bracketed: http://example.com
392 <p>Non-bracketed: <a href="http://example.com" class='external free' title="http://example.com" rel="nofollow">http://example.com</a>
397 External links: numbered
399 Numbered: [http://example.com]
400 Numbered: [http://example.net]
401 Numbered: [http://example.org]
403 <p>Numbered: <a href="http://example.com" class='external autonumber' title="http://example.com" rel="nofollow">[1]</a>
404 Numbered: <a href="http://example.net" class='external autonumber' title="http://example.net" rel="nofollow">[2]</a>
405 Numbered: <a href="http://example.org" class='external autonumber' title="http://example.org" rel="nofollow">[3]</a>
410 External links: specified text
412 Specified text: [http://example.com link]
414 <p>Specified text: <a href="http://example.com" class='external text' title="http://example.com" rel="nofollow">link</a>
419 External links: trail
421 Linktrails should not work for external links: [http://example.com link]s
423 <p>Linktrails should not work for external links: <a href="http://example.com" class='external text' title="http://example.com" rel="nofollow">link</a>s
428 External links: dollar sign in URL
430 http://example.com/1$2345
432 <p><a href="http://example.com/1$2345" class='external free' title="http://example.com/1$2345" rel="nofollow">http://example.com/1$2345</a>
437 External links: dollar sign in URL (named)
439 [http://example.com/1$2345]
441 <p><a href="http://example.com/1$2345" class='external autonumber' title="http://example.com/1$2345" rel="nofollow">[1]</a>
446 External links: open square bracket forbidden in URL (bug 4377)
448 http://example.com/1[2345
450 <p><a href="http://example.com/1" class='external free' title="http://example.com/1" rel="nofollow">http://example.com/1</a>[2345
455 External links: open square bracket forbidden in URL (named) (bug 4377)
457 [http://example.com/1[2345]
459 <p><a href="http://example.com/1" class='external text' title="http://example.com/1" rel="nofollow">[2345</a>
466 External image: http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
468 <p>External image: <img src="http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png" alt="Ncwikicol.png" />
473 External image from https
475 External image from https: https://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
477 <p>External image from https: <img src="https://meta.wikimedia.org/upload/f/f1/Ncwikicol.png" alt="Ncwikicol.png" />
482 Link to non-http image, no img tag
484 Link to non-http image, no img tag: ftp://example.com/test.jpg
486 <p>Link to non-http image, no img tag: <a href="ftp://example.com/test.jpg" class='external free' title="ftp://example.com/test.jpg" rel="nofollow">ftp://example.com/test.jpg</a>
491 External links: terminating separator
493 Terminating separator: http://example.com/thing,
495 <p>Terminating separator: <a href="http://example.com/thing" class='external free' title="http://example.com/thing" rel="nofollow">http://example.com/thing</a>,
500 External links: intervening separator
502 Intervening separator: http://example.com/1,2,3
504 <p>Intervening separator: <a href="http://example.com/1,2,3" class='external free' title="http://example.com/1,2,3" rel="nofollow">http://example.com/1,2,3</a>
509 External links: old bug with URL in query
511 Old bug with URL in query: [http://example.com/thing?url=http://example.com link]
513 <p>Old bug with URL in query: <a href="http://example.com/thing?url=http://example.com" class='external text' title="http://example.com/thing?url=http://example.com" rel="nofollow">link</a>
518 External links: old URL-in-URL bug, mixed protocols
520 And again with mixed protocols: [ftp://example.com?url=http://example.com link]
522 <p>And again with mixed protocols: <a href="ftp://example.com?url=http://example.com" class='external text' title="ftp://example.com?url=http://example.com" rel="nofollow">link</a>
527 External links: URL in text
529 URL in text: [http://example.com http://example.com]
531 <p>URL in text: <a href="http://example.com" class='external free' title="http://example.com" rel="nofollow">http://example.com</a>
536 External links: Clickable images
538 ja-style clickable images: [http://example.com http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png]
540 <p>ja-style clickable images: <a href="http://example.com" class='external text' title="http://example.com" rel="nofollow"><img src="http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png" alt="Ncwikicol.png" /></a>
545 External links: raw ampersand
547 Old & use: http://x&y
549 <p>Old & use: <a href="http://x&y" class='external free' title="http://x&y" rel="nofollow">http://x&y</a>
554 External links: encoded ampersand
556 Old & use: http://x&y
558 <p>Old & use: <a href="http://x&y" class='external free' title="http://x&y" rel="nofollow">http://x&y</a>
563 External links: [raw ampersand]
565 Old & use: [http://x&y]
567 <p>Old & use: <a href="http://x&y" class='external autonumber' title="http://x&y" rel="nofollow">[1]</a>
572 External links: [encoded ampersand]
574 Old & use: [http://x&y]
576 <p>Old & use: <a href="http://x&y" class='external autonumber' title="http://x&y" rel="nofollow">[1]</a>
581 External links: www.jpeg.org (bug 554)
585 <p><a href="http://www.jpeg.org" class='external free' title="http://www.jpeg.org" rel="nofollow">http://www.jpeg.org</a>
590 External links: URL within URL (original bug 2)
592 [http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp]
594 <p><a href="http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp" class='external autonumber' title="http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp" rel="nofollow">[1]</a>
599 BUG 361: URL inside bracketed URL
601 [http://www.example.com/foo http://www.example.com/bar]
603 <p><a href="http://www.example.com/foo" class='external text' title="http://www.example.com/foo" rel="nofollow">http://www.example.com/bar</a>
608 BUG 361: URL within URL, not bracketed
610 http://www.example.com/foo?=http://www.example.com/bar
612 <p><a href="http://www.example.com/foo?=http://www.example.com/bar" class='external free' title="http://www.example.com/foo?=http://www.example.com/bar" rel="nofollow">http://www.example.com/foo?=http://www.example.com/bar</a>
617 BUG 289: ">"-token in URL-tail
619 http://www.example.com/<hello>
621 <p><a href="http://www.example.com/" class='external free' title="http://www.example.com/" rel="nofollow">http://www.example.com/</a><hello>
626 BUG 289: literal ">"-token in URL-tail
628 http://www.example.com/<b>html</b>
630 <p><a href="http://www.example.com/" class='external free' title="http://www.example.com/" rel="nofollow">http://www.example.com/</a><b>html</b>
635 BUG 289: ">"-token in bracketed URL
637 [http://www.example.com/<hello> stuff]
639 <p><a href="http://www.example.com/" class='external text' title="http://www.example.com/" rel="nofollow"><hello> stuff</a>
644 BUG 289: literal ">"-token in bracketed URL
646 [http://www.example.com/<b>html</b> stuff]
648 <p><a href="http://www.example.com/" class='external text' title="http://www.example.com/" rel="nofollow"><b>html</b> stuff</a>
653 BUG 289: literal double quote at end of URL
655 http://www.example.com/"hello"
657 <p><a href="http://www.example.com/" class='external free' title="http://www.example.com/" rel="nofollow">http://www.example.com/</a>"hello"
662 BUG 289: literal double quote in bracketed URL
664 [http://www.example.com/"hello" stuff]
666 <p><a href="http://www.example.com/" class='external text' title="http://www.example.com/" rel="nofollow">"hello" stuff</a>
671 External links: invalid character
672 Fixme: the missing char seems to have gone missing
676 [http://www.example.com test]
678 <p>[<a href="http://www.example.com" class='external free' title="http://www.example.com" rel="nofollow">http://www.example.com</a> test]
683 External links: multiple legal whitespace is fine, Magnus. Don't break it please. (bug 5081)
685 [http://www.example.com test]
687 <p><a href="http://www.example.com" class='external text' title="http://www.example.com" rel="nofollow">test</a>
692 External links: wiki links within external link (Bug 3695)
694 [http://example.com [[wikilink]] embedded in ext link]
696 <p><a href="http://example.com" class='external text' title="http://example.com" rel="nofollow"></a><a href="/index.php?title=Wikilink&action=edit" class="new" title="Wikilink">wikilink</a><a href="http://example.com" class='external text' title="http://example.com" rel="nofollow"> embedded in ext link</a>
701 BUG 787: Links with one slash after the url protocol are invalid
705 [http:/example.com title]
708 </p><p>[http:/example.com title]
713 Bug 2702: Mismatched <i>, <b> and <a> tags are invalid
715 ''[http://example.com text'']
716 [http://example.com '''text]'''
717 ''Something [http://example.com in italic'']
718 ''Something [http://example.com mixed''''', even bold]'''
719 '''''Now [http://example.com both''''']
721 <p><a href="http://example.com" class='external text' title="http://example.com" rel="nofollow"><i>text</i></a>
722 <a href="http://example.com" class='external text' title="http://example.com" rel="nofollow"><b>text</b></a>
723 <i>Something </i><a href="http://example.com" class='external text' title="http://example.com" rel="nofollow"><i>in italic</i></a>
724 <i>Something </i><a href="http://example.com" class='external text' title="http://example.com" rel="nofollow"><i>mixed</i><b>, even bold</b></a>
725 <i><b>Now </b></i><a href="http://example.com" class='external text' title="http://example.com" rel="nofollow"><i><b>both</b></i></a>
733 http://www.example.com/?title=AT%26T
735 <p><a href="http://www.example.com/?title=AT%26T" class='external free' title="http://www.example.com/?title=AT%26T" rel="nofollow">http://www.example.com/?title=AT%26T</a>
740 Bug 4781, 5267: %26 in URL
742 http://www.example.com/?title=100%25_Bran
744 <p><a href="http://www.example.com/?title=100%25_Bran" class='external free' title="http://www.example.com/?title=100%25_Bran" rel="nofollow">http://www.example.com/?title=100%25_Bran</a>
749 Bug 4781, 5267: %28, %29 in URL
751 http://www.example.com/?title=Ben-Hur_%281959_film%29
753 <p><a href="http://www.example.com/?title=Ben-Hur_%281959_film%29" class='external free' title="http://www.example.com/?title=Ben-Hur_%281959_film%29" rel="nofollow">http://www.example.com/?title=Ben-Hur_%281959_film%29</a>
759 Bug 4781: %26 in autonumber URL
761 [http://www.example.com/?title=AT%26T]
763 <p><a href="http://www.example.com/?title=AT%26T" class='external autonumber' title="http://www.example.com/?title=AT%26T" rel="nofollow">[1]</a>
768 Bug 4781, 5267: %26 in autonumber URL
770 [http://www.example.com/?title=100%25_Bran]
772 <p><a href="http://www.example.com/?title=100%25_Bran" class='external autonumber' title="http://www.example.com/?title=100%25_Bran" rel="nofollow">[1]</a>
777 Bug 4781, 5267: %28, %29 in autonumber URL
779 [http://www.example.com/?title=Ben-Hur_%281959_film%29]
781 <p><a href="http://www.example.com/?title=Ben-Hur_%281959_film%29" class='external autonumber' title="http://www.example.com/?title=Ben-Hur_%281959_film%29" rel="nofollow">[1]</a>
787 Bug 4781: %26 in bracketed URL
789 [http://www.example.com/?title=AT%26T link]
791 <p><a href="http://www.example.com/?title=AT%26T" class='external text' title="http://www.example.com/?title=AT%26T" rel="nofollow">link</a>
796 Bug 4781, 5267: %26 in bracketed URL
798 [http://www.example.com/?title=100%25_Bran link]
800 <p><a href="http://www.example.com/?title=100%25_Bran" class='external text' title="http://www.example.com/?title=100%25_Bran" rel="nofollow">link</a>
805 Bug 4781, 5267: %28, %29 in bracketed URL
807 [http://www.example.com/?title=Ben-Hur_%281959_film%29 link]
809 <p><a href="http://www.example.com/?title=Ben-Hur_%281959_film%29" class='external text' title="http://www.example.com/?title=Ben-Hur_%281959_film%29" rel="nofollow">link</a>
821 Normal text. '''Bold text.''' Normal text. ''Italic text.''
823 Normal text. '''''Bold italic text.''''' Normal text.
825 <p>Normal text. <b>Bold text.</b> Normal text. <i>Italic text.</i>
826 </p><p>Normal text. <i><b>Bold italic text.</b></i> Normal text.
832 Unclosed and unmatched quotes
834 '''''Bold italic text '''with bold deactivated''' in between.'''''
836 '''''Bold italic text ''with italic deactivated'' in between.'''''
840 ..spanning two paragraphs (should not work).'''
842 '''Bold tag left open
844 ''Italic tag left open
848 <!-- Unmatching number of opening, closing tags: -->
849 '''This year''''s election ''should'' beat '''last year''''s.
851 ''Tom'''s car is bigger than ''Susan'''s.
853 <p><i><b>Bold italic text </b>with bold deactivated<b> in between.</b></i>
854 </p><p><b><i>Bold italic text </i>with italic deactivated<i> in between.</i></b>
855 </p><p><b>Bold text..</b>
856 </p><p>..spanning two paragraphs (should not work).
857 </p><p><b>Bold tag left open</b>
858 </p><p><i>Italic tag left open</i>
860 </p><p><b>This year'</b>s election <i>should</i> beat <b>last year'</b>s.
861 </p><p><i>Tom<b>s car is bigger than </b></i><b>Susan</b>s.
868 ### some content taken from http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide:_Using_tables
871 # This should not produce <table></table> as <table><tr><td></td></tr></table>
872 # is the bare minimun required by the spec, see:
873 # http://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_module_Basic_Tables
875 A table with no data.
881 # A table with nothing but a caption is invalid XHTML, we might want to render
882 # this as <p>caption</p>
884 A table with nothing but a caption
892 </caption><tr><td></td></tr></table>
918 {| border="1" cellpadding="2"
919 |+Multiplication table
921 ! × !! 1 !! 2 !! 3
939 <table border="1" cellpadding="2">
940 <caption>Multiplication table
943 <th> × </th><th> 1 </th><th> 2 </th><th> 3
947 </th><td> 1 </td><td> 2 </td><td> 3
951 </th><td> 2 </td><td> 4 </td><td> 6
955 </th><td> 3 </td><td> 6 </td><td> 9
959 </th><td> 4 </td><td> 8 </td><td> 12
963 </th><td> 5 </td><td> 10 </td><td> 15
971 {| align=right border=1
973 |rowspan=2| Cell 2, row 1 (and 2)
980 <table align="right" border="1">
983 </td><td rowspan="2"> Cell 2, row 1 (and 2)
984 </td><td> Cell 3, row 1
988 </td><td> Cell 3, row 2
999 {| bgcolor=#ABCDEF border=2
1004 |the original table again
1011 <table bgcolor="#ABCDEF" border="2">
1018 </td><td>the original table again
1024 Invalid attributes in table cell (bug 1830)
1042 Plain link, capitalized
1046 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
1051 Plain link, uncapitalized
1055 <p><a href="/wiki/Main_Page" title="Main Page">main Page</a>
1062 [[Main Page|The Main Page]]
1064 <p><a href="/wiki/Main_Page" title="Main Page">The Main Page</a>
1073 <p><a href="/index.php?title=Zigzagzogzagzig&action=edit" class="new" title="Zigzagzogzagzig">Zigzagzogzagzig</a>
1080 xxx[[main Page]], xxx[[Main Page]], Xxx[[main Page]] XXX[[main Page]], XXX[[Main Page]]
1082 <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>
1089 [[Main Page]]xxx, [[Main Page]]XXX
1091 <p><a href="/wiki/Main_Page" title="Main Page">Main Pagexxx</a>, <a href="/wiki/Main_Page" title="Main Page">Main Page</a>XXX
1096 Link with 3 brackets
1105 Piped link with 3 brackets
1107 [[[main page|the main page]]]
1109 <p>[[[main page|the main page]]]
1114 Link with multiple pipes
1116 [[Main Page|The|Main|Page]]
1118 <p><a href="/wiki/Main_Page" title="Main Page">The|Main|Page</a>
1125 [[Talk:Parser testing]], [[Meta:Disclaimers]]
1127 <p><a href="/index.php?title=Talk:Parser_testing&action=edit" class="new" title="Talk:Parser testing">Talk:Parser testing</a>, <a href="/index.php?title=Meta:Disclaimers&action=edit" class="new" title="Meta:Disclaimers">Meta:Disclaimers</a>
1132 Piped link to namespace
1134 [[Meta:Disclaimers|The disclaimers]]
1136 <p><a href="/index.php?title=Meta:Disclaimers&action=edit" class="new" title="Meta:Disclaimers">The disclaimers</a>
1143 [[Usually caused by a typo (oops}]]
1145 <p>[[Usually caused by a typo (oops}]]
1150 Link containing % (not as a hex sequence)
1154 <p><a href="/index.php?title=7%25_Solution&action=edit" class="new" title="7% Solution">7% Solution</a>
1159 Link containing % as a single hex sequence interpreted to char
1163 <p><a href="/index.php?title=7%25_Solution&action=edit" class="new" title="7% Solution">7% Solution</a>
1168 Link containing % as a double hex sequence interpreted to hex sequence
1172 <p>[[7%2525 Solution]]
1177 Link containing "#<" and "#>" % as a hex sequences- these are valid section anchors
1178 Example for such a section: == < ==
1180 [[%23%3c]][[%23%3e]]
1182 <p><a href="#.3C" title="">#<</a><a href="#.3E" title="">#></a>
1187 Link containing "<#" and ">#" as a hex sequences
1189 [[%3c%23]][[%3e%23]]
1191 <p>[[%3c%23]][[%3e%23]]
1198 [[http://www.example.org]]
1200 <p>[<a href="http://www.example.org" class='external autonumber' title="http://www.example.org" rel="nofollow">[1]</a>]
1204 # I'm fairly sure the expected result here is wrong.
1205 # We want these to be URL links, not pseudo-pages with URLs for titles....
1206 # However the current output is also pretty screwy.
1209 # I'm changing it to match the current output--it arguably makes more
1210 # sense in the light of the test above. Old expected result was:
1211 #<p>Piped link to URL: <a href="/index.php?title=Http://www.example.org&action=edit" class="new" title="Http://www.example.org">an example URL</a>
1213 # But I think this test is bordering on "garbage in, garbage out" anyway.
1218 Piped link to URL: [[http://www.example.org|an example URL]]
1220 <p>Piped link to URL: [<a href="http://www.example.org|an" class='external text' title="http://www.example.org|an" rel="nofollow">example URL</a>]
1225 BUG 2: [[page|http://url/]] should link to page, not http://url/
1227 [[Main Page|http://url/]]
1229 <p><a href="/wiki/Main_Page" title="Main Page">http://url/</a>
1234 BUG 337: Escaped self-links should be bold
1238 [[Bug462]] [[Bug462]]
1240 <p><strong>Bug462</strong> <strong>Bug462</strong>
1245 Self-link to section should not be bold
1249 [[Main Page#section]]
1251 <p><a href="/wiki/Main_Page#section" title="Main Page">Main Page#section</a>
1256 <nowiki> inside a link
1258 [[Main<nowiki> Page</nowiki>]] [[Main Page|the main page <nowiki>[it's not very good]</nowiki>]]
1260 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a> <a href="/wiki/Main_Page" title="Main Page">the main page [it's not very good]</a>
1265 ### Interwiki links (see maintenance/interwiki.sql)
1269 Inline interwiki link
1271 [[MeatBall:SoftSecurity]]
1273 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity" class='extiw' title="meatball:SoftSecurity">MeatBall:SoftSecurity</a>
1278 Inline interwiki link with empty title (bug 2372)
1282 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?" class='extiw' title="meatball:">MeatBall:</a>
1287 Interwiki link encoding conversion (bug 1636)
1289 *[[Wikipedia:ro:Olteniţa]]
1290 *[[Wikipedia:ro:Olteniţa]]
1292 <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>
1293 </li><li><a href="http://en.wikipedia.org/wiki/ro:Olteni%C5%A3a" class='extiw' title="wikipedia:ro:Olteniţa">Wikipedia:ro:Olteniţa</a>
1299 Interwiki link with fragment (bug 2130)
1301 [[MeatBall:SoftSecurity#foo]]
1303 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity#foo" class='extiw' title="meatball:SoftSecurity">MeatBall:SoftSecurity#foo</a>
1321 Incorrecly removing closing slashes from correctly formed XHTML
1323 <br style="clear:both;" />
1325 <p><br style="clear:both;" />
1330 Failing to transform badly formed HTML into correct XHTML
1336 <p><br clear="left" />
1337 <br clear="right" />
1343 Horizontal ruler (should it add that extra space?)
1357 ### Block-level elements
1380 <ol><li>Numbered list
1397 ***#Number on level 4
1399 **#Number on level 3
1400 **#Number on level 3
1405 <ol><li> with numbers
1407 <ul><li> and bullets
1409 <ol><li> and numbers
1411 </li><li>bullets again
1412 <ul><li>bullet level 2
1413 <ul><li>bullet level 3
1414 <ol><li>Number on level 4
1417 </li><li>bullet level 2
1418 <ol><li>Number on level 3
1419 </li><li>Number on level 3
1422 <ol><li>number level 2
1430 List items are not parsed correctly following a <pre> block (bug 785)
1436 <ul><li> <pre>foo</pre>
1437 </li><li> <pre>bar</pre>
1448 Magic Word: {{CURRENTDAY}}
1457 Magic Word: {{CURRENTDAY2}}
1466 Magic Word: {{CURRENTDAYNAME}}
1475 Magic Word: {{CURRENTDOW}}
1484 Magic Word: {{CURRENTMONTH}}
1493 Magic Word: {{CURRENTMONTHABBREV}}
1495 {{CURRENTMONTHABBREV}}
1502 Magic Word: {{CURRENTMONTHNAME}}
1504 {{CURRENTMONTHNAME}}
1511 Magic Word: {{CURRENTMONTHNAMEGEN}}
1513 {{CURRENTMONTHNAMEGEN}}
1520 Magic Word: {{CURRENTTIME}}
1529 Magic Word: {{CURRENTWEEK}} (@bug 4594)
1538 Magic Word: {{CURRENTYEAR}}
1547 Magic Word: {{FULLPAGENAME}}
1549 title=[[User:Ævar Arnfjörð Bjarmason]]
1553 <p>User:Ævar Arnfjörð Bjarmason
1558 Magic Word: {{FULLPAGENAMEE}}
1560 title=[[User:Ævar Arnfjörð Bjarmason]]
1564 <p>User:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
1569 Magic Word: {{NAMESPACE}}
1571 title=[[User:Ævar Arnfjörð Bjarmason]]
1581 Magic Word: {{NAMESPACEE}}
1583 title=[[User:Ævar Arnfjörð Bjarmason]]
1593 Magic Word: {{NUMBEROFARTICLES}}
1595 {{NUMBEROFARTICLES}}
1602 Magic Word: {{NUMBEROFFILES}}
1611 Magic Word: {{PAGENAME}}
1613 title=[[User:Ævar Arnfjörð Bjarmason]]
1618 <p>Ævar Arnfjörð Bjarmason
1623 Magic Word: {{PAGENAMEE}}
1625 title=[[User:Ævar Arnfjörð Bjarmason]]
1629 <p>User:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
1634 Magic Word: {{REVISIONID}}
1643 Magic Word: {{SCRIPTPATH}}
1652 Magic Word: {{SERVER}}
1656 <p><a href="http://localhost" class='external free' title="http://localhost" rel="nofollow">http://localhost</a>
1661 Magic Word: {{SERVERNAME}}
1670 Magic Word: {{SITENAME}}
1679 Namespace 1 {{ns:1}}
1688 Namespace 1 {{ns:01}}
1697 Namespace 0 {{ns:0}} (bug 4783)
1705 Namespace 0 {{ns:00}} (bug 4783)
1713 Namespace -1 {{ns:-1}}
1722 Namespace Project {{ns:User}}
1735 Magic links: internal link to RFC (bug 479)
1739 <p><a href="/index.php?title=RFC_123&action=edit" class="new" title="RFC 123">RFC 123</a>
1744 Magic links: RFC (bug 479)
1748 <p><a href='http://www.ietf.org/rfc/rfc822.txt' class='external' title="http://www.ietf.org/rfc/rfc822.txt">RFC 822</a>
1753 Magic links: ISBN (bug 1937)
1757 <p><a href="/index.php?title=Special:Booksources&isbn=0306406152" class="internal">ISBN 0-306-40615-2</a>
1762 Magic links: PMID incorrectly converts space to underscore
1766 <p><a href='http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=1234' class='external' title="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=1234">PMID 1234</a>
1775 Nonexistant template
1777 {{thistemplatedoesnotexist}}
1779 <p><a href="/index.php?title=Template:Thistemplatedoesnotexist&action=edit" class="new" title="Template:Thistemplatedoesnotexist">Template:Thistemplatedoesnotexist</a>
1786 This is a test template
1794 <p>This is a test template
1799 Template with explicit namespace
1803 <p>This is a test template
1811 This is a test template with parameter {{{param}}}
1817 {{paramtest|param=foo}}
1819 <p>This is a test template with parameter foo
1824 Template:paramtestnum
1830 Template unnamed parameter
1832 {{paramtestnum|Main Page|the main page}}
1834 <p><a href="/wiki/Main_Page" title="Main Page">the main page</a>
1839 Template:templatesimple
1845 Template:templateredirect
1847 #redirect [[Template:templatesimple]]
1851 Template:templateasargtestnum
1857 Template:templateasargtest
1859 {{template{{{templ}}}}}
1863 Template:templateasargtest2
1869 Template with template name as unnamed argument
1871 {{templateasargtestnum|templatesimple}}
1878 Template with template name as argument
1880 {{templateasargtest|templ=simple}}
1887 Template with template name as argument (2)
1889 {{templateasargtest2|templ=templatesimple}}
1896 Template:templateasargtestdefault
1898 {{{{{templ|templatesimple}}}}}
1908 Template with default value
1910 {{templateasargtestdefault}}
1917 Template with default value (value set)
1919 {{templateasargtestdefault|templ=templa}}
1928 {{templateredirect}}
1935 Template with argument in separate line
1937 {{ templateasargtest |
1945 Template with complex template as argument
1948 param ={{ templateasargtest |
1951 <p>This is a test template with parameter (test)
1956 Template with thumb image (wiht link in description)
1959 param =[[Image:noimage.png|thumb|[[no link|link]] [[no link|caption]]]]}}
1961 This is a test template with parameter <div class="thumb tright"><div style="width:182px;"><a href="/index.php?title=Special:Upload&wpDestFile=Noimage.png" class="new" title="Image:Noimage.png">Image:Noimage.png</a> <div class="thumbcaption" ><a href="/index.php?title=No_link&action=edit" class="new" title="No link">link</a> <a href="/index.php?title=No_link&action=edit" class="new" title="No link">caption</a></div></div></div>
1966 Template:complextemplate
1968 {{{1}}} {{paramtest|
1969 param ={{{param}}}}}
1973 Template with complex arguments
1976 param ={{ templateasargtest |
1977 templ = simple }}|[[Template:complextemplate|link]]}}
1979 <p><a href="/wiki/Template:Complextemplate" title="Template:Complextemplate">link</a> This is a test template with parameter (test)
1984 BUG 553: link with two variables in a piped link
1987 |[[{{{1}}}|{{{2}}}]]
1992 <td>[[{{{1}}}|{{{2}}}]]
1998 Magic variable as template parameter
2000 {{paramtest|param={{SITENAME}}}}
2002 <p>This is a test template with parameter MediaWiki
2009 [[{{{param}}}|link]]
2013 Template parameter as link source
2015 {{linktest|param=Main Page}}
2017 <p><a href="/wiki/Main_Page" title="Main Page">link</a>
2025 including another template, {{paramtest|param={{{arg}}}}}
2029 Template passing argument to another template
2031 {{paramtest2|arg='hmm'}}
2033 <p>including another template, This is a test template with parameter 'hmm'
2044 Template as link source
2048 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
2066 Template infinite loop
2070 <p>{{loop1}}<!-- WARNING: template loop detected -->
2075 Template from main namespace
2094 BUG 529: Template with table, not included at beginning of line
2111 BUG 523: Template shouldn't eat newline (or add an extra one before table)
2129 BUG 41: Template parameters shown as broken links
2141 ''None'' of '''this''' should be
2143 but rather passed unmodified
2147 # hmm, fix this or just deprecate msgnw and document its behavior?
2153 {{msgnw:MSGNW test}}
2155 <p>''None'' of '''this''' should be
2157 but rather passed unmodified
2165 {{int:youhavenewmessages|lots of money|not!}}
2167 <p>You have lots of money (not!).
2174 Foo<noinclude>zar</noinclude><includeonly>bar</includeonly>
2178 <includeonly> and <noinclude> being included
2189 <onlyinclude>Foo</onlyinclude>bar
2193 <onlyinclude> being included
2205 <onlyinclude>Foo</onlyinclude>bar<includeonly>zar</includeonly>
2209 <onlyinclude> and <includeonly> being included
2218 <includeonly> and <noinclude> on a page
2220 Foo<noinclude>zar</noinclude><includeonly>bar</includeonly>
2227 <onlyinclude> on a page
2229 <onlyinclude>Foo</onlyinclude>bar
2236 ### Pre-save transform tests
2239 pre-save transform: subst:
2245 This is a test template
2249 pre-save transform: normal template
2259 pre-save transform: nonexistant template
2263 {{thistemplatedoesnotexist}}
2265 {{thistemplatedoesnotexist}}
2270 pre-save transform: subst magic variables
2279 # This is bug 89, which I fixed. -- wtm
2281 pre-save transform: subst: templates with parameters
2285 {{subst:paramtest|param="something else"}}
2287 This is a test template with parameter "something else"
2293 <nowiki>'''not wiki'''</nowiki>
2297 pre-save transform: nowiki in subst (bug 1188)
2301 {{subst:nowikitest}}
2303 <nowiki>'''not wiki'''</nowiki>
2308 Template:commenttest
2310 This template has <!-- a comment --> in it.
2314 pre-save transform: comment in subst (bug 1936)
2318 {{subst:commenttest}}
2320 This template has <!-- a comment --> in it.
2327 <span onmouseover="alert('crap')">Oh no</span>
2331 (confirming safety of fix for subst bug 1936)
2333 {{Template:dangerous}}
2335 <p><span>Oh no</span>
2340 pre-save transform: comment containing gallery (bug 5024)
2344 <!-- <gallery>data</gallery> -->
2346 <!-- <gallery>data</gallery> -->
2350 pre-save transform: comment containing extension
2354 <!-- <tag>data</tag> -->
2356 <!-- <tag>data</tag> -->
2360 pre-save transform: comment containing nowiki
2364 <!-- <nowiki>data</nowiki> -->
2366 <!-- <nowiki>data</nowiki> -->
2370 pre-save transform: comment containing math
2374 <!-- <math>data</math> -->
2376 <!-- <math>data</math> -->
2381 ### Message transform tests
2384 message transform: magic variables
2394 message transform: should not transform wiki markup
2409 [[Image:foobar.jpg]]
2411 <p><a href="/wiki/Image:Foobar.jpg" class="image" title="Image:foobar.jpg"><img src="http://example.com/images/3/3a/Foobar.jpg" alt="Image:foobar.jpg" width="1941" height="220" longdesc="/wiki/Image:Foobar.jpg" /></a>
2418 [[Image:foobar.jpg|right]]
2420 <div class="floatright"><span><a href="/wiki/Image:Foobar.jpg" class="image" title=""><img src="http://example.com/images/3/3a/Foobar.jpg" alt="" width="1941" height="220" longdesc="/wiki/Image:Foobar.jpg" /></a></span></div>
2427 [[Image:foobar.jpg|right|Caption text]]
2429 <div class="floatright"><span><a href="/wiki/Image:Foobar.jpg" class="image" title="Caption text"><img src="http://example.com/images/3/3a/Foobar.jpg" alt="Caption text" width="1941" height="220" longdesc="/wiki/Image:Foobar.jpg" /></a></span></div>
2434 Image with frame and link
2436 [[Image:Foobar.jpg|frame|left|This is a test image [[Main Page]]]]
2438 <div class="thumb tleft"><div style="width:1943px;"><a href="/wiki/Image:Foobar.jpg" class="internal" title="This is a test image Main Page"><img src="http://example.com/images/3/3a/Foobar.jpg" alt="This is a test image Main Page" width="1941" height="220" longdesc="/wiki/Image:Foobar.jpg" /></a> <div class="thumbcaption" >This is a test image <a href="/wiki/Main_Page" title="Main Page">Main Page</a></div></div></div>
2443 Link to image page- image page normally doesn't exists, hence edit link
2444 TODO: Add test with existing image page
2445 #<p><a href="/wiki/Image:Test" title="Image:Test">Image:test</a>
2449 <p><a href="/index.php?title=Image:Test&action=edit" class="new" title="Image:Test">Image:test</a>
2454 Frameless image caption with a free URL
2456 [[Image:foobar.jpg|http://example.com]]
2458 <p><a href="/wiki/Image:Foobar.jpg" class="image" title="http://example.com"><img src="http://example.com/images/3/3a/Foobar.jpg" alt="http://example.com" width="1941" height="220" longdesc="/wiki/Image:Foobar.jpg" /></a>
2463 Thumbnail image caption with a free URL
2465 [[Image:foobar.jpg|thumb|http://example.com]]
2467 <div class="thumb tright"><div style="width:182px;"><a href="/wiki/Image:Foobar.jpg" class="internal" title="http://example.com"><img src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" alt="http://example.com" width="180" height="20" longdesc="/wiki/Image:Foobar.jpg" /></a> <div class="thumbcaption" ><div class="magnify" style="float:right"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="Enlarge" /></a></div><a href="http://example.com" class='external free' title="http://example.com" rel="nofollow">http://example.com</a></div></div></div>
2472 BUG 1887: A ISBN with a thumbnail
2474 [[Image:foobar.jpg|thumb|ISBN 12354]]
2476 <div class="thumb tright"><div style="width:182px;"><a href="/wiki/Image:Foobar.jpg" class="internal" title="ISBN 12354"><img src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" alt="ISBN 12354" width="180" height="20" longdesc="/wiki/Image:Foobar.jpg" /></a> <div class="thumbcaption" ><div class="magnify" style="float:right"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="Enlarge" /></a></div><a href="/index.php?title=Special:Booksources&isbn=12354" class="internal">ISBN 12354</a></div></div></div>
2481 BUG 1887: A RFC with a thumbnail
2483 [[Image:foobar.jpg|thumb|This is RFC 12354]]
2485 <div class="thumb tright"><div style="width:182px;"><a href="/wiki/Image:Foobar.jpg" class="internal" title="This is RFC 12354"><img src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" alt="This is RFC 12354" width="180" height="20" longdesc="/wiki/Image:Foobar.jpg" /></a> <div class="thumbcaption" ><div class="magnify" style="float:right"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="Enlarge" /></a></div>This is <a href='http://www.ietf.org/rfc/rfc12354.txt' class='external' title="http://www.ietf.org/rfc/rfc12354.txt">RFC 12354</a></div></div></div>
2490 BUG 1887: A mailto link with a thumbnail
2492 [[Image:foobar.jpg|thumb|Please mailto:nobody@example.com]]
2494 <div class="thumb tright"><div style="width:182px;"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Please mailto:nobody@example.com"><img src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" alt="Please mailto:nobody@example.com" width="180" height="20" longdesc="/wiki/Image:Foobar.jpg" /></a> <div class="thumbcaption" ><div class="magnify" style="float:right"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="Enlarge" /></a></div>Please <a href="mailto:nobody@example.com" class='external free' title="mailto:nobody@example.com" rel="nofollow">mailto:nobody@example.com</a></div></div></div>
2499 BUG 1887: A <math> with a thumbnail- we don't render math in the parsertests by default,
2500 so math is not stripped and turns up as escaped <math> tags.
2502 [[Image:foobar.jpg|thumb|<math>2+2</math>]]
2504 <div class="thumb tright"><div style="width:182px;"><a href="/wiki/Image:Foobar.jpg" class="internal" title="<math>2+2</math>"><img src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" alt="<math>2+2</math>" width="180" height="20" longdesc="/wiki/Image:Foobar.jpg" /></a> <div class="thumbcaption" ><div class="magnify" style="float:right"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="Enlarge" /></a></div><math>2+2</math></div></div></div>
2509 BUG 1887, part 2: A <math> with a thumbnail- math enabled
2513 [[Image:foobar.jpg|thumb|<math>2+2</math>]]
2515 <div class="thumb tright"><div style="width:182px;"><a href="/wiki/Image:Foobar.jpg" class="internal" title="2 + 2"><img src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" alt="2 + 2" width="180" height="20" longdesc="/wiki/Image:Foobar.jpg" /></a> <div class="thumbcaption" ><div class="magnify" style="float:right"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="Enlarge" /></a></div><span class="texhtml">2 + 2</span></div></div></div>
2519 # Pending resolution to bug 368
2521 BUG 648: Frameless image caption with a link
2523 [[Image:foobar.jpg|text with a [[link]] in it]]
2525 <p><a href="/wiki/Image:Foobar.jpg" class="image" title="text with a link in it"><img src="http://example.com/images/3/3a/Foobar.jpg" alt="text with a link in it" width="1941" height="220" longdesc="/wiki/Image:Foobar.jpg" /></a>
2530 BUG 648: Frameless image caption with a link (suffix)
2532 [[Image:foobar.jpg|text with a [[link]]foo in it]]
2534 <p><a href="/wiki/Image:Foobar.jpg" class="image" title="text with a linkfoo in it"><img src="http://example.com/images/3/3a/Foobar.jpg" alt="text with a linkfoo in it" width="1941" height="220" longdesc="/wiki/Image:Foobar.jpg" /></a>
2539 BUG 648: Frameless image caption with an interwiki link
2541 [[Image:foobar.jpg|text with a [[MeatBall:Link]] in it]]
2543 <p><a href="/wiki/Image:Foobar.jpg" class="image" title="text with a MeatBall:Link in it"><img src="http://example.com/images/3/3a/Foobar.jpg" alt="text with a MeatBall:Link in it" width="1941" height="220" longdesc="/wiki/Image:Foobar.jpg" /></a>
2548 BUG 648: Frameless image caption with a piped interwiki link
2550 [[Image:foobar.jpg|text with a [[MeatBall:Link|link]] in it]]
2552 <p><a href="/wiki/Image:Foobar.jpg" class="image" title="text with a link in it"><img src="http://example.com/images/3/3a/Foobar.jpg" alt="text with a link in it" width="1941" height="220" longdesc="/wiki/Image:Foobar.jpg" /></a>
2557 Escape HTML special chars in image alt text
2559 [[Image:foobar.jpg|& < > "]]
2561 <p><a href="/wiki/Image:Foobar.jpg" class="image" title="& < > ""><img src="http://example.com/images/3/3a/Foobar.jpg" alt="& < > "" width="1941" height="220" longdesc="/wiki/Image:Foobar.jpg" /></a>
2566 BUG 499: Alt text should have Ӓ, not &1234;
2568 [[Image:foobar.jpg|♀]]
2570 <p><a href="/wiki/Image:Foobar.jpg" class="image" title="♀"><img src="http://example.com/images/3/3a/Foobar.jpg" alt="♀" width="1941" height="220" longdesc="/wiki/Image:Foobar.jpg" /></a>
2575 Broken image caption with link
2577 [[Image:Foobar.jpg|thumb|This is a broken caption. But [[Main Page|this]] is just an ordinary link.
2579 <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.
2584 Image caption containing another image
2586 [[Image:Foobar.jpg|thumb|This is a caption with another [[Image:icon.png|image]] inside it!]]
2588 <div class="thumb tright"><div style="width:182px;"><a href="/wiki/Image:Foobar.jpg" class="internal" title="This is a caption with another Image:Icon.png inside it!"><img src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" alt="This is a caption with another Image:Icon.png inside it!" width="180" height="20" longdesc="/wiki/Image:Foobar.jpg" /></a> <div class="thumbcaption" ><div class="magnify" style="float:right"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="Enlarge" /></a></div>This is a caption with another <a href="/index.php?title=Special:Upload&wpDestFile=Icon.png" class="new" title="Image:Icon.png">Image:Icon.png</a> inside it!</div></div></div>
2593 Image caption containing a newline
2595 [[Image:Foobar.jpg|This
2598 <p><a href="/wiki/Image:Foobar.jpg" class="image" title="This *is some text"><img src="http://example.com/images/3/3a/Foobar.jpg" alt="This *is some text" width="1941" height="220" longdesc="/wiki/Image:Foobar.jpg" /></a>
2604 Bug 3090: External links other than http: in image captions
2606 [[Image:Foobar.jpg|thumb|200px|This caption has [irc://example.net irc] and [https://example.com Secure] ext links in it.]]
2608 <div class="thumb tright"><div style="width:202px;"><a href="/wiki/Image:Foobar.jpg" class="internal" title="This caption has irc and Secure ext links in it."><img src="http://example.com/images/thumb/3/3a/Foobar.jpg/200px-Foobar.jpg" alt="This caption has irc and Secure ext links in it." width="200" height="23" longdesc="/wiki/Image:Foobar.jpg" /></a> <div class="thumbcaption" ><div class="magnify" style="float:right"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="Enlarge" /></a></div>This caption has <a href="irc://example.net" class='external text' title="irc://example.net" rel="nofollow">irc</a> and <a href="https://example.com" class='external text' title="https://example.com" rel="nofollow">Secure</a> ext links in it.</div></div></div>
2617 Subpage test/subpage
2625 subpage title=[[Subpage test]]
2629 <p><a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">/subpage</a>
2634 Subpage noslash link
2636 subpage title=[[Subpage test]]
2640 <p><a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">subpage</a>
2649 <p><a href="/index.php?title=/subpage&action=edit" class="new" title="/subpage">/subpage</a>
2654 BUG 561: {{/Subpage}}
2656 subpage title=[[Page]]
2660 <p><a href="/index.php?title=Page/Subpage&action=edit" class="new" title="Page/Subpage">Page/Subpage</a>
2668 Category:MediaWiki User's Guide
2676 [[:Category:MediaWiki User's Guide]]
2678 <p><a href="/wiki/Category:MediaWiki_User%27s_Guide" title="Category:MediaWiki User's Guide">Category:MediaWiki User's Guide</a>
2687 [[Category:MediaWiki User's Guide]]
2689 <a href="/wiki/Category:MediaWiki_User%27s_Guide" title="Category:MediaWiki User's Guide">MediaWiki User's Guide</a>
2693 ### Inter-language links
2696 Inter-language links
2702 [[zh:食品]]
2704 es:Alimento fr:Nourriture zh:食品
2711 Basic section headings
2713 title=[[Parser test script]]
2720 ===Smaller headline===
2723 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test_script&action=edit&section=1" title="Edit section: Headline 1">edit</a>]</div><a name="Headline_1"></a><h2> Headline 1 </h2>
2726 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test_script&action=edit&section=2" title="Edit section: Headline 2">edit</a>]</div><a name="Headline_2"></a><h2>Headline 2</h2>
2729 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test_script&action=edit&section=3" title="Edit section: Smaller headline">edit</a>]</div><a name="Smaller_headline"></a><h3>Smaller headline</h3>
2735 Section headings with TOC
2737 title=[[Parser test script]]
2740 === Subheadline 1 ===
2741 ===== Skipping a level =====
2742 ====== Skipping a level ======
2746 ===Another headline===
2748 <table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div>
2750 <li class='toclevel-1'><a href="#Headline_1"><span class="tocnumber">1</span> <span class="toctext">Headline 1</span></a>
2752 <li class='toclevel-2'><a href="#Subheadline_1"><span class="tocnumber">1.1</span> <span class="toctext">Subheadline 1</span></a>
2754 <li class='toclevel-3'><a href="#Skipping_a_level"><span class="tocnumber">1.1.1</span> <span class="toctext">Skipping a level</span></a>
2756 <li class='toclevel-4'><a href="#Skipping_a_level_2"><span class="tocnumber">1.1.1.1</span> <span class="toctext">Skipping a level</span></a></li>
2763 <li class='toclevel-1'><a href="#Headline_2"><span class="tocnumber">2</span> <span class="toctext">Headline 2</span></a>
2765 <li class='toclevel-2'><a href="#Another_headline"><span class="tocnumber">2.1</span> <span class="toctext">Another headline</span></a></li>
2769 </td></tr></table><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script>
2770 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test_script&action=edit&section=1" title="Edit section: Headline 1">edit</a>]</div><a name="Headline_1"></a><h2> Headline 1 </h2>
2771 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test_script&action=edit&section=2" title="Edit section: Subheadline 1">edit</a>]</div><a name="Subheadline_1"></a><h3> Subheadline 1 </h3>
2772 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test_script&action=edit&section=3" title="Edit section: Skipping a level">edit</a>]</div><a name="Skipping_a_level"></a><h5> Skipping a level </h5>
2773 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test_script&action=edit&section=4" title="Edit section: Skipping a level">edit</a>]</div><a name="Skipping_a_level_2"></a><h6> Skipping a level </h6>
2774 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test_script&action=edit&section=5" title="Edit section: Headline 2">edit</a>]</div><a name="Headline_2"></a><h2> Headline 2 </h2>
2777 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test_script&action=edit&section=6" title="Edit section: Another headline">edit</a>]</div><a name="Another_headline"></a><h3>Another headline</h3>
2781 # perl -e 'print "="x$_," Level $_ heading","="x$_,"\n" for 1..10'
2783 Handling of sections up to level 6 and beyond
2786 == Level 2 Heading==
2787 === Level 3 Heading===
2788 ==== Level 4 Heading====
2789 ===== Level 5 Heading=====
2790 ====== Level 6 Heading======
2791 ======= Level 7 Heading=======
2792 ======== Level 8 Heading========
2793 ========= Level 9 Heading=========
2794 ========== Level 10 Heading==========
2796 <table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div>
2798 <li class='toclevel-1'><a href="#Level_1_Heading"><span class="tocnumber">1</span> <span class="toctext">Level 1 Heading</span></a>
2800 <li class='toclevel-2'><a href="#Level_2_Heading"><span class="tocnumber">1.1</span> <span class="toctext">Level 2 Heading</span></a>
2802 <li class='toclevel-3'><a href="#Level_3_Heading"><span class="tocnumber">1.1.1</span> <span class="toctext">Level 3 Heading</span></a>
2804 <li class='toclevel-4'><a href="#Level_4_Heading"><span class="tocnumber">1.1.1.1</span> <span class="toctext">Level 4 Heading</span></a>
2806 <li class='toclevel-5'><a href="#Level_5_Heading"><span class="tocnumber">1.1.1.1.1</span> <span class="toctext">Level 5 Heading</span></a>
2808 <li class='toclevel-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>
2809 <li class='toclevel-6'><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>
2810 <li class='toclevel-6'><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>
2811 <li class='toclevel-6'><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>
2812 <li class='toclevel-6'><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>
2824 </td></tr></table><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script>
2825 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Level 1 Heading">edit</a>]</div><a name="Level_1_Heading"></a><h1> Level 1 Heading</h1>
2826 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Level 2 Heading">edit</a>]</div><a name="Level_2_Heading"></a><h2> Level 2 Heading</h2>
2827 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: Level 3 Heading">edit</a>]</div><a name="Level_3_Heading"></a><h3> Level 3 Heading</h3>
2828 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: Level 4 Heading">edit</a>]</div><a name="Level_4_Heading"></a><h4> Level 4 Heading</h4>
2829 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: Level 5 Heading">edit</a>]</div><a name="Level_5_Heading"></a><h5> Level 5 Heading</h5>
2830 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test&action=edit&section=6" title="Edit section: Level 6 Heading">edit</a>]</div><a name="Level_6_Heading"></a><h6> Level 6 Heading</h6>
2831 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test&action=edit&section=7" title="Edit section: = Level 7 Heading=">edit</a>]</div><a name=".3D_Level_7_Heading.3D"></a><h6>= Level 7 Heading=</h6>
2832 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test&action=edit&section=8" title="Edit section: == Level 8 Heading==">edit</a>]</div><a name=".3D.3D_Level_8_Heading.3D.3D"></a><h6>== Level 8 Heading==</h6>
2833 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test&action=edit&section=9" title="Edit section: === Level 9 Heading===">edit</a>]</div><a name=".3D.3D.3D_Level_9_Heading.3D.3D.3D"></a><h6>=== Level 9 Heading===</h6>
2834 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test&action=edit&section=10" title="Edit section: ==== Level 10 Heading====">edit</a>]</div><a name=".3D.3D.3D.3D_Level_10_Heading.3D.3D.3D.3D"></a><h6>==== Level 10 Heading====</h6>
2839 Resolving duplicate section names
2841 title=[[Parser test script]]
2846 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test_script&action=edit&section=1" title="Edit section: Foo bar">edit</a>]</div><a name="Foo_bar"></a><h2> Foo bar </h2>
2847 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test_script&action=edit&section=2" title="Edit section: Foo bar">edit</a>]</div><a name="Foo_bar_2"></a><h2> Foo bar </h2>
2859 Template with sections, __NOTOC__
2861 title=[[Parser test script]]
2868 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test_script&action=edit&section=1" title="Edit section: Section 0">edit</a>]</div><a name="Section_0"></a><h2>Section 0</h2>
2869 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Template:Sections&action=edit&section=1" title="Template:Sections">edit</a>]</div><a name="Section_1"></a><h3>Section 1</h3>
2870 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Template:Sections&action=edit&section=2" title="Template:Sections">edit</a>]</div><a name="Section_2"></a><h2>Section 2</h2>
2871 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test_script&action=edit&section=2" title="Edit section: Section 4">edit</a>]</div><a name="Section_4"></a><h2>Section 4</h2>
2876 __NOEDITSECTION__ keyword
2882 <a name="Section_1"></a><h2>Section 1</h2>
2883 <a name="Section_2"></a><h2>Section 2</h2>
2888 Link inside a section heading
2890 title=[[Parser test script]]
2892 ==Section with a [[Main Page|link]] in it==
2894 <div class="editsection" style="float:right;margin-left:5px;">[<a href="/index.php?title=Parser_test_script&action=edit&section=1" title="Edit section: Section with a link in it">edit</a>]</div><a name="Section_with_a_link_in_it"></a><h2>Section with a <a href="/wiki/Main_Page" title="Main Page">link</a> in it</h2>
2900 BUG 1219 URL next to image (good)
2902 http://example.com [[Image:foobar.jpg]]
2904 <p><a href="http://example.com" class='external free' title="http://example.com" rel="nofollow">http://example.com</a> <a href="/wiki/Image:Foobar.jpg" class="image" title="Image:foobar.jpg"><img src="http://example.com/images/3/3a/Foobar.jpg" alt="Image:foobar.jpg" width="1941" height="220" longdesc="/wiki/Image:Foobar.jpg" /></a>
2909 BUG 1219 URL next to image (broken)
2911 http://example.com[[Image:foobar.jpg]]
2913 <p><a href="http://example.com" class='external free' title="http://example.com" rel="nofollow">http://example.com</a><a href="/wiki/Image:Foobar.jpg" class="image" title="Image:foobar.jpg"><img src="http://example.com/images/3/3a/Foobar.jpg" alt="Image:foobar.jpg" width="1941" height="220" longdesc="/wiki/Image:Foobar.jpg" /></a>
2918 Bug 1186 news: in the middle of text
2920 http://en.wikinews.org/wiki/Wikinews:Workplace
2922 <p><a href="http://en.wikinews.org/wiki/Wikinews:Workplace" class='external free' title="http://en.wikinews.org/wiki/Wikinews:Workplace" rel="nofollow">http://en.wikinews.org/wiki/Wikinews:Workplace</a>
2928 Namespaced link must have a title
2937 Namespaced link must have a title (bad fragment version)
2939 [[Project:#fragment]]
2941 <p>[[Project:#fragment]]
2947 div with no attributes
2949 <div>HTML rocks</div>
2951 <div>HTML rocks</div>
2956 div with double-quoted attribute
2958 <div id="rock">HTML rocks</div>
2960 <div id="rock">HTML rocks</div>
2965 div with single-quoted attribute
2967 <div id='rock'>HTML rocks</div>
2969 <div id="rock">HTML rocks</div>
2974 div with unquoted attribute
2976 <div id=rock>HTML rocks</div>
2978 <div id="rock">HTML rocks</div>
2983 div with illegal double attributes
2985 <div align="center" align="right">HTML rocks</div>
2987 <div align="right">HTML rocks</div>
2992 HTML multiple attributes correction
2994 <p class="error" class="awesome">Awesome!</p>
2996 <p class="awesome">Awesome!</p>
3001 Table multiple attributes correction
3004 !+ class="error" class="awesome"| status
3009 <th class="awesome"> status
3017 <DIV ALIGN="center">HTML ROCKS</DIV>
3019 <div align="center">HTML ROCKS</div>
3025 text with amp in the middle of nowhere
3029 <p>Remember AT&T?
3034 text with character entity: eacute
3036 I always thought é was a cute letter.
3038 <p>I always thought é was a cute letter.
3043 text with undefined character entity: xacute
3045 I always thought &xacute; was a cute letter.
3047 <p>I always thought &xacute; was a cute letter.
3059 [[Media:Foobar.jpg]]
3061 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class='internal' title="Foobar.jpg">Media:Foobar.jpg</a>
3066 Media link with text
3068 [[Media:Foobar.jpg|A neat file to look at]]
3070 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class='internal' title="Foobar.jpg">A neat file to look at</a>
3074 # FIXME: this is still bad HTML tag nesting
3076 Media link with nasty text
3077 fixme: doBlockLevels won't wrap this in a paragraph because it contains a div
3079 [[Media:Foobar.jpg|Safe Link<div style=display:none>" onmouseover="alert(document.cookie)" onfoo="</div>]]
3081 <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>
3086 Media link to nonexistent file (bug 1702)
3088 [[Media:No such.jpg]]
3090 <p><a href="/index.php?title=Special:Upload&wpDestFile=No_such.jpg" class='new' title="No such.jpg">Media:No such.jpg</a>
3095 Image link to nonexistent file (bug 1850 - good)
3097 [[Image:No such.jpg]]
3099 <p><a href="/index.php?title=Special:Upload&wpDestFile=No_such.jpg" class="new" title="Image:No such.jpg">Image:No such.jpg</a>
3104 :Image link to nonexistent file (bug 1850 - bad)
3106 [[:Image:No such.jpg]]
3108 <p><a href="/index.php?title=Image:No_such.jpg&action=edit" class="new" title="Image:No such.jpg">Image:No such.jpg</a>
3115 Character reference normalization in link text (bug 1938)
3117 [[Main Page|this&that]]
3119 <p><a href="/wiki/Main_Page" title="Main Page">this&that</a>
3124 Empty attribute crash test (bug 2067)
3126 <font color="">foo</font>
3128 <p><font color="">foo</font>
3133 Empty attribute crash test single-quotes (bug 2067)
3135 <font color=''>foo</font>
3137 <p><font color="">foo</font>
3142 Attribute test: equals, then nothing
3144 <font color=>foo</font>
3151 Attribute test: unquoted value
3153 <font color=x>foo</font>
3155 <p><font color="x">foo</font>
3160 Attribute test: unquoted but illegal value (hash)
3162 <font color=#x>foo</font>
3164 <p><font color="#x">foo</font>
3169 Attribute test: no value
3171 <font color>foo</font>
3173 <p><font color="color">foo</font>
3178 Bug 2095: link with three closing brackets
3182 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>]
3187 Bug 2095: link with pipe and three closing brackets
3191 <p><a href="/wiki/Main_Page" title="Main Page">link</a>]
3196 Bug 2095: link with pipe and three closing brackets, version 2
3198 [[Main Page|[http://example.com/]]]
3200 <p><a href="/wiki/Main_Page" title="Main Page">[http://example.com/]</a>
3210 Template:Dangerous attribute
3212 " onmouseover="alert(document.cookie)
3216 Template:Dangerous style attribute
3218 border-size: expression(alert(document.cookie))
3224 <div style="float: right; {{{1}}}">Magic div</div>
3228 Bug 2304: HTML attribute safety (safe template; regression bug 2309)
3230 <div title="{{test}}"></div>
3232 <div title="This is a test template"></div>
3237 Bug 2304: HTML attribute safety (dangerous template; 2309)
3239 <div title="{{dangerous attribute}}"></div>
3241 <div title=""></div>
3246 Bug 2304: HTML attribute safety (dangerous style template; 2309)
3248 <div style="{{dangerous style attribute}}"></div>
3255 Bug 2304: HTML attribute safety (safe parameter; 2309)
3257 {{div style|width: 200px}}
3259 <div style="float: right; width: 200px">Magic div</div>
3264 Bug 2304: HTML attribute safety (unsafe parameter; 2309)
3266 {{div style|width: expression(alert(document.cookie))}}
3268 <div>Magic div</div>
3273 Bug 2304: HTML attribute safety (unsafe breakout parameter; 2309)
3275 {{div style|"><script>alert(document.cookie)</script>}}
3277 <div>Magic div</div>
3282 Bug 2304: HTML attribute safety (unsafe breakout parameter 2; 2309)
3284 {{div style|" ><script>alert(document.cookie)</script>}}
3286 <div style="float: right; ">Magic div</div>
3291 Bug 2304: HTML attribute safety (link)
3293 <div title="[[Main Page]]"></div>
3295 <div title="[[Main Page]]"></div>
3300 Bug 2304: HTML attribute safety (italics)
3302 <div title="''foobar''"></div>
3304 <div title="''foobar''"></div>
3309 Bug 2304: HTML attribute safety (bold)
3311 <div title="'''foobar'''"></div>
3313 <div title="'''foobar'''"></div>
3319 Bug 2304: HTML attribute safety (ISBN)
3321 <div title="ISBN 1234567890"></div>
3323 <div title="ISBN 1234567890"></div>
3328 Bug 2304: HTML attribute safety (RFC)
3330 <div title="RFC 1234"></div>
3332 <div title="RFC 1234"></div>
3337 Bug 2304: HTML attribute safety (PMID)
3339 <div title="PMID 1234567890"></div>
3341 <div title="PMID 1234567890"></div>
3346 Bug 2304: HTML attribute safety (web link)
3348 <div title="http://example.com/"></div>
3350 <div title="http://example.com/"></div>
3355 Bug 2304: HTML attribute safety (named web link)
3357 <div title="[http://example.com/ link]"></div>
3359 <div title="[http://example.com/ link]"></div>
3364 Bug 3244: HTML attribute safety (extension; safe)
3366 <div style="<nowiki>background:blue</nowiki>"></div>
3368 <div style="background:blue"></div>
3373 Bug 3244: HTML attribute safety (extension; unsafe)
3375 <div style="<nowiki>border-left:expression(alert(document.cookie))</nowiki>"></div>
3382 Math section safety when disabled
3384 <math><script>alert(document.cookies);</script></math>
3386 <p><math><script>alert(document.cookies);</script></math>
3390 # More MSIE fun discovered by Tom Gilder
3393 MSIE CSS safety test: spurious slash
3395 <div style="background-image:u\rl(javascript:alert('boo'))">evil</div>
3402 MSIE CSS safety test: hex code
3404 <div style="background-image:u\72l(javascript:alert('boo'))">evil</div>
3411 MSIE CSS safety test: comment in url
3413 <div style="background-image:u/**/rl(javascript:alert('boo'))">evil</div>
3415 <div style="background-image:u rl(javascript:alert('boo'))">evil</div>
3420 MSIE CSS safety test: comment in expression
3422 <div style="background-image:expres/**/sion(alert('boo4'))">evil4</div>
3424 <div style="background-image:expres sion(alert('boo4'))">evil4</div>
3430 Table attribute legitimate extension
3433 !+ style="<nowiki>color:blue</nowiki>"| status
3438 <th style="color:blue"> status
3444 Table attribute safety
3447 !+ style="<nowiki>border-width:expression(0+alert(document.cookie))</nowiki>"| status
3458 ### Parser hooks (see maintenance/parserTestsParserHook.php for the <tag> extension)
3461 Parser hook: empty input
3474 Parser hook: empty input using terminated empty elements
3487 Parser hook: basic input
3501 Parser hook: case insensetive
3515 Parser hook: case insensetive, redux
3528 Parser hook: nested tags
3532 <tag><tag></tag></tag>
3543 Parser hook: basic arguments
3545 <tag width=200 height = "100" depth = '50' square></tag>
3564 Parser hook: empty input using terminated empty elements (bug 2374)
3578 # </tag> should be output literally since there is no matching tag that begins it
3580 Parser hook: basic arguments using terminated empty elements (bug 2374)
3582 <tag width=200 height = "100" depth = '50' square/>
3605 ### (see maintenance/parserTestsStaticParserHook.php for the <statictag> extension)
3609 Parser hook: static parser hook not inside a comment
3611 <statictag>hello, world</statictag>
3612 <statictag action=flush/>
3620 Parser hook: static parser hook inside a comment
3622 <!-- <statictag>hello, world</statictag> -->
3623 <statictag action=flush/>
3629 # Nested template calls; this case was broken by Parser.php rev 1.506,
3633 Template:One-parameter
3635 (My parameter is: {{{1}}})
3639 Template:Map-one-parameter
3645 Nested template calls
3647 {{Map-one-parameter|One-parameter|param}}
3649 <p>(My parameter is: param)
3658 Sanitizer: Closing of open tags
3660 <s></s><table></table>
3662 <s></s><table></table>
3667 Sanitizer: Closing of open but not closed tags
3676 Sanitizer: Closing of closed but not open tags
3685 Sanitizer: Closing of closed but not open table tags
3687 Table not started</td></tr></table>
3689 <p>Table not started</td></tr></table>
3694 Sanitizer: Escaping of spaces, multibyte characters, colons & other stuff in id=""
3696 <span id="æ: v">byte</span>[[#æ: v|backlink]]
3698 <p><span id=".C3.A6:_v">byte</span><a href="#.C3.A6:_v" title="">backlink</a>
3703 Sanitizer: Validating the contents of the id attribute (bug 4515)
3709 Something, but defenetly not <br id="9" />...