From a316ac49a6934221b24ec58a6a7dc4c3b30ae1e8 Mon Sep 17 00:00:00 2001
From: Artem Yunusov
Date: Mon, 14 Jul 2008 16:17:33 +0500
Subject: A lot of bug fixes. Handlig attributes added, new hr processing.
Reformatted test suite for ElementTree output.
---
.../markdown-test/ordered-and-unordered-list.html | 341 +++++++--------------
1 file changed, 107 insertions(+), 234 deletions(-)
(limited to 'tests/markdown-test/ordered-and-unordered-list.html')
diff --git a/tests/markdown-test/ordered-and-unordered-list.html b/tests/markdown-test/ordered-and-unordered-list.html
index 928f094..e96cdba 100644
--- a/tests/markdown-test/ordered-and-unordered-list.html
+++ b/tests/markdown-test/ordered-and-unordered-list.html
@@ -1,273 +1,146 @@
-
-
Unordered
-Asterisks tight:
-
+Asterisks tight:
- -
- asterisk 1
-
-
- -
- asterisk 2
-
-
- -
- asterisk 3
-
+- asterisk 1
+- asterisk 2
+- asterisk 3
-Asterisks loose:
-
+Asterisks loose:
- asterisk 1
-
-
-
-
- asterisk 2
-
-
-
-
- asterisk 3
-
-
-
+-
+
asterisk 1
+
+-
+
asterisk 2
+
+-
+
asterisk 3
+
-
-Pluses tight:
-
+Pluses tight:
- -
- Plus 1
-
-
- -
- Plus 2
-
-
- -
- Plus 3
-
+- Plus 1
+- Plus 2
+- Plus 3
-Pluses loose:
-
+Pluses loose:
- Plus 1
-
-
-
-
- Plus 2
-
-
-
-
- Plus 3
-
-
-
+-
+
Plus 1
+
+-
+
Plus 2
+
+-
+
Plus 3
+
-
-Minuses tight:
-
+Minuses tight:
- -
- Minus 1
-
-
- -
- Minus 2
-
-
- -
- Minus 3
-
+- Minus 1
+- Minus 2
+- Minus 3
-Minuses loose:
-
+Minuses loose:
- Minus 1
-
-
-
-
- Minus 2
-
-
-
-
- Minus 3
-
-
-
+-
+
Minus 1
+
+-
+
Minus 2
+
+-
+
Minus 3
+
-
Ordered
-Tight:
-
+Tight:
- -
- First
-
-
- -
- Second
-
-
- -
- Third
-
+- First
+- Second
+- Third
-and:
-
+and:
- -
- One
-
-
- -
- Two
-
-
- -
- Three
-
+- One
+- Two
+- Three
-Loose using tabs:
-
+Loose using tabs:
- First
-
-
-
-
- Second
-
-
-
-
- Third
-
-
-
+-
+
First
+
+-
+
Second
+
+-
+
Third
+
-and using spaces:
-
+and using spaces:
- One
-
-
-
-
- Two
-
-
-
-
- Three
-
-
-
+-
+
One
+
+-
+
Two
+
+-
+
Three
+
-Multiple paragraphs:
-
+Multiple paragraphs:
- Item 1, graf one.
-
+-
+
Item 1, graf one.
Item 2. graf two. The quick brown fox jumped over the lazy dog's
- back.
-
-
-
-
- Item 2.
-
-
-
-
- Item 3.
-
-
-
+back.
+
+
+Item 2.
+
+
+Item 3.
+
-
Nested
-Here's another:
-
+Here's another:
- -
- First
-
-
- -
- Second:
- -
- Fee
-
-
- -
- Fie
-
-
- -
- Foe
-
+- First
+- Second:
-
-
-
- -
- Third
-
+
+- Third
-Same thing but with paragraphs:
-
+Same thing but with paragraphs:
- First
-
-
-
-
- Second:
-
+-
+
First
+
+-
+
Second:
- -
- Fee
-
-
- -
- Fie
-
-
- -
- Foe
-
+- Fee
+- Fie
+- Foe
-
-
-
- Third
-
-
-
+
+-
+
Third
+
-
-
--
cgit v1.2.3