1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 10:19:30 +02:00

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