X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fscripts%2F0000-Basic%2F0002;h=d77fa9f29e9cbe7a381be74c8738a21097769510;hb=a3970a881934e1fc6be1993bfe544dd17abf6082;hp=65ce40b6aa4701d1c9f44ec319d9bee0f70d6740;hpb=8fdf20fd84ec88d8f8a250f56d2b4d29ba946392;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/scripts/0000-Basic/0002 b/test/scripts/0000-Basic/0002 index 65ce40b6a..d77fa9f29 100644 --- a/test/scripts/0000-Basic/0002 +++ b/test/scripts/0000-Basic/0002 @@ -895,6 +895,13 @@ ${extract json {2} {${extract json{IDs} {\{"other":"foo", "IDs": [116, 943, 234] ${extract json {seconds} { \{"hours":0, "mins":0, "seconds":59\} }} ${extract json {seconds} {${extract json {2} { ["irrelevant", \{"hours":0, "mins":0, "seconds":59\}] }}}} + +${extract json{IDs}{ \{"IDs": \{"1":116, "2":943, "3":234\}\} }} +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} + **** # Test "escape" with print_topbitchars exim -be -DPTBC=print_topbitchars