Files
emacs/test/lisp
Mattias Engdegård 67ed6ee733 Correctly explain test failures with mixed uni/multibyte strings
* lisp/emacs-lisp/ert.el (ert--explain-equal-rec):
* test/lisp/emacs-lisp/ert-tests.el (ert-test-explain-equal):
When explaining a difference between a unibyte and a multibyte string,
first convert both to multibyte.  Otherwise, we might end up comparing
unibyte char C to multibyte char C, 127<C<256, and not detect the
difference (bug#30219).
2019-10-13 20:29:27 +02:00
..
2019-07-31 21:47:29 +02:00
2019-10-12 12:20:55 +02:00
2019-07-13 18:51:55 +12:00
2019-06-25 22:04:13 -04:00
2019-07-06 12:51:30 -07:00
2019-07-14 13:28:54 -07:00
2019-09-15 16:38:23 -07:00
2019-10-03 10:47:12 +02:00
2019-07-20 22:02:36 -04:00
2019-07-06 12:51:30 -07:00
2019-08-16 16:27:27 -07:00