diff --git a/test/index.js b/test/index.js index 971f07d..abac6c3 100644 --- a/test/index.js +++ b/test/index.js @@ -58,7 +58,7 @@ describe('Marked renderer', function() { result.should.eql('

中文

'); }); - + it('to-do list testing', function() { var body = [ '- [ ] test unchecked', @@ -69,7 +69,7 @@ describe('Marked renderer', function() { '[x] [ ] normal text' ].join('\n'); var result = r({text: body}); - + result.should.eql([ '',