]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/subr-tests.el (string-comparison-test): Add more tests.
authorEli Zaretskii <eliz@gnu.org>
Thu, 28 Jul 2022 18:41:15 +0000 (21:41 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 28 Jul 2022 18:41:15 +0000 (21:41 +0300)
test/lisp/subr-tests.el

index 6df4a469326dafeb5009f3ed4a1fc448aaac63b1..be613ce7595b46ba6663098c55b66fbe3a60222c 100644 (file)
   (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" "ẞ"))