]> git.eshelyaron.com Git - emacs.git/commit
Fix test errors when run with fancy charset (bug#61534)
authorMattias Engdegård <mattiase@acm.org>
Thu, 16 Feb 2023 09:03:30 +0000 (10:03 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 16 Feb 2023 09:09:25 +0000 (10:09 +0100)
commit07a76a06f9a438e2a1bf1e565e3e78f7927c37f2
treedfbca40e233b28f84cdfd849331bb269f61afa42
parent314f12630af4d085d0c07283f110ad15b07bde14
Fix test errors when run with fancy charset (bug#61534)

* test/lisp/emacs-lisp/bytecomp-tests.el
(bytecomp-tests--unescaped-char-literals, test-suppression):
Bind `text-quoting-style` to `grave` around tests to force
generation of ASCII quotes.
* test/src/lread-tests.el (lread-tests--unescaped-char-literals):
Subject the reference string to the same text styling as that
under scrutiny.
test/lisp/emacs-lisp/bytecomp-tests.el
test/src/lread-tests.el