From 1960816e7df8923b8ffe0da1d9c4a9695021fca4 Mon Sep 17 00:00:00 2001 From: itchyny Date: Mon, 21 Nov 2022 09:58:15 +0900 Subject: [PATCH] Fix the explode test case added in #231 --- jackson-jq/src/test/resources/tests/functions/explode.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jackson-jq/src/test/resources/tests/functions/explode.yaml b/jackson-jq/src/test/resources/tests/functions/explode.yaml index c43c99fa..5ee45946 100644 --- a/jackson-jq/src/test/resources/tests/functions/explode.yaml +++ b/jackson-jq/src/test/resources/tests/functions/explode.yaml @@ -1,4 +1,4 @@ - q: 'explode' - in: "\\ud83d\\ude04" + in: "\ud83d\ude04" out: - - 128516 + - [ 128516 ]