emacs-diffs
[Top][All Lists]
Advanced

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

master dc96fe5c10: ; * test/lisp/subr-tests.el (string-comparison-test):


From: Eli Zaretskii
Subject: master dc96fe5c10: ; * test/lisp/subr-tests.el (string-comparison-test): Add more tests.
Date: Thu, 28 Jul 2022 14:41:28 -0400 (EDT)

branch: master
commit dc96fe5c101a4e1b0a332497c94c021bf7be4ce1
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * test/lisp/subr-tests.el (string-comparison-test): Add more tests.
---
 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 6df4a46932..be613ce759 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" "ẞ"))
 



reply via email to

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