]> git.eshelyaron.com Git - emacs.git/commit
replace-tests.el: Fix broken tests
authorTino Calancha <tino.calancha@gmail.com>
Sat, 26 May 2018 03:45:55 +0000 (12:45 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Sat, 26 May 2018 03:51:53 +0000 (12:51 +0900)
commit66c9ab90d5f8b566467549bf1d48c936bc6d296b
tree691694b3ae86decc379e6df5d3f8e42cf3da4c4d
parentea133e04f49afa7928e49a3ac4a85b47f6f13f01
replace-tests.el: Fix broken tests

After previous commit, all tests using helper function
`replace-tests-clauses' fail: during the expansion
of macro `replace-tests-with-undo', the function
`replace-tests-clauses' is unbound.

Delete those helpers and reimplement test
`query-replace-undo-bug31538'.
* test/lisp/replace-tests.el (query-replace-undo-bug31538):
Reimplement this test without using any helper function/macro.
test/lisp/replace-tests.el