diff options
author | Mattias Engdegård <mattiase@acm.org> | 2022-10-08 18:39:48 +0200 |
---|---|---|
committer | Mattias Engdegård <mattiase@acm.org> | 2022-10-08 18:48:30 +0200 |
commit | 81eb7c1809423966975b67a62c8945267d05b1ae (patch) | |
tree | bed03f8b9b7b417430486ad022bb7a2523783138 /test/src | |
parent | e4769b20f166aeb78d66d1ac1db4628f72683372 (diff) | |
download | emacs-81eb7c1809423966975b67a62c8945267d05b1ae.tar.gz emacs-81eb7c1809423966975b67a62c8945267d05b1ae.tar.bz2 emacs-81eb7c1809423966975b67a62c8945267d05b1ae.zip |
; * test/src/fns-tests.el (fns-tests--string-lessp-cases): Extend.
Diffstat (limited to 'test/src')
-rw-r--r-- | test/src/fns-tests.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |