diff options
author | Urban Müller | 2024-03-21 18:18:32 +0100 |
---|---|---|
committer | Urban Müller | 2024-03-21 18:18:32 +0100 |
commit | d406a077e01ae593e2f5b01df2118c64025b71ea (patch) | |
tree | cfb92960871da358fabd0e221126000a2a89bba7 /test | |
parent | 79ba80017e57eafbc3201fbb02054fcf5c5cff88 (diff) | |
download | itools-d406a077e01ae593e2f5b01df2118c64025b71ea.tar.gz itools-d406a077e01ae593e2f5b01df2118c64025b71ea.tar.bz2 itools-d406a077e01ae593e2f5b01df2118c64025b71ea.zip |
allow unicode in local part of mail addresses
Diffstat (limited to 'test')
-rwxr-xr-x | test/it_mail.t | 2 |
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" ); |