From 0f6ff94aed8c2f6529d2308f75a770f2b130bff9 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 4 Feb 2009 17:39:47 -0500 Subject: Completed nested lists and added a test. All tests pass. --- tests/misc/nested-lists.html | 39 +++++++++++++++++++++++++++++++++++++++ tests/misc/nested-lists.txt | 24 ++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 tests/misc/nested-lists.html create mode 100644 tests/misc/nested-lists.txt (limited to 'tests/misc') diff --git a/tests/misc/nested-lists.html b/tests/misc/nested-lists.html new file mode 100644 index 0000000..bb73784 --- /dev/null +++ b/tests/misc/nested-lists.html @@ -0,0 +1,39 @@ + +

plain text

+ \ No newline at end of file diff --git a/tests/misc/nested-lists.txt b/tests/misc/nested-lists.txt new file mode 100644 index 0000000..38aae15 --- /dev/null +++ b/tests/misc/nested-lists.txt @@ -0,0 +1,24 @@ +* item 1 + + paragraph 2 + +* item 2 + + * item 2-1 + * item 2-2 + + * item 2-2-1 + + * item 2-3 + + * item 2-3-1 + +* item 3 + +plain text + +* item 1 + * item 1-1 + * item 1-2 + * item 1-2-1 +* item 2 -- cgit v1.2.3