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 22fa2e6 commit 0a5e372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('Marked renderer', function() {
'- normal list [x] [ ]',
'',
'normal text [x] [ ]',
''
'',
'[x] [ ] normal text'
].join('\n');
var result = r({text: body});
Expand Down

0 comments on commit 0a5e372

Please sign in to comment.