aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorKen Brown2023-03-25 12:54:23 -0400
committerKen Brown2023-03-25 12:54:23 -0400
commitc4d490490dc24c76fbead7941518ad503672d216 (patch)
tree81716104506d5dc4876eeb7c7827ede6b68b1cc8 /test/src
parent875e77a66a66d7a5ab755af7f7cf6a9ba1e17c01 (diff)
downloademacs-c4d490490dc24c76fbead7941518ad503672d216.tar.gz
emacs-c4d490490dc24c76fbead7941518ad503672d216.zip
; * test/src/fns-tests.el: Fix last change
Diffstat (limited to 'test/src')
-rw-r--r--test/src/fns-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/fns-tests.el b/test/src/fns-tests.el
index c36b5e3f41b..b84d39a063d 100644
--- a/test/src/fns-tests.el
+++ b/test/src/fns-tests.el
@@ -253,7 +253,7 @@
253 ;; Ignore case. 253 ;; Ignore case.
254 (should (string-collate-equalp "xyzzy" "XYZZY" nil t)) 254 (should (string-collate-equalp "xyzzy" "XYZZY" nil t))
255 255
256 ;; Locale must be valid. This test will fail on Cygwin releases < 3.5. 256 ;; Locale must be valid.
257 (should-error (string-collate-equalp "xyzzy" "xyzzy" "en_XY.UTF-8"))) 257 (should-error (string-collate-equalp "xyzzy" "xyzzy" "en_XY.UTF-8")))
258 258
259;; There must be a check for valid codepoints. (Check not implemented yet) 259;; There must be a check for valid codepoints. (Check not implemented yet)