diff options
| author | Paul Eggert | 2019-12-09 18:44:35 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-12-09 18:45:18 -0800 |
| commit | d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc (patch) | |
| tree | fb415df3de5b00b9ce7616872ead40c983b55a12 /test/src/buffer-tests.el | |
| parent | 28578f87b52ead4d31479fdcfba028118dfa6987 (diff) | |
| download | emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.tar.gz emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.zip | |
Spelling fixes
Diffstat (limited to 'test/src/buffer-tests.el')
| -rw-r--r-- | test/src/buffer-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/buffer-tests.el b/test/src/buffer-tests.el index 4ab99c131d0..5fd37520f70 100644 --- a/test/src/buffer-tests.el +++ b/test/src/buffer-tests.el | |||
| @@ -646,7 +646,7 @@ with parameters from the *Messages* buffer modification." | |||
| 646 | (deftest-overlays-at-1 R 50 (a) (a 1 60) (c 1 1) (b 30 30) (d 50 50)) | 646 | (deftest-overlays-at-1 R 50 (a) (a 1 60) (c 1 1) (b 30 30) (d 50 50)) |
| 647 | (deftest-overlays-at-1 S 60 () (a 1 60) (c 1 1) (b 30 30) (d 50 50)) | 647 | (deftest-overlays-at-1 S 60 () (a 1 60) (c 1 1) (b 30 30) (d 50 50)) |
| 648 | 648 | ||
| 649 | ;; behaviour at point-min and point-max | 649 | ;; behavior at point-min and point-max |
| 650 | (ert-deftest test-overlays-at-2 () | 650 | (ert-deftest test-overlays-at-2 () |
| 651 | (cl-macrolet ((should-length (n list) | 651 | (cl-macrolet ((should-length (n list) |
| 652 | `(should (= ,n (length ,list))))) | 652 | `(should (= ,n (length ,list))))) |
| @@ -743,7 +743,7 @@ with parameters from the *Messages* buffer modification." | |||
| 743 | (deftest-overlays-in-1 af 10 11 (a) (a 10 10)) | 743 | (deftest-overlays-in-1 af 10 11 (a) (a 10 10)) |
| 744 | 744 | ||
| 745 | 745 | ||
| 746 | ;; behaviour at point-max | 746 | ;; behavior at point-max |
| 747 | (ert-deftest test-overlays-in-2 () | 747 | (ert-deftest test-overlays-in-2 () |
| 748 | (cl-macrolet ((should-length (n list) | 748 | (cl-macrolet ((should-length (n list) |
| 749 | `(should (= ,n (length ,list))))) | 749 | `(should (= ,n (length ,list))))) |