Skip to content

Commit

Permalink
test: add test for ordered list
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Dec 14, 2022
1 parent ec8cc71 commit 269e832
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
9 changes: 9 additions & 0 deletions test/specs/new/list_item_tabs.html
Expand Up @@ -6,3 +6,12 @@
<li>E</li>
<li>F</li>
</ul>

<ol>
<li>A</li>
<li>B</li>
<li>C</li>
<li>D</li>
<li>E</li>
<li>F</li>
</ol>
9 changes: 8 additions & 1 deletion test/specs/new/list_item_tabs.md
Expand Up @@ -3,4 +3,11 @@
- C
- D
- E
- F
- F

1. A
2. B
3. C
4. D
5. E
6. F

0 comments on commit 269e832

Please sign in to comment.