From: Platonides Date: Tue, 8 Nov 2011 21:55:05 +0000 (+0000) Subject: Test for bug 32057. X-Git-Tag: 1.31.0-rc.0~26632 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=5719c479001c084c55834486e821ae792012370a;p=lhc%2Fweb%2Fwiklou.git Test for bug 32057. 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. --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index b038db2be3..efd3013898 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -8891,6 +8891,23 @@ __TOC__ !! end +!! article +MediaWiki:Bug32057 +!! text +== {{int:headline_sample}} == +!! endarticle + +!! test +Bug 32057: Title needed when expanding nodes. +!! options +title=[[Main Page]] +!! input +{{int:Bug32057}} +!! result +

[edit] Headline text

+ +!! end + TODO: more images more tables