jenkins-bot has submitted this change and it was merged.

Change subject: Fix expected output of parser test added in commit 51b12086.
......................................................................


Fix expected output of parser test added in commit 51b12086.

Change-Id: I3676b340db891eefdfb856178395be34c180aea0
---
M js/tests/parserTests-blacklist.js
M js/tests/parserTests.txt
2 files changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Subramanya Sastry: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/js/tests/parserTests-blacklist.js 
b/js/tests/parserTests-blacklist.js
index 2307d95..c7ce45a 100644
--- a/js/tests/parserTests-blacklist.js
+++ b/js/tests/parserTests-blacklist.js
@@ -51,7 +51,7 @@
 add("wt2html", "Templates: Indent-Pre: 1b. Templates that break a line should 
suppress <pre>");
 add("wt2html", "Templates: Indent-Pre: 1e. Wrapping should be based on 
expanded content");
 add("wt2html", "Templates: Indent-Pre: 1f: Wrapping should be based on 
expanded content");
-add("wt2html", "Templates: Don't strip whitespace from positional-param values 
(PHP parser)");
+add("wt2html", "Templates: Don't strip whitespace from positional-param 
values");
 add("wt2html", "2a. Indent-Pre and tables");
 add("wt2html", "2b. Indent-Pre and tables");
 add("wt2html", "2c. Indent-Pre and tables (bug 42252)");
@@ -1286,7 +1286,7 @@
 add("html2wt", "Templates: Indent-Pre: 1e. Wrapping should be based on 
expanded content");
 add("html2wt", "Templates: Indent-Pre: 1f: Wrapping should be based on 
expanded content");
 add("html2wt", "Templates: Strip leading and trailing whitespace from 
named-param values");
-add("html2wt", "Templates: Don't strip whitespace from positional-param values 
(PHP parser)");
+add("html2wt", "Templates: Don't strip whitespace from positional-param 
values");
 add("html2wt", "1a. Indent-Pre and Comments");
 add("html2wt", "1b. Indent-Pre and Comments");
 add("html2wt", "1c. Indent-Pre and Comments");
diff --git a/js/tests/parserTests.txt b/js/tests/parserTests.txt
index 2d45ad9..d997df2 100644
--- a/js/tests/parserTests.txt
+++ b/js/tests/parserTests.txt
@@ -1664,7 +1664,7 @@
 !! end
 
 !! test
-Templates: Don't strip whitespace from positional-param values (PHP parser)
+Templates: Don't strip whitespace from positional-param values
 !! options
 !! input
 {{echo|a }}
@@ -1687,13 +1687,13 @@
  }}g
 !! result
 <p>a 
-</p><p>b  
+</p><p>b 
 </p>
 <pre>c 
 </pre>
 <p><br />
 </p>
-<pre>d 
+<pre>d
 </pre>
 <p><br />
 </p>

-- 
To view, visit https://gerrit.wikimedia.org/r/79352
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3676b340db891eefdfb856178395be34c180aea0
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: Cscott <[email protected]>
Gerrit-Reviewer: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to