From fbbbf5062d5399c2994a4010bc3506fd1d35f7c8 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Sun, 18 Nov 2012 16:56:27 -0800 Subject: [PATCH] Test horizontal rulers followed by content on same line Change-Id: I165975fe5faf0205f8f94ab9f55f083b7d48dcaa --- tests/parser/parserTests.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ### -- 2.20.1