emacs-diffs
[Top][All Lists]
Advanced

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

master b1488a6582: Re-enable some textsec-tests after recent bidi.c fix


From: Lars Ingebrigtsen
Subject: master b1488a6582: Re-enable some textsec-tests after recent bidi.c fix
Date: Thu, 20 Jan 2022 05:07:32 -0500 (EST)

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

    Re-enable some textsec-tests after recent bidi.c fix
---
 test/lisp/international/textsec-tests.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/test/lisp/international/textsec-tests.el 
b/test/lisp/international/textsec-tests.el
index 31805671e1..d9cba57982 100644
--- a/test/lisp/international/textsec-tests.el
+++ b/test/lisp/international/textsec-tests.el
@@ -136,15 +136,15 @@
   (should (textsec-name-suspicious-p "LÅRS INGEBRIGTSEN"))
   (should-not (textsec-name-suspicious-p "LÅRS INGEBRIGTSEN"))
 
-  ;;; FIXME -- these tests fail with `bidi-find-overridden-directionality'.
+  ;;; FIXME -- this test fail with `bidi-find-overridden-directionality'.
   (when nil
     (should (textsec-name-suspicious-p
-             "Lars Ingebrigtsen\N{LEFT-TO-RIGHT OVERRIDE}"))
-    (should (textsec-name-suspicious-p
-             "Lars Ingebrigtsen\N{LEFT-TO-RIGHT OVERRIDE}f"))
-    (should-not (textsec-name-suspicious-p
-                 "Lars Ingebrigtsen\N{LEFT-TO-RIGHT MARK}"))
-    (should-not (textsec-name-suspicious-p "אבגד ⁧שונה⁩ מרגיל")))
+             "Lars Ingebrigtsen\N{LEFT-TO-RIGHT OVERRIDE}")))
+  (should (textsec-name-suspicious-p
+           "Lars Ingebrigtsen\N{LEFT-TO-RIGHT OVERRIDE}f"))
+  (should-not (textsec-name-suspicious-p
+               "Lars Ingebrigtsen\N{LEFT-TO-RIGHT MARK}"))
+  (should-not (textsec-name-suspicious-p "אבגד ⁧שונה⁩ מרגיל"))
 
   (should (textsec-name-suspicious-p
            "\N{COMBINING GRAVE ACCENT}\N{COMBINING GRAVE ACCENT}Lars 
Ingebrigtsen"))



reply via email to

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