From 6ff1cf35f78a24d52603d84eac9349b3d4670c6c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 20 Feb 2024 09:37:50 +0200 Subject: Make json value type prepend non-overriding for consistency with map --- tests/type/json/testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/type/json/testscript b/tests/type/json/testscript index 5295fbc..0e9af95 100644 --- a/tests/type/json/testscript +++ b/tests/type/json/testscript @@ -204,7 +204,7 @@ : object : - $* <'{"zero":0,"one":6,"two":8,"three":9,"four":4,"five":5,"seven":7}' + $* <'{"zero":0,"one":6,"two":8,"three":3,"four":4,"five":5,"seven":7}' o = [json] one@1 two@2 three@3 o += four@4 o += five@5 one@6 -- cgit v1.1