Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahDragon committed Apr 2, 2017
1 parent 5a0b17d commit 37c80fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ 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 style="list-style: none"><input type="checkbox"></input> test unchecked</li>',
'<li style="list-style: none"><input type="checkbox" checked></input> test checked</li>',
'<li>normal list [x] [ ]</li>',
'</ul>',
'<p>normal text [x] [ ]</p>',
Expand Down

0 comments on commit 37c80fb

Please sign in to comment.