Skip to content

Commit

Permalink
Fixed syntax errors in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Mar 30, 2015
1 parent d392232 commit 4e1996c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ okApplyKey(prefs, "ng", "~", "ng̃"); // ce59e67eadca

okApplyKey(prefs, "gya", ".", "gỵa");

let prefs = {
prefs = {
method: 1 /* Telex */,
ckSpell: true,
informal: false,
Expand All @@ -130,7 +130,7 @@ okApplyKey(prefs, "đuơc", "j", "được");

okApplyKey(prefs, "qu", "w", "quw"); // kimkha/avim-chrome#10

let prefs = {
prefs = {
method: 2 /* VNI */,
ckSpell: true,
informal: false,
Expand Down

0 comments on commit 4e1996c

Please sign in to comment.