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 3, 2017
1 parent 8f821ee commit 91b1225
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ describe('Marked renderer', function() {
'<li style="list-style: none"><input type="checkbox" checked></input> test checked</li>',
'<li>normal list [x] [ ]</li>',
'</ul>',
'<p>normal text [x] [ ]</p>'
].join('\n'));
'<p>normal text [x] [ ]</p>',
'<p>[x] [ ] normal text</p>'
].join('\n') + '\n');
});

describe('modifyAnchors option tests', function() {
Expand Down

0 comments on commit 91b1225

Please sign in to comment.