From: Mattias Engdegård Date: Sat, 8 Oct 2022 16:39:48 +0000 (+0200) Subject: ; * test/src/fns-tests.el (fns-tests--string-lessp-cases): Extend. X-Git-Tag: emacs-29.0.90~1616^2~686 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=81eb7c1809423966975b67a62c8945267d05b1ae;p=emacs.git ; * test/src/fns-tests.el (fns-tests--string-lessp-cases): Extend. --- diff --git a/test/src/fns-tests.el b/test/src/fns-tests.el index 9a2bd5cef34..5d5d497c997 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