From: Gabriel Wicke Date: Mon, 19 Nov 2012 00:56:27 +0000 (-0800) Subject: Test horizontal rulers followed by content on same line X-Git-Tag: 1.31.0-rc.0~21593 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=fbbbf5062d5399c2994a4010bc3506fd1d35f7c8;p=lhc%2Fweb%2Fwiklou.git Test horizontal rulers followed by content on same line Change-Id: I165975fe5faf0205f8f94ab9f55f083b7d48dcaa --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index b8de79d809..3255583b57 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -3539,6 +3539,15 @@ Horizontal ruler -- <4 dashes render as plain text

!! end +!! test +Horizontal ruler -- Supports content following dashes on same line +!! input +---- Foo +!! result +
Foo + +!! end + ### ### Block-level elements ###