From d4daf40caa518a89e51222e6e1d9c230db02839a Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 4 Nov 2022 12:26:10 +0000 Subject: util.json: Accept empty arrays with whitespace (fixes #1782) --- spec/json/pass4.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 spec/json/pass4.json (limited to 'spec/json/pass4.json') diff --git a/spec/json/pass4.json b/spec/json/pass4.json new file mode 100644 index 00000000..595026ad --- /dev/null +++ b/spec/json/pass4.json @@ -0,0 +1,8 @@ +{ + "one": [ + + ], + "two": [], + "three": [ ], + "four": [ ] +} -- cgit v1.2.3