[exim-cvs] Testsuite: enhance json extract tests

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Git Commits Mailing List
Data:  
To: exim-cvs
Oggetto: [exim-cvs] Testsuite: enhance json extract tests
Gitweb: https://git.exim.org/exim.git/commitdiff/a3970a881934e1fc6be1993bfe544dd17abf6082
Commit:     a3970a881934e1fc6be1993bfe544dd17abf6082
Parent:     9d03af0a7d6bfcc13156ce8fd676ce00dd32d228
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Sep 30 21:44:29 2018 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sun Sep 30 21:44:29 2018 +0100


    Testsuite: enhance json extract tests
---
 test/scripts/0000-Basic/0002 | 7 +++++++
 test/stdout/0002             | 7 +++++++
 2 files changed, 14 insertions(+)


diff --git a/test/scripts/0000-Basic/0002 b/test/scripts/0000-Basic/0002
index 65ce40b..d77fa9f 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
diff --git a/test/stdout/0002 b/test/stdout/0002
index a8d1361..7294354 100644
--- a/test/stdout/0002
+++ b/test/stdout/0002
@@ -839,6 +839,13 @@ xyz
> 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