diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-01-08 19:15:29 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-01-08 23:11:30 +0000 |
commit | 854bd65fa7f6a97b04680fb090423c27b19077a2 (patch) | |
tree | ce46b4041022ffcb148048b174ee0fcc989c6e1e /test/stdout | |
parent | 57a7b15ed9a35f447c05c7c6b80eb8b2a5836fbb (diff) |
JSON lookup
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/2750 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/stdout/2750 b/test/stdout/2750 new file mode 100644 index 000000000..d70041a16 --- /dev/null +++ b/test/stdout/2750 @@ -0,0 +1,18 @@ +> policy-aliases:google:mode +> testing +> +> policies:hotmail.com +> {"policy-alias": "outlook"} +> +> policy-aliases:outlook +> {"mode": "testing", "mxs": [".outlook.com", "outlook.com"]} +> +> policy-aliases:outlook:mxs +> [".outlook.com", "outlook.com"] +> +> policy-aliases:outlook:mxs:1 +> outlook.com +> +> aggregate output vs. json extract +> [".outlook.com", "outlook.com"] +> |