Skip to content

Commit

Permalink
tests(issue_142): add tests for issue #142
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed Jun 8, 2015
1 parent dcbdc61 commit 6cbc585
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>
<ol>
<li>Item 1</li>
<li>Item 2</li>
</ol>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Item 1
* Item 2

1. Item 1
2. Item 2

0 comments on commit 6cbc585

Please sign in to comment.