From 6023b95948e85f44d827e0066832de145737aea7 Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Tue, 26 Jul 2022 14:40:49 -0400 Subject: [PATCH] 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 1d85631a4b8..6df4a469326 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")) -- 2.39.2