Skip to content

Commit

Permalink
add test for loose task list
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Aug 14, 2019
1 parent 79ad703 commit bee3e99
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/specs/new/list_loose_tasks.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<ul>
<li>
<p>Tasks</p>
</li>
<li>
<p><input type="checkbox" checked="" disabled=""> Task1</p>
</li>
<li>
<p><input type="checkbox" disabled=""></p>
<pre>Task2</pre>
</li>
</ul>
4 changes: 4 additions & 0 deletions test/specs/new/list_loose_tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Tasks
- [x] Task1

- [ ] <pre>Task2</pre>

0 comments on commit bee3e99

Please sign in to comment.