mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-08 00:33:13 -08:00
; * test/lisp/subr-tests.el (string-comparison-test): Add more tests.
This commit is contained in:
parent
eeeb481750
commit
dc96fe5c10
1 changed files with 2 additions and 0 deletions
|
|
@ -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" "ẞ"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue