summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-08-05 13:31:10 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-08-05 13:35:13 -0700
commit92e5b41c7c5898820356fc66456804a45bbe7852 (patch)
treeb4f3858e4f3e55078a57f5f40c024d7a773952f1 /test
parent6a9d967048f489bea8c716eb7b5be2c582b480bb (diff)
Spelling and minor grammar fixes
* test/file-organization.org: Rename from test/file-organisation.org.
Diffstat (limited to 'test')
-rw-r--r--test/file-organization.org (renamed from test/file-organisation.org)0
-rw-r--r--test/lisp/emulation/viper-tests.el6
-rw-r--r--test/src/regex-tests.el10
3 files changed, 8 insertions, 8 deletions
diff --git a/test/file-organisation.org b/test/file-organization.org
index 226e12d533..226e12d533 100644
--- a/test/file-organisation.org
+++ b/test/file-organization.org
diff --git a/test/lisp/emulation/viper-tests.el b/test/lisp/emulation/viper-tests.el
index 0d6095b2c9..2c63b24fae 100644
--- a/test/lisp/emulation/viper-tests.el
+++ b/test/lisp/emulation/viper-tests.el
@@ -78,7 +78,7 @@ after itself, although it will leave a buffer called
(viper-test-undo-kmacro [])))
(ert-deftest viper-test-undo-1 ()
- "Test for VI like undo behaviour.
+ "Test for VI like undo behavior.
Insert 1, then 2 on consecutive lines, followed by undo. This
should leave just 1 in the buffer.
@@ -100,7 +100,7 @@ Test for Bug #22295"
))))
(ert-deftest viper-test-undo-2 ()
- "Test for VI like undo behaviour.
+ "Test for VI like undo behavior.
Insert \"1 2 3 4 5\" then delete the 2, then the 4, and undo.
Should restore the 4, but leave the 2 deleted.
@@ -120,7 +120,7 @@ Test for Bug #22295"
]))))
(ert-deftest viper-test-undo-3 ()
- "Test for VI like undo behaviour.
+ "Test for VI like undo behavior.
Insert \"1 2 3 4 5 6\", delete the 2, then the 3 4 and 5.
Should restore the 3 4 and 5 but not the 2.
diff --git a/test/src/regex-tests.el b/test/src/regex-tests.el
index 85addcab53..6e21088114 100644
--- a/test/src/regex-tests.el
+++ b/test/src/regex-tests.el
@@ -285,10 +285,10 @@ on success"
(defun regex-tests-unextend (pattern)
- "Basic conversion from extended regexen to emacs ones. This is
+ "Basic conversion from extended regexes to emacs ones. This is
mostly a hack that adds \\ to () and | and {}, and removes it if
it already exists. We also change \\S (and \\s) to \\S- (and
-\\s-) because extended regexen see the former as whitespace, but
+\\s-) because extended regexes see the former as whitespace, but
emacs requires an extra symbol character"
(with-temp-buffer
@@ -364,7 +364,7 @@ pattern)"
(defconst regex-tests-BOOST-whitelist
[
- ;; emacs is more stringent with regexen involving unbalanced )
+ ;; emacs is more stringent with regexes involving unbalanced )
63 65 69
;; in emacs, regex . doesn't match \n
@@ -374,7 +374,7 @@ pattern)"
;; characters
107 108 109 122 123 124 140 141 142
- ;; emacs accepts regexen with {}
+ ;; emacs accepts regexes with {}
161
;; emacs doesn't fail on bogus ranges such as [3-1] or [1-3-5]
@@ -616,7 +616,7 @@ differences in behavior.")
;; characters
57 58 59 60
- ;; emacs is more stringent with regexen involving unbalanced )
+ ;; emacs is more stringent with regexes involving unbalanced )
67
]
"Line numbers in the TESTS test that should be skipped. These