summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-asciidoc/test/helper.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-02-20 15:31:29 +0100
committerSamy Pessé <samypesse@gmail.com>2016-12-22 11:46:22 +0100
commit147679a42257660d70a9ef6ac6216fabf1d67582 (patch)
tree4dfd4a809c8351b9eea4ebfcc222878a30bec0ad /packages/gitbook-asciidoc/test/helper.js
parentd7b5c6a14d823cd067c7309240326d18a495674a (diff)
downloadgitbook-147679a42257660d70a9ef6ac6216fabf1d67582.zip
gitbook-147679a42257660d70a9ef6ac6216fabf1d67582.tar.gz
gitbook-147679a42257660d70a9ef6ac6216fabf1d67582.tar.bz2
Use gitbook-html as base parser
Diffstat (limited to 'packages/gitbook-asciidoc/test/helper.js')
-rw-r--r--packages/gitbook-asciidoc/test/helper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-asciidoc/test/helper.js b/packages/gitbook-asciidoc/test/helper.js
index 44cfb24..1e310f7 100644
--- a/packages/gitbook-asciidoc/test/helper.js
+++ b/packages/gitbook-asciidoc/test/helper.js
@@ -1,6 +1,6 @@
var assert = require("assert");
global.assertObjectsEqual = function(o1, o2) {
- assert.equal(JSON.stringify(o1, null, 4), JSON.stringify(o2, null, 4));
+ assert.equal(JSON.stringify(o1, null, 4), JSON.stringify(o2, null, 4));
};