projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4769b2
)
; * test/src/fns-tests.el (fns-tests--string-lessp-cases): Extend.
author
Mattias Engdegård
<mattiase@acm.org>
Sat, 8 Oct 2022 16:39:48 +0000
(18:39 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Sat, 8 Oct 2022 16:48:30 +0000
(18:48 +0200)
test/src/fns-tests.el
patch
|
blob
|
history
diff --git
a/test/src/fns-tests.el
b/test/src/fns-tests.el
index 9a2bd5cef34f1999bb7c66c6737d3e611acbbafa..5d5d497c99782d174044c853162419076607b5c0 100644
(file)
--- 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