From: Platonides Date: Mon, 31 Oct 2011 22:24:26 +0000 (+0000) Subject: Another old, uncommitted, test (passing on NtPP) X-Git-Tag: 1.31.0-rc.0~26800 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=a2db41381e050c991b602725101191fcd2fc2851;p=lhc%2Fweb%2Fwiklou.git Another old, uncommitted, test (passing on NtPP) --- diff --git a/tests/phpunit/includes/parser/PreprocessorTest.php b/tests/phpunit/includes/parser/PreprocessorTest.php index af0ad1018f..9d3499a03f 100644 --- a/tests/phpunit/includes/parser/PreprocessorTest.php +++ b/tests/phpunit/includes/parser/PreprocessorTest.php @@ -81,6 +81,7 @@ class PreprocessorTest extends MediaWikiTestCase { array( "Foo BarBaz", "Foo display mapBar</display map >Baz" ), array( "Foo BarBaz", "Foo display map fooBar</display map >Baz" ), array( "Foo ", "Foo gallery bar="baz" " ), + array( "Foo ", "Foo gallery bar="1" baz=2 " ), array( "Foo", "/fooFoo<//foo>" ), # Worth blacklisting IMHO array( "{{#ifexpr: ({{{1|1}}} = 2) | Foo | Bar }}", ""), array( "{{#if: {{{1|}}} | Foo | {{Bar}} }}", ""),