summaryrefslogtreecommitdiff
path: root/tests/testsuite/ordered-list-items.out
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2015-06-21 21:21:49 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2015-06-21 21:21:49 -0400
commit3c69b0fb1d86f68a337bf3bd9b4a86b30a5fe6bf (patch)
tree6972f33b04d940e77486818e6676755550817107 /tests/testsuite/ordered-list-items.out
parentde76d24283aa62a81e2c4529c4d90fb388ddd26d (diff)
downloadpython-markdown-inline.tar.gz
Fixed many failing tests in inline refactor. Still a ways to go.inline
Diffstat (limited to 'tests/testsuite/ordered-list-items.out')
-rw-r--r--tests/testsuite/ordered-list-items.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/testsuite/ordered-list-items.out b/tests/testsuite/ordered-list-items.out
new file mode 100644
index 0000000..6113b3a
--- /dev/null
+++ b/tests/testsuite/ordered-list-items.out
@@ -0,0 +1,5 @@
+<ol>
+<li>list item 1</li>
+<li>list item 2</li>
+<li>list item 3</li>
+</ol> \ No newline at end of file