Cscott has uploaded a new change for review.

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

Change subject: WIP: Add parser test for links in template-generated table cell 
content
......................................................................

WIP: Add parser test for links in template-generated table cell content

This is a refresh of I2288ef7789b0623cd05a48a47df9f24565bfcdbb

Change-Id: I8dec9f41f3295c8d3744591c89f9dc066763c012
---
M tests/parserTests.txt
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/parsoid 
refs/changes/84/216984/1

diff --git a/tests/parserTests.txt b/tests/parserTests.txt
index ea2f649..e9adadb 100644
--- a/tests/parserTests.txt
+++ b/tests/parserTests.txt
@@ -5968,7 +5968,7 @@
 {|
 !align=center {{table_header_cells}}
 |-
-|align=center {{table_cells}}
+|align=center {{table_cells}} {{pipe}}{{pipe}} {{echo|[[Main Page]]}}
 |}
 !! html/php
 <table>
@@ -5981,6 +5981,7 @@
 <td align="center" style="color:red;">Foo</td>
 <td style="color:red;"><i>Bar</i></td>
 <td style="color:brown;"><i>Foo</i> and Baz
+<td> <a href="/wiki/Main_Page" title="Main Page">Main Page</a>
 </td></tr></table>
 
 !! html/parsoid

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8dec9f41f3295c8d3744591c89f9dc066763c012
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/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