diff options
| author | Lars Ingebrigtsen | 2022-02-03 01:25:42 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-02-03 01:25:42 +0100 |
| commit | 00a8e365b9138e79cc68079d870af9aaea629f7d (patch) | |
| tree | 32512dd3c3b57ab4b4421e5efde768f67234ab49 /test | |
| parent | c882b4ea02b705d866fbcdd886b577b9592479fe (diff) | |
| download | emacs-00a8e365b9138e79cc68079d870af9aaea629f7d.tar.gz emacs-00a8e365b9138e79cc68079d870af9aaea629f7d.zip | |
Adjust test to adjusted code
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/international/textsec-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/international/textsec-tests.el b/test/lisp/international/textsec-tests.el index ee0af66d992..5bf9a3dcfb3 100644 --- a/test/lisp/international/textsec-tests.el +++ b/test/lisp/international/textsec-tests.el | |||
| @@ -169,8 +169,8 @@ | |||
| 169 | (textsec-email-address-header-suspicious-p | 169 | (textsec-email-address-header-suspicious-p |
| 170 | "Lars Ingebrigtsen <larsi@\N{RIGHT-TO-LEFT OVERRIDE}gnus.org>")) | 170 | "Lars Ingebrigtsen <larsi@\N{RIGHT-TO-LEFT OVERRIDE}gnus.org>")) |
| 171 | 171 | ||
| 172 | (should (textsec-email-address-header-suspicious-p | 172 | (should-not (textsec-email-address-header-suspicious-p |
| 173 | "דגבא <foo@bar.com>")) | 173 | "דגבא <foo@bar.com>")) |
| 174 | 174 | ||
| 175 | (should (textsec-email-address-suspicious-p | 175 | (should (textsec-email-address-suspicious-p |
| 176 | "Bob_Norbolwits@GCSsafetyACE.com"))) | 176 | "Bob_Norbolwits@GCSsafetyACE.com"))) |