diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-08-27 17:44:52 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-08-27 17:44:52 +0100 |
commit | c5b0340697326238b0e2afd9d341185077d60d35 (patch) | |
tree | 6aea0eb19b4ded0f976877fff5fae7c619dd557f /test/stdout | |
parent | ad1584d5972f44e835d086bbcfdf12af49da8244 (diff) |
Fix ${domain:} for a bare local-part input. Bug 2375
Broken-by: e2ff8e24f4
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0002 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002 index 6319fdc65..01e96fe78 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -161,6 +161,7 @@ > domain: dom.ain > domain: dom.ain > domain: dom.ain +> domain: > > addresses: ''abc@xyz' ''pqr@xyz > addresses: local-part@dom.ain @@ -237,6 +238,7 @@ newline tab\134backslash ~tilde\177DEL\200\201. > lclpt: local-part > lclpt: local-part > lclpt: local.part +> lclpt: a.b.c > quote: aZ09_.-Q "ab*cd" "abcd\"ef" > quote: "nl(\n)" > quote: "cr(\r)" |