projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
875e77a
)
; * test/src/fns-tests.el: Fix last change
author
Ken Brown
<kbrown@cornell.edu>
Sat, 25 Mar 2023 16:54:23 +0000
(12:54 -0400)
committer
Ken Brown
<kbrown@cornell.edu>
Sat, 25 Mar 2023 16:54:23 +0000
(12:54 -0400)
test/src/fns-tests.el
patch
|
blob
|
history
diff --git
a/test/src/fns-tests.el
b/test/src/fns-tests.el
index c36b5e3f41b7aeef8e4258ad1448a4f4f055e4df..b84d39a063d2bc391a763ae5e94de8f2d451e200 100644
(file)
--- a/
test/src/fns-tests.el
+++ b/
test/src/fns-tests.el
@@
-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)