From ea0060abfb88fb22dcbd43a9d9793d3d8b7906d7 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 20 Jan 2022 09:54:38 +0100 Subject: [PATCH] Add test for bug#51733 --- test/lisp/international/textsec-tests.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/lisp/international/textsec-tests.el b/test/lisp/international/textsec-tests.el index fbf6713408a..31805671e18 100644 --- a/test/lisp/international/textsec-tests.el +++ b/test/lisp/international/textsec-tests.el @@ -172,7 +172,10 @@ "Lars Ingebrigtsen ")) (should (textsec-email-address-header-suspicious-p - "דגבא "))) + "דגבא ")) + + (should (textsec-email-address-suspicious-p + "Bob_Norbolwits@GCSsafetyACE.com​"))) (ert-deftest test-suspicious-url () (should-not (textsec-url-suspicious-p "http://example.ru/bar")) -- 2.39.5