diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2017-10-04 22:25:45 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2017-10-06 21:46:34 +0200 |
commit | 1b7cf216d933b395dee691f05becca4dd44b26f7 (patch) | |
tree | dea219f75e33c52dbdbe49c7286c67ad4fb748fa /test/stdout/0002 | |
parent | 81f358daccc6f759456eb1ae0f8e456a9118ca9f (diff) |
Check for proper output separator in expanding ${addresses:STRING} (Closes 2171)
Better yet would be to force setting the output separator literally,
and not after expansion of the STRING. But this would be an incompatible
change.
Diffstat (limited to 'test/stdout/0002')
-rw-r--r-- | test/stdout/0002 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002 index 5593f06cc..1422289a7 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -123,6 +123,7 @@ > addresses: local-part@dom.ain+xyz@abc > addresses: local-part@dom.ain:xyz@abc:p@q:r@s > addresses: +> Failed: output separator missing in expanding ${addresses:>} > > escape: B7\267F2\362 > excape8bit: undisturbed text tab |