Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahDragon authored Apr 2, 2017
1 parent 0a5e372 commit 11b98ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ describe('Marked renderer', function() {

result.should.eql([
'<ul>',
'<li style="list-style: none"><input type="checkbox"> test unchecked</li><li style="list-style: none"><input type="checkbox" checked> test checked</li><li>normal list [x] [ ]</li></ul>',
'<li style="list-style: none"><input type="checkbox"> test unchecked</li>',
'<li style="list-style: none"><input type="checkbox" checked> test checked</li>',
'<li>normal list [x] [ ]</li>',
'</ul>',
'<p>normal text [x] [ ]</p>',
'<p>[x] [ ] normal text</p>'
].join('\n'));
Expand Down

0 comments on commit 11b98ed

Please sign in to comment.