diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-04-05 20:04:54 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-04-05 20:04:54 -0700 |
commit | cae62676653e9664fd876a37b6363aecd7cfaf5a (patch) | |
tree | c56fbd543b7fb3ca9973ce0c2851c0543412f385 | |
parent | 58bee15f376e5e56477d4e083493d9b6213fbc63 (diff) | |
download | gitbook-cae62676653e9664fd876a37b6363aecd7cfaf5a.zip gitbook-cae62676653e9664fd876a37b6363aecd7cfaf5a.tar.gz gitbook-cae62676653e9664fd876a37b6363aecd7cfaf5a.tar.bz2 |
Adapt test to new code language normalization
-rw-r--r-- | test/page.js | 2 |
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'); }); }); |