diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/help-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/help-tests.el b/test/lisp/help-tests.el index a2573c9c8b3..a331ec440a8 100644 --- a/test/lisp/help-tests.el +++ b/test/lisp/help-tests.el | |||
| @@ -65,7 +65,7 @@ | |||
| 65 | result)))) | 65 | result)))) |
| 66 | (test-re | 66 | (test-re |
| 67 | (lambda (orig regexp) | 67 | (lambda (orig regexp) |
| 68 | (should (string-match (concat "^" regexp "$") | 68 | (should (string-match (concat "\\`" regexp "\\'") |
| 69 | (substitute-command-keys orig)))))) | 69 | (substitute-command-keys orig)))))) |
| 70 | ,@body)) | 70 | ,@body)) |
| 71 | 71 | ||