diff options
| author | Stefan Kangas | 2024-06-23 16:28:31 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-06-23 16:40:06 +0200 |
| commit | fb11294d4156a4be45080ff286a8ee0d5a3ede9b (patch) | |
| tree | 5c30d9724edcb7ba3a58d92b4b2618943fa1b3e2 /test | |
| parent | d9bd1718f9a3561f7aa233f105f78aaa7f8dc93a (diff) | |
| download | emacs-fb11294d4156a4be45080ff286a8ee0d5a3ede9b.tar.gz emacs-fb11294d4156a4be45080ff286a8ee0d5a3ede9b.zip | |
; Fix typos
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/progmodes/cperl-mode-resources/extra-delimiters.pl | 2 | ||||
| -rw-r--r-- | test/lisp/ses-tests.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/progmodes/cperl-mode-resources/extra-delimiters.pl b/test/lisp/progmodes/cperl-mode-resources/extra-delimiters.pl index 8d2f6397e9d..4c59ad6249a 100644 --- a/test/lisp/progmodes/cperl-mode-resources/extra-delimiters.pl +++ b/test/lisp/progmodes/cperl-mode-resources/extra-delimiters.pl | |||
| @@ -8,7 +8,7 @@ print $string_with_strange_delimiters; | |||
| 8 | $printed = 1; | 8 | $printed = 1; |
| 9 | 9 | ||
| 10 | # With cperl-extra-delimiters-mode=on the previous lines are a label | 10 | # With cperl-extra-delimiters-mode=on the previous lines are a label |
| 11 | # and a a print statement. This line here is a comment. Without | 11 | # and a print statement. This line here is a comment. Without |
| 12 | # cperl-extra-delimiters-mode, all this is part of the variable | 12 | # cperl-extra-delimiters-mode, all this is part of the variable |
| 13 | # declaration. | 13 | # declaration. |
| 14 | 14 | ||
diff --git a/test/lisp/ses-tests.el b/test/lisp/ses-tests.el index a916aed9eb3..3ca1297f5ec 100644 --- a/test/lisp/ses-tests.el +++ b/test/lisp/ses-tests.el | |||
| @@ -201,7 +201,7 @@ to `ses--bar' and inserting a row, makes A2 value empty, and `ses--bar' equal to | |||
| 201 | 201 | ||
| 202 | 202 | ||
| 203 | (ert-deftest ses-jump-B2-lowcase () | 203 | (ert-deftest ses-jump-B2-lowcase () |
| 204 | "Test jumping to cell B2 by use of lowcase cell name string" | 204 | "Test jumping to cell B2 by use of lowercase cell name string" |
| 205 | (let ((ses-initial-size '(3 . 3)) | 205 | (let ((ses-initial-size '(3 . 3)) |
| 206 | ses-after-entry-functions) | 206 | ses-after-entry-functions) |
| 207 | (with-temp-buffer | 207 | (with-temp-buffer |
| @@ -211,7 +211,7 @@ to `ses--bar' and inserting a row, makes A2 value empty, and `ses--bar' equal to | |||
| 211 | (should (eq (ses--cell-at-pos (point)) 'B2))))) | 211 | (should (eq (ses--cell-at-pos (point)) 'B2))))) |
| 212 | 212 | ||
| 213 | (ert-deftest ses-jump-B2-lowcase-keys () | 213 | (ert-deftest ses-jump-B2-lowcase-keys () |
| 214 | "Test jumping to cell B2 by use of lowcase cell name string with simulating keys" | 214 | "Test jumping to cell B2 by use of lowercase cell name string with simulating keys" |
| 215 | (let ((ses-initial-size '(3 . 3)) | 215 | (let ((ses-initial-size '(3 . 3)) |
| 216 | ses-after-entry-functions) | 216 | ses-after-entry-functions) |
| 217 | (with-temp-buffer | 217 | (with-temp-buffer |