diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-01-20 23:58:36 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-01-20 23:58:36 +0000 |
commit | 80dec2b11297acb99c25a76e6c55ba81da906576 (patch) | |
tree | 98d52c08dee6527e17b5a387dfd5189c93b44936 /test/stderr/0002 | |
parent | b752461e73d65163325bbf35dd55268e36e7f572 (diff) |
Debug: more detail for expansion items
Diffstat (limited to 'test/stderr/0002')
-rw-r--r-- | test/stderr/0002 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/stderr/0002 b/test/stderr/0002 index 81108f28f..94f47c29b 100644 --- a/test/stderr/0002 +++ b/test/stderr/0002 @@ -33,6 +33,7 @@ dropping to exim gid; retaining priv uid ├considering: }fail} ├──expanding: $2$1 ╰─────result: cdab + ├───item-res: cdab ├──expanding: match: ${if match{abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail} ╰─────result: match: cdab ╭considering: match: ${if match{wxyz}{\N^([ab]+)(\w+)$\N}{$2$1}fail} @@ -124,6 +125,7 @@ LOG: MAIN PANIC ├considering: }} ├──expanding: no ╰─────result: no + ├───item-res: no ├──expanding: match_address: ${if match_address{a.b.c}{a.b.c}{yes}{no}} ╰─────result: match_address: no >>>>>>>>>>>>>>>> Exim pid=pppp (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>> @@ -156,6 +158,7 @@ dropping to exim gid; retaining priv uid |considering: }fail} |--expanding: $2$1 \_____result: cdab + |---item-res: cdab |--expanding: match: ${if match{abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail} \_____result: match: cdab /considering: match: ${if match{wxyz}{\N^([ab]+)(\w+)$\N}{$2$1}fail} @@ -247,6 +250,7 @@ LOG: MAIN PANIC |considering: }} |--expanding: no \_____result: no + |---item-res: no |--expanding: match_address: ${if match_address{a.b.c}{a.b.c}{yes}{no}} \_____result: match_address: no >>>>>>>>>>>>>>>> Exim pid=pppp (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>> @@ -383,6 +387,7 @@ dropping to exim gid; retaining priv uid ├considering: }} ├──expanding: No ╰─────result: No + ├───item-res: No ├──expanding: ----> No lookup yet: ${if eq{black}{white}{$sender_host_name}{No}} ╰─────result: ----> No lookup yet: No ╭considering: -oMs sender_host_name = $sender_host_name |