]> git.eshelyaron.com Git - emacs.git/commitdiff
a couple more `string-equal-ignore-case' test cases
authorSam Steingold <sds@gnu.org>
Tue, 26 Jul 2022 18:40:49 +0000 (14:40 -0400)
committerSam Steingold <sds@gnu.org>
Thu, 28 Jul 2022 16:36:21 +0000 (12:36 -0400)
test/lisp/subr-tests.el

index 1d85631a4b836a52c39637c176d31989c351ba9f..6df4a469326dafeb5009f3ed4a1fc448aaac63b1 100644 (file)
   (should (string-equal-ignore-case "abc" "abC"))
   (should-not (string-equal-ignore-case "abc" "abCD"))
   (should (string-equal-ignore-case "S" "s"))
+  (should (string-equal-ignore-case "ẞ" "ß"))
   ;; not yet: (should (string-equal-ignore-case "SS" "ß"))
+  ;; not yet: (should (string-equal-ignore-case "SS" "ẞ"))
 
   (should (string-lessp "abc" "acb"))
   (should (string-lessp "aBc" "abc"))