]> git.eshelyaron.com Git - emacs.git/commit
Improve manual display tests of undisplayable chars (bug#58168)
authorMattias Engdegård <mattiase@acm.org>
Tue, 4 Oct 2022 14:13:12 +0000 (16:13 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 4 Oct 2022 14:44:34 +0000 (16:44 +0200)
commit849b7756fd31a69791e67dfe010b1e10f0168c83
tree17acfa87113bf8c510d20fad52da57b88bbe7290
parentf4252f317191bfda44e4bfa8c5c58c2ee0e621db
Improve manual display tests of undisplayable chars (bug#58168)

Test display of multibyte raw bytes, as well as undisplayable
multibyte chars (C1 controls and other values).

The test still assumes that raw bytes should be displayed identically
to undisplayable characters (such as C1 controls) because that is how
the display code currently works.

* test/manual/redisplay-testsuite.el (test-redisplay-5-toggle)
(test-redisplay-5): Fix likely typo (#x3fffc) of raw byte value.
(test-redisplay-6): New.
test/manual/redisplay-testsuite.el