From c411dd7ee643ae2953997018358e319d16dcef6a Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 3 Mar 2008 02:29:33 +0000 Subject: fixed testing framework to actually use the extensions passed in and a few other minor cleanup things. --- tests/extensions-x-footnotes/footnote.html | 40 ++++++++++++++++++++++++++++++ tests/extensions-x-footnotes/footnote.txt | 14 +++++++++++ 2 files changed, 54 insertions(+) create mode 100644 tests/extensions-x-footnotes/footnote.html create mode 100644 tests/extensions-x-footnotes/footnote.txt (limited to 'tests/extensions-x-footnotes') diff --git a/tests/extensions-x-footnotes/footnote.html b/tests/extensions-x-footnotes/footnote.html new file mode 100644 index 0000000..de0070d --- /dev/null +++ b/tests/extensions-x-footnotes/footnote.html @@ -0,0 +1,40 @@ +

This is the body with a footnote1 or two2 or more3 4. +

+ +

    +
  1. Footnote that ends with a list: +

    +
      +
    • + item 1 +
    • + +
    • + item 2 +
    • +
    +

    +

    + +
  2. + +
  3. This footnote is a blockquote. +

    +

    +

    + +
  4. + +
  5. A simple oneliner. +

    + +
  6. + +
  7. A footnote with multiple paragraphs. +

    +

    Paragraph two. +

    + +
  8. +
+
\ No newline at end of file diff --git a/tests/extensions-x-footnotes/footnote.txt b/tests/extensions-x-footnotes/footnote.txt new file mode 100644 index 0000000..07188d0 --- /dev/null +++ b/tests/extensions-x-footnotes/footnote.txt @@ -0,0 +1,14 @@ +This is the body with a footnote[^1] or two[^2] or more[^3] [^4]. + +[^1]: Footnote that ends with a list: + + * item 1 + * item 2 + +[^2]: > This footnote is a blockquote. + +[^3]: A simple oneliner. + +[^4]: A footnote with multiple paragraphs. + + Paragraph two. -- cgit v1.2.3