summaryrefslogtreecommitdiffstats
path: root/test/parsing.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-01-22 18:21:30 +0100
committerSamy Pessé <samypesse@gmail.com>2015-01-22 18:21:30 +0100
commit0ba36c6f4ed316cc157c701abe4728d64da231b4 (patch)
treebe6a43d28d1411fe60cac8405dde33b2b38e6a52 /test/parsing.js
parentc47093e82a1814dd421c37fc3cbef9512541d526 (diff)
downloadgitbook-0ba36c6f4ed316cc157c701abe4728d64da231b4.zip
gitbook-0ba36c6f4ed316cc157c701abe4728d64da231b4.tar.gz
gitbook-0ba36c6f4ed316cc157c701abe4728d64da231b4.tar.bz2
Use external gitbook parsers
Diffstat (limited to 'test/parsing.js')
-rw-r--r--test/parsing.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parsing.js b/test/parsing.js
index f61a4fe..ef87a91 100644
--- a/test/parsing.js
+++ b/test/parsing.js
@@ -28,7 +28,7 @@ describe('Book parsing', function () {
assert.equal(LEXED[0].name, "Test");
assert.equal(LEXED[0].description, "a test text");
- assert.equal(LEXED[1].id, "test 2");
+ assert.equal(LEXED[1].id, "test_2");
assert.equal(LEXED[1].name, "Test 2");
assert.equal(LEXED[1].description, "a second test");
});