mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
Adapt some tests for Emacs's excitingly variable quoting format
* test/lisp/subr-tests.el (subr-test-version-parsing): * test/lisp/emacs-lisp/gv-tests.el (gv-dont-define-expander-other-file): * test/src/callint-tests.el (call-interactively/incomplete-multibyte-sequence): * test/src/emacs-module-tests.el (module/describe-function-1): Don't fail if curly quotes are in use, as they can be if LC_ALL != C.
This commit is contained in:
parent
6818867a2e
commit
3e073520b3
4 changed files with 42 additions and 37 deletions
|
|
@ -135,8 +135,9 @@
|
|||
"--eval"
|
||||
(prin1-to-string '(progn (setf (gv-test-foo gv-test-pair) 99)
|
||||
(message "%d" (car gv-test-pair)))))
|
||||
(should (equal (buffer-string)
|
||||
"Symbol's function definition is void: \\(setf\\ gv-test-foo\\)\n")))))
|
||||
(should (string-match
|
||||
"\\`Symbol.s function definition is void: \\\\(setf\\\\ gv-test-foo\\\\)\n\\'"
|
||||
(buffer-string))))))
|
||||
|
||||
(ert-deftest gv-setter-edebug ()
|
||||
"Check that a setter can be defined and edebugged together with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue