r103933 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103932‎ | r103933 | r103934 >
Date:18:14, 22 November 2011
Author:gwicke
Status:ok
Tags:
Comment:
Add test case described by Vitaliy Filippov in bug 6200.
Modified paths:
  • /trunk/phase3/tests/parser/parserTests.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/parser/parserTests.txt
@@ -1435,6 +1435,29 @@
14361436 !! end
14371437
14381438
 1439+!! test
 1440+Indented table markup mixed with indented pre content (proposed in bug 6200)
 1441+!! input
 1442+ <table>
 1443+ <tr>
 1444+ <td>
 1445+ pre
 1446+ </td>
 1447+ </tr>
 1448+ </table>
 1449+!! result
 1450+ <table>
 1451+ <tr>
 1452+ <td>
 1453+<pre>pre
 1454+</pre>
 1455+ </td>
 1456+ </tr>
 1457+ </table>
 1458+
 1459+!! end
 1460+
 1461+
14391462 ###
14401463 ### Internal links
14411464 ###

Follow-up revisions

RevisionCommit summaryAuthorDate
r104436use meaningful test in a parser test...hashar15:19, 28 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r38264Add twelve new parser tests, of which four fail, to cover bug 6200. Brings f...simetrical23:33, 30 July 2008
r70167Two new parser tests related to bug 6200...simetrical19:09, 29 July 2010

Status & tagging log