Skip to content

Commit

Permalink
fixed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
FourierTransformer committed Nov 13, 2016
1 parent d243ffe commit 968a61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unidecode_spec.lua
Expand Up @@ -5,7 +5,7 @@ local unidecodeTest = {
{"Herp", "Herp"},
{"北亰", "Bei Jing"},
{"læti", "laeti"},
{"læti", "𝔓"},
{"𝔓", "P"},
}

describe("unicorndecode", function()
Expand Down

0 comments on commit 968a61f

Please sign in to comment.