diff options
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 |