diff options
| author | Tino Calancha | 2016-07-06 01:10:22 +0900 |
|---|---|---|
| committer | Tino Calancha | 2016-07-06 01:10:22 +0900 |
| commit | c770dbb098a413b84b9f6d5afdc306d6c89c52cd (patch) | |
| tree | a86e28658d2a0e5d09e92bbcdbbec70e7fb6054d | |
| parent | a18baf565e872759de9281c3488c3981d19a15e1 (diff) | |
| download | emacs-c770dbb098a413b84b9f6d5afdc306d6c89c52cd.tar.gz emacs-c770dbb098a413b84b9f6d5afdc306d6c89c52cd.zip | |
Add :expected-result :failed for unfixed bug test
* test/lisp/help-fns-tests.el (help-fns-test-bug23887):
| -rw-r--r-- | test/lisp/help-fns-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/help-fns-tests.el b/test/lisp/help-fns-tests.el index ba0d8ed8e38..4239a2afefc 100644 --- a/test/lisp/help-fns-tests.el +++ b/test/lisp/help-fns-tests.el | |||
| @@ -77,6 +77,7 @@ Return first line of the output of (describe-function-1 FUNC)." | |||
| 77 | 77 | ||
| 78 | (ert-deftest help-fns-test-bug23887 () | 78 | (ert-deftest help-fns-test-bug23887 () |
| 79 | "Test for http://debbugs.gnu.org/23887 ." | 79 | "Test for http://debbugs.gnu.org/23887 ." |
| 80 | :expected-result :failed | ||
| 80 | (let ((regexp "an alias for .re-search-forward. in .subr\.el") | 81 | (let ((regexp "an alias for .re-search-forward. in .subr\.el") |
| 81 | (result (help-fns-tests--describe-function 'search-forward-regexp))) | 82 | (result (help-fns-tests--describe-function 'search-forward-regexp))) |
| 82 | (should (string-match regexp result)))) | 83 | (should (string-match regexp result)))) |