Index: maintenance/parserTests.txt =================================================================== --- maintenance/parserTests.txt (revision 60459) +++ maintenance/parserTests.txt (working copy) @@ -7515,6 +7515,35 @@ #section !! end + +!! test +multiline paragraph with inline block element. bug 5718 testcase 1 +!! input +111 foo 111 +222 bar 222 +333 xyz
abc
+!! result +

111 foo 111 +222 bar 222 +333 xyz

+
abc
+ +!! end + +!! test +multiline paragraph with inline block element. bug 5718 testcase 2 +!! input +foo bar toto +azoueaz azoeaz +super foo

tooto title

+!! result +

foo bar toto +azoueaz azoeaz +super foo

+

tooto title

+ +!! end + TODO: more images more tables