Subramanya Sastry has uploaded a new change for review.
https://gerrit.wikimedia.org/r/71914
Change subject: Fixed incorrect parser test output and updated blacklist.
......................................................................
Fixed incorrect parser test output and updated blacklist.
Change-Id: Ibc4cfe550276a0b3106d2618940057046907b656
---
M js/tests/parserTests-blacklist.js
M js/tests/parserTests.txt
2 files changed, 4 insertions(+), 5 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid
refs/changes/14/71914/1
diff --git a/js/tests/parserTests-blacklist.js
b/js/tests/parserTests-blacklist.js
index 7c35a9c..ae1f621 100644
--- a/js/tests/parserTests-blacklist.js
+++ b/js/tests/parserTests-blacklist.js
@@ -60,7 +60,6 @@
add("wt2html", "Bracketed external links with template-generated invalid
target");
add("wt2html", "Non-extlinks in brackets");
add("wt2html", "Template-generated table cell attributes and cell content");
-add("wt2html", "Pres should be recognized in an explicit <td> context, but not
in an implicit <td> context\n(PHP parser relies on Tidy to add the missing <td>
tags)");
add("wt2html", "Link containing \"#<\" and \"#>\" % as a hex sequences- these
are valid section anchors\nExample for such a section: == < ==");
add("wt2html", "Link containing \"<#\" and \">#\" as a hex sequences");
add("wt2html", "Link with double quotes in title part (literal) and alternate
part (interpreted)");
diff --git a/js/tests/parserTests.txt b/js/tests/parserTests.txt
index cac3663..546d935 100644
--- a/js/tests/parserTests.txt
+++ b/js/tests/parserTests.txt
@@ -3976,10 +3976,10 @@
|}
!! result
<table>
-<tr>
-<td><pre>a</pre></td>
-<td> b</td>
-</tr>
+<tbody>
+<tr><td><pre>a</pre></td></tr>
+<tr><td> b</td></tr>
+</tbody>
</table>
!! end
--
To view, visit https://gerrit.wikimedia.org/r/71914
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibc4cfe550276a0b3106d2618940057046907b656
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: Subramanya Sastry <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits