diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-01-10 13:05:10 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-01-10 15:24:00 +0000 |
commit | b13354a7c428fdb2286d2227fdad5378a1ee9426 (patch) | |
tree | 3d219a4e74d2bfb693a81431d505de072de29c6d /test/stdout | |
parent | 9669c6e06fa8441557a70ba0759eda19287681ad (diff) |
Fix json extract operator for unfound case
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0002 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002 index 949c35eb2..44117a9fc 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -845,6 +845,9 @@ xyz > {"1":116, "2":943, "3":234} > expect: {"1":116, "2":943, "3":234} > +> Failed: missing '"' wrapping string key for extract json +> expect: <> +> > > escape: B7·F2ò > |