From: Subramanya Sastry Date: Fri, 28 Sep 2012 23:51:38 +0000 (-0500) Subject: Removed unnecessary whitespace in tpl name/arg class tests. X-Git-Tag: 1.31.0-rc.0~22232 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=28a214a7a3fb1060a3044206a85fa3f3812b7c5a;p=lhc%2Fweb%2Fwiklou.git Removed unnecessary whitespace in tpl name/arg class tests. Change-Id: Id0346d16fcecd0d44d85f29a45923c8401f47a9c --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 0ba21d9487..eb038dbe83 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -4168,7 +4168,7 @@ section=1 !! article Template:quote !! text -{{{quote|{{{1}}} }}} +{{{quote|{{{1}}}}}} !! endarticle !!test @@ -4176,7 +4176,7 @@ Templates: Template Name/Arg clash: 1. Use of positional param !!input {{quote|foo}} !!result -

foo +

foo

!!end @@ -4194,7 +4194,7 @@ Templates: Template Name/Arg clash: 3. Use of named param with empty input !!input {{quote|quote}} !!result -

quote +

quote

!!end