mirror of
https://github.com/neovim/neovim.git
synced 2025-09-10 21:38:19 +00:00
eval/decode: Do not loose high surrogates followed by high surrogates
This commit is contained in:
@@ -389,6 +389,8 @@ describe('json_decode() function', function()
|
||||
eq('\t\xED\xB0\x80', funcs.json_decode('"\\t\\uDC00"'))
|
||||
|
||||
eq('\xED\xA0\x80¬', funcs.json_decode('"\\uD800\\u00AC"'))
|
||||
|
||||
eq('\xED\xA0\x80\xED\xA0\x80', funcs.json_decode('"\\uD800\\uD800"'))
|
||||
end)
|
||||
|
||||
local sp_decode_eq = function(expected, json)
|
||||
|
Reference in New Issue
Block a user