summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-suite/tests/i18n.test12
1 files changed, 7 insertions, 5 deletions
diff --git a/test-suite/tests/i18n.test b/test-suite/tests/i18n.test
index f288da06d..6abd00fee 100644
--- a/test-suite/tests/i18n.test
+++ b/test-suite/tests/i18n.test
@@ -74,11 +74,6 @@
(string-locale-ci=? "Hello" "HELLO"
(make-locale (list LC_COLLATE) "C"))))
- (pass-if "string-locale-ci=?, bis"
- (let* ((strings (list "⇒a" "⇒b"))
- (heads (map (lambda (s) (substring/shared s 0 1)) strings)))
- (apply string-locale-ci=? heads)))
-
(pass-if "string-locale-ci<?"
(and (string-locale-ci<? "hello" "WORLD")
(string-locale-ci<? "hello" "WORLD"
@@ -226,6 +221,13 @@
(lambda ()
(setlocale LC_ALL "C"))))))
+ (pass-if "string-locale-ci=?, bis"
+ (under-french-utf8-locale-or-unresolved
+ (lambda ()
+ (let* ((strings (list "œa" "œb"))
+ (heads (map (lambda (s) (substring/shared s 0 1)) strings)))
+ (apply string-locale-ci=? heads)))))
+
(pass-if "string-locale-ci=? (3 args, wide strings)"
(under-french-utf8-locale-or-unresolved
(lambda ()