Page MenuHomePhabricator

testcase5718.txt

Authored By
bzimport
Nov 21 2014, 9:12 PM
Size
844 B
Referenced Files
None
Subscribers
None

testcase5718.txt

Index: maintenance/parserTests.txt
===================================================================
--- maintenance/parserTests.txt (revision 60459)
+++ maintenance/parserTests.txt (working copy)
@@ -7515,6 +7515,35 @@
<a href="/wiki/Main_Page#section" title="Main Page">#section</a>
!! end
+
+!! test
+multiline paragraph with inline block element. bug 5718 testcase 1
+!! input
+111 foo 111
+222 bar 222
+333 xyz <pre>abc</pre>
+!! result
+<p>111 foo 111
+222 bar 222
+333 xyz </p>
+<pre>abc</pre>
+
+!! end
+
+!! test
+multiline paragraph with inline block element. bug 5718 testcase 2
+!! input
+foo bar toto
+azoueaz azoeaz
+super foo<h2>tooto title</h2>
+!! result
+<p>foo bar toto
+azoueaz azoeaz
+super foo</p>
+<h2> <span class="mw-headline" id="tooto_title">tooto title</span></h2>
+
+!! end
+
TODO:
more images
more tables

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2330
Default Alt Text
testcase5718.txt (844 B)

Event Timeline