diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/international/textsec-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/international/textsec-tests.el b/test/lisp/international/textsec-tests.el index 416490aa085..acd77971501 100644 --- a/test/lisp/international/textsec-tests.el +++ b/test/lisp/international/textsec-tests.el | |||
| @@ -84,6 +84,7 @@ | |||
| 84 | (ert-deftest test-mixed-numbers () | 84 | (ert-deftest test-mixed-numbers () |
| 85 | (should-not (textsec-mixed-numbers-p "foo")) | 85 | (should-not (textsec-mixed-numbers-p "foo")) |
| 86 | (should-not (textsec-mixed-numbers-p "8foo8")) | 86 | (should-not (textsec-mixed-numbers-p "8foo8")) |
| 87 | (should-not (textsec-mixed-numbers-p "foo20@foo.org")) | ||
| 87 | (should (textsec-mixed-numbers-p "8foo৪"))) | 88 | (should (textsec-mixed-numbers-p "8foo৪"))) |
| 88 | 89 | ||
| 89 | (ert-deftest test-resolved () | 90 | (ert-deftest test-resolved () |