From a3e02c1d0e7f7da041754328641a859e7a7be48a Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Wed, 28 Mar 2018 15:37:47 +0100 Subject: [PATCH] Add failing test case --- test/data/ordered_list.html | 5 ++++- test/data/ordered_list.md | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/test/data/ordered_list.html b/test/data/ordered_list.html index c4a69db..b748fc1 100644 --- a/test/data/ordered_list.html +++ b/test/data/ordered_list.html @@ -10,4 +10,7 @@

large numbers:

  1. one
  2. -
\ No newline at end of file + +

foo 1. the following should not start a list +100.
+200.

\ No newline at end of file diff --git a/test/data/ordered_list.md b/test/data/ordered_list.md index b307032..d7e7fc1 100644 --- a/test/data/ordered_list.md +++ b/test/data/ordered_list.md @@ -8,4 +8,8 @@ repeating numbers: large numbers: -123. one \ No newline at end of file +123. one + +foo 1. the following should not start a list +100. +200. \ No newline at end of file