projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeeb481
)
; * test/lisp/subr-tests.el (string-comparison-test): Add more tests.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 28 Jul 2022 18:41:15 +0000
(21:41 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 28 Jul 2022 18:41:15 +0000
(21:41 +0300)
test/lisp/subr-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/subr-tests.el
b/test/lisp/subr-tests.el
index 6df4a469326dafeb5009f3ed4a1fc448aaac63b1..be613ce7595b46ba6663098c55b66fbe3a60222c 100644
(file)
--- a/
test/lisp/subr-tests.el
+++ b/
test/lisp/subr-tests.el
@@
-374,6
+374,8
@@
(should-not (string-equal-ignore-case "abc" "abCD"))
(should (string-equal-ignore-case "S" "s"))
(should (string-equal-ignore-case "ẞ" "ß"))
+ (should (string-equal-ignore-case "Dz" "DZ"))
+ (should (string-equal-ignore-case "Όσος" "ΌΣΟΣ"))
;; not yet: (should (string-equal-ignore-case "SS" "ß"))
;; not yet: (should (string-equal-ignore-case "SS" "ẞ"))