aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/regex-emacs-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/regex-emacs-tests.el b/test/src/regex-emacs-tests.el
index 6a661afeff9..ad0271049c3 100644
--- a/test/src/regex-emacs-tests.el
+++ b/test/src/regex-emacs-tests.el
@@ -161,7 +161,7 @@ what failed, if anything; valid values are 'search-failed,
161'compilation-failed and nil. I compare the beginning/end of each 161'compilation-failed and nil. I compare the beginning/end of each
162group with their expected values. This is done with either 162group with their expected values. This is done with either
163BOUNDS-REF or SUBSTRING-REF; one of those should be non-nil. 163BOUNDS-REF or SUBSTRING-REF; one of those should be non-nil.
164BOUNDS-REF is a sequence \[start-ref0 end-ref0 start-ref1 164BOUNDS-REF is a sequence [start-ref0 end-ref0 start-ref1
165end-ref1 ....] while SUBSTRING-REF is the expected substring 165end-ref1 ....] while SUBSTRING-REF is the expected substring
166obtained by indexing the input string by start/end-ref. 166obtained by indexing the input string by start/end-ref.
167 167
@@ -327,7 +327,7 @@ emacs requires an extra symbol character"
327(defun regex-tests-BOOST-frob-escapes (s ispattern) 327(defun regex-tests-BOOST-frob-escapes (s ispattern)
328 "Mangle \\ the way it is done in frob_escapes() in 328 "Mangle \\ the way it is done in frob_escapes() in
329regex-tests-BOOST.c in glibc: \\t, \\n, \\r are interpreted; 329regex-tests-BOOST.c in glibc: \\t, \\n, \\r are interpreted;
330\\\\, \\^, \{, \\|, \} are unescaped for the string (not 330\\\\, \\^, \\{, \\|, \\} are unescaped for the string (not
331pattern)" 331pattern)"
332 332
333 ;; this is all similar to (regex-tests-unextend) 333 ;; this is all similar to (regex-tests-unextend)