diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/international/textsec-tests.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/lisp/international/textsec-tests.el b/test/lisp/international/textsec-tests.el index fbf6713408a..31805671e18 100644 --- a/test/lisp/international/textsec-tests.el +++ b/test/lisp/international/textsec-tests.el | |||
| @@ -172,7 +172,10 @@ | |||
| 172 | "Lars Ingebrigtsen <larsi@\N{RIGHT-TO-LEFT OVERRIDE}gnus.org>")) | 172 | "Lars Ingebrigtsen <larsi@\N{RIGHT-TO-LEFT OVERRIDE}gnus.org>")) |
| 173 | 173 | ||
| 174 | (should (textsec-email-address-header-suspicious-p | 174 | (should (textsec-email-address-header-suspicious-p |
| 175 | "דגבא <foo@bar.com>"))) | 175 | "דגבא <foo@bar.com>")) |
| 176 | |||
| 177 | (should (textsec-email-address-suspicious-p | ||
| 178 | "Bob_Norbolwits@GCSsafetyACE.com"))) | ||
| 176 | 179 | ||
| 177 | (ert-deftest test-suspicious-url () | 180 | (ert-deftest test-suspicious-url () |
| 178 | (should-not (textsec-url-suspicious-p "http://example.ru/bar")) | 181 | (should-not (textsec-url-suspicious-p "http://example.ru/bar")) |