summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan Woods <aidantwoods@gmail.com>2016-10-04 17:43:37 +0100
committerGitHub <noreply@github.com>2016-10-04 17:43:37 +0100
commit932bafe0f0f7d9707a91bf7d7e185f5be450a190 (patch)
tree11e0e343b622d208377d5004a90981b53a8a11dc
parentac857809abb40d4938f093c28589f9092fd3b20e (diff)
downloadparsedown-932bafe0f0f7d9707a91bf7d7e185f5be450a190.zip
parsedown-932bafe0f0f7d9707a91bf7d7e185f5be450a190.tar.gz
parsedown-932bafe0f0f7d9707a91bf7d7e185f5be450a190.tar.bz2
update test for new feature
-rw-r--r--test/data/ordered_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/ordered_list.html b/test/data/ordered_list.html
index b6c5216..c4a69db 100644
--- a/test/data/ordered_list.html
+++ b/test/data/ordered_list.html
@@ -8,6 +8,6 @@
<li>two</li>
</ol>
<p>large numbers:</p>
-<ol>
+<ol start="123">
<li>one</li>
</ol> \ No newline at end of file