From d406a077e01ae593e2f5b01df2118c64025b71ea Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 21 Mar 2024 18:18:32 +0100 Subject: allow unicode in local part of mail addresses --- test/it_mail.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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, Alfred E." , aneuman, "" , " neumann@example.com", "www@search.ch".foo.bar@local.ch, test@sör.ch'), + it_mail::address_error('neuman@example.com, , "Neuman, Alfred E." , aneuman, "" , " neumann@example.com", "www@search.ch".foo.bar@local.ch, test@sör.ch, müller@search.ch'), null, "Accept valid e-mail addresses" ); -- cgit v1.2.3