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 3, 2017
1 parent ee92a28 commit 8f821ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ describe('Marked renderer', function() {
'- [x] test checked',
'- normal list [x] [ ]',
'',
'normal text [x] [ ]'
'normal text [x] [ ]',
'',
'[x] [ ] normal text'
].join('\n');

var result = r({text: body});
Expand Down

0 comments on commit 8f821ee

Please sign in to comment.