emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6023b95948 1/2: a couple more `string-equal-ignore-case' test cas


From: Sam Steingold
Subject: master 6023b95948 1/2: a couple more `string-equal-ignore-case' test cases
Date: Thu, 28 Jul 2022 13:58:19 -0400 (EDT)

branch: master
commit 6023b95948e85f44d827e0066832de145737aea7
Author: Sam Steingold <sds@gnu.org>
Commit: Sam Steingold <sds@gnu.org>

    a couple more `string-equal-ignore-case' test cases
---
 test/lisp/subr-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/lisp/subr-tests.el b/test/lisp/subr-tests.el
index 1d85631a4b..6df4a46932 100644
--- a/test/lisp/subr-tests.el
+++ b/test/lisp/subr-tests.el
@@ -373,7 +373,9 @@
   (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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]