summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@friendco.de>2014-04-05 20:04:54 -0700
committerAaron O'Mullan <aaron.omullan@friendco.de>2014-04-05 20:04:54 -0700
commitcae62676653e9664fd876a37b6363aecd7cfaf5a (patch)
treec56fbd543b7fb3ca9973ce0c2851c0543412f385
parent58bee15f376e5e56477d4e083493d9b6213fbc63 (diff)
downloadgitbook-cae62676653e9664fd876a37b6363aecd7cfaf5a.zip
gitbook-cae62676653e9664fd876a37b6363aecd7cfaf5a.tar.gz
gitbook-cae62676653e9664fd876a37b6363aecd7cfaf5a.tar.bz2
Adapt test to new code language normalization
-rw-r--r--test/page.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/page.js b/test/page.js
index 94c1d0a..0f54809 100644
--- a/test/page.js
+++ b/test/page.js
@@ -47,7 +47,7 @@ describe('Page parsing', function() {
});
it('should detect an exercise\'s language', function() {
- assert.equal(LEXED[1].lang, 'py');
+ assert.equal(LEXED[1].lang, 'python');
});
});