diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/thingatpt-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/thingatpt-tests.el b/test/lisp/thingatpt-tests.el index 9d72db40162..6d73d9001ae 100644 --- a/test/lisp/thingatpt-tests.el +++ b/test/lisp/thingatpt-tests.el | |||
| @@ -84,7 +84,7 @@ position to retrieve THING.") | |||
| 84 | (goto-char (nth 1 test)) | 84 | (goto-char (nth 1 test)) |
| 85 | (should (equal (thing-at-point (nth 2 test)) (nth 3 test)))))) | 85 | (should (equal (thing-at-point (nth 2 test)) (nth 3 test)))))) |
| 86 | 86 | ||
| 87 | ;; These tests reflect the actual behaviour of | 87 | ;; These tests reflect the actual behavior of |
| 88 | ;; `thing-at-point-bounds-of-list-at-point'. | 88 | ;; `thing-at-point-bounds-of-list-at-point'. |
| 89 | (ert-deftest thing-at-point-bug24627 () | 89 | (ert-deftest thing-at-point-bug24627 () |
| 90 | "Test for http://debbugs.gnu.org/24627 ." | 90 | "Test for http://debbugs.gnu.org/24627 ." |