summaryrefslogtreecommitdiff
path: root/test/it_mail.t
diff options
context:
space:
mode:
authorUrban Müller2024-03-21 18:18:32 +0100
committerUrban Müller2024-03-21 18:18:32 +0100
commitd406a077e01ae593e2f5b01df2118c64025b71ea (patch)
treecfb92960871da358fabd0e221126000a2a89bba7 /test/it_mail.t
parent79ba80017e57eafbc3201fbb02054fcf5c5cff88 (diff)
downloaditools-d406a077e01ae593e2f5b01df2118c64025b71ea.tar.gz
itools-d406a077e01ae593e2f5b01df2118c64025b71ea.tar.bz2
itools-d406a077e01ae593e2f5b01df2118c64025b71ea.zip
allow unicode in local part of mail addresses
Diffstat (limited to 'test/it_mail.t')
-rwxr-xr-xtest/it_mail.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/it_mail.t b/test/it_mail.t
index 41a92b1..12b70d0 100755
--- a/test/it_mail.t
+++ b/test/it_mail.t
@@ -101,7 +101,7 @@ is(
);
is(
- it_mail::address_error('neuman@example.com, <neuman@example.com>, "Neuman, Alfred E." <neuman@example.com>, aneuman, "<neuman@example>" <neuman@example.com>, " neumann@example.com", "www@search.ch".foo.bar@local.ch, test@sör.ch'),
+ it_mail::address_error('neuman@example.com, <neuman@example.com>, "Neuman, Alfred E." <neuman@example.com>, aneuman, "<neuman@example>" <neuman@example.com>, " neumann@example.com", "www@search.ch".foo.bar@local.ch, test@sör.ch, müller@search.ch'),
null,
"Accept valid e-mail addresses"
);