Add a very lazy test for keyutil.parseKeyCharacterMap().

This commit is contained in:
Simo Kinnunen
2014-02-10 22:08:29 +09:00
parent 329b862e4f
commit 077982f08a
4 changed files with 4862 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ module.exports.parseKeyCharacterMap = function(stream) {
var resolver = Promise.defer()
, state = 'type_t'
, keymap = {
keys: []
type: null
, keys: []
}
, lastKey
, lastRule