C. Scott Ananian has uploaded a new change for review.

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

Change subject: Other language converter bugs (test case tweaks)
......................................................................

Other language converter bugs (test case tweaks)

Change-Id: I018ac758cd88f3b6139b5c83e35781b6bfaf2807
---
M tests/parser/parserTests.txt
1 file changed, 3 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/66/312066/1

diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt
index fcad339..053608b 100644
--- a/tests/parser/parserTests.txt
+++ b/tests/parser/parserTests.txt
@@ -20262,19 +20262,18 @@
 </p>
 !! end
 
-# FIXME: This test is currently broken in the PHP parser (bug 52661)
 !! test
 Don't break image parsing if language converter markup is in the caption.
 !! options
 language=sr
 !! wikitext
 [[File:Foobar.jpg|-{R|caption}-]]
+!! html/php
 !! html/parsoid
 <p><a href="/wiki/File:Foobar.jpg" class="image" title="caption"><img 
alt="caption" src="http://example.com/images/3/3a/Foobar.jpg"; width="1941" 
height="220" /></a>
 </p>
 !! end
 
-# FIXME: This test is currently broken in the PHP parser (bug 52661)
 !! test
 Don't break list handling if language converter markup is in the item.
 !! options
@@ -20283,13 +20282,12 @@
 ;-{zh-cn:AAA;zh-tw:BBB}-
 !! html/php
 <dl><dt><span class="error">在手动语言转换规则中检测到错误</span></dd></dl>
-
+xxx
 !! html/parsoid
 <dl><dt>AAA
 </dt></dl>
 !! end
 
-# FIXME: This test is currently broken in the PHP parser (bug 52661)
 !! test
 Don't break table handling if language converter markup is in the cell.
 !! options
@@ -20300,6 +20298,7 @@
 | -{R|B}-
 |}
 !! html/php
+xxxx
 <table>
 
 <tr>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I018ac758cd88f3b6139b5c83e35781b6bfaf2807
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: C. Scott Ananian <canan...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to