From e0afa3b22c8e4367d2e0ffe18a7ee8388248a799 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 29 Oct 2011 21:19:08 +0000 Subject: [PATCH] The test "{{Foo|1=bar|2=baz}}" got removed in r96887. Readding without the linestart="1", which is all the difference removed on this file in r96887. --- 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 033651d4e8..121b60bccc 100644 --- a/tests/phpunit/includes/parser/PreprocessorTest.php +++ b/tests/phpunit/includes/parser/PreprocessorTest.php @@ -58,6 +58,7 @@ class PreprocessorTest extends MediaWikiTestCase { array( "{{Foo|=bar}}", "" ), array( "{{Foo|bar=baz}}", "" ), array( "{{Foo|1=bar|baz}}", "" ), + array( "{{Foo|1=bar|2=baz}}", "" ), array( "{{Foo|bar|foo=baz}}", "" ), array( "{{{1}}}", "1" ), array( "{{{1|}}}", "1" ), -- 2.20.1