diff options
Diffstat (limited to 'test')
| -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 | ||