Skip to content

Commit

Permalink
Add a very lazy test for keyutil.parseKeyCharacterMap().
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Feb 10, 2014
1 parent 329b862 commit 077982f
Show file tree
Hide file tree
Showing 4 changed files with 4,862 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/util/keyutil.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports.parseKeyCharacterMap = function(stream) {
var resolver = Promise.defer()
, state = 'type_t'
, keymap = {
keys: []
type: null
, keys: []
}
, lastKey
, lastRule
Expand Down
Loading

0 comments on commit 077982f

Please sign in to comment.