From 8a64c2970ca99f1586bc85a59898bfe7269c9128 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 15 Jun 2011 08:50:55 -0400 Subject: Fixed #21. A header and paragraph not seperated by a blank line inside a list item are now parsed correctly. One of those crazy wierd edge cases that no one would ever test for, but is obvious once you see it. --- tests/misc/header-in-lists.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/misc/header-in-lists.txt (limited to 'tests/misc/header-in-lists.txt') diff --git a/tests/misc/header-in-lists.txt b/tests/misc/header-in-lists.txt new file mode 100644 index 0000000..b633d8a --- /dev/null +++ b/tests/misc/header-in-lists.txt @@ -0,0 +1,14 @@ +Tight List: + +* #Header1 +Line 1-2 - not a header or paragraph! +* #Header2 +Line 2-2 - not a header or paragraph! + +Loose List: + +* #Header1 +Line 1-2 - a paragraph + +* #Header2 +Line 2-2 - a paragraph -- cgit v1.2.3