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

Change subject: Decrease NUMBEROFFILES.
......................................................................


Decrease NUMBEROFFILES.

Core patch 7db55341791cb44ca599b84bea707b05de2f227d added two files.
It was reverted in 4ba7a9c102cdacf4f9930960299aa8f354fdd680, so reduce
NUMBEROFFILES by two.

This reverts commit 730e4e02d30c20f980eee68f1b59f29c0405113b.

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

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



diff --git a/tests/parserTests-blacklist.js b/tests/parserTests-blacklist.js
index e8604fb..2d08e99 100644
--- a/tests/parserTests-blacklist.js
+++ b/tests/parserTests-blacklist.js
@@ -1374,7 +1374,7 @@
 add("html2wt", "Magic Word: {{TALKPAGENAMEE}}", 
"User_talk:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason\n");
 add("html2wt", "Magic Word: {{SUBJECTPAGENAME}}", "User:Ævar Arnfjörð 
Bjarmason\n");
 add("html2wt", "Magic Word: {{SUBJECTPAGENAMEE}}", 
"User:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason\n");
-add("html2wt", "Magic Word: {{NUMBEROFFILES}}", "6\n");
+add("html2wt", "Magic Word: {{NUMBEROFFILES}}", "4\n");
 add("html2wt", "Magic Word: {{PAGENAME}}", "Ævar Arnfjörð Bjarmason\n");
 add("html2wt", "Magic Word: {{PAGENAME}} with metacharacters", "''<nowiki>'foo 
& bar = baz'</nowiki>''\n");
 add("html2wt", "Magic Word: {{PAGENAME}} with metacharacters (bug 26781)", 
"<nowiki>*RFC 1234 http://example.com/</nowiki>\n");
diff --git a/tests/parserTests.txt b/tests/parserTests.txt
index dc028b5..ac36bd6 100644
--- a/tests/parserTests.txt
+++ b/tests/parserTests.txt
@@ -7779,7 +7779,7 @@
 !! wikitext
 {{NUMBEROFFILES}}
 !! html
-<p>6
+<p>4
 </p>
 !! end
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2af1d9ac000bd16d86a2e448a5e154bf5de7581e
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/services/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