diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-09 17:07:23 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-11 00:16:09 +0000 |
commit | e661a29c6c38215e205f595a8ed1aedaf3a963ed (patch) | |
tree | 9751926f9e667e485bfca607c19db15afa1e7bd1 /test | |
parent | 95938464602a39d9307550d3bd567030ffaf5b4e (diff) |
JSON: add jsons extract variant, to strip quotes from string results
Diffstat (limited to 'test')
-rw-r--r-- | test/scripts/0000-Basic/0002 | 7 | ||||
-rw-r--r-- | test/stdout/0002 | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0002 b/test/scripts/0000-Basic/0002 index 7a9b38dba..5229f87e6 100644 --- a/test/scripts/0000-Basic/0002 +++ b/test/scripts/0000-Basic/0002 @@ -893,6 +893,11 @@ ${extract json {Width} \ ${extract json {2} {[116, 943, 234, 38793]} } ${extract json {2} {${extract json{IDs} {\{"other":"foo", "IDs": [116, 943, 234]\} }}} } +${extract json {2} {["red", "green", "blue", "black"]} } +${extract jsons{2} {["red", "green", "blue", "black"]} } +<${extract jsons{5} {["red", "green", "blue", "black"]} }> +expect: <> + ${extract json {seconds} { \{"hours":0, "mins":0, "seconds":59\} }} ${extract json {seconds} {${extract json {2} { ["irrelevant", \{"hours":0, "mins":0, "seconds":59\}] }}}} @@ -904,6 +909,8 @@ expect: {"1":116, "2":943, "3":234} <${extract json{nonexistent}{ \{"id": \{"a":101, "b":102\}, "IDs": \{"1":116, "2":943, "3":234\}\} }}> expect: <> +<${extract jsons{nonexistent}{ \{"id": \{"a":101, "b":102\}, "IDs": \{"1":116, "2":943, "3":234\}\} }}> +expect: <> **** # Test "escape" with print_topbitchars diff --git a/test/stdout/0002 b/test/stdout/0002 index c2f5f2f3c..df3e3ea88 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -836,6 +836,11 @@ xyz > 943 > 943 > +> "green" +> green +> <> +> expect: <> +> > 59 > 59 > @@ -847,6 +852,8 @@ xyz > > <> > expect: <> +> <> +> expect: <> > > > escape: B7·F2ò |