r86083 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86082‎ | r86083 | r86084 >
Date:20:50, 14 April 2011
Author:diebuche
Status:ok
Tags:
Comment:
Another table parser test
Modified paths:
  • /trunk/phase3/tests/parser/parserTests.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/parser/parserTests.txt
@@ -1465,13 +1465,25 @@
14661466 </table>
14671467
14681468 !! end
 1469+
14691470 !! test
1470 -Simple paragraph
 1471+Indented table wrapped in html tags (Related to Bug 26362)
14711472 !! input
1472 -This is a simple paragraph.
 1473+<div>
 1474+:{|
 1475+|-
 1476+| test
 1477+|}</div>
 1478+
14731479 !! result
1474 -<p>This is a simple paragraph.
1475 -</p>
 1480+<div>
 1481+<dl><dd><table>
 1482+<tr>
 1483+<td>test
 1484+</td>
 1485+</tr>
 1486+</table></dd></dl></div>
 1487+
14761488 !! end
14771489
14781490 !! test

Status & tagging log