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
