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 37c80fb commit 79395df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ describe('Marked renderer', function() {
'',
'normal text [x] [ ]',
'',
'[x] [ ] normal text'
'[x] [ ] normal text',
''
].join('\n');
var result = r({text: body});

Expand Down

0 comments on commit 79395df

Please sign in to comment.