diff options
| author | Lars Ingebrigtsen | 2022-01-19 18:50:40 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-01-19 18:50:40 +0100 |
| commit | 50ddfb2428496d7f5b8f37d3345fb2fdb88bb6ea (patch) | |
| tree | f9b94bb491190214a380daf41cfdebecc4980c3a /test | |
| parent | b28f420737b7d2b4f2f9dfe57922f073adc037c9 (diff) | |
| download | emacs-50ddfb2428496d7f5b8f37d3345fb2fdb88bb6ea.tar.gz emacs-50ddfb2428496d7f5b8f37d3345fb2fdb88bb6ea.zip | |
Make textsec-mixed-numbers-p actually work
* lisp/international/textsec.el (textsec-mixed-numbers-p): Fix the
test.
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 () |