From 28a214a7a3fb1060a3044206a85fa3f3812b7c5a Mon Sep 17 00:00:00 2001 From: Subramanya Sastry Date: Fri, 28 Sep 2012 18:51:38 -0500 Subject: [PATCH] Removed unnecessary whitespace in tpl name/arg class tests. Change-Id: Id0346d16fcecd0d44d85f29a45923c8401f47a9c --- tests/parser/parserTests.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.20.1