From bdf27a37a8cec16d5c0cc53e8a17e4b1ceacbd50 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 15 Mar 2010 20:31:59 -0400 Subject: Fixed Ticket 53. Nested lists no longer isorder items in certain edge cases. Thanks for the report and preliminary work Gerry LaMontagne. --- tests/misc/nested-lists.html | 13 +++++++++++++ tests/misc/nested-lists.txt | 9 +++++++++ 2 files changed, 22 insertions(+) (limited to 'tests') diff --git a/tests/misc/nested-lists.html b/tests/misc/nested-lists.html index bb73784..9af441a 100644 --- a/tests/misc/nested-lists.html +++ b/tests/misc/nested-lists.html @@ -36,4 +36,17 @@
  • item 2
  • +
  • item 3
  • +
  • +

    item 4

    + +

    Paragraph under item 4

    +
  • \ No newline at end of file diff --git a/tests/misc/nested-lists.txt b/tests/misc/nested-lists.txt index 38aae15..a2704b4 100644 --- a/tests/misc/nested-lists.txt +++ b/tests/misc/nested-lists.txt @@ -22,3 +22,12 @@ plain text * item 1-2 * item 1-2-1 * item 2 +* item 3 +* item 4 + * item 4-1 + * item 4-2 + * item 4-3 + + Paragraph under item 4-3 + + Paragraph under item 4 -- cgit v1.2.3