1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Add failing test case

This commit is contained in:
Aidan Woods 2018-03-28 15:37:47 +01:00
parent 448b72a149
commit a3e02c1d0e
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
2 changed files with 9 additions and 2 deletions

View File

@ -10,4 +10,7 @@
<p>large numbers:</p>
<ol start="123">
<li>one</li>
</ol>
</ol>
<p>foo 1. the following should not start a list
100.<br />
200. </p>

View File

@ -8,4 +8,8 @@ repeating numbers:
large numbers:
123. one
123. one
foo 1. the following should not start a list
100.
200.