; * test/src/fns-tests.el: Fix last change
This commit is contained in:
parent
875e77a66a
commit
c4d490490d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue