Test for bug 32057.
authorPlatonides <platonides@users.mediawiki.org>
Tue, 8 Nov 2011 21:55:05 +0000 (21:55 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 8 Nov 2011 21:55:05 +0000 (21:55 +0000)
Latent bug in quite unused preprocessing path (expansion of heading nodes),
which was exposed by r101291 and fixed in r102440.
This test is used to exercise that code path.

tests/parser/parserTests.txt

index b038db2..efd3013 100644 (file)
@@ -8891,6 +8891,23 @@ __TOC__
 
 !! end
 
+!! article
+MediaWiki:Bug32057
+!! text
+== {{int:headline_sample}} ==
+!! endarticle
+
+!! test
+Bug 32057: Title needed when expanding <h> nodes.
+!! options
+title=[[Main Page]]
+!! input
+{{int:Bug32057}}
+!! result
+<h2><span class="editsection">[<a href="/index.php?title=Main_Page&amp;action=edit&amp;section=1" title="Edit section: Headline text">edit</a>]</span> <span class="mw-headline" id="Headline_text"> Headline text </span></h2>
+
+!! end
+
 TODO:
 more images
 more tables