emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ea0060abfb 1/2: Add test for bug#51733


From: Lars Ingebrigtsen
Subject: master ea0060abfb 1/2: Add test for bug#51733
Date: Thu, 20 Jan 2022 04:10:16 -0500 (EST)

branch: master
commit ea0060abfb88fb22dcbd43a9d9793d3d8b7906d7
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 fbf6713408..31805671e1 100644
--- a/test/lisp/international/textsec-tests.el
+++ b/test/lisp/international/textsec-tests.el
@@ -172,7 +172,10 @@
     "Lars Ingebrigtsen <larsi@\N{RIGHT-TO-LEFT OVERRIDE}gnus.org>"))
 
   (should (textsec-email-address-header-suspicious-p
-           "דגבא <foo@bar.com>")))
+           "דגבא <foo@bar.com>"))
+
+  (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";))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]