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:
parent
0170883c71
commit
3e00a78a32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user