diff options
Diffstat (limited to 'test/page.js')
-rw-r--r-- | test/page.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/page.js b/test/page.js index a8a3770..52a3df6 100644 --- a/test/page.js +++ b/test/page.js @@ -28,6 +28,7 @@ describe('Page parsing', function() { assert.equal(QUIZ_LEXED[0].type, 'normal'); assert.equal(QUIZ_LEXED[1].type, 'quiz'); assert.equal(QUIZ_LEXED[2].type, 'normal'); + assert.equal(QUIZ_LEXED[3].type, 'quiz'); }); it('should gen content for normal sections', function() { |