Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F2756
testcase5718.txt
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 9:12 PM
2014-11-21 21:12:27 (UTC+0)
Size
844 B
Referenced Files
None
Subscribers
None
testcase5718.txt
View Options
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
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2330
Default Alt Text
testcase5718.txt (844 B)
Attached To
Mode
T7718: Block element written inline splits multiline paragraphs
Attached
Detach File
Event Timeline
Log In to Comment