]> git.eshelyaron.com Git - emacs.git/commitdiff
Re-enable some textsec-tests after recent bidi.c fix
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Jan 2022 10:06:58 +0000 (11:06 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Jan 2022 10:06:58 +0000 (11:06 +0100)
test/lisp/international/textsec-tests.el

index 31805671e18dd625a37fd71676c1259d9d0b7fc9..d9cba57982a223dd46619c2985aa6fde81c466c7 100644 (file)
   (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"))