diff options
Diffstat (limited to 'test/lisp/textmodes/paragraphs-tests.el')
| -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 |