diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-09 14:57:46 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-09 15:25:54 +0000 |
commit | 9f497717cbb7ffea60b235da3e10a7b42bda41ac (patch) | |
tree | 3316866133b839a0f0286162e1111d40ae6f799f /test/stdout | |
parent | f3c73adaa541ae54092467a29668ac32894ef1dc (diff) |
JSON: fix crashes in ${extract jsons } and ${extract json {digits} }
Broken-by: 386ab6457b and 8fdf20fd84
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0002 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002 index f53d9d563..f5a97289a 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -838,6 +838,8 @@ xyz > > "green" > green +> <> +> expect: <> > > 59 > 59 @@ -850,6 +852,8 @@ xyz > > <> > expect: <> +> <> +> expect: <> > > yes > yes |