diff options
Diffstat (limited to 'test/lisp/international')
-rw-r--r-- | test/lisp/international/textsec-tests.el | 6 |
1 files changed, 2 insertions, 4 deletions
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 |