From a2db41381e050c991b602725101191fcd2fc2851 Mon Sep 17 00:00:00 2001 From: Platonides Date: Mon, 31 Oct 2011 22:24:26 +0000 Subject: [PATCH] Another old, uncommitted, test (passing on NtPP) --- tests/phpunit/includes/parser/PreprocessorTest.php | 1 + 1 file changed, 1 insertion(+) 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}} }}", ""), -- 2.20.1