Index: trunk/extensions/LabeledSectionTransclusion/lstParserTests.txt |
— | — | @@ -253,7 +253,7 @@ |
254 | 254 | !!input |
255 | 255 | {{#lst:headings|head}} |
256 | 256 | !!result |
257 | | -<h2><span class="editsection">[<a href="https://www.mediawiki.org/index.php?title=Headings&action=edit&section=T-1" title="Headings">edit</a>]</span> <span class="mw-headline" id="section">section</span></h2> |
| 257 | +<h2><span class="mw-headline" id="section">section</span> <span class="editsection">[<a href="https://www.mediawiki.org/index.php?title=Headings&action=edit&section=T-1" title="Headings">edit</a>]</span></h2> |
258 | 258 | <p>blah |
259 | 259 | </p> |
260 | 260 | !!end |
— | — | @@ -263,7 +263,7 @@ |
264 | 264 | !!input |
265 | 265 | {{#lst:headings|head2}} |
266 | 266 | !!result |
267 | | -<h2><span class="editsection">[<a href="https://www.mediawiki.org/index.php?title=Headings&action=edit&section=T-2" title="Headings">edit</a>]</span> <span class="mw-headline" id="section2">section2</span></h2> |
| 267 | +<h2><span class="mw-headline" id="section2">section2</span> <span class="editsection">[<a href="https://www.mediawiki.org/index.php?title=Headings&action=edit&section=T-2" title="Headings">edit</a>]</span></h2> |
268 | 268 | <p>blah |
269 | 269 | </p> |
270 | 270 | !!end |
— | — | @@ -285,10 +285,10 @@ |
286 | 286 | !!input |
287 | 287 | {{#lst:lst_head_bounds|s}} |
288 | 288 | !!result |
289 | | -<h1><span class="editsection">[<a href="https://www.mediawiki.org/index.php?title=Lst_head_bounds&action=edit&section=T-3" title="Lst head bounds">edit</a>]</span> <span class="mw-headline" id="3">3</span></h1> |
| 289 | +<h1><span class="mw-headline" id="3">3</span> <span class="editsection">[<a href="https://www.mediawiki.org/index.php?title=Lst_head_bounds&action=edit&section=T-3" title="Lst head bounds">edit</a>]</span></h1> |
290 | 290 | <p>hi |
291 | 291 | </p> |
292 | | -<h1><span class="editsection">[<a href="https://www.mediawiki.org/index.php?title=Lst_head_bounds&action=edit&section=T-4" title="Lst head bounds">edit</a>]</span> <span class="mw-headline" id="4">4</span></h1> |
| 292 | +<h1><span class="mw-headline" id="4">4</span> <span class="editsection">[<a href="https://www.mediawiki.org/index.php?title=Lst_head_bounds&action=edit&section=T-4" title="Lst head bounds">edit</a>]</span></h1> |
293 | 293 | |
294 | 294 | !!end |
295 | 295 | |
Index: trunk/extensions/LabeledSectionTransclusion/lsthParserTests.txt |
— | — | @@ -80,7 +80,7 @@ |
81 | 81 | !!result |
82 | 82 | <p>sec 2 |
83 | 83 | </p> |
84 | | -<a name="3"></a><h3><span class="editsection">[<a href="https://www.mediawiki.org/index.php?title=LsthSections&action=edit&section=3" title="LsthSections">edit</a>]</span> <span class="mw-headline">3</span></h3> |
| 84 | +<a name="3"></a><h3><span class="mw-headline">3</span> <span class="editsection">[<a href="https://www.mediawiki.org/index.php?title=LsthSections&action=edit&section=3" title="LsthSections">edit</a>]</span></h3> |
85 | 85 | <p>sec 3 |
86 | 86 | </p> |
87 | 87 | !!end |