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:
parent
875e77a66a
commit
c4d490490d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user