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 # language=XXX set content language to XXX for this test
22 # variant=XXX set the variant of language for this test (eg zh-tw)
23 # disabled do not run test
25 # For testing purposes, temporary articles can created:
26 # !!article / NAMESPACE:TITLE / !!text / ARTICLE TEXT / !!endarticle
27 # where '/' denotes a newline.
29 # This is the standard article assumed to exist.
66 This is a simple paragraph.
68 <p>This is a simple paragraph.
88 * plain''italic''plain
89 * plain''italic''plain''italic''plain
90 * plain'''bold'''plain
91 * plain'''bold'''plain'''bold'''plain
92 * plain''italic''plain'''bold'''plain
93 * plain'''bold'''plain''italic''plain
94 * plain''italic'''bold-italic'''italic''plain
95 * plain'''bold''bold-italic''bold'''plain
96 * plain'''''bold-italic'''italic''plain
97 * plain'''''bold-italic''bold'''plain
98 * plain''italic'''bold-italic'''''plain
99 * plain'''bold''bold-italic'''''plain
100 * plain l'''italic''plain
101 * plain l''''bold''' plain
104 </li><li> plain<i>italic</i>plain
105 </li><li> plain<i>italic</i>plain<i>italic</i>plain
106 </li><li> plain<b>bold</b>plain
107 </li><li> plain<b>bold</b>plain<b>bold</b>plain
108 </li><li> plain<i>italic</i>plain<b>bold</b>plain
109 </li><li> plain<b>bold</b>plain<i>italic</i>plain
110 </li><li> plain<i>italic<b>bold-italic</b>italic</i>plain
111 </li><li> plain<b>bold<i>bold-italic</i>bold</b>plain
112 </li><li> plain<i><b>bold-italic</b>italic</i>plain
113 </li><li> plain<b><i>bold-italic</i>bold</b>plain
114 </li><li> plain<i>italic<b>bold-italic</b></i>plain
115 </li><li> plain<b>bold<i>bold-italic</i></b>plain
116 </li><li> plain l'<i>italic</i>plain
117 </li><li> plain l'<b>bold</b> plain
123 ### <nowiki> test cases
127 <nowiki> unordered list
129 <nowiki>* This is not an unordered list item.</nowiki>
131 <p>* This is not an unordered list item.
138 <nowiki>Lorem ipsum dolor
159 :There is not nowiki.
160 :There is <nowiki>nowiki</nowiki>.
162 #There is not nowiki.
163 #There is <nowiki>nowiki</nowiki>.
165 *There is not nowiki.
166 *There is <nowiki>nowiki</nowiki>.
168 <dl><dd>There is not nowiki.
169 </dd><dd>There is nowiki.
171 <ol><li>There is not nowiki.
172 </li><li>There is nowiki.
174 <ul><li>There is not nowiki.
175 </li><li>There is nowiki.
187 <!-- comment 1 --> asdf
223 asdf<!-- comment 1 -->jkl
233 <!-- foo --> b <!-- bar -->
247 <!-- returns a single newline, not nothing, since the newline after > is not stripped -->
253 Comment semantics and delimiters
255 <!-- --><!----><!-----><!------>
261 Comment semantics and delimiters, redux
263 <!-- In SGML every "foo" here would actually show up in the text -- foo -- bar
264 -- foo -- funky huh? ... -->
270 Comment semantics and delimiters: directors cut
272 <!-- ... However we like to keep things simple and somewhat XML-ish so we eat
273 everything starting with < followed by !-- until the first -- and > we see,
274 that wouldn't be valid XML however, since in XML -- has to terminate a comment
282 Comment semantics: nesting
284 <!--<!-- no, we're not going to do anything fancy here -->-->
291 Comment semantics: unclosed comment at end
293 <!--This comment will run out to the end of the document
299 Comment in template title
308 Comment on its own line post-expand
320 ### Preformatted text
329 And a [[Main Page|link]]
335 And a <a href="/wiki/Main_Page" title="Main Page">link</a>
340 <pre> with <nowiki> inside (compatibility with 1.6 and earlier)
357 Regression with preformatted in <center>
371 <pre> with attributes (bug 3202)
373 <pre style="background: blue; color:white">Bluescreen of WikiDeath</pre>
375 <pre style="background: blue; color:white">Bluescreen of WikiDeath</pre>
380 <pre> with width attribute (bug 3202)
382 <pre width="8">Narrow screen goodies</pre>
384 <pre width="8">Narrow screen goodies</pre>
389 <pre> with forbidden attribute (bug 3202)
391 <pre width="8" onmouseover="alert(document.cookie)">Narrow screen goodies</pre>
393 <pre width="8">Narrow screen goodies</pre>
398 <pre> with forbidden attribute values (bug 3202)
400 <pre width="8" style="border-width: expression(alert(document.cookie))">Narrow screen goodies</pre>
402 <pre width="8">Narrow screen goodies</pre>
414 <dl><dt> name </dt><dd> Definition
420 Definition list for indentation only
424 <dl><dd> Indented text
430 Definition list with no space
434 <dl><dt>name</dt><dd>Definition
440 Definition list with URL link
442 ; http://example.com/ : definition
444 <dl><dt> <a href="http://example.com/" class="external free" title="http://example.com/" rel="nofollow">http://example.com/</a> </dt><dd> definition
450 Definition list with bracketed URL link
452 ;[http://www.example.com/ Example]:Something about it
454 <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
460 Definition list with wikilink containing colon
462 ; [[Help:FAQ]]: The least-read page on Wikipedia
464 <dl><dt> <a href="/index.php?title=Help:FAQ&action=edit&redlink=1" class="new" title="Help:FAQ (not yet written)">Help:FAQ</a></dt><dd> The least-read page on Wikipedia
469 # At Brion's and JeLuF's insistence... :)
471 Definition list with news link containing colon
473 ; news:alt.wikipedia.rox: This isn't even a real newsgroup!
475 <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!
481 Malformed definition list with colon
483 ; news:alt.wikipedia.rox -- don't crash or enter an infinite loop
485 <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
491 Definition lists: colon in external link text
493 ; [http://www.wikipedia2.org/ Wikipedia : The Next Generation]: OK, I made that up
495 <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
501 Definition lists: colon in HTML attribute
503 ;<b style="display: inline">bold</b>
505 <dl><dt><b style="display: inline">bold</b>
512 Definition lists: self-closed tag
514 ;one<br/>two : two-line fun
516 <dl><dt>one<br />two </dt><dd> two-line fun
526 External links: non-bracketed
528 Non-bracketed: http://example.com
530 <p>Non-bracketed: <a href="http://example.com" class="external free" title="http://example.com" rel="nofollow">http://example.com</a>
535 External links: numbered
537 Numbered: [http://example.com]
538 Numbered: [http://example.net]
539 Numbered: [http://example.org]
541 <p>Numbered: <a href="http://example.com" class="external autonumber" title="http://example.com" rel="nofollow">[1]</a>
542 Numbered: <a href="http://example.net" class="external autonumber" title="http://example.net" rel="nofollow">[2]</a>
543 Numbered: <a href="http://example.org" class="external autonumber" title="http://example.org" rel="nofollow">[3]</a>
548 External links: specified text
550 Specified text: [http://example.com link]
552 <p>Specified text: <a href="http://example.com" class="external text" title="http://example.com" rel="nofollow">link</a>
557 External links: trail
559 Linktrails should not work for external links: [http://example.com link]s
561 <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
566 External links: dollar sign in URL
568 http://example.com/1$2345
570 <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>
575 External links: dollar sign in URL (named)
577 [http://example.com/1$2345]
579 <p><a href="http://example.com/1$2345" class="external autonumber" title="http://example.com/1$2345" rel="nofollow">[1]</a>
584 External links: open square bracket forbidden in URL (bug 4377)
586 http://example.com/1[2345
588 <p><a href="http://example.com/1" class="external free" title="http://example.com/1" rel="nofollow">http://example.com/1</a>[2345
593 External links: open square bracket forbidden in URL (named) (bug 4377)
595 [http://example.com/1[2345]
597 <p><a href="http://example.com/1" class="external text" title="http://example.com/1" rel="nofollow">[2345</a>
602 External links: nowiki in URL link text (bug 6230)
604 [http://example.com/ <nowiki>''example site''</nowiki>]
606 <p><a href="http://example.com/" class="external text" title="http://example.com/" rel="nofollow">''example site''</a>
611 External links: newline forbidden in text (bug 6230 regression check)
613 [http://example.com/ first
616 <p>[<a href="http://example.com/" class="external free" title="http://example.com/" rel="nofollow">http://example.com/</a> first
624 External image: http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
626 <p>External image: <img src="http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png" alt="Ncwikicol.png" />
631 External image from https
633 External image from https: https://meta.wikimedia.org/upload/f/f1/Ncwikicol.png
635 <p>External image from https: <img src="https://meta.wikimedia.org/upload/f/f1/Ncwikicol.png" alt="Ncwikicol.png" />
640 Link to non-http image, no img tag
642 Link to non-http image, no img tag: ftp://example.com/test.jpg
644 <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>
649 External links: terminating separator
651 Terminating separator: http://example.com/thing,
653 <p>Terminating separator: <a href="http://example.com/thing" class="external free" title="http://example.com/thing" rel="nofollow">http://example.com/thing</a>,
658 External links: intervening separator
660 Intervening separator: http://example.com/1,2,3
662 <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>
667 External links: old bug with URL in query
669 Old bug with URL in query: [http://example.com/thing?url=http://example.com link]
671 <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>
676 External links: old URL-in-URL bug, mixed protocols
678 And again with mixed protocols: [ftp://example.com?url=http://example.com link]
680 <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>
685 External links: URL in text
687 URL in text: [http://example.com http://example.com]
689 <p>URL in text: <a href="http://example.com" class="external free" title="http://example.com" rel="nofollow">http://example.com</a>
694 External links: Clickable images
696 ja-style clickable images: [http://example.com http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png]
698 <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>
703 External links: raw ampersand
705 Old & use: http://x&y
707 <p>Old & use: <a href="http://x&y" class="external free" title="http://x&y" rel="nofollow">http://x&y</a>
712 External links: encoded ampersand
714 Old & use: http://x&y
716 <p>Old & use: <a href="http://x&y" class="external free" title="http://x&y" rel="nofollow">http://x&y</a>
721 External links: encoded equals (bug 6102)
723 http://example.com/?foo=bar
725 <p><a href="http://example.com/?foo=bar" class="external free" title="http://example.com/?foo=bar" rel="nofollow">http://example.com/?foo=bar</a>
730 External links: [raw ampersand]
732 Old & use: [http://x&y]
734 <p>Old & use: <a href="http://x&y" class="external autonumber" title="http://x&y" rel="nofollow">[1]</a>
739 External links: [encoded ampersand]
741 Old & use: [http://x&y]
743 <p>Old & use: <a href="http://x&y" class="external autonumber" title="http://x&y" rel="nofollow">[1]</a>
748 External links: [encoded equals] (bug 6102)
750 [http://example.com/?foo=bar]
752 <p><a href="http://example.com/?foo=bar" class="external autonumber" title="http://example.com/?foo=bar" rel="nofollow">[1]</a>
757 External links: [IDN ignored character reference in hostname; strip it right off]
759 [http://e‌xample.com/]
761 <p><a href="http://example.com/" class="external autonumber" title="http://example.com/" rel="nofollow">[1]</a>
766 External links: IDN ignored character reference in hostname; strip it right off
768 http://e‌xample.com/
770 <p><a href="http://example.com/" class="external free" title="http://example.com/" rel="nofollow">http://example.com/</a>
775 External links: www.jpeg.org (bug 554)
779 <p><a href="http://www.jpeg.org" class="external free" title="http://www.jpeg.org" rel="nofollow">http://www.jpeg.org</a>
784 External links: URL within URL (original bug 2)
786 [http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp]
788 <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>
793 BUG 361: URL inside bracketed URL
795 [http://www.example.com/foo http://www.example.com/bar]
797 <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>
802 BUG 361: URL within URL, not bracketed
804 http://www.example.com/foo?=http://www.example.com/bar
806 <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>
811 BUG 289: ">"-token in URL-tail
813 http://www.example.com/<hello>
815 <p><a href="http://www.example.com/" class="external free" title="http://www.example.com/" rel="nofollow">http://www.example.com/</a><hello>
820 BUG 289: literal ">"-token in URL-tail
822 http://www.example.com/<b>html</b>
824 <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>
829 BUG 289: ">"-token in bracketed URL
831 [http://www.example.com/<hello> stuff]
833 <p><a href="http://www.example.com/" class="external text" title="http://www.example.com/" rel="nofollow"><hello> stuff</a>
838 BUG 289: literal ">"-token in bracketed URL
840 [http://www.example.com/<b>html</b> stuff]
842 <p><a href="http://www.example.com/" class="external text" title="http://www.example.com/" rel="nofollow"><b>html</b> stuff</a>
847 BUG 289: literal double quote at end of URL
849 http://www.example.com/"hello"
851 <p><a href="http://www.example.com/" class="external free" title="http://www.example.com/" rel="nofollow">http://www.example.com/</a>"hello"
856 BUG 289: literal double quote in bracketed URL
858 [http://www.example.com/"hello" stuff]
860 <p><a href="http://www.example.com/" class="external text" title="http://www.example.com/" rel="nofollow">"hello" stuff</a>
865 External links: invalid character
866 Fixme: the missing char seems to have gone missing
870 [http://www.example.com test]
872 <p>[<a href="http://www.example.com" class="external free" title="http://www.example.com" rel="nofollow">http://www.example.com</a> test]
877 External links: multiple legal whitespace is fine, Magnus. Don't break it please. (bug 5081)
879 [http://www.example.com test]
881 <p><a href="http://www.example.com" class="external text" title="http://www.example.com" rel="nofollow">test</a>
886 External links: wiki links within external link (Bug 3695)
888 [http://example.com [[wikilink]] embedded in ext link]
890 <p><a href="http://example.com" class="external text" title="http://example.com" rel="nofollow"></a><a href="/index.php?title=Wikilink&action=edit&redlink=1" class="new" title="Wikilink (not yet written)">wikilink</a><a href="http://example.com" class="external text" title="http://example.com" rel="nofollow"> embedded in ext link</a>
895 BUG 787: Links with one slash after the url protocol are invalid
899 [http:/example.com title]
902 </p><p>[http:/example.com title]
907 Bug 2702: Mismatched <i>, <b> and <a> tags are invalid
909 ''[http://example.com text'']
910 [http://example.com '''text]'''
911 ''Something [http://example.com in italic'']
912 ''Something [http://example.com mixed''''', even bold]'''
913 '''''Now [http://example.com both''''']
915 <p><a href="http://example.com" class="external text" title="http://example.com" rel="nofollow"><i>text</i></a>
916 <a href="http://example.com" class="external text" title="http://example.com" rel="nofollow"><b>text</b></a>
917 <i>Something </i><a href="http://example.com" class="external text" title="http://example.com" rel="nofollow"><i>in italic</i></a>
918 <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>
919 <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>
927 http://www.example.com/?title=AT%26T
929 <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>
934 Bug 4781, 5267: %26 in URL
936 http://www.example.com/?title=100%25_Bran
938 <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>
943 Bug 4781, 5267: %28, %29 in URL
945 http://www.example.com/?title=Ben-Hur_%281959_film%29
947 <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>
953 Bug 4781: %26 in autonumber URL
955 [http://www.example.com/?title=AT%26T]
957 <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>
962 Bug 4781, 5267: %26 in autonumber URL
964 [http://www.example.com/?title=100%25_Bran]
966 <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>
971 Bug 4781, 5267: %28, %29 in autonumber URL
973 [http://www.example.com/?title=Ben-Hur_%281959_film%29]
975 <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>
981 Bug 4781: %26 in bracketed URL
983 [http://www.example.com/?title=AT%26T link]
985 <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>
990 Bug 4781, 5267: %26 in bracketed URL
992 [http://www.example.com/?title=100%25_Bran link]
994 <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>
999 Bug 4781, 5267: %28, %29 in bracketed URL
1001 [http://www.example.com/?title=Ben-Hur_%281959_film%29 link]
1003 <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>
1008 External link containing double-single-quotes in text '' (bug 4598 sanity check)
1010 Some [http://example.com/ pretty ''italics'' and stuff]!
1012 <p>Some <a href="http://example.com/" class="external text" title="http://example.com/" rel="nofollow">pretty <i>italics</i> and stuff</a>!
1017 External link containing double-single-quotes in text embedded in italics (bug 4598 sanity check)
1019 ''Some [http://example.com/ pretty ''italics'' and stuff]!''
1021 <p><i>Some </i><a href="http://example.com/" class="external text" title="http://example.com/" rel="nofollow"><i>pretty </i>italics<i> and stuff</i></a><i>!</i>
1026 URL-encoding in URL functions (single parameter)
1028 {{localurl:Some page|amp=&}}
1030 <p>/index.php?title=Some_page&amp=%26
1035 URL-encoding in URL functions (multiple parameters)
1037 {{localurl:Some page|q=?&=&}}
1039 <p>/index.php?title=Some_page&q=%3F&amp=%26
1050 Normal text. '''Bold text.''' Normal text. ''Italic text.''
1052 Normal text. '''''Bold italic text.''''' Normal text.
1054 <p>Normal text. <b>Bold text.</b> Normal text. <i>Italic text.</i>
1055 </p><p>Normal text. <i><b>Bold italic text.</b></i> Normal text.
1061 Unclosed and unmatched quotes
1063 '''''Bold italic text '''with bold deactivated''' in between.'''''
1065 '''''Bold italic text ''with italic deactivated'' in between.'''''
1069 ..spanning two paragraphs (should not work).'''
1071 '''Bold tag left open
1073 ''Italic tag left open
1077 <!-- Unmatching number of opening, closing tags: -->
1078 '''This year''''s election ''should'' beat '''last year''''s.
1080 ''Tom'''s car is bigger than ''Susan'''s.
1082 <p><i><b>Bold italic text </b>with bold deactivated<b> in between.</b></i>
1083 </p><p><b><i>Bold italic text </i>with italic deactivated<i> in between.</i></b>
1084 </p><p><b>Bold text..</b>
1085 </p><p>..spanning two paragraphs (should not work).
1086 </p><p><b>Bold tag left open</b>
1087 </p><p><i>Italic tag left open</i>
1089 </p><p><b>This year'</b>s election <i>should</i> beat <b>last year'</b>s.
1090 </p><p><i>Tom<b>s car is bigger than </b></i><b>Susan</b>s.
1097 ### some content taken from http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide:_Using_tables
1100 # This should not produce <table></table> as <table><tr><td></td></tr></table>
1101 # is the bare minimun required by the spec, see:
1102 # http://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_module_Basic_Tables
1104 A table with no data.
1110 # A table with nothing but a caption is invalid XHTML, we might want to render
1111 # this as <p>caption</p>
1113 A table with nothing but a caption
1121 </caption><tr><td></td></tr></table>
1145 Multiplication table
1147 {| border="1" cellpadding="2"
1148 |+Multiplication table
1150 ! × !! 1 !! 2 !! 3
1168 <table border="1" cellpadding="2">
1169 <caption>Multiplication table
1172 <th> × </th><th> 1 </th><th> 2 </th><th> 3
1176 </th><td> 1 </td><td> 2 </td><td> 3
1180 </th><td> 2 </td><td> 4 </td><td> 6
1184 </th><td> 3 </td><td> 6 </td><td> 9
1188 </th><td> 4 </td><td> 8 </td><td> 12
1192 </th><td> 5 </td><td> 10 </td><td> 15
1200 {| align=right border=1
1202 |rowspan=2| Cell 2, row 1 (and 2)
1209 <table align="right" border="1">
1212 </td><td rowspan="2"> Cell 2, row 1 (and 2)
1213 </td><td> Cell 3, row 1
1217 </td><td> Cell 3, row 2
1228 {| bgcolor=#ABCDEF border=2
1233 |the original table again
1240 <table bgcolor="#ABCDEF" border="2">
1247 </td><td>the original table again
1253 Invalid attributes in table cell (bug 1830)
1267 # FIXME: this one has incorrect tag nesting still.
1269 Table security: embedded pipes (http://lists.wikimedia.org/mailman/htdig/wikitech-l/2006-April/022293.html)
1272 | |[ftp://|x||]" onmouseover="alert(document.cookie)">test
1276 <td><a href="ftp://|x||" class="external autonumber" title="ftp://|x||" rel="nofollow">[1]</td><td></a>" onmouseover="alert(document.cookie)">test
1288 Plain link, capitalized
1292 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
1297 Plain link, uncapitalized
1301 <p><a href="/wiki/Main_Page" title="Main Page">main Page</a>
1308 [[Main Page|The Main Page]]
1310 <p><a href="/wiki/Main_Page" title="Main Page">The Main Page</a>
1319 <p><a href="/index.php?title=Zigzagzogzagzig&action=edit&redlink=1" class="new" title="Zigzagzogzagzig (not yet written)">Zigzagzogzagzig</a>
1326 xxx[[main Page]], xxx[[Main Page]], Xxx[[main Page]] XXX[[main Page]], XXX[[Main Page]]
1328 <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>
1335 [[Main Page]]xxx, [[Main Page]]XXX
1337 <p><a href="/wiki/Main_Page" title="Main Page">Main Pagexxx</a>, <a href="/wiki/Main_Page" title="Main Page">Main Page</a>XXX
1342 Link with 3 brackets
1351 Piped link with 3 brackets
1353 [[[main page|the main page]]]
1355 <p>[[[main page|the main page]]]
1360 Link with multiple pipes
1362 [[Main Page|The|Main|Page]]
1364 <p><a href="/wiki/Main_Page" title="Main Page">The|Main|Page</a>
1371 [[Talk:Parser testing]], [[Meta:Disclaimers]]
1373 <p><a href="/index.php?title=Talk:Parser_testing&action=edit&redlink=1" class="new" title="Talk:Parser testing (not yet written)">Talk:Parser testing</a>, <a href="/index.php?title=Meta:Disclaimers&action=edit&redlink=1" class="new" title="Meta:Disclaimers (not yet written)">Meta:Disclaimers</a>
1378 Piped link to namespace
1380 [[Meta:Disclaimers|The disclaimers]]
1382 <p><a href="/index.php?title=Meta:Disclaimers&action=edit&redlink=1" class="new" title="Meta:Disclaimers (not yet written)">The disclaimers</a>
1389 [[Usually caused by a typo (oops}]]
1391 <p>[[Usually caused by a typo (oops}]]
1396 Link containing % (not as a hex sequence)
1400 <p><a href="/index.php?title=7%25_Solution&action=edit&redlink=1" class="new" title="7% Solution (not yet written)">7% Solution</a>
1405 Link containing % as a single hex sequence interpreted to char
1409 <p><a href="/index.php?title=7%25_Solution&action=edit&redlink=1" class="new" title="7% Solution (not yet written)">7% Solution</a>
1414 Link containing % as a double hex sequence interpreted to hex sequence
1418 <p>[[7%2525 Solution]]
1423 Link containing "#<" and "#>" % as a hex sequences- these are valid section anchors
1424 Example for such a section: == < ==
1426 [[%23%3c]][[%23%3e]]
1428 <p><a href="#.3C" title="">#<</a><a href="#.3E" title="">#></a>
1433 Link containing "<#" and ">#" as a hex sequences
1435 [[%3c%23]][[%3e%23]]
1437 <p>[[%3c%23]][[%3e%23]]
1442 Link containing double-single-quotes '' (bug 4598)
1444 [[Lista d''e paise d''o munno]]
1446 <p><a href="/index.php?title=Lista_d%27%27e_paise_d%27%27o_munno&action=edit" class="new" title="Lista d''e paise d''o munno">Lista d''e paise d''o munno</a>
1451 Link containing double-single-quotes '' in text (bug 4598 sanity check)
1453 Some [[Link|pretty ''italics'' and stuff]]!
1455 <p>Some <a href="/index.php?title=Link&action=edit&redlink=1" class="new" title="Link (not yet written)">pretty <i>italics</i> and stuff</a>!
1460 Link containing double-single-quotes '' in text embedded in italics (bug 4598 sanity check)
1462 ''Some [[Link|pretty ''italics'' and stuff]]!
1464 <p><i>Some </i><a href="/index.php?title=Link&action=edit&redlink=1" class="new" title="Link (not yet written)"><i>pretty </i>italics<i> and stuff</i></a><i>!</i>
1471 [[http://www.example.org]]
1473 <p>[<a href="http://www.example.org" class="external autonumber" title="http://www.example.org" rel="nofollow">[1]</a>]
1477 # I'm fairly sure the expected result here is wrong.
1478 # We want these to be URL links, not pseudo-pages with URLs for titles....
1479 # However the current output is also pretty screwy.
1482 # I'm changing it to match the current output--it arguably makes more
1483 # sense in the light of the test above. Old expected result was:
1484 #<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>
1486 # But I think this test is bordering on "garbage in, garbage out" anyway.
1491 Piped link to URL: [[http://www.example.org|an example URL]]
1493 <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>]
1498 BUG 2: [[page|http://url/]] should link to page, not http://url/
1500 [[Main Page|http://url/]]
1502 <p><a href="/wiki/Main_Page" title="Main Page">http://url/</a>
1507 BUG 337: Escaped self-links should be bold
1511 [[Bug462]] [[Bug462]]
1513 <p><strong class="selflink">Bug462</strong> <strong class="selflink">Bug462</strong>
1518 Self-link to section should not be bold
1522 [[Main Page#section]]
1524 <p><a href="/wiki/Main_Page#section" title="Main Page">Main Page#section</a>
1535 Self-link to numeric title
1541 <p><strong class="selflink">0</strong>
1546 Link to numeric-equivalent title
1552 <p><a href="/wiki/00" title="00">00</a>
1557 <nowiki> inside a link
1559 [[Main<nowiki> Page</nowiki>]] [[Main Page|the main page <nowiki>[it's not very good]</nowiki>]]
1561 <p>[[Main Page]] <a href="/wiki/Main_Page" title="Main Page">the main page [it's not very good]</a>
1566 ### Interwiki links (see maintenance/interwiki.sql)
1570 Inline interwiki link
1572 [[MeatBall:SoftSecurity]]
1574 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity" class="extiw" title="meatball:SoftSecurity">MeatBall:SoftSecurity</a>
1579 Inline interwiki link with empty title (bug 2372)
1583 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?" class="extiw" title="meatball:">MeatBall:</a>
1588 Interwiki link encoding conversion (bug 1636)
1590 *[[Wikipedia:ro:Olteniţa]]
1591 *[[Wikipedia:ro:Olteniţa]]
1593 <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>
1594 </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>
1600 Interwiki link with fragment (bug 2130)
1602 [[MeatBall:SoftSecurity#foo]]
1604 <p><a href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity#foo" class="extiw" title="meatball:SoftSecurity">MeatBall:SoftSecurity#foo</a>
1619 Double interlanguage link
1630 Interlanguage link, with prefix links
1642 Double interlanguage link, with prefix links (bug 8897)
1669 Incorrecly removing closing slashes from correctly formed XHTML
1671 <br style="clear:both;" />
1673 <p><br style="clear:both;" />
1678 Failing to transform badly formed HTML into correct XHTML
1684 <p><br clear="left" />
1685 <br clear="right" />
1691 Horizontal ruler (should it add that extra space?)
1705 ### Block-level elements
1728 <ol><li>Numbered list
1745 ***#Number on level 4
1747 **#Number on level 3
1748 **#Number on level 3
1753 <ol><li> with numbers
1755 <ul><li> and bullets
1757 <ol><li> and numbers
1759 </li><li>bullets again
1760 <ul><li>bullet level 2
1761 <ul><li>bullet level 3
1762 <ol><li>Number on level 4
1765 </li><li>bullet level 2
1766 <ol><li>Number on level 3
1767 </li><li>Number on level 3
1770 <ol><li>number level 2
1778 List items are not parsed correctly following a <pre> block (bug 785)
1784 <ul><li> <pre>foo</pre>
1785 </li><li> <pre>bar</pre>
1796 Magic Word: {{CURRENTDAY}}
1805 Magic Word: {{CURRENTDAY2}}
1814 Magic Word: {{CURRENTDAYNAME}}
1823 Magic Word: {{CURRENTDOW}}
1832 Magic Word: {{CURRENTMONTH}}
1841 Magic Word: {{CURRENTMONTHABBREV}}
1843 {{CURRENTMONTHABBREV}}
1850 Magic Word: {{CURRENTMONTHNAME}}
1852 {{CURRENTMONTHNAME}}
1859 Magic Word: {{CURRENTMONTHNAMEGEN}}
1861 {{CURRENTMONTHNAMEGEN}}
1868 Magic Word: {{CURRENTTIME}}
1877 Magic Word: {{CURRENTWEEK}} (@bug 4594)
1886 Magic Word: {{CURRENTYEAR}}
1895 Magic Word: {{FULLPAGENAME}}
1897 title=[[User:Ævar Arnfjörð Bjarmason]]
1901 <p>User:Ævar Arnfjörð Bjarmason
1906 Magic Word: {{FULLPAGENAMEE}}
1908 title=[[User:Ævar Arnfjörð Bjarmason]]
1912 <p>User:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
1917 Magic Word: {{NAMESPACE}}
1919 title=[[User:Ævar Arnfjörð Bjarmason]]
1929 Magic Word: {{NAMESPACEE}}
1931 title=[[User:Ævar Arnfjörð Bjarmason]]
1941 Magic Word: {{NUMBEROFARTICLES}}
1943 {{NUMBEROFARTICLES}}
1950 Magic Word: {{NUMBEROFFILES}}
1959 Magic Word: {{PAGENAME}}
1961 title=[[User:Ævar Arnfjörð Bjarmason]]
1966 <p>Ævar Arnfjörð Bjarmason
1971 Magic Word: {{PAGENAMEE}}
1973 title=[[User:Ævar Arnfjörð Bjarmason]]
1977 <p>User:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason
1982 Magic Word: {{REVISIONID}}
1991 Magic Word: {{SCRIPTPATH}}
2000 Magic Word: {{SERVER}}
2004 <p><a href="http://localhost" class="external free" title="http://localhost" rel="nofollow">http://localhost</a>
2009 Magic Word: {{SERVERNAME}}
2018 Magic Word: {{SITENAME}}
2027 Namespace 1 {{ns:1}}
2036 Namespace 1 {{ns:01}}
2045 Namespace 0 {{ns:0}} (bug 4783)
2053 Namespace 0 {{ns:00}} (bug 4783)
2061 Namespace -1 {{ns:-1}}
2070 Namespace Project {{ns:User}}
2083 Magic links: internal link to RFC (bug 479)
2087 <p><a href="/index.php?title=RFC_123&action=edit&redlink=1" class="new" title="RFC 123 (not yet written)">RFC 123</a>
2092 Magic links: RFC (bug 479)
2096 <p><a href="http://tools.ietf.org/html/rfc822" class="external" title="http://tools.ietf.org/html/rfc822">RFC 822</a>
2101 Magic links: ISBN (bug 1937)
2105 <p><a href="/wiki/Special:BookSources/0306406152" class="internal">ISBN 0-306-40615-2</a>
2110 Magic links: PMID incorrectly converts space to underscore
2114 <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>
2123 Nonexistant template
2125 {{thistemplatedoesnotexist}}
2127 <p><a href="/index.php?title=Template:Thistemplatedoesnotexist&action=edit&redlink=1" class="new" title="Template:Thistemplatedoesnotexist (not yet written)">Template:Thistemplatedoesnotexist</a>
2134 This is a test template
2142 <p>This is a test template
2147 Template with explicit namespace
2151 <p>This is a test template
2159 This is a test template with parameter {{{param}}}
2165 {{paramtest|param=foo}}
2167 <p>This is a test template with parameter foo
2172 Template:paramtestnum
2178 Template unnamed parameter
2180 {{paramtestnum|Main Page|the main page}}
2182 <p><a href="/wiki/Main_Page" title="Main Page">the main page</a>
2187 Template:templatesimple
2193 Template:templateredirect
2195 #redirect [[Template:templatesimple]]
2199 Template:templateasargtestnum
2205 Template:templateasargtest
2207 {{template{{{templ}}}}}
2211 Template:templateasargtest2
2217 Template with template name as unnamed argument
2219 {{templateasargtestnum|templatesimple}}
2226 Template with template name as argument
2228 {{templateasargtest|templ=simple}}
2235 Template with template name as argument (2)
2237 {{templateasargtest2|templ=templatesimple}}
2244 Template:templateasargtestdefault
2246 {{{{{templ|templatesimple}}}}}
2256 Template with default value
2258 {{templateasargtestdefault}}
2265 Template with default value (value set)
2267 {{templateasargtestdefault|templ=templa}}
2276 {{templateredirect}}
2283 Template with argument in separate line
2285 {{ templateasargtest |
2293 Template with complex template as argument
2296 param ={{ templateasargtest |
2299 <p>This is a test template with parameter (test)
2304 Template with thumb image (with link in description)
2307 param =[[Image:noimage.png|thumb|[[no link|link]] [[no link|caption]]]]}}
2309 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="Image:Noimage.png">Image:Noimage.png</a> <div class="thumbcaption"><a href="/index.php?title=No_link&action=edit" class="new" title="No link (not yet written)">link</a> <a href="/index.php?title=No_link&action=edit&redlink=1" class="new" title="No link (not yet written)">caption</a></div></div></div>
2314 Template:complextemplate
2316 {{{1}}} {{paramtest|
2317 param ={{{param}}}}}
2321 Template with complex arguments
2324 param ={{ templateasargtest |
2325 templ = simple }}|[[Template:complextemplate|link]]}}
2327 <p><a href="/wiki/Template:Complextemplate" title="Template:Complextemplate">link</a> This is a test template with parameter (test)
2332 BUG 553: link with two variables in a piped link
2335 |[[{{{1}}}|{{{2}}}]]
2340 <td>[[{{{1}}}|{{{2}}}]]
2346 Magic variable as template parameter
2348 {{paramtest|param={{SITENAME}}}}
2350 <p>This is a test template with parameter MediaWiki
2357 [[{{{param}}}|link]]
2361 Template parameter as link source
2363 {{linktest|param=Main Page}}
2365 <p><a href="/wiki/Main_Page" title="Main Page">link</a>
2373 including another template, {{paramtest|param={{{arg}}}}}
2377 Template passing argument to another template
2379 {{paramtest2|arg='hmm'}}
2381 <p>including another template, This is a test template with parameter 'hmm'
2392 Template as link source
2396 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>
2414 Template infinite loop
2418 <p><span class="error">Template loop detected: <a href="/wiki/Template:Loop1" title="Template:Loop1">Template:Loop1</a></span>
2423 Template from main namespace
2442 BUG 529: Template with table, not included at beginning of line
2459 BUG 523: Template shouldn't eat newline (or add an extra one before table)
2477 BUG 41: Template parameters shown as broken links
2489 ''None'' of '''this''' should be
2491 but rather passed unmodified
2495 # hmm, fix this or just deprecate msgnw and document its behavior?
2501 {{msgnw:MSGNW test}}
2503 <p>''None'' of '''this''' should be
2505 but rather passed unmodified
2513 {{int:youhavenewmessages|lots of money|not!}}
2515 <p>You have lots of money (not!).
2522 Foo<noinclude>zar</noinclude><includeonly>bar</includeonly>
2526 <includeonly> and <noinclude> being included
2537 <onlyinclude>Foo</onlyinclude>bar
2541 <onlyinclude> being included
2553 <onlyinclude>Foo</onlyinclude>bar<includeonly>zar</includeonly>
2557 <onlyinclude> and <includeonly> being included
2566 <includeonly> and <noinclude> on a page
2568 Foo<noinclude>zar</noinclude><includeonly>bar</includeonly>
2575 <onlyinclude> on a page
2577 <onlyinclude>Foo</onlyinclude>bar
2584 Template:Includeonly section
2587 ==Includeonly section==
2593 Bug 6563: Edit link generation for section shown by <includeonly>
2595 {{includeonly section}}
2597 <a name="Includeonly_section"></a><h2><span class="editsection">[<a href="/index.php?title=Template:Includeonly_section&action=edit&section=T-1" title="Template:Includeonly section">edit</a>]</span> <span class="mw-headline">Includeonly section</span></h2>
2598 <a name="Section_T-1"></a><h2><span class="editsection">[<a href="/index.php?title=Template:Includeonly_section&action=edit&section=T-2" title="Template:Includeonly section">edit</a>]</span> <span class="mw-headline">Section T-1</span></h2>
2602 # Uses same input as the contents of [[Template:Includeonly section]]
2604 Bug 6563: Section extraction for section shown by <includeonly>
2609 ==Includeonly section==
2617 Bug 6563: Edit link generation for section suppressed by <includeonly>
2620 ==Includeonly section==
2624 <a name="Section_1"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Section 1">edit</a>]</span> <span class="mw-headline">Section 1</span></h2>
2629 Bug 6563: Section extraction for section suppressed by <includeonly>
2634 ==Includeonly section==
2642 ### Pre-save transform tests
2645 pre-save transform: subst:
2651 This is a test template
2655 pre-save transform: normal template
2665 pre-save transform: nonexistant template
2669 {{thistemplatedoesnotexist}}
2671 {{thistemplatedoesnotexist}}
2676 pre-save transform: subst magic variables
2685 # This is bug 89, which I fixed. -- wtm
2687 pre-save transform: subst: templates with parameters
2691 {{subst:paramtest|param="something else"}}
2693 This is a test template with parameter "something else"
2699 <nowiki>'''not wiki'''</nowiki>
2703 pre-save transform: nowiki in subst (bug 1188)
2707 {{subst:nowikitest}}
2709 <nowiki>'''not wiki'''</nowiki>
2714 Template:commenttest
2716 This template has <!-- a comment --> in it.
2720 pre-save transform: comment in subst (bug 1936)
2724 {{subst:commenttest}}
2726 This template has <!-- a comment --> in it.
2730 pre-save transform: unclosed tag
2734 <nowiki>'''not wiki'''
2736 <nowiki>'''not wiki'''
2740 pre-save transform: mixed tag case
2744 <NOwiki>'''not wiki'''</noWIKI>
2746 <NOwiki>'''not wiki'''</noWIKI>
2750 pre-save transform: unclosed comment in <nowiki>
2754 wiki<nowiki>nowiki<!--nowiki</nowiki>wiki
2756 wiki<nowiki>nowiki<!--nowiki</nowiki>wiki
2762 <span onmouseover="alert('crap')">Oh no</span>
2766 (confirming safety of fix for subst bug 1936)
2768 {{Template:dangerous}}
2770 <p><span>Oh no</span>
2775 pre-save transform: comment containing gallery (bug 5024)
2779 <!-- <gallery>data</gallery> -->
2781 <!-- <gallery>data</gallery> -->
2785 pre-save transform: comment containing extension
2789 <!-- <tag>data</tag> -->
2791 <!-- <tag>data</tag> -->
2795 pre-save transform: comment containing nowiki
2799 <!-- <nowiki>data</nowiki> -->
2801 <!-- <nowiki>data</nowiki> -->
2805 pre-save transform: comment containing math
2809 <!-- <math>data</math> -->
2811 <!-- <math>data</math> -->
2815 pre-save transform: <noinclude> in subst (bug 3298)
2825 pre-save transform: <onlyinclude> in subst (bug 3298)
2835 pre-save transform: context links ("pipe trick")
2839 [[Article (context)|]]
2842 [[Bar:Article (context)|]]
2843 [[:Bar:Article (context)|]]
2845 [[|Article (context)]]
2849 [[Article (context)|Article]]
2850 [[Bar:Article|Article]]
2851 [[:Bar:Article|Article]]
2852 [[Bar:Article (context)|Article]]
2853 [[:Bar:Article (context)|Article]]
2855 [[Article (context)]]
2856 [[Bar:X (Y) Z|X (Y) Z]]
2857 [[:Bar:X (Y) Z|X (Y) Z]]
2861 pre-save transform: context links ("pipe trick") with interwiki prefix
2865 [[interwiki:Article|]]
2866 [[:interwiki:Article|]]
2867 [[interwiki:Bar:Article|]]
2868 [[:interwiki:Bar:Article|]]
2870 [[interwiki:Article|Article]]
2871 [[:interwiki:Article|Article]]
2872 [[interwiki:Bar:Article|Bar:Article]]
2873 [[:interwiki:Bar:Article|Bar:Article]]
2877 pre-save transform: context links ("pipe trick") with parens in title
2879 pst title=[[Somearticle (context)]]
2883 [[Article (context)|Article]]
2887 pre-save transform: context links ("pipe trick") with comma in title
2889 pst title=[[Someplace, Somewhere]]
2892 [[Otherplace, Elsewhere|]]
2893 [[Otherplace, Elsewhere, Anywhere|]]
2895 [[Otherplace, Somewhere|Otherplace]]
2896 [[Otherplace, Elsewhere|Otherplace]]
2897 [[Otherplace, Elsewhere, Anywhere|Otherplace]]
2901 pre-save transform: context links ("pipe trick") with parens and comma
2903 pst title=[[Someplace (IGNORED), Somewhere]]
2906 [[Otherplace (place), Elsewhere|]]
2908 [[Otherplace, Somewhere|Otherplace]]
2909 [[Otherplace (place), Elsewhere|Otherplace]]
2913 pre-save transform: context links ("pipe trick") with comma and parens
2915 pst title=[[Who, me? (context)]]
2918 [[Me, Myself, and I (1937 song)|]]
2920 [[Yes, you. (context)|Yes, you.]]
2921 [[Me, Myself, and I (1937 song)|Me, Myself, and I]]
2925 pre-save transform: context links ("pipe trick") with namespace
2927 pst title=[[Ns:Somearticle]]
2931 [[Ns:Article|Article]]
2935 pre-save transform: context links ("pipe trick") with namespace and parens
2937 pst title=[[Ns:Somearticle (context)]]
2941 [[Ns:Article (context)|Article]]
2945 pre-save transform: context links ("pipe trick") with namespace and comma
2947 pst title=[[Ns:Somearticle, Context, Whatever]]
2951 [[Ns:Article, Context, Whatever|Article]]
2955 pre-save transform: context links ("pipe trick") with namespace, comma and parens
2957 pst title=[[Ns:Somearticle, Context (context)]]
2961 [[Ns:Article (context)|Article]]
2965 pre-save transform: context links ("pipe trick") with namespace, parens and comma
2967 pst title=[[Ns:Somearticle (IGNORED), Context]]
2971 [[Ns:Article, Context|Article]]
2976 ### Message transform tests
2979 message transform: magic variables
2989 message transform: should not transform wiki markup
2999 message transform: <noinclude> in transcluded template (bug 4926)
3009 message transform: <onlyinclude> in transcluded template (bug 4926)
3019 {{#special:}} page name, known
3023 {{#special:Recentchanges}}
3025 Special:RecentChanges
3029 {{#special:}} page name, unknown
3033 {{#special:foobarnonexistent}}
3035 No such special page
3044 [[Image:foobar.jpg]]
3046 <p><a href="/wiki/Image:Foobar.jpg" class="image" title="Image:foobar.jpg"><img alt="Image:foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a>
3053 [[Image:foobar.jpg|right]]
3055 <div class="floatright"><span><a href="/wiki/Image:Foobar.jpg" class="image" title="Foobar.jpg"><img alt="" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a></span></div>
3062 [[Image:foobar.jpg|right|Caption text]]
3064 <div class="floatright"><span><a href="/wiki/Image:Foobar.jpg" class="image" title="Caption text"><img alt="Caption text" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a></span></div>
3069 Image with frame and link
3071 [[Image:Foobar.jpg|frame|left|This is a test image [[Main Page]]]]
3073 <div class="thumb tleft"><div class="thumbinner" style="width:1943px;"><a href="/wiki/Image:Foobar.jpg" class="image" title="This is a test image Main Page"><img alt="This is a test image Main Page" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" 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>
3078 Link to image page- image page normally doesn't exists, hence edit link
3079 Add test with existing image page
3080 #<p><a href="/wiki/Image:Test" title="Image:Test">Image:test</a>
3084 <p><a href="/index.php?title=Image:Test&action=edit" class="new" title="Image:Test">Image:test</a>
3089 Frameless image caption with a free URL
3091 [[Image:foobar.jpg|http://example.com]]
3093 <p><a href="/wiki/Image: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" border="0" /></a>
3098 Thumbnail image caption with a free URL
3100 [[Image:foobar.jpg|thumb|http://example.com]]
3102 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/Image:Foobar.jpg" class="image" title="http://example.com"><img alt="http://example.com" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" border="0" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div><a href="http://example.com" class="external free" title="http://example.com" rel="nofollow">http://example.com</a></div></div></div>
3107 BUG 1887: A ISBN with a thumbnail
3109 [[Image:foobar.jpg|thumb|ISBN 1235467890]]
3111 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/Image:Foobar.jpg" class="image" title="ISBN 1235467890"><img alt="ISBN 1235467890" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" border="0" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div><a href="/wiki/Special:BookSources/1235467890" class="internal">ISBN 1235467890</a></div></div></div>
3116 BUG 1887: A RFC with a thumbnail
3118 [[Image:foobar.jpg|thumb|This is RFC 12354]]
3120 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/Image:Foobar.jpg" class="image" title="This is RFC 12354"><img alt="This is RFC 12354" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" border="0" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div>This is <a href="http://tools.ietf.org/html/rfc12354" class="external" title="http://tools.ietf.org/html/rfc12354">RFC 12354</a></div></div></div>
3125 BUG 1887: A mailto link with a thumbnail
3127 [[Image:foobar.jpg|thumb|Please mailto:nobody@example.com]]
3129 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/Image:Foobar.jpg" class="image" title="Please mailto:nobody@example.com"><img alt="Please mailto:nobody@example.com" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" border="0" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></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>
3134 BUG 1887: A <math> with a thumbnail- we don't render math in the parsertests by default,
3135 so math is not stripped and turns up as escaped <math> tags.
3137 [[Image:foobar.jpg|thumb|<math>2+2</math>]]
3139 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/Image:Foobar.jpg" class="image" title="<math>2+2</math>"><img alt="<math>2+2</math>" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" border="0" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div><math>2+2</math></div></div></div>
3144 BUG 1887, part 2: A <math> with a thumbnail- math enabled
3148 [[Image:foobar.jpg|thumb|<math>2+2</math>]]
3150 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/Image:Foobar.jpg" class="image" title="2 + 2"><img alt="2 + 2" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" border="0" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div><span class="texhtml">2 + 2</span></div></div></div>
3154 # Pending resolution to bug 368
3156 BUG 648: Frameless image caption with a link
3158 [[Image:foobar.jpg|text with a [[link]] in it]]
3160 <p><a href="/wiki/Image: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" border="0" /></a>
3165 BUG 648: Frameless image caption with a link (suffix)
3167 [[Image:foobar.jpg|text with a [[link]]foo in it]]
3169 <p><a href="/wiki/Image: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" border="0" /></a>
3174 BUG 648: Frameless image caption with an interwiki link
3176 [[Image:foobar.jpg|text with a [[MeatBall:Link]] in it]]
3178 <p><a href="/wiki/Image: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" border="0" /></a>
3183 BUG 648: Frameless image caption with a piped interwiki link
3185 [[Image:foobar.jpg|text with a [[MeatBall:Link|link]] in it]]
3187 <p><a href="/wiki/Image: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" border="0" /></a>
3192 Escape HTML special chars in image alt text
3194 [[Image:foobar.jpg|& < > "]]
3196 <p><a href="/wiki/Image:Foobar.jpg" class="image" title="& < > ""><img alt="& < > "" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a>
3201 BUG 499: Alt text should have Ӓ, not &1234;
3203 [[Image:foobar.jpg|♀]]
3205 <p><a href="/wiki/Image:Foobar.jpg" class="image" title="♀"><img alt="♀" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a>
3210 Broken image caption with link
3212 [[Image:Foobar.jpg|thumb|This is a broken caption. But [[Main Page|this]] is just an ordinary link.
3214 <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.
3219 Image caption containing another image
3221 [[Image:Foobar.jpg|thumb|This is a caption with another [[Image:icon.png|image]] inside it!]]
3223 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/Image:Foobar.jpg" class="image" title="This is a caption with another Image:Icon.png inside it!"><img alt="This is a caption with another Image:Icon.png inside it!" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" border="0" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></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>
3228 Image caption containing a newline
3230 [[Image:Foobar.jpg|This
3233 <p><a href="/wiki/Image: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" border="0" /></a>
3239 Bug 3090: External links other than http: in image captions
3241 [[Image:Foobar.jpg|thumb|200px|This caption has [irc://example.net irc] and [https://example.com Secure] ext links in it.]]
3243 <div class="thumb tright"><div class="thumbinner" style="width:202px;"><a href="/wiki/Image:Foobar.jpg" class="image" title="This caption has irc and Secure ext links in it."><img alt="This caption has irc and Secure ext links in it." src="http://example.com/images/thumb/3/3a/Foobar.jpg/200px-Foobar.jpg" width="200" height="23" border="0" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></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>
3252 Subpage test/subpage
3260 subpage title=[[Subpage test]]
3264 <p><a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">/subpage</a>
3269 Subpage noslash link
3271 subpage title=[[Subpage test]]
3275 <p><a href="/wiki/Subpage_test/subpage" title="Subpage test/subpage">subpage</a>
3284 <p><a href="/index.php?title=/subpage&action=edit&redlink=1" class="new" title="/subpage (not yet written)">/subpage</a>
3289 BUG 561: {{/Subpage}}
3291 subpage title=[[Page]]
3295 <p><a href="/index.php?title=Page/Subpage&action=edit&redlink=1" class="new" title="Page/Subpage (not yet written)">Page/Subpage</a>
3303 Category:MediaWiki User's Guide
3311 [[:Category:MediaWiki User's Guide]]
3313 <p><a href="/wiki/Category:MediaWiki_User%27s_Guide" title="Category:MediaWiki User's Guide">Category:MediaWiki User's Guide</a>
3322 [[Category:MediaWiki User's Guide]]
3324 <a href="/wiki/Category:MediaWiki_User%27s_Guide" title="Category:MediaWiki User's Guide">MediaWiki User's Guide</a>
3328 PAGESINCATEGORY invalid title fatal (r33546 fix)
3330 {{PAGESINCATEGORY:<bogus>}}
3337 ### Inter-language links
3340 Inter-language links
3346 [[zh:食品]]
3348 es:Alimento fr:Nourriture zh:食品
3355 Basic section headings
3362 ===Smaller headline===
3365 <a name="Headline_1"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Headline 1">edit</a>]</span> <span class="mw-headline"> Headline 1 </span></h2>
3368 <a name="Headline_2"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Headline 2">edit</a>]</span> <span class="mw-headline">Headline 2</span></h2>
3371 <a name="Smaller_headline"></a><h3><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: Smaller headline">edit</a>]</span> <span class="mw-headline">Smaller headline</span></h3>
3377 Section headings with TOC
3380 === Subheadline 1 ===
3381 ===== Skipping a level =====
3382 ====== Skipping a level ======
3386 ===Another headline===
3388 <table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div>
3390 <li class="toclevel-1"><a href="#Headline_1"><span class="tocnumber">1</span> <span class="toctext">Headline 1</span></a>
3392 <li class="toclevel-2"><a href="#Subheadline_1"><span class="tocnumber">1.1</span> <span class="toctext">Subheadline 1</span></a>
3394 <li class="toclevel-3"><a href="#Skipping_a_level"><span class="tocnumber">1.1.1</span> <span class="toctext">Skipping a level</span></a>
3396 <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>
3403 <li class="toclevel-1"><a href="#Headline_2"><span class="tocnumber">2</span> <span class="toctext">Headline 2</span></a>
3405 <li class="toclevel-2"><a href="#Another_headline"><span class="tocnumber">2.1</span> <span class="toctext">Another headline</span></a></li>
3409 </td></tr></table><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script>
3410 <a name="Headline_1"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Headline 1">edit</a>]</span> <span class="mw-headline"> Headline 1 </span></h2>
3411 <a name="Subheadline_1"></a><h3><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Subheadline 1">edit</a>]</span> <span class="mw-headline"> Subheadline 1 </span></h3>
3412 <a name="Skipping_a_level"></a><h5><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: Skipping a level">edit</a>]</span> <span class="mw-headline"> Skipping a level </span></h5>
3413 <a name="Skipping_a_level_2"></a><h6><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: Skipping a level">edit</a>]</span> <span class="mw-headline"> Skipping a level </span></h6>
3414 <a name="Headline_2"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: Headline 2">edit</a>]</span> <span class="mw-headline"> Headline 2 </span></h2>
3417 <a name="Another_headline"></a><h3><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=6" title="Edit section: Another headline">edit</a>]</span> <span class="mw-headline">Another headline</span></h3>
3421 # perl -e 'print "="x$_," Level $_ heading","="x$_,"\n" for 1..10'
3423 Handling of sections up to level 6 and beyond
3426 == Level 2 Heading==
3427 === Level 3 Heading===
3428 ==== Level 4 Heading====
3429 ===== Level 5 Heading=====
3430 ====== Level 6 Heading======
3431 ======= Level 7 Heading=======
3432 ======== Level 8 Heading========
3433 ========= Level 9 Heading=========
3434 ========== Level 10 Heading==========
3436 <table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div>
3438 <li class="toclevel-1"><a href="#Level_1_Heading"><span class="tocnumber">1</span> <span class="toctext">Level 1 Heading</span></a>
3440 <li class="toclevel-2"><a href="#Level_2_Heading"><span class="tocnumber">1.1</span> <span class="toctext">Level 2 Heading</span></a>
3442 <li class="toclevel-3"><a href="#Level_3_Heading"><span class="tocnumber">1.1.1</span> <span class="toctext">Level 3 Heading</span></a>
3444 <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>
3446 <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>
3448 <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>
3449 <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>
3450 <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>
3451 <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>
3452 <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>
3464 </td></tr></table><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script>
3465 <a name="Level_1_Heading"></a><h1><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Level 1 Heading">edit</a>]</span> <span class="mw-headline"> Level 1 Heading</span></h1>
3466 <a name="Level_2_Heading"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Level 2 Heading">edit</a>]</span> <span class="mw-headline"> Level 2 Heading</span></h2>
3467 <a name="Level_3_Heading"></a><h3><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: Level 3 Heading">edit</a>]</span> <span class="mw-headline"> Level 3 Heading</span></h3>
3468 <a name="Level_4_Heading"></a><h4><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: Level 4 Heading">edit</a>]</span> <span class="mw-headline"> Level 4 Heading</span></h4>
3469 <a name="Level_5_Heading"></a><h5><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: Level 5 Heading">edit</a>]</span> <span class="mw-headline"> Level 5 Heading</span></h5>
3470 <a name="Level_6_Heading"></a><h6><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=6" title="Edit section: Level 6 Heading">edit</a>]</span> <span class="mw-headline"> Level 6 Heading</span></h6>
3471 <a name=".3D_Level_7_Heading.3D"></a><h6><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=7" title="Edit section: = Level 7 Heading=">edit</a>]</span> <span class="mw-headline">= Level 7 Heading=</span></h6>
3472 <a name=".3D.3D_Level_8_Heading.3D.3D"></a><h6><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=8" title="Edit section: == Level 8 Heading==">edit</a>]</span> <span class="mw-headline">== Level 8 Heading==</span></h6>
3473 <a name=".3D.3D.3D_Level_9_Heading.3D.3D.3D"></a><h6><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=9" title="Edit section: === Level 9 Heading===">edit</a>]</span> <span class="mw-headline">=== Level 9 Heading===</span></h6>
3474 <a name=".3D.3D.3D.3D_Level_10_Heading.3D.3D.3D.3D"></a><h6><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=10" title="Edit section: ==== Level 10 Heading====">edit</a>]</span> <span class="mw-headline">==== Level 10 Heading====</span></h6>
3479 TOC regression (bug 9764)
3483 ==== title 1.1.1 ====
3488 <table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div>
3490 <li class="toclevel-1"><a href="#title_1"><span class="tocnumber">1</span> <span class="toctext">title 1</span></a>
3492 <li class="toclevel-2"><a href="#title_1.1"><span class="tocnumber">1.1</span> <span class="toctext">title 1.1</span></a>
3494 <li class="toclevel-3"><a href="#title_1.1.1"><span class="tocnumber">1.1.1</span> <span class="toctext">title 1.1.1</span></a></li>
3497 <li class="toclevel-2"><a href="#title_1.2"><span class="tocnumber">1.2</span> <span class="toctext">title 1.2</span></a></li>
3500 <li class="toclevel-1"><a href="#title_2"><span class="tocnumber">2</span> <span class="toctext">title 2</span></a>
3502 <li class="toclevel-2"><a href="#title_2.1"><span class="tocnumber">2.1</span> <span class="toctext">title 2.1</span></a></li>
3506 </td></tr></table><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script>
3507 <a name="title_1"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: title 1">edit</a>]</span> <span class="mw-headline"> title 1 </span></h2>
3508 <a name="title_1.1"></a><h3><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: title 1.1">edit</a>]</span> <span class="mw-headline"> title 1.1 </span></h3>
3509 <a name="title_1.1.1"></a><h4><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: title 1.1.1">edit</a>]</span> <span class="mw-headline"> title 1.1.1 </span></h4>
3510 <a name="title_1.2"></a><h3><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: title 1.2">edit</a>]</span> <span class="mw-headline"> title 1.2 </span></h3>
3511 <a name="title_2"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: title 2">edit</a>]</span> <span class="mw-headline"> title 2 </span></h2>
3512 <a name="title_2.1"></a><h3><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=6" title="Edit section: title 2.1">edit</a>]</span> <span class="mw-headline"> title 2.1 </span></h3>
3517 TOC with wgMaxTocLevel=3 (bug 6204)
3523 ==== title 1.1.1 ====
3528 <table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div>
3530 <li class="toclevel-1"><a href="#title_1"><span class="tocnumber">1</span> <span class="toctext">title 1</span></a>
3532 <li class="toclevel-2"><a href="#title_1.1"><span class="tocnumber">1.1</span> <span class="toctext">title 1.1</span></a></li>
3533 <li class="toclevel-2"><a href="#title_1.2"><span class="tocnumber">1.2</span> <span class="toctext">title 1.2</span></a></li>
3536 <li class="toclevel-1"><a href="#title_2"><span class="tocnumber">2</span> <span class="toctext">title 2</span></a>
3538 <li class="toclevel-2"><a href="#title_2.1"><span class="tocnumber">2.1</span> <span class="toctext">title 2.1</span></a></li>
3542 </td></tr></table><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script>
3543 <a name="title_1"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: title 1">edit</a>]</span> <span class="mw-headline"> title 1 </span></h2>
3544 <a name="title_1.1"></a><h3><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: title 1.1">edit</a>]</span> <span class="mw-headline"> title 1.1 </span></h3>
3545 <a name="title_1.1.1"></a><h4><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: title 1.1.1">edit</a>]</span> <span class="mw-headline"> title 1.1.1 </span></h4>
3546 <a name="title_1.2"></a><h3><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: title 1.2">edit</a>]</span> <span class="mw-headline"> title 1.2 </span></h3>
3547 <a name="title_2"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: title 2">edit</a>]</span> <span class="mw-headline"> title 2 </span></h2>
3548 <a name="title_2.1"></a><h3><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=6" title="Edit section: title 2.1">edit</a>]</span> <span class="mw-headline"> title 2.1 </span></h3>
3553 Resolving duplicate section names
3558 <a name="Foo_bar"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Foo bar">edit</a>]</span> <span class="mw-headline"> Foo bar </span></h2>
3559 <a name="Foo_bar_2"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Foo bar">edit</a>]</span> <span class="mw-headline"> Foo bar </span></h2>
3564 Resolving duplicate section names with differing case (bug 10721)
3569 <a name="Foo_bar"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Foo bar">edit</a>]</span> <span class="mw-headline"> Foo bar </span></h2>
3570 <a name="Foo_Bar_2"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Foo Bar">edit</a>]</span> <span class="mw-headline"> Foo Bar </span></h2>
3582 Template with sections, __NOTOC__
3589 <a name="Section_0"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Section 0">edit</a>]</span> <span class="mw-headline">Section 0</span></h2>
3590 <a name="Section_1"></a><h3><span class="editsection">[<a href="/index.php?title=Template:Sections&action=edit&section=T-1" title="Template:Sections">edit</a>]</span> <span class="mw-headline">Section 1</span></h3>
3591 <a name="Section_2"></a><h2><span class="editsection">[<a href="/index.php?title=Template:Sections&action=edit&section=T-2" title="Template:Sections">edit</a>]</span> <span class="mw-headline">Section 2</span></h2>
3592 <a name="Section_4"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: Section 4">edit</a>]</span> <span class="mw-headline">Section 4</span></h2>
3597 __NOEDITSECTION__ keyword
3603 <a name="Section_1"></a><h2> <span class="mw-headline">Section 1</span></h2>
3604 <a name="Section_2"></a><h2> <span class="mw-headline">Section 2</span></h2>
3609 Link inside a section heading
3611 ==Section with a [[Main Page|link]] in it==
3613 <a name="Section_with_a_link_in_it"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Section with a link in it">edit</a>]</span> <span class="mw-headline">Section with a <a href="/wiki/Main_Page" title="Main Page">link</a> in it</span></h2>
3618 TOC regression (bug 12077)
3625 <table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div>
3627 <li class="toclevel-1"><a href="#title_1"><span class="tocnumber">1</span> <span class="toctext">title 1</span></a>
3629 <li class="toclevel-2"><a href="#title_1.1"><span class="tocnumber">1.1</span> <span class="toctext">title 1.1</span></a></li>
3632 <li class="toclevel-1"><a href="#title_2"><span class="tocnumber">2</span> <span class="toctext">title 2</span></a></li>
3634 </td></tr></table><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script>
3635 <a name="title_1"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: title 1">edit</a>]</span> <span class="mw-headline"> title 1 </span></h2>
3636 <a name="title_1.1"></a><h3><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: title 1.1">edit</a>]</span> <span class="mw-headline"> title 1.1 </span></h3>
3637 <a name="title_2"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: title 2">edit</a>]</span> <span class="mw-headline"> title 2 </span></h2>
3642 BUG 1219 URL next to image (good)
3644 http://example.com [[Image:foobar.jpg]]
3646 <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 alt="Image:foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a>
3651 BUG 1219 URL next to image (broken)
3653 http://example.com[[Image:foobar.jpg]]
3655 <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 alt="Image:foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a>
3660 Bug 1186 news: in the middle of text
3662 http://en.wikinews.org/wiki/Wikinews:Workplace
3664 <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>
3670 Namespaced link must have a title
3679 Namespaced link must have a title (bad fragment version)
3681 [[Project:#fragment]]
3683 <p>[[Project:#fragment]]
3689 div with no attributes
3691 <div>HTML rocks</div>
3693 <div>HTML rocks</div>
3698 div with double-quoted attribute
3700 <div id="rock">HTML rocks</div>
3702 <div id="rock">HTML rocks</div>
3707 div with single-quoted attribute
3709 <div id='rock'>HTML rocks</div>
3711 <div id="rock">HTML rocks</div>
3716 div with unquoted attribute
3718 <div id=rock>HTML rocks</div>
3720 <div id="rock">HTML rocks</div>
3725 div with illegal double attributes
3727 <div align="center" align="right">HTML rocks</div>
3729 <div align="right">HTML rocks</div>
3734 HTML multiple attributes correction
3736 <p class="error" class="awesome">Awesome!</p>
3738 <p class="awesome">Awesome!</p>
3743 Table multiple attributes correction
3746 !+ class="error" class="awesome"| status
3751 <th class="awesome"> status
3759 <DIV ALIGN="center">HTML ROCKS</DIV>
3761 <div align="center">HTML ROCKS</div>
3767 text with amp in the middle of nowhere
3771 <p>Remember AT&T?
3776 text with character entity: eacute
3778 I always thought é was a cute letter.
3780 <p>I always thought é was a cute letter.
3785 text with undefined character entity: xacute
3787 I always thought &xacute; was a cute letter.
3789 <p>I always thought &xacute; was a cute letter.
3801 [[Media:Foobar.jpg]]
3803 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class="internal" title="Foobar.jpg">Media:Foobar.jpg</a>
3808 Media link with text
3810 [[Media:Foobar.jpg|A neat file to look at]]
3812 <p><a href="http://example.com/images/3/3a/Foobar.jpg" class="internal" title="Foobar.jpg">A neat file to look at</a>
3816 # FIXME: this is still bad HTML tag nesting
3818 Media link with nasty text
3819 fixme: doBlockLevels won't wrap this in a paragraph because it contains a div
3821 [[Media:Foobar.jpg|Safe Link<div style=display:none>" onmouseover="alert(document.cookie)" onfoo="</div>]]
3823 <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>
3828 Media link to nonexistent file (bug 1702)
3830 [[Media:No such.jpg]]
3832 <p><a href="/index.php?title=Special:Upload&wpDestFile=No_such.jpg" class="new" title="No such.jpg">Media:No such.jpg</a>
3837 Image link to nonexistent file (bug 1850 - good)
3839 [[Image:No such.jpg]]
3841 <p><a href="/index.php?title=Special:Upload&wpDestFile=No_such.jpg" class="new" title="Image:No such.jpg">Image:No such.jpg</a>
3846 :Image link to nonexistent file (bug 1850 - bad)
3848 [[:Image:No such.jpg]]
3850 <p><a href="/index.php?title=Image:No_such.jpg&action=edit&redlink=1" class="new" title="Image:No such.jpg (not yet written)">Image:No such.jpg</a>
3857 Character reference normalization in link text (bug 1938)
3859 [[Main Page|this&that]]
3861 <p><a href="/wiki/Main_Page" title="Main Page">this&that</a>
3866 Empty attribute crash test (bug 2067)
3868 <font color="">foo</font>
3870 <p><font color="">foo</font>
3875 Empty attribute crash test single-quotes (bug 2067)
3877 <font color=''>foo</font>
3879 <p><font color="">foo</font>
3884 Attribute test: equals, then nothing
3886 <font color=>foo</font>
3893 Attribute test: unquoted value
3895 <font color=x>foo</font>
3897 <p><font color="x">foo</font>
3902 Attribute test: unquoted but illegal value (hash)
3904 <font color=#x>foo</font>
3906 <p><font color="#x">foo</font>
3911 Attribute test: no value
3913 <font color>foo</font>
3915 <p><font color="color">foo</font>
3920 Bug 2095: link with three closing brackets
3924 <p><a href="/wiki/Main_Page" title="Main Page">Main Page</a>]
3929 Bug 2095: link with pipe and three closing brackets
3933 <p><a href="/wiki/Main_Page" title="Main Page">link</a>]
3938 Bug 2095: link with pipe and three closing brackets, version 2
3940 [[Main Page|[http://example.com/]]]
3942 <p><a href="/wiki/Main_Page" title="Main Page">[http://example.com/]</a>
3952 Template:Dangerous attribute
3954 " onmouseover="alert(document.cookie)
3958 Template:Dangerous style attribute
3960 border-size: expression(alert(document.cookie))
3966 <div style="float: right; {{{1}}}">Magic div</div>
3970 Bug 2304: HTML attribute safety (safe template; regression bug 2309)
3972 <div title="{{test}}"></div>
3974 <div title="This is a test template"></div>
3979 Bug 2304: HTML attribute safety (dangerous template; 2309)
3981 <div title="{{dangerous attribute}}"></div>
3983 <div title=""></div>
3988 Bug 2304: HTML attribute safety (dangerous style template; 2309)
3990 <div style="{{dangerous style attribute}}"></div>
3997 Bug 2304: HTML attribute safety (safe parameter; 2309)
3999 {{div style|width: 200px}}
4001 <div style="float: right; width: 200px">Magic div</div>
4006 Bug 2304: HTML attribute safety (unsafe parameter; 2309)
4008 {{div style|width: expression(alert(document.cookie))}}
4010 <div>Magic div</div>
4015 Bug 2304: HTML attribute safety (unsafe breakout parameter; 2309)
4017 {{div style|"><script>alert(document.cookie)</script>}}
4019 <div style="float: right;"><script>alert(document.cookie)</script>">Magic div</div>
4024 Bug 2304: HTML attribute safety (unsafe breakout parameter 2; 2309)
4026 {{div style|" ><script>alert(document.cookie)</script>}}
4028 <div style="float: right;"><script>alert(document.cookie)</script>">Magic div</div>
4033 Bug 2304: HTML attribute safety (link)
4035 <div title="[[Main Page]]"></div>
4037 <div title="[[Main Page]]"></div>
4042 Bug 2304: HTML attribute safety (italics)
4044 <div title="''foobar''"></div>
4046 <div title="''foobar''"></div>
4051 Bug 2304: HTML attribute safety (bold)
4053 <div title="'''foobar'''"></div>
4055 <div title="'''foobar'''"></div>
4061 Bug 2304: HTML attribute safety (ISBN)
4063 <div title="ISBN 1234567890"></div>
4065 <div title="ISBN 1234567890"></div>
4070 Bug 2304: HTML attribute safety (RFC)
4072 <div title="RFC 1234"></div>
4074 <div title="RFC 1234"></div>
4079 Bug 2304: HTML attribute safety (PMID)
4081 <div title="PMID 1234567890"></div>
4083 <div title="PMID 1234567890"></div>
4088 Bug 2304: HTML attribute safety (web link)
4090 <div title="http://example.com/"></div>
4092 <div title="http://example.com/"></div>
4097 Bug 2304: HTML attribute safety (named web link)
4099 <div title="[http://example.com/ link]"></div>
4101 <div title="[http://example.com/ link]"></div>
4106 Bug 3244: HTML attribute safety (extension; safe)
4108 <div style="<nowiki>background:blue</nowiki>"></div>
4110 <div style="background:blue"></div>
4115 Bug 3244: HTML attribute safety (extension; unsafe)
4117 <div style="<nowiki>border-left:expression(alert(document.cookie))</nowiki>"></div>
4124 Math section safety when disabled
4126 <math><script>alert(document.cookies);</script></math>
4128 <p><math><script>alert(document.cookies);</script></math>
4132 # More MSIE fun discovered by Tom Gilder
4135 MSIE CSS safety test: spurious slash
4137 <div style="background-image:u\rl(javascript:alert('boo'))">evil</div>
4144 MSIE CSS safety test: hex code
4146 <div style="background-image:u\72l(javascript:alert('boo'))">evil</div>
4153 MSIE CSS safety test: comment in url
4155 <div style="background-image:u/**/rl(javascript:alert('boo'))">evil</div>
4157 <div style="background-image:u rl(javascript:alert('boo'))">evil</div>
4162 MSIE CSS safety test: comment in expression
4164 <div style="background-image:expres/**/sion(alert('boo4'))">evil4</div>
4166 <div style="background-image:expres sion(alert('boo4'))">evil4</div>
4172 Table attribute legitimate extension
4175 !+ style="<nowiki>color:blue</nowiki>"| status
4180 <th style="color:blue"> status
4186 Table attribute safety
4189 !+ style="<nowiki>border-width:expression(0+alert(document.cookie))</nowiki>"| status
4207 Expansion of multi-line templates in attribute values (bug 6255)
4209 <div style="background: {{identity|#00FF00}}">-</div>
4211 <div style="background: #00FF00">-</div>
4217 Expansion of multi-line templates in attribute values (bug 6255 sanity check)
4219 <div style="background:
4222 <div style="background: #00FF00">-</div>
4227 Expansion of multi-line templates in attribute values (bug 6255 sanity check 2)
4229 <div style="background: #00FF00">-</div>
4231 <div style="background: #00FF00">-</div>
4236 ### Parser hooks (see maintenance/parserTestsParserHook.php for the <tag> extension)
4239 Parser hook: empty input
4252 Parser hook: empty input using terminated empty elements
4265 Parser hook: empty input using terminated empty elements (space before)
4278 Parser hook: basic input
4292 Parser hook: case insensitive
4306 Parser hook: case insensitive, redux
4319 Parser hook: nested tags
4323 <tag><tag></tag></tag>
4334 Parser hook: basic arguments
4336 <tag width=200 height = "100" depth = '50' square></tag>
4355 Parser hook: argument containing a forward slash (bug 5344)
4357 <tag filename='/tmp/bla'></tag>
4363 string(8) "/tmp/bla"
4370 Parser hook: empty input using terminated empty elements (bug 2374)
4384 # </tag> should be output literally since there is no matching tag that begins it
4386 Parser hook: basic arguments using terminated empty elements (bug 2374)
4388 <tag width=200 height = "100" depth = '50' square/>
4411 ### (see maintenance/parserTestsStaticParserHook.php for the <statictag> extension)
4415 Parser hook: static parser hook not inside a comment
4417 <statictag>hello, world</statictag>
4418 <statictag action=flush/>
4426 Parser hook: static parser hook inside a comment
4428 <!-- <statictag>hello, world</statictag> -->
4429 <statictag action=flush/>
4435 # Nested template calls; this case was broken by Parser.php rev 1.506,
4439 Template:One-parameter
4441 (My parameter is: {{{1}}})
4445 Template:Map-one-parameter
4451 Nested template calls
4453 {{Map-one-parameter|One-parameter|param}}
4455 <p>(My parameter is: param)
4464 Sanitizer: Closing of open tags
4466 <s></s><table></table>
4468 <s></s><table></table>
4473 Sanitizer: Closing of open but not closed tags
4482 Sanitizer: Closing of closed but not open tags
4491 Sanitizer: Closing of closed but not open table tags
4493 Table not started</td></tr></table>
4495 <p>Table not started</td></tr></table>
4500 Sanitizer: Escaping of spaces, multibyte characters, colons & other stuff in id=""
4502 <span id="æ: v">byte</span>[[#æ: v|backlink]]
4504 <p><span id=".C3.A6:_v">byte</span><a href="#.C3.A6:_v" title="">backlink</a>
4509 Sanitizer: Validating the contents of the id attribute (bug 4515)
4515 Something, but defenetly not <br id="9" />...
4519 Sanitizer: Validating id attribute uniqueness (bug 4515, bug 6301)
4523 <br id="foo" /><br id="foo" />
4525 Something need to be done. foo-2 ?
4529 Language converter: output gets cut off unexpectedly (bug 5757)
4533 this bit is safe: }-
4535 but if we add a conversion instance: -{zh-cn:xxx;zh-tw:yyy}-
4537 then we get cut off here: }-
4539 all additional text is vanished
4541 <p>this bit is safe: }-
4542 </p><p>but if we add a conversion instance: xxx
4543 </p><p>then we get cut off here: }-
4544 </p><p>all additional text is vanished
4549 Self closed html pairs (bug 5487)
4552 <center><font id="bug" />Centered text</center>
4553 <div><font id="bug2" />In div text</div>
4555 <center><font id="bug" />Centered text</center>
4556 <div><font id="bug2" />In div text</div>
4565 Punctuation: nbsp before exclamation
4569 <p>C'est grave !
4574 Punctuation: CSS !important (bug 11874)
4576 <div style="width:50% !important">important</div>
4578 <div style="width:50% !important">important</div>
4583 Punctuation: CSS ! important (bug 11874; with space after)
4585 <div style="width:50% ! important">important</div>
4587 <div style="width:50% ! important">important</div>
4593 HTML bullet list, closed tags (bug 5497)
4608 HTML bullet list, unclosed tags (bug 5497)
4623 HTML ordered list, closed tags (bug 5497)
4638 HTML ordered list, unclosed tags (bug 5497)
4653 HTML nested bullet list, closed tags (bug 5497)
4678 HTML nested bullet list, open tags (bug 5497)
4701 HTML nested ordered list, closed tags (bug 5497)
4726 HTML nested ordered list, open tags (bug 5497)
4749 HTML ordered list item with parameters oddity
4751 <ol><li id="fragment">One</li></ol>
4753 <ol><li id="fragment">One</li></ol>
4758 bug 5918: autonumbering
4760 [http://first/] [http://second] [ftp://ftp]
4764 [mailto:enclosed@mail.tld With target]
4766 [mailto:enclosed@mail.tld]
4768 mailto:inline@mail.tld
4770 <p><a href="http://first/" class="external autonumber" title="http://first/" rel="nofollow">[1]</a> <a href="http://second" class="external autonumber" title="http://second" rel="nofollow">[2]</a> <a href="ftp://ftp" class="external autonumber" title="ftp://ftp" rel="nofollow">[3]</a>
4771 </p><p><a href="ftp://inlineftp" class="external free" title="ftp://inlineftp" rel="nofollow">ftp://inlineftp</a>
4772 </p><p><a href="mailto:enclosed@mail.tld" class="external text" title="mailto:enclosed@mail.tld" rel="nofollow">With target</a>
4773 </p><p><a href="mailto:enclosed@mail.tld" class="external autonumber" title="mailto:enclosed@mail.tld" rel="nofollow">[4]</a>
4774 </p><p><a href="mailto:inline@mail.tld" class="external free" title="mailto:inline@mail.tld" rel="nofollow">mailto:inline@mail.tld</a>
4780 # Security and HTML correctness
4781 # From Nick Jenkins' fuzz testing
4785 Fuzz testing: Parser13
4800 Fuzz testing: Parser14
4805 <a name="onmouseover.3D"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: onmouseover=">edit</a>]</span> <span class="mw-headline"> onmouseover= </span></h2>
4806 http://<table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div>
4808 <li class="toclevel-1"><a href="#onmouseover.3D"><span class="tocnumber">1</span> <span class="toctext">onmouseover=</span></a></li>
4810 </td></tr></table><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script>
4815 Fuzz testing: Parser14-table
4820 <a name="a"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: a">edit</a>]</span> <span class="mw-headline">a</span></h2>
4821 <table style="__TOC__">
4827 # Known to produce bogus xml (extra </td>)
4829 Fuzz testing: Parser16
4838 <th>https://</th><th></th><th></th><th>
4846 Fuzz testing: Parser21
4849 ! irc://{{ftp://a" onmouseover="alert('hello world');"
4854 <th> <a href="irc://{{ftp://a" class="external free" title="irc://{{ftp://a" rel="nofollow">irc://{{ftp://a</a>" onmouseover="alert('hello world');"
4863 Fuzz testing: Parser22
4865 http://===r:::https://b
4869 <p><a href="http://===r:::https://b" class="external free" title="http://===r:::https://b" rel="nofollow">http://===r:::https://b</a>
4877 # Known to produce bad XML for now
4879 Fuzz testing: Parser24
4886 | {{{{SSSll!!!!!!!VVVV)]]][[Special:*xxxxxxx--><noinclude>}}}} >
4887 <br style="onmouseover='alert(document.cookie);' " />
4889 MOVE YOUR MOUSE CURSOR OVER THIS TEXT
4894 <u class="|">}}}} >
4895 <br style="onmouseover='alert(document.cookie);'" />
4897 MOVE YOUR MOUSE CURSOR OVER THIS TEXT
4906 # Known to produce bad XML for now
4908 Fuzz testing: Parser25 (bug 6055)
4916 }}}blah" onmouseover="alert('hello world');" align="left"'''MOVE MOUSE CURSOR OVER HERE
4920 <li class="||">
4921 }}}blah" onmouseover="alert('hello world');" align="left"<b>MOVE MOUSE CURSOR OVER HERE</b>
4926 Fuzz testing: URL adjacent extension (with space, clean)
4929 http://example.com <nowiki>junk</nowiki>
4931 <p><a href="http://example.com" class="external free" title="http://example.com" rel="nofollow">http://example.com</a> junk
4936 Fuzz testing: URL adjacent extension (no space, dirty; nowiki)
4939 http://example.com<nowiki>junk</nowiki>
4941 <p><a href="http://example.com" class="external free" title="http://example.com" rel="nofollow">http://example.com</a>junk
4946 Fuzz testing: URL adjacent extension (no space, dirty; pre)
4949 http://example.com<pre>junk</pre>
4951 <a href="http://example.com" class="external free" title="http://example.com" rel="nofollow">http://example.com</a><pre>junk</pre>
4956 Fuzz testing: image with bogus manual thumbnail
4958 [[Image:foobar.jpg|thumbnail= ]]
4960 <div class="thumb tright"><div class="thumbinner" style="width:1943px;">Error creating thumbnail: <div class="thumbcaption"></div></div></div>
4965 Fuzz testing: encoded newline in generated HTML replacements (bug 6577)
4967 <pre dir=" "></pre>
4969 <pre dir=" "></pre>
4974 Parsing optional HTML elements (Bug 6171)
4979 <td> Some tabular data</td>
4980 <td> More tabular data ...
4981 <td> And yet som tabular data</td>
4987 <td> Some tabular data</td>
4988 <td> More tabular data ...
4989 </td><td> And yet som tabular data</td>
4996 Correct handling of <td>, <tr> (Bug 6171)
5001 <td> Some tabular data</td>
5002 <td> More tabular data ...</td>
5003 <td> And yet som tabular data</td>
5009 <td> Some tabular data</td>
5010 <td> More tabular data ...</td>
5011 <td> And yet som tabular data</td>
5019 Parsing crashing regression (fr:JavaScript)
5023 <p></body></x>
5028 Inline wiki vs wiki block nesting
5034 <p><b>Bold paragraph</b>
5035 </p><p>New wiki paragraph
5040 Inline HTML vs wiki block nesting
5046 <p><b>Bold paragraph</b>
5047 </p><p>New wiki paragraph
5053 Mixing markup for italics and bold
5056 '''bold''''''bold''bolditalics'''''
5058 <p><b>bold</b><b>bold<i>bolditalics</i></b>
5066 Article for special page transclusion test
5070 Special page transclusion
5073 {{Special:Prefixindex/Xyzzyx}}
5077 <table style="background: inherit;" border="0" width="100%"><tr><td><a href="/wiki/Xyzzyx" title="Xyzzyx">Xyzzyx</a></td></tr></table>
5082 Special page transclusion twice (bug 5021)
5085 {{Special:Prefixindex/Xyzzyx}}
5086 {{Special:Prefixindex/Xyzzyx}}
5090 <table style="background: inherit;" border="0" width="100%"><tr><td><a href="/wiki/Xyzzyx" title="Xyzzyx">Xyzzyx</a></td></tr></table>
5093 <table style="background: inherit;" border="0" width="100%"><tr><td><a href="/wiki/Xyzzyx" title="Xyzzyx">Xyzzyx</a></td></tr></table>
5098 Transclusion of default MediaWiki message
5100 {{MediaWiki:Mainpage}}
5107 Transclusion of nonexistent MediaWiki message
5109 {{MediaWiki:Mainpagexxx}}
5111 <p><a href="/index.php?title=MediaWiki:Mainpagexxx&action=edit&redlink=1" class="new" title="MediaWiki:Mainpagexxx (not yet written)">MediaWiki:Mainpagexxx</a>
5116 Transclusion of MediaWiki message with underscore
5118 {{MediaWiki:history_short}}
5125 Transclusion of MediaWiki message with space
5127 {{MediaWiki:history short}}
5134 Invalid header with following text
5144 Section extraction test (section 0)
5164 Section extraction test (section 1)
5186 Section extraction test (section 2)
5207 Section extraction test (section 3)
5227 Section extraction test (section 4)
5251 Section extraction test (section 5)
5271 Section extraction test (section 6)
5292 Section extraction test (section 7)
5312 Section extraction test (section 8)
5332 Section extraction test (section 9)
5353 Section extraction test (section 10)
5373 Section extraction test (nonexistent section 11)
5392 Section extraction test with bogus heading (section 1)
5397 ==bogus== not a legal section
5401 ==bogus== not a legal section
5405 Section extraction test with bogus heading (section 2)
5410 ==bogus== not a legal section
5417 Section extraction test with comment after heading (section 1)
5429 Section extraction test with comment after heading (section 2)
5441 Section extraction test with bogus <nowiki> heading (section 1)
5446 ==bogus== <nowiki>not a legal section</nowiki>
5450 ==bogus== <nowiki>not a legal section</nowiki>
5454 Section extraction test with bogus <nowiki> heading (section 2)
5459 ==bogus== <nowiki>not a legal section</nowiki>
5466 # Formerly testing for bug 2587, now resolved by the use of unmarked sections
5467 # instead of respecting commented sections
5469 Section extraction prefixed by comment (section 1)
5480 Section extraction prefixed by comment (section 2)
5491 # Formerly testing for bug 2607, now resolved by the use of unmarked sections
5492 # instead of respecting HTML-style headings
5494 Section extraction, mixed wiki and html (section 1)
5510 Section extraction, mixed wiki and html (section 2)
5526 # Formerly testing for bug 3342
5528 Section extraction, heading surrounded by <noinclude>
5532 <noinclude>==unmarked==</noinclude>
5540 Section replacement test (section 0)
5571 Section replacement test (section 1)
5600 Section replacement test (section 2)
5630 Section replacement test (section 3)
5661 Section replacement test (section 4)
5688 Section replacement test (section 5)
5719 Section replacement test (section 6)
5749 Section replacement test (section 7)
5780 Section replacement test (section 8)
5811 Section replacement test (section 9)
5840 Section replacement test (section 10)
5870 Section replacement test with initial whitespace (bug 13728)
5874 Preformatted initial line
5878 Preformatted initial line
5885 Section extraction, heading followed by pre with 20 spaces (bug 6398)
5897 Section extraction, heading followed by pre with 19 spaces (bug 6398 sanity check)
5910 Section extraction, <pre> around bogus header (bug 10309)
5927 Section replacement, <pre> around bogus header (bug 10309)
5929 noxml replace=2,"xxx"
5950 Handling of 
 in URLs
5954 <ul><li><ul><li><a href="irc://%0Aa" class="external free" title="irc://%0Aa" rel="nofollow">irc://%0Aa</a>
5961 5 quotes, code coverage +1 line
5968 Special:Search page linking.
5972 <p><a href="/wiki/Special:Search" title="Special:Search">Special:Search</a>
5987 * {{SUBJECTPAGENAME}}
5988 * {{SUBJECTPAGENAMEE}}
5995 * {{Dynamic|{{NUMBEROFUSERS}}|{{NUMBEROFPAGES}}|{{CURRENTVERSION}}|{{CONTENTLANGUAGE}}|{{DIRECTIONMARK}}|{{CURRENTTIMESTAMP}}|{{NUMBEROFARTICLES}}}}
5997 <ul><li> Parser test
5998 </li><li> Parser test
5999 </li><li> Parser test
6000 </li><li> Parser_test
6001 </li><li> Parser test
6002 </li><li> Parser_test
6003 </li><li> Talk:Parser test
6004 </li><li> Talk:Parser_test
6005 </li><li> Parser test
6006 </li><li> Parser_test
6013 </li><li> <a href="/index.php?title=Template:Dynamic&action=edit&redlink=1" class="new" title="Template:Dynamic (not yet written)">Template:Dynamic</a>
6017 ### Note: Above tests excludes the "{{NUMBEROFADMINS}}" magic word because it generates a MySQL error when included.
6027 image4 |300px| centre
6028 image5.svg| http://///////
6033 <table class="gallery" cellspacing="0" cellpadding="0">
6035 <td><div class="gallerybox" style="width: 155px;">
6036 <div style="height: 152px;">Image1.png</div>
6037 <div class="gallerytext">
6040 <td><div class="gallerybox" style="width: 155px;">
6041 <div style="height: 152px;">Image2.gif</div>
6042 <div class="gallerytext">
6047 <td><div class="gallerybox" style="width: 155px;">
6048 <div style="height: 152px;">Image3</div>
6049 <div class="gallerytext">
6052 <td><div class="gallerybox" style="width: 155px;">
6053 <div style="height: 152px;">Image4</div>
6054 <div class="gallerytext">
6061 <td><div class="gallerybox" style="width: 155px;">
6062 <div style="height: 152px;">Image5.svg</div>
6063 <div class="gallerytext">
6064 <p><a href="http://///////" class="external free" title="http://///////" rel="nofollow">http://///////</a>
6068 <td><div class="gallerybox" style="width: 155px;">
6069 <div style="height: 152px;">* image6</div>
6070 <div class="gallerytext">
6079 HTML Hex character encoding (spells the word "JavaScript")
6081 JavaScript
6083 <p>JavaScript
6088 __FORCETOC__ override
6100 ISBN 978-0-1234-56 789
6102 <p><a href="/wiki/Special:BookSources/9780123456" class="internal">ISBN 978-0-1234-56</a> 789
6107 ISBN followed by 5 spaces
6118 ISBN ISBN 1234567890
6120 <p>ISBN <a href="/wiki/Special:BookSources/1234567890" class="internal">ISBN 1234567890</a>
6129 <p>RFC <a href="http://tools.ietf.org/html/rfc1234" class="external" title="http://tools.ietf.org/html/rfc1234">RFC 1234</a>
6134 Double RFC with a wiki link
6138 <p>RFC <a href="/index.php?title=RFC_1234&action=edit&redlink=1" class="new" title="RFC 1234 (not yet written)">RFC 1234</a>
6147 <p><a href="http://tools.ietf.org/html/rfc983" class="external" title="http://tools.ietf.org/html/rfc983">RFC 983</a> 987
6152 Centre-aligned image
6154 [[Image:foobar.jpg|centre]]
6156 <div class="center"><div class="floatnone"><span><a href="/wiki/Image:Foobar.jpg" class="image" title="Foobar.jpg"><img alt="" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a></span></div></div>
6163 [[Image:foobar.jpg|none]]
6165 <div class="floatnone"><span><a href="/wiki/Image:Foobar.jpg" class="image" title="Foobar.jpg"><img alt="" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a></span></div>
6170 Width + Height sized image (using px) (height is ignored)
6172 [[Image:foobar.jpg|640x480px]]
6174 <p><a href="/wiki/Image:Foobar.jpg" class="image" title="Foobar.jpg"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/640px-Foobar.jpg" width="640" height="73" border="0" /></a>
6179 Another italics / bold test
6187 # Note the results may be incorrect, as parserTest output included this:
6188 # XML error: Mismatched tag at byte 6120:
6189 # ...<dd> </dt></dl> </dd...
6195 <dl><dd><dl><dt><dl><dt><dl><dt><dl><dd><dl><dd>
6206 # Images with the "|" character in external URLs in comment tags; Eats half the comment, leaves unmatched "</a>" tag.
6208 Images with the "|" character in the comment
6210 [[image:Foobar.jpg|thumb|An [http://test/?param1=|left|¶m2=|x external] URL]]
6212 <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/Image:Foobar.jpg" class="image" title="An external URL"><img alt="An external URL" src="http://example.com/images/thumb/3/3a/Foobar.jpg/180px-Foobar.jpg" width="180" height="20" border="0" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div>An <a href="http://test/?param1=|left|&param2=|x" class="external text" title="http://test/?param1=|left|&param2=|x" rel="nofollow">external</a> URL</div></div></div>
6217 [Before] HTML without raw HTML enabled ($wgRawHtml==false)
6219 <html><script>alert(1);</script></html>
6221 <p><html><script>alert(1);</script></html>
6226 HTML with raw HTML ($wgRawHtml==true)
6230 <html><script>alert(1);</script></html>
6232 <p><script>alert(1);</script>
6237 Parents of subpages, one level up
6239 subpage title=[[Subpage test/L1/L2/L3]]
6243 <p><a href="/index.php?title=Subpage_test/L1/L2&action=edit&redlink=1" class="new" title="Subpage test/L1/L2 (not yet written)">L2</a>
6249 Parents of subpages, one level up, not named
6251 subpage title=[[Subpage test/L1/L2/L3]]
6255 <p><a href="/index.php?title=Subpage_test/L1/L2&action=edit&redlink=1" class="new" title="Subpage test/L1/L2 (not yet written)">Subpage test/L1/L2</a>
6262 Parents of subpages, two levels up
6265 subpage title=[[Subpage test/L1/L2/L3]]
6269 <p><a href="/index.php?title=Subpage_test/L1&action=edit&redlink=1" class="new" title="Subpage test/L1 (not yet written)">L1</a>
6274 # Question: should result be "/index.php?title=Subpage_test/L1&action=edit" instead?
6276 Parents of subpages, two levels up, without trailing slash or name.
6278 subpage title=[[Subpage test/L1/L2/L3]]
6282 <p><a href="/index.php?title=Subpage_test/L1/L2/..&action=edit&redlink=1" class="new" title="Subpage test/L1 (not yet written)">../..</a>
6286 # Question: Why should the link text in the above test be "../..", yet in this test the "../.." part is silently dropped?
6287 # Current result: <p><a href="/index.php?title=Subpage_test/L1////&action=edit" class="new" title="Subpage test/L1////">///
6289 Parents of subpages, two levels up, with lots of extra trailing slashes.
6291 subpage title=[[Subpage test/L1/L2/L3]]
6295 <p><a href="/index.php?title=Subpage_test/L1&action=edit&redlink=1" class="new" title="Subpage test/L1 (not yet written)">Subpage test/L1</a>
6300 Definition list code coverage
6306 <dl><dt> title </dt><dd> def
6307 </dd><dt> title </dt><dd> def
6308 </dd><dt>title</dt><dd> def
6314 Don't fall for the self-closing div
6316 <div>hello world</div/>
6318 <div>hello world</div>
6327 <p>[[:Template:Msg]]
6336 <p><a href="/index.php?title=Template:QUERTY&action=edit&redlink=1" class="new" title="Template:QUERTY (not yet written)">Template:QUERTY</a>
6340 # This isn't needed for XHTML conformance, but would be handy as a fallback security measure
6342 Always escape literal '>' in output, not just after '<'
6356 <p>This is a test template
6357 This is a test template
6369 Inclusion of !userCanEdit() content
6373 <a name="header"></a><h2><span class="editsection">[<a href="/index.php?title=MediaWiki:Fake&action=edit&section=T-1" title="MediaWiki:Fake">edit</a>]</span> <span class="mw-headline">header</span></h2>
6379 Out-of-order TOC heading levels
6388 <table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div>
6390 <li class="toclevel-1"><a href="#2"><span class="tocnumber">1</span> <span class="toctext">2</span></a>
6392 <li class="toclevel-2"><a href="#6"><span class="tocnumber">1.1</span> <span class="toctext">6</span></a></li>
6393 <li class="toclevel-2"><a href="#3"><span class="tocnumber">1.2</span> <span class="toctext">3</span></a></li>
6396 <li class="toclevel-1"><a href="#1_7"><span class="tocnumber">2</span> <span class="toctext">1</span></a>
6398 <li class="toclevel-2"><a href="#5"><span class="tocnumber">2.1</span> <span class="toctext">5</span></a></li>
6399 <li class="toclevel-2"><a href="#2_4"><span class="tocnumber">2.2</span> <span class="toctext">2</span></a></li>
6403 </td></tr></table><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script>
6404 <a name="2"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: 2">edit</a>]</span> <span class="mw-headline">2</span></h2>
6405 <a name="6"></a><h6><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=2" title="Edit section: 6">edit</a>]</span> <span class="mw-headline">6</span></h6>
6406 <a name="3"></a><h3><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=3" title="Edit section: 3">edit</a>]</span> <span class="mw-headline">3</span></h3>
6407 <a name="1_7"></a><h1><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=4" title="Edit section: 1">edit</a>]</span> <span class="mw-headline">1</span></h1>
6408 <a name="5"></a><h5><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=5" title="Edit section: 5">edit</a>]</span> <span class="mw-headline">5</span></h5>
6409 <a name="2_4"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=6" title="Edit section: 2">edit</a>]</span> <span class="mw-headline">2</span></h2>
6415 ISBN with a dummy number
6425 ISBN with space-delimited number
6429 <p><a href="/wiki/Special:BookSources/9290170328" class="internal">ISBN 92 9017 032 8</a>
6435 ISBN with multiple spaces, no number
6454 </p><p><a href="/wiki/Special:BookSources/1234567890" class="internal">ISBN 1234567890</a>
6455 </p><p>ISBN 12345678901
6461 ISBN with trailing year (bug 8110)
6463 ISBN 1-234-56789-0 - 2006
6465 ISBN 1 234 56789 0 - 2006
6467 <p><a href="/wiki/Special:BookSources/1234567890" class="internal">ISBN 1-234-56789-0</a> - 2006
6468 </p><p><a href="/wiki/Special:BookSources/1234567890" class="internal">ISBN 1 234 56789 0</a> - 2006
6474 Pages in namespace (Magic word disabled currently)
6476 {{PAGESINNAMESPACE:}}
6485 {{anchorencode:foo bar©#%n}}
6487 <p>foo_bar.C2.A9.23.25n
6493 Bug 8293: Use of center tag ruins paragraph formatting
6515 ### Language variants related tests
6518 Self-link in language variants
6520 title=[[Dunav]] language=sr
6522 Both [[Dunav]] and [[Дунав]] are names for this river.
6524 <p>Both <strong class="selflink">Dunav</strong> and <strong class="selflink">Дунав</strong> are names for this river.
6530 Link to pages in language variants
6534 Main Page can be written as [[Маин Паге]]
6536 <p>Main Page can be written as <a href="/wiki/Main_Page" title="Main Page">Маин Паге</a>
6542 Multiple links to pages in language variants
6546 [[Main Page]] can be written as [[Маин Паге]] same as [[Маин Паге]].
6548 <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>.
6554 Simple template in language variants
6560 <p>This is a test template
6566 Template with explicit namespace in language variants
6572 <p>This is a test template
6578 Basic test for template parameter in language variants
6582 {{парамтест|param=foo}}
6584 <p>This is a test template with parameter foo
6590 Simple category in language variants
6594 [[:Category:МедиаWики Усер'с Гуиде]]
6596 <a href="/wiki/Category:MediaWiki_User%27s_Guide" title="Category:MediaWiki User's Guide">MediaWiki User's Guide</a>
6601 Stripping -{}- tags (language variants)
6605 Latin proverb: -{Ne nuntium necare}-
6607 <p>Latin proverb: Ne nuntium necare
6613 Prevent conversion with -{}- tags (language variants)
6615 language=sr variant=sr-ec
6617 Latinski: -{Ne nuntium necare}-
6619 <p>Латински: Ne nuntium necare
6625 Prevent conversion of text with -{}- tags (language variants)
6627 language=sr variant=sr-ec
6629 Latinski: -{Ne nuntium necare}-
6631 <p>Латински: Ne nuntium necare
6637 Prevent conversion of links with -{}- tags (language variants)
6639 language=sr variant=sr-ec
6643 <p><a href="/index.php?title=Main_Page&variant=sr-ec" title="Main Page">Main Page</a>
6649 -{}- tags within headlines (within html for parserConvert())
6651 language=sr variant=sr-ec
6655 <a name="-.7BNaslov.7D-"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Уреди део: Naslov">уреди</a>]</span> <span class="mw-headline"> Naslov </span></h2>
6661 Explicit definition of language variant alternatives
6663 language=zh variant=zh-tw
6665 -{zh:China;zh-tw:Taiwan}-, not China
6667 <p>Taiwan, not China
6673 Adding explicit session-wise language variant mapping (A flag)
6675 language=zh variant=zh-tw
6677 -{A|zh:China;zh-tw:Taiwan}- is China
6685 Adding explicit conversion rule for title (T flag)
6687 language=zh variant=zh-tw
6689 Should be stripped-{T|zh:China;zh-tw:Taiwan}-!
6691 <p>Should be stripped!
6697 Raw output of variant escape tags (R flag)
6699 language=zh variant=zh-tw
6701 Raw: -{R|zh:China;zh-tw:Taiwan}-
6703 <p>Raw: zh:China;zh-tw:Taiwan
6709 Do not convert roman numbers to language variants
6711 language=sr variant=sr-ec
6715 <p>Фридрих IV је цар.
6726 Bug 529: Uncovered bullet
6737 Bug 529: Uncovered table already at line-start
6758 Bug 529: Uncovered bullet in parser function result
6760 * Foo {{lc:{{bullet}} }}
6769 Bug 5678: Double-parsed template argument
6771 {{lc:{{{1}}}|hello}}
6778 Bug 5678: Double-parsed template invocation
6780 {{lc:{{paramtest {{!}} param = hello }} }}
6782 <p>{{paramtest | param = hello }}
6787 Morwen/13: Unclosed link followed by heading
6794 <a name="heading"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: heading">edit</a>]</span> <span class="mw-headline">heading</span></h2>
6799 HHP2.1: Heuristics for headings in preprocessor parenthetical structures
6806 <a name="heading"></a><h1> <span class="mw-headline">heading</span></h1>
6811 HHP2.2: Heuristics for headings in preprocessor parenthetical structures
6818 <a name="heading"></a><h2><span class="editsection">[<a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: heading">edit</a>]</span> <span class="mw-headline">heading</span></h2>
6842 Try for 100% code coverage