summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan Woods <aidantwoods@gmail.com>2016-10-04 15:44:50 +0100
committerGitHub <noreply@github.com>2016-10-04 15:44:50 +0100
commitc145a758486e4aa95827c02952175e5c32bfac79 (patch)
tree65209bd198534eb5a3ba3e328978b9a0a87f11c3
parentf17aa0438a7cd5242f67bfa309c2e2459bdbcee5 (diff)
downloadparsedown-c145a758486e4aa95827c02952175e5c32bfac79.zip
parsedown-c145a758486e4aa95827c02952175e5c32bfac79.tar.gz
parsedown-c145a758486e4aa95827c02952175e5c32bfac79.tar.bz2
update test for new feature
-rw-r--r--test/data/ordered_list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/ordered_list.html b/test/data/ordered_list.html
index b6c5216..2ca7914 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
+</ol>