From b1488a6582d8557e3e3fd894d81bab165d4aca77 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 20 Jan 2022 11:06:58 +0100 Subject: [PATCH] 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 31805671e18..d9cba57982a 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")) -- 2.39.5