diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-24 14:32:49 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-24 14:32:49 +0000 |
commit | fd700877d5224452609c919113fd71d08ac1ccca (patch) | |
tree | 6c678baea723e34996b55fcdcda501de6de3162c /test | |
parent | 328895cc07b8caf8c18003569431a02129989289 (diff) |
Remove trailing whitespace from each header before concatenation in
string expansions.
Diffstat (limited to 'test')
-rw-r--r-- | test/scripts/0000-Basic/0406 | 4 | ||||
-rw-r--r-- | test/stdout/0406 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/scripts/0000-Basic/0406 b/test/scripts/0000-Basic/0406 index 216d88241..2e60e4760 100644 --- a/test/scripts/0000-Basic/0406 +++ b/test/scripts/0000-Basic/0406 @@ -1,8 +1,8 @@ # $h_ $bh_ and $rh_ expansions exim -bf DIR/aux-fixed/TESTNUM.f subject: lots of leading and trailing space -To: a@b -To: c@d +To: a@b +To: c@d X-1: (=?ISO-8859-1?Q?a?=) X-2: (=?ISO-8859-1?Q?a?= b) X-3: (=?ISO-8859-1?Q?a?= =?ISO-8859-1?Q?b?=) diff --git a/test/stdout/0406 b/test/stdout/0406 index 9ce3f6d43..51ebd51cb 100644 --- a/test/stdout/0406 +++ b/test/stdout/0406 @@ -6,7 +6,7 @@ Testing Exim filter file "TESTSUITE/aux-fixed/0406.f" Testprint: subject = >lots of leading and trailing space< Testprint: raw subject = > lots of leading and trailing space \n< Testprint: to = >a@b,\nc@d< -Testprint: raw to = > a@b\n c@d\n< +Testprint: raw to = > a@b \n c@d \n< Testprint: rX-1: > (=?ISO-8859-1?Q?a?=)\n< Testprint: bX-1: >(a)< Testprint: X-1: >(a)< |