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/scripts/0000-Basic | |
parent | 9669c6e06fa8441557a70ba0759eda19287681ad (diff) |
Fix json extract operator for unfound case
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0002 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0002 b/test/scripts/0000-Basic/0002 index e192a5593..7a9b38dba 100644 --- a/test/scripts/0000-Basic/0002 +++ b/test/scripts/0000-Basic/0002 @@ -902,6 +902,9 @@ expect: {"1":116, "2":943, "3":234} ${extract json{IDs}{ \{"id": \{"a":101, "b":102\}, "IDs": \{"1":116, "2":943, "3":234\}\} }} expect: {"1":116, "2":943, "3":234} +<${extract json{nonexistent}{ \{"id": \{"a":101, "b":102\}, "IDs": \{"1":116, "2":943, "3":234\}\} }}> +expect: <> + **** # Test "escape" with print_topbitchars exim -be -DPTBC=print_topbitchars |