Cscott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/57688


Change subject: This whitelist entry is no longer needed; Parsoid matches PHP 
output now.
......................................................................

This whitelist entry is no longer needed; Parsoid matches PHP output now.

Change-Id: Ic3c9045895f20dbd52eb6a587e2309f2c0a6357e
---
M js/tests/parserTests-whitelist.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid 
refs/changes/88/57688/1

diff --git a/js/tests/parserTests-whitelist.js 
b/js/tests/parserTests-whitelist.js
index cdb32e0..7048cb8 100644
--- a/js/tests/parserTests-whitelist.js
+++ b/js/tests/parserTests-whitelist.js
@@ -57,7 +57,7 @@
 
 // We preserve the trailing whitespace in a table cell, while the PHP parser
 // strips it. It renders the same, and round-trips with the space.
-testWhiteList["Table rowspan"] = "<table border=\"1\" 
data-parsoid=\"{&quot;tsr&quot;:[0,11],&quot;bsp&quot;:[0,121]}\">\n<tbody><tr><td
 data-parsoid=\"{&quot;tsr&quot;:[12,13]}\"> Cell 1, row 1 \n</td><td 
rowspan=\"2\" data-parsoid=\"{&quot;tsr&quot;:[29,40]}\"> Cell 2, row 1 (and 2) 
\n</td><td data-parsoid=\"{&quot;tsr&quot;:[64,65]}\"> Cell 3, row 1 
\n</td></tr><tr data-parsoid=\"{&quot;tsr&quot;:[81,84]}\">\n<td 
data-parsoid=\"{&quot;tsr&quot;:[85,86]}\"> Cell 1, row 2 \n</td><td 
data-parsoid=\"{&quot;tsr&quot;:[102,103]}\"> Cell 3, row 2 
\n</td></tr></tbody></table>";
+//testWhiteList["Table rowspan"] = "<table border=\"1\" 
data-parsoid=\"{&quot;tsr&quot;:[0,11],&quot;bsp&quot;:[0,121]}\">\n<tbody><tr><td
 data-parsoid=\"{&quot;tsr&quot;:[12,13]}\"> Cell 1, row 1 \n</td><td 
rowspan=\"2\" data-parsoid=\"{&quot;tsr&quot;:[29,40]}\"> Cell 2, row 1 (and 2) 
\n</td><td data-parsoid=\"{&quot;tsr&quot;:[64,65]}\"> Cell 3, row 1 
\n</td></tr><tr data-parsoid=\"{&quot;tsr&quot;:[81,84]}\">\n<td 
data-parsoid=\"{&quot;tsr&quot;:[85,86]}\"> Cell 1, row 2 \n</td><td 
data-parsoid=\"{&quot;tsr&quot;:[102,103]}\"> Cell 3, row 2 
\n</td></tr></tbody></table>";
 
 // The PHP parser strips the hash fragment for non-existent pages, but Parsoid 
does not.
 // TODO: implement link target detection in a DOM postprocessor or on the 
client

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic3c9045895f20dbd52eb6a587e2309f2c0a6357e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: Cscott <[email protected]>

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

Reply via email to