Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -294,9 +294,9 @@ |
295 | 295 | !! test |
296 | 296 | Definition list with wikilink containing colon |
297 | 297 | !! input |
298 | | -; [[Wikipedia:FAQ]]: The least-read page on Wikipedia |
| 298 | +; [[Help:FAQ]]: The least-read page on Wikipedia |
299 | 299 | !! result |
300 | | -<dl><dt> <a href="https://www.mediawiki.org/index.php?title=Wikipedia:FAQ&action=edit" class="new" title="Wikipedia:FAQ">Wikipedia:FAQ</a></dt><dd> The least-read page on Wikipedia |
| 300 | +<dl><dt> <a href="https://www.mediawiki.org/index.php?title=Help:FAQ&action=edit" class="new" title="Help:FAQ">Help:FAQ</a></dt><dd> The least-read page on Wikipedia |
301 | 301 | </dd></dl> |
302 | 302 | |
303 | 303 | !! end |
— | — | @@ -1809,8 +1809,7 @@ |
1810 | 1810 | Some text |
1811 | 1811 | ===Another headline=== |
1812 | 1812 | !! result |
1813 | | -<div id='toc'> |
1814 | | -<div id='toctitle'><h2>Table of contents</h2></div> |
| 1813 | +<table id='toc' class='toc'><tr><td><div id='toctitle'><h2>Table of contents</h2></div> |
1815 | 1814 | <ul> |
1816 | 1815 | <li class='toclevel-1'><a href="#Headline_1"><span class="tocnumber">1</span> <span class="toctext">Headline 1</span></a> |
1817 | 1816 | <ul> |
— | — | @@ -1831,8 +1830,8 @@ |
1832 | 1831 | </ul> |
1833 | 1832 | </li> |
1834 | 1833 | </ul> |
1835 | | -</div> |
1836 | | -<script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script><div class='visualClear'></div> |
| 1834 | +</td></tr></table> |
| 1835 | +<script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script> |
1837 | 1836 | <div class="editsection" style="float:right;margin-left:5px;">[<a href="https://www.mediawiki.org/index.php?title=Parser_test_script&action=edit&section=1" title="Parser test script">edit</a>]</div><a name="Headline_1"></a><h2> Headline 1 </h2> |
1838 | 1837 | <div class="editsection" style="float:right;margin-left:5px;">[<a href="https://www.mediawiki.org/index.php?title=Parser_test_script&action=edit&section=2" title="Parser test script">edit</a>]</div><a name="Subheadline_1"></a><h3> Subheadline 1 </h3> |
1839 | 1838 | <div class="editsection" style="float:right;margin-left:5px;">[<a href="https://www.mediawiki.org/index.php?title=Parser_test_script&action=edit&section=3" title="Parser test script">edit</a>]</div><a name="Skipping_a_level"></a><h5> Skipping a level </h5> |