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 @@
1436
1436
!! end
1437
1437
1438
1438
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
+
1439
1462
###
1440
1463
### Internal links
1441
1464
###
Follow-up revisions
Revision
Commit summary
Author
Date
r104436
use meaningful test in a parser test...
hashar
15:19, 28 November 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r38264
Add twelve new parser tests, of which four fail, to cover
bug 6200
. Brings f...
simetrical
23:33, 30 July 2008
r70167
Two new parser tests related to
bug 6200
...
simetrical
19:09, 29 July 2010
Status & tagging log
15:19, 28 November 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r103933
[
removed:
new
added:
ok]