diff options
| author | Glenn Morris | 2020-08-13 16:38:02 +0100 |
|---|---|---|
| committer | Glenn Morris | 2020-08-13 16:38:02 +0100 |
| commit | 3e00a78a32cc50a0e4a587cfafb8850e52331dd7 (patch) | |
| tree | d1e63b92f2adeb37d2d093d603b3d5fdb34d0452 | |
| parent | 0170883c719e2135e509aea49d6d92934b492e31 (diff) | |
| download | emacs-3e00a78a32cc50a0e4a587cfafb8850e52331dd7.tar.gz emacs-3e00a78a32cc50a0e4a587cfafb8850e52331dd7.zip | |
Update a paragraphs test
* test/lisp/textmodes/paragraphs-tests.el
(paragraphs-tests-mark-paragraph): Update for recent change.
| -rw-r--r-- | test/lisp/textmodes/paragraphs-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/textmodes/paragraphs-tests.el b/test/lisp/textmodes/paragraphs-tests.el index fc839fe7d95..0b264e7e184 100644 --- a/test/lisp/textmodes/paragraphs-tests.el +++ b/test/lisp/textmodes/paragraphs-tests.el | |||
| @@ -50,8 +50,8 @@ | |||
| 50 | (goto-char (point-min)) | 50 | (goto-char (point-min)) |
| 51 | (mark-paragraph) | 51 | (mark-paragraph) |
| 52 | (should mark-active) | 52 | (should mark-active) |
| 53 | (should (equal (mark) 7))) | 53 | (should (equal (mark) 7)))) |
| 54 | (should-error (mark-paragraph 0))) | 54 | ;;; (should-error (mark-paragraph 0))) |
| 55 | 55 | ||
| 56 | (ert-deftest paragraphs-tests-kill-paragraph () | 56 | (ert-deftest paragraphs-tests-kill-paragraph () |
| 57 | (with-temp-buffer | 57 | (with-temp-buffer |