diff options
| author | Andrea Corallo | 2020-02-21 15:25:01 +0000 |
|---|---|---|
| committer | Andrea Corallo | 2020-02-21 15:25:01 +0000 |
| commit | de17b43370fa8549531d34c27d3cbcfb24725c6d (patch) | |
| tree | 07d28ce99e4f2e1b10654001c5205e36f65c3e80 /test/src | |
| parent | 81c34a35aab53978bc2f3608dff3751030d0e914 (diff) | |
| parent | 3b4bd4be1dfa8717cb6911bd57c4c7d9d13614b4 (diff) | |
| download | emacs-de17b43370fa8549531d34c27d3cbcfb24725c6d.tar.gz emacs-de17b43370fa8549531d34c27d3cbcfb24725c6d.zip | |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/regex-emacs-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/regex-emacs-tests.el b/test/src/regex-emacs-tests.el index ad0271049c3..f9372e37b11 100644 --- a/test/src/regex-emacs-tests.el +++ b/test/src/regex-emacs-tests.el | |||
| @@ -505,7 +505,7 @@ differences in behavior.") | |||
| 505 | (cond | 505 | (cond |
| 506 | 506 | ||
| 507 | ;; pattern | 507 | ;; pattern |
| 508 | ((save-excursion (re-search-forward "^/\\(.*\\)/\\(.*i?\\)$" nil t)) | 508 | ((save-excursion (re-search-forward "^/\\(.*\\)/\\(.*\\)$" nil t)) |
| 509 | (setq icase (string= "i" (match-string 2)) | 509 | (setq icase (string= "i" (match-string 2)) |
| 510 | pattern (regex-tests-unextend (match-string 1)))) | 510 | pattern (regex-tests-unextend (match-string 1)))) |
| 511 | 511 | ||