Skip to content

Commit

Permalink
Fix queue
Browse files Browse the repository at this point in the history
Closes GH-26.

Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
nikhiljha authored and wooorm committed Jan 27, 2019
1 parent 2bfc50a commit 80a2daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions problematic.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"newlywed": 3,
"people": 2,
"pulse": 1,
"queue": 1,
"recipe": 3,
"riverbed": 3,
"sesame": 3,
Expand Down
1 change: 1 addition & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ test('api', function(t) {
)

t.equal(syllable('Snuffleupagus'), 5, 'GH-25 (snuffleupagus)')
t.equal(syllable('queue'), 1, 'GH-26 (queue)')

t.end()
})
Expand Down

0 comments on commit 80a2daa

Please sign in to comment.