1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

Update a paragraphs test

* test/lisp/textmodes/paragraphs-tests.el
(paragraphs-tests-mark-paragraph): Update for recent change.
This commit is contained in:
Glenn Morris 2020-08-13 16:38:02 +01:00
parent 0170883c71
commit 3e00a78a32

View File

@ -50,8 +50,8 @@
(goto-char (point-min))
(mark-paragraph)
(should mark-active)
(should (equal (mark) 7)))
(should-error (mark-paragraph 0)))
(should (equal (mark) 7))))
;;; (should-error (mark-paragraph 0)))
(ert-deftest paragraphs-tests-kill-paragraph ()
(with-temp-buffer