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 79395df commit affc166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ describe('Marked renderer', function() {
'',
'normal text [x] [ ]',
'',
'[x] [ ] normal text',
''
].join('\n');
'[x] [ ] normal text'
].join('\n') + '\n';

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

result.should.eql([
Expand Down

0 comments on commit affc166

Please sign in to comment.