1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

; * test/src/fns-tests.el: Fix last change

This commit is contained in:
Ken Brown 2023-03-25 12:54:23 -04:00
parent 875e77a66a
commit c4d490490d

View File

@ -253,7 +253,7 @@
;; Ignore case.
(should (string-collate-equalp "xyzzy" "XYZZY" nil t))
;; Locale must be valid. This test will fail on Cygwin releases < 3.5.
;; Locale must be valid.
(should-error (string-collate-equalp "xyzzy" "xyzzy" "en_XY.UTF-8")))
;; There must be a check for valid codepoints. (Check not implemented yet)