From 8965c7864fa62394d37e5e53576643a443c4b24e Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Tue, 11 Oct 2016 20:55:59 +0100 Subject: [PATCH] More appropriate tests for these changes --- test/data/unordered_list.html | 12 ++++++++++-- test/data/unordered_list.md | 10 ++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/test/data/unordered_list.html b/test/data/unordered_list.html index a52e06b..6ed70a6 100644 --- a/test/data/unordered_list.html +++ b/test/data/unordered_list.html @@ -2,7 +2,7 @@
  • li
  • li
  • -

    mixed markers:

    +

    mixed unordered markers:

    @@ -11,4 +11,12 @@ \ No newline at end of file + +

    mixed ordered markers:

    +
      +
    1. starting at 1, list one
    2. +
    3. number 2, list one
    4. +
    +
      +
    1. starting at 3, list two
    2. +
    \ No newline at end of file diff --git a/test/data/unordered_list.md b/test/data/unordered_list.md index cf62c99..c1b8640 100644 --- a/test/data/unordered_list.md +++ b/test/data/unordered_list.md @@ -1,8 +1,14 @@ - li - li -mixed markers: +mixed unordered markers: * li + li -- li \ No newline at end of file +- li + +mixed ordered markers: + +1. starting at 1, list one +2. number 2, list one +3) starting at 3, list two \ No newline at end of file