]> git.eshelyaron.com Git - emacs.git/commit
Catch argument and macroexpansion errors in ert
authorAlexander Gramiak <agrambot@gmail.com>
Thu, 13 Jul 2017 20:54:35 +0000 (14:54 -0600)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 7 Aug 2017 22:43:54 +0000 (18:43 -0400)
commit054c198c120c1f01a8ff753892d52710b740acc6
treed84b8d8b54cad32fc24cbcf5a60a794eb0d8194d
parente6fa08363dc950e48d72d41fd0f65444d2755ce3
Catch argument and macroexpansion errors in ert

This kludge catches errors caused by evaluating arguments in ert's
should, should-not, and should-error macros; it also catches
macroexpansion errors inside of the above macros (Bug#24402).

* lisp/emacs-lisp/ert.el: (ert--should-signal-hook): New function.
(ert--expand-should-1): Catch macroexpansion errors.
* test/lisp/emacs-lisp/ert-tests.el (ert-test-should-error-argument)
(ert-test-should-error-macroexpansion): Tests for argument and
expansion errors.
lisp/emacs-lisp/ert.el
test/lisp/emacs-lisp/ert-tests.el