diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-02-20 09:37:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-02-20 16:01:40 +0200 |
commit | 6ff1cf35f78a24d52603d84eac9349b3d4670c6c (patch) | |
tree | 3c549345e303b25617b70e96800f8d1fbb7a9595 /tests | |
parent | c2d2a1ac0ac41a068c4bf09f8236a61d576e74f5 (diff) |
Make json value type prepend non-overriding for consistency with map
Diffstat (limited to 'tests')
-rw-r--r-- | tests/type/json/testscript | 2 |
1 files changed, 1 insertions, 1 deletions
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 : - $* <<EOI >'{"zero":0,"one":6,"two":8,"three":9,"four":4,"five":5,"seven":7}' + $* <<EOI >'{"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 |