From: Platonides Date: Sat, 29 Oct 2011 21:19:08 +0000 (+0000) Subject: The test "{{Foo|1=bar|2=baz}}" got removed in r96887. X-Git-Tag: 1.31.0-rc.0~26825 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=e0afa3b22c8e4367d2e0ffe18a7ee8388248a799;p=lhc%2Fweb%2Fwiklou.git 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. --- 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" ),