From: Eli Zaretskii Date: Thu, 28 Jul 2022 18:41:15 +0000 (+0300) Subject: ; * test/lisp/subr-tests.el (string-comparison-test): Add more tests. X-Git-Tag: emacs-29.0.90~1447^2~681 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc96fe5c101a4e1b0a332497c94c021bf7be4ce1;p=emacs.git ; * test/lisp/subr-tests.el (string-comparison-test): Add more tests. --- diff --git a/test/lisp/subr-tests.el b/test/lisp/subr-tests.el index 6df4a469326..be613ce7595 100644 --- 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" "ẞ"))