diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-08-05 13:31:10 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-08-05 13:35:13 -0700 |
commit | 92e5b41c7c5898820356fc66456804a45bbe7852 (patch) | |
tree | b4f3858e4f3e55078a57f5f40c024d7a773952f1 /test/src/regex-tests.el | |
parent | 6a9d967048f489bea8c716eb7b5be2c582b480bb (diff) | |
download | emacs-92e5b41c7c5898820356fc66456804a45bbe7852.tar.gz emacs-92e5b41c7c5898820356fc66456804a45bbe7852.tar.bz2 emacs-92e5b41c7c5898820356fc66456804a45bbe7852.zip |
Spelling and minor grammar fixes
* test/file-organization.org: Rename from test/file-organisation.org.
Diffstat (limited to 'test/src/regex-tests.el')
-rw-r--r-- | test/src/regex-tests.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/src/regex-tests.el b/test/src/regex-tests.el index 85addcab537..6e21088114e 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 |