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 | |
| parent | 28578f87b52ead4d31479fdcfba028118dfa6987 (diff) | |
| download | emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.tar.gz emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.zip | |
Spelling fixes
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/buffer-tests.el | 4 | ||||
| -rw-r--r-- | test/src/casefiddle-tests.el | 2 | ||||
| -rw-r--r-- | test/src/fns-tests.el | 2 |
3 files changed, 4 insertions, 4 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))))) |
diff --git a/test/src/casefiddle-tests.el b/test/src/casefiddle-tests.el index 54793f2cda4..3a93ba11b4b 100644 --- a/test/src/casefiddle-tests.el +++ b/test/src/casefiddle-tests.el | |||
| @@ -196,7 +196,7 @@ | |||
| 196 | ("fish" "FISH" "fish" "Fish" "Fish") | 196 | ("fish" "FISH" "fish" "Fish" "Fish") |
| 197 | ("Straße" "STRASSE" "straße" "Straße" "Straße") | 197 | ("Straße" "STRASSE" "straße" "Straße" "Straße") |
| 198 | 198 | ||
| 199 | ;; The word repeated twice to test behaviour at the end of a word | 199 | ;; The word repeated twice to test behavior at the end of a word |
| 200 | ;; inside of an input string as well as at the end of the string. | 200 | ;; inside of an input string as well as at the end of the string. |
| 201 | ("ΌΣΟΣ ΌΣΟΣ" "ΌΣΟΣ ΌΣΟΣ" "όσος όσος" "Όσος Όσος" "ΌΣΟΣ ΌΣΟΣ") | 201 | ("ΌΣΟΣ ΌΣΟΣ" "ΌΣΟΣ ΌΣΟΣ" "όσος όσος" "Όσος Όσος" "ΌΣΟΣ ΌΣΟΣ") |
| 202 | ;; What should be done with sole sigma? It is ‘final’ but on the | 202 | ;; What should be done with sole sigma? It is ‘final’ but on the |
diff --git a/test/src/fns-tests.el b/test/src/fns-tests.el index 6236c9276d2..93f7f63847f 100644 --- a/test/src/fns-tests.el +++ b/test/src/fns-tests.el | |||
| @@ -237,7 +237,7 @@ | |||
| 237 | (apply 'concat (make-list o s))) | 237 | (apply 'concat (make-list o s))) |
| 238 | 238 | ||
| 239 | (defmacro fns-tests--with-region (funcname string &rest args) | 239 | (defmacro fns-tests--with-region (funcname string &rest args) |
| 240 | "Apply FUNCNAME in a temp bufer on the region produced by STRING." | 240 | "Apply FUNCNAME in a temp buffer on the region produced by STRING." |
| 241 | (declare (indent 1)) | 241 | (declare (indent 1)) |
| 242 | `(with-temp-buffer | 242 | `(with-temp-buffer |
| 243 | (insert ,string) | 243 | (insert ,string) |