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:
parent
329b862e4f
commit
077982f08a
4 changed files with 4862 additions and 1 deletions
|
@ -7,7 +7,8 @@ module.exports.parseKeyCharacterMap = function(stream) {
|
|||
var resolver = Promise.defer()
|
||||
, state = 'type_t'
|
||||
, keymap = {
|
||||
keys: []
|
||||
type: null
|
||||
, keys: []
|
||||
}
|
||||
, lastKey
|
||||
, lastRule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue