From 22c6bf25c15a2c0e026252e943f40b0a8483051a Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Fri, 30 Mar 2018 22:00:56 +0200 Subject: [PATCH 1/2] set the expected result of the markdown GFM unit test to the right value --- test/markdown.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/markdown.spec.js b/test/markdown.spec.js index eef9fe08..5b6778fa 100644 --- a/test/markdown.spec.js +++ b/test/markdown.spec.js @@ -37,7 +37,7 @@ describe('Markdown', function() { }; markdown.render(options) .then(function({data: html}) { - expect(html).to.be('

Hello world github/linguist#1 cool, and #1!

'); // eslint-disable-line + expect(html).to.be('

Hello world github/linguist#1 cool, and #1!

'); // eslint-disable-line done(); }).catch(done); }); From 2f581aabb91601826154e96571f11e2e983cc3b5 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Fri, 30 Mar 2018 22:17:59 +0200 Subject: [PATCH 2/2] trigger new build