From e26b5665b5e614d5c6733ac83835cb470e20021b Mon Sep 17 00:00:00 2001 From: Subramanya Sastry Date: Wed, 8 Aug 2012 14:44:39 -0500 Subject: [PATCH] Added another parser test for headings. Change-Id: I6a559f5355b3c2da385306a3e5451803f8a2ec86 --- tests/parser/parserTests.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 48e1d7cbb3..2745f417fb 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -5469,6 +5469,30 @@ section 5

!! end +!! test +Headers with excess '=' characters +(Are similar tests necessary beyond the 1st level?) +!! input +=foo== +==foo= +=''italic'' heading== +==''italic'' heading= +!! result +

Contents

+ +
+

[edit] foo=

+

[edit] =foo

+

[edit] italic heading=

+

[edit] =italic heading

+ +!! end + !! test BUG 1219 URL next to image (broken) !! input -- 2.20.1