]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/src/fns-tests.el (fns-tests--string-lessp-cases): Extend.
authorMattias Engdegård <mattiase@acm.org>
Sat, 8 Oct 2022 16:39:48 +0000 (18:39 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 8 Oct 2022 16:48:30 +0000 (18:48 +0200)
test/src/fns-tests.el

index 9a2bd5cef34f1999bb7c66c6737d3e611acbbafa..5d5d497c99782d174044c853162419076607b5c0 100644 (file)
     (,(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