Index: branches/REL1_18/extensions/LabeledSectionTransclusion/lstParserTests.txt |
— | — | @@ -229,7 +229,7 @@ |
230 | 230 | !!input |
231 | 231 | {{#lst:no such article|anything}} |
232 | 232 | !!result |
233 | | -<p><a href="https://www.mediawiki.org/index.php?title=No_such_article&action=edit&redlink=1" class="new" title="No such article (not yet written)">No such article</a> |
| 233 | +<p><a href="https://www.mediawiki.org/index.php?title=No_such_article&action=edit&redlink=1" class="new" title="No such article (page does not exist)">No such article</a> |
234 | 234 | </p> |
235 | 235 | !!end |
236 | 236 | |
— | — | @@ -253,7 +253,7 @@ |
254 | 254 | !!input |
255 | 255 | {{#lst:headings|head}} |
256 | 256 | !!result |
257 | | -<a name="section"></a><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">section</span></h2> |
| 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> |
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 | | -<a name="section2"></a><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">section2</span></h2> |
| 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> |
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 | | -<a name="3"></a><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">3</span></h1> |
| 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> |
290 | 290 | <p>hi |
291 | 291 | </p> |
292 | | -<a name="4"></a><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">4</span></h1> |
| 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> |
293 | 293 | |
294 | 294 | !!end |
295 | 295 | |
Property changes on: branches/REL1_18/extensions/LabeledSectionTransclusion/lstParserTests.txt |
___________________________________________________________________ |
Added: svn:mergeinfo |
296 | 296 | Merged /trunk/extensions/LabeledSectionTransclusion/lstParserTests.txt:r89183 |