aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-01-19 18:50:40 +0100
committerLars Ingebrigtsen2022-01-19 18:50:40 +0100
commit50ddfb2428496d7f5b8f37d3345fb2fdb88bb6ea (patch)
treef9b94bb491190214a380daf41cfdebecc4980c3a /test
parentb28f420737b7d2b4f2f9dfe57922f073adc037c9 (diff)
downloademacs-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.el1
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 ()