From 682b6df6bfc7af98a28b54bd925cd33dead2c25d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 22 Jan 2022 11:58:05 +0200 Subject: Improve detection of suspicious uses of bidi controls * lisp/international/textsec.el (textsec-bidi-controls-suspicious-p): New function. (textsec-name-suspicious-p): Use it. * test/lisp/international/textsec-tests.el (test-suspicious-name): Enable the test that was previously failing with 'bidi-find-overridden-directionality'. --- test/lisp/international/textsec-tests.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/lisp/international') diff --git a/test/lisp/international/textsec-tests.el b/test/lisp/international/textsec-tests.el index c3c7e9b59a4..ee0af66d992 100644 --- a/test/lisp/international/textsec-tests.el +++ b/test/lisp/international/textsec-tests.el @@ -136,10 +136,8 @@ (should (textsec-name-suspicious-p "LÅRS INGEBRIGTSEN")) (should-not (textsec-name-suspicious-p "LÅRS INGEBRIGTSEN")) - ;;; 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}")) (should (textsec-name-suspicious-p "Lars Ingebrigtsen\N{LEFT-TO-RIGHT OVERRIDE}f")) (should-not (textsec-name-suspicious-p -- cgit v1.2.3