Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantwoods committed Jan 29, 2018
1 parent 0e1043a commit 7fd92a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion test/data/paragraph_list.html
Expand Up @@ -8,5 +8,7 @@
<li>
<p>li</p>
</li>
<li>li</li>
<li>
<p>li</p>
</li>
</ul>
8 changes: 6 additions & 2 deletions test/data/sparse_dense_list.html
Expand Up @@ -2,6 +2,10 @@
<li>
<p>li</p>
</li>
<li>li</li>
<li>li</li>
<li>
<p>li</p>
</li>
<li>
<p>li</p>
</li>
</ul>
4 changes: 3 additions & 1 deletion test/data/sparse_list.html
Expand Up @@ -2,7 +2,9 @@
<li>
<p>li</p>
</li>
<li>li</li>
<li>
<p>li</p>
</li>
</ul>
<hr />
<ul>
Expand Down

0 comments on commit 7fd92a8

Please sign in to comment.