From 968a61f60543e08dec231d2c1e265f1b60673452 Mon Sep 17 00:00:00 2001 From: Shakil Thakur Date: Sun, 13 Nov 2016 00:28:51 -0600 Subject: [PATCH] fixed test case --- spec/unidecode_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unidecode_spec.lua b/spec/unidecode_spec.lua index c027d35..35e58d1 100644 --- a/spec/unidecode_spec.lua +++ b/spec/unidecode_spec.lua @@ -5,7 +5,7 @@ local unidecodeTest = { {"Herp", "Herp"}, {"北亰", "Bei Jing"}, {"læti", "laeti"}, - {"læti", "𝔓"}, + {"𝔓", "P"}, } describe("unicorndecode", function()