diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lisp/international/textsec-tests.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lisp/international/textsec-tests.el b/test/lisp/international/textsec-tests.el index acd77971501..f8fc0564807 100644 --- a/test/lisp/international/textsec-tests.el +++ b/test/lisp/international/textsec-tests.el @@ -162,6 +162,10 @@ (textsec-email-address-header-suspicious-p "Lars Ingebrigtsen <larsi@gn\N{LEFT-TO-RIGHT ISOLATE}us.org>")) + (should + (textsec-email-address-header-suspicious-p + "Lars Ingebrigtsen <larsi@\N{RIGHT-TO-LEFT OVERRIDE}gnus.org>")) + (should (textsec-email-address-header-suspicious-p "דגבא <foo@bar.com>"))) |