emacs-diffs
[Top][All Lists]
Advanced

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

master 81eb7c1809 4/4: ; * test/src/fns-tests.el (fns-tests--string-less


From: Mattias Engdegård
Subject: master 81eb7c1809 4/4: ; * test/src/fns-tests.el (fns-tests--string-lessp-cases): Extend.
Date: Sat, 8 Oct 2022 12:49:08 -0400 (EDT)

branch: master
commit 81eb7c1809423966975b67a62c8945267d05b1ae
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * test/src/fns-tests.el (fns-tests--string-lessp-cases): Extend.
---
 test/src/fns-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/src/fns-tests.el b/test/src/fns-tests.el
index 9a2bd5cef3..5d5d497c99 100644
--- a/test/src/fns-tests.el
+++ b/test/src/fns-tests.el
@@ -152,6 +152,8 @@
     (,(string-to-multibyte "abc") < "abd")
     (,(string-to-multibyte "abc") < ,(string-to-multibyte "abd"))
     (,(string-to-multibyte "\x80") = ,(string-to-multibyte "\x80"))
+    ("Liberté, Égalité, Fraternité" = "Liberté, Égalité, Fraternité")
+    ("Liberté, Égalité, Fraternité" < "Liberté, Égalité, Sororité")
 
     ;; Cases concerning the ordering of raw bytes: these are
     ;; troublesome because the current `string<' order is not very useful as



reply via email to

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