From 9a01f383c6c478257a648b51c60302736a5e8d99 Mon Sep 17 00:00:00 2001 From: Abner Chou Date: Sun, 2 Apr 2017 19:37:20 -0400 Subject: [PATCH] Update index.js --- test/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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([ '',