Subramanya Sastry has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/395011 )
Change subject: Bump Parsoid HTML version to 1.6.0
......................................................................
Bump Parsoid HTML version to 1.6.0
Change-Id: I48ec581a03b26a7ead96747e2b13fe63de428d15
---
M bin/roundtrip-test.js
M lib/config/MWParserEnvironment.js
M tests/mocha/api.js
M tests/mocha/templatedata.js
4 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/parsoid
refs/changes/11/395011/1
diff --git a/bin/roundtrip-test.js b/bin/roundtrip-test.js
index 2f97dda..76a544b 100755
--- a/bin/roundtrip-test.js
+++ b/bin/roundtrip-test.js
@@ -16,7 +16,7 @@
var gzip = Promise.promisify(require('zlib').gzip, false);
-var defaultContentVersion = '1.5.0';
+var defaultContentVersion = '1.6.0';
function displayDiff(type, count) {
var pad = (10 - type.length); // Be positive!
diff --git a/lib/config/MWParserEnvironment.js
b/lib/config/MWParserEnvironment.js
index 56861fb..d448823 100644
--- a/lib/config/MWParserEnvironment.js
+++ b/lib/config/MWParserEnvironment.js
@@ -746,7 +746,7 @@
*
* @property {Array} availableVersions
*/
-MWParserEnvironment.prototype.availableVersions = ['1.5.0', '2.0.0'];
+MWParserEnvironment.prototype.availableVersions = ['1.6.0', '2.0.0'];
/**
* The default content version that Parsoid will generate.
diff --git a/tests/mocha/api.js b/tests/mocha/api.js
index 4d2208a..14b4612 100644
--- a/tests/mocha/api.js
+++ b/tests/mocha/api.js
@@ -22,7 +22,7 @@
parsoidOptions.useBatchAPI = true;
parsoidOptions.linting = true;
-var defaultContentVersion = '1.5.0';
+var defaultContentVersion = '1.6.0';
// section wrappers are a distraction from the main business of
// this file which is to verify functionality of API end points
diff --git a/tests/mocha/templatedata.js b/tests/mocha/templatedata.js
index 0d81382..71c5a1d 100644
--- a/tests/mocha/templatedata.js
+++ b/tests/mocha/templatedata.js
@@ -17,7 +17,7 @@
var parsoidOptions = yaml.load(optionsYaml).services[0].conf;
var api, runner;
-var defaultContentVersion = '1.5.0';
+var defaultContentVersion = '1.6.0';
var mockDomain = 'customwiki';
function verifyTransformation(newHTML, origHTML, origWT, expectedWT, done,
dpVersion) {
--
To view, visit https://gerrit.wikimedia.org/r/395011
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I48ec581a03b26a7ead96747e2b13fe63de428d15
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/parsoid
Gerrit-Branch: master
Gerrit-Owner: Subramanya Sastry <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits