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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue