From 6c7326b290462372bb6c23462b2087149cf5fcc6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 19 May 2022 20:28:13 -0400 Subject: JSON fix: correctly parse UTF-16 surrogate pairs --- libtests/qtest/json_parse/bad-37.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 libtests/qtest/json_parse/bad-37.json (limited to 'libtests/qtest/json_parse/bad-37.json') diff --git a/libtests/qtest/json_parse/bad-37.json b/libtests/qtest/json_parse/bad-37.json new file mode 100644 index 00000000..3fd031aa --- /dev/null +++ b/libtests/qtest/json_parse/bad-37.json @@ -0,0 +1 @@ +[1, "u:potato: \udd54", 2] -- cgit v1.2.3-54-g00ecf