From 2903c6b9a9cef47c3a44581fbc202921c67a78dc Mon Sep 17 00:00:00 2001 From: Platonides Date: Mon, 31 Oct 2011 22:21:46 +0000 Subject: [PATCH] Template as parameter name. I had this test pending longtime, as it is failing in NativePreprocessor. --- 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 121b60bccc..af0ad1018f 100644 --- a/tests/phpunit/includes/parser/PreprocessorTest.php +++ b/tests/phpunit/includes/parser/PreprocessorTest.php @@ -57,6 +57,7 @@ class PreprocessorTest extends MediaWikiTestCase { array( "{{Foo|1=bar}}", "" ), array( "{{Foo|=bar}}", "" ), array( "{{Foo|bar=baz}}", "" ), + array( "{{Foo|{{bar}}=baz}}", "" ), array( "{{Foo|1=bar|baz}}", "" ), array( "{{Foo|1=bar|2=baz}}", "" ), array( "{{Foo|bar|foo=baz}}", "" ), -- 2.20.1