diff options
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)< |