summaryrefslogtreecommitdiffstats
path: root/test/parsing.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parsing.js')
-rw-r--r--test/parsing.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parsing.js b/test/parsing.js
index 59ef846..db14d13 100644
--- a/test/parsing.js
+++ b/test/parsing.js
@@ -31,6 +31,7 @@ describe('Book parsing', function () {
it('should correctly parse the languages', function() {
assert.equal(book2.books.length, 2);
+ assert(book2.isMultilingual());
assert.equal(book2.books[0].options.lang, "en");
assert.equal(book2.books[0].options.title, "English Book");