Testsuite: enhance json extract tests
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 30 Sep 2018 20:44:29 +0000 (21:44 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 30 Sep 2018 20:44:29 +0000 (21:44 +0100)
test/scripts/0000-Basic/0002
test/stdout/0002

index 65ce40b6aa4701d1c9f44ec319d9bee0f70d6740..d77fa9f29e9cbe7a381be74c8738a21097769510 100644 (file)
@@ -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 {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
 ****
 # Test "escape" with print_topbitchars
 exim -be -DPTBC=print_topbitchars
index a8d1361d13624b84588eebc414142d34ec103a4e..729435472d6cc48a9b4713266e5893d0b8fdc997 100644 (file)
@@ -839,6 +839,13 @@ xyz
 > 59
 > 59
 > 
 > 59
 > 59
 > 
+> {"1":116, "2":943, "3":234}
+> expect: {"1":116, "2":943, "3":234}
+> 
+> {"1":116, "2":943, "3":234}
+> expect: {"1":116, "2":943, "3":234}
+> 
+> 
 > escape: B7·F2ò
 > 
 > primary_hostname: myhost.test.ex
 > escape: B7·F2ò
 > 
 > primary_hostname: myhost.test.ex