emacs-diffs
[Top][All Lists]
Advanced

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

master 00a8e365b9: Adjust test to adjusted code


From: Lars Ingebrigtsen
Subject: master 00a8e365b9: Adjust test to adjusted code
Date: Wed, 2 Feb 2022 19:25:59 -0500 (EST)

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

    Adjust test to adjusted code
---
 test/lisp/international/textsec-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/lisp/international/textsec-tests.el 
b/test/lisp/international/textsec-tests.el
index ee0af66d99..5bf9a3dcfb 100644
--- a/test/lisp/international/textsec-tests.el
+++ b/test/lisp/international/textsec-tests.el
@@ -169,8 +169,8 @@
    (textsec-email-address-header-suspicious-p
     "Lars Ingebrigtsen <larsi@\N{RIGHT-TO-LEFT OVERRIDE}gnus.org>"))
 
-  (should (textsec-email-address-header-suspicious-p
-           "דגבא <foo@bar.com>"))
+  (should-not (textsec-email-address-header-suspicious-p
+               "דגבא <foo@bar.com>"))
 
   (should (textsec-email-address-suspicious-p
            "Bob_Norbolwits@GCSsafetyACE.com​")))



reply via email to

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