diff --git a/test/test.lua b/test/test.lua index 734982a..e72be04 100644 --- a/test/test.lua +++ b/test/test.lua @@ -159,6 +159,7 @@ test("decode escape", function() [ [["\\"]] ] = '\\', [ [["\\\\"]] ] = '\\\\', [ [["\/"]] ] = '/', + [ [["\\u \u263a"]] ] = [[\u ☺]], } for k, v in pairs(t) do local res = json.decode(k)