From 28caf01c8082dbed3a5ca87b070ffe5657514f01 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 12 Feb 2010 16:24:15 -0500 Subject: Moved test dir back out of markdown lib. We don't need to install the tests in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc. --- tests/basic/ordered-and-unordered-list.html | 146 ++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 tests/basic/ordered-and-unordered-list.html (limited to 'tests/basic/ordered-and-unordered-list.html') diff --git a/tests/basic/ordered-and-unordered-list.html b/tests/basic/ordered-and-unordered-list.html new file mode 100644 index 0000000..090c43c --- /dev/null +++ b/tests/basic/ordered-and-unordered-list.html @@ -0,0 +1,146 @@ +

Unordered

+

Asterisks tight:

+ +

Asterisks loose:

+ +
+

Pluses tight:

+ +

Pluses loose:

+ +
+

Minuses tight:

+ +

Minuses loose:

+ +

Ordered

+

Tight:

+
    +
  1. First
  2. +
  3. Second
  4. +
  5. Third
  6. +
+

and:

+
    +
  1. One
  2. +
  3. Two
  4. +
  5. Three
  6. +
+

Loose using tabs:

+
    +
  1. +

    First

    +
  2. +
  3. +

    Second

    +
  4. +
  5. +

    Third

    +
  6. +
+

and using spaces:

+
    +
  1. +

    One

    +
  2. +
  3. +

    Two

    +
  4. +
  5. +

    Three

    +
  6. +
+

Multiple paragraphs:

+
    +
  1. +

    Item 1, graf one.

    +

    Item 2. graf two. The quick brown fox jumped over the lazy dog's +back.

    +
  2. +
  3. +

    Item 2.

    +
  4. +
  5. +

    Item 3.

    +
  6. +
+

Nested

+ +

Here's another:

+
    +
  1. First
  2. +
  3. Second:
      +
    • Fee
    • +
    • Fie
    • +
    • Foe
    • +
    +
  4. +
  5. Third
  6. +
+

Same thing but with paragraphs:

+
    +
  1. +

    First

    +
  2. +
  3. +

    Second:

    +
      +
    • Fee
    • +
    • Fie
    • +
    • Foe
    • +
    +
  4. +
  5. +

    Third

    +
  6. +
\ No newline at end of file -- cgit v1.2.3