diff options
| author | Glenn Morris | 2018-03-19 17:08:46 -0400 |
|---|---|---|
| committer | Glenn Morris | 2018-03-19 17:08:46 -0400 |
| commit | 6b168a3b243dea4500ba5518316abb6e447af35e (patch) | |
| tree | 138a51d397f2ef8a6989b47614e6be4589195ed2 | |
| parent | 5c8c8f0a49cf1823bc77db3c27baec6884f4d8d8 (diff) | |
| download | emacs-6b168a3b243dea4500ba5518316abb6e447af35e.tar.gz emacs-6b168a3b243dea4500ba5518316abb6e447af35e.zip | |
; * test/lisp/info-xref-tests.el: Remove stray line from previous.
| -rw-r--r-- | test/lisp/info-xref-tests.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/info-xref-tests.el b/test/lisp/info-xref-tests.el index 6d3a4618377..1fcbb385791 100644 --- a/test/lisp/info-xref-tests.el +++ b/test/lisp/info-xref-tests.el | |||
| @@ -155,7 +155,6 @@ text. | |||
| 155 | (with-current-buffer info-xref-output-buffer | 155 | (with-current-buffer info-xref-output-buffer |
| 156 | (goto-char (point-max)) | 156 | (goto-char (point-max)) |
| 157 | (should (search-backward "done" nil t)) | 157 | (should (search-backward "done" nil t)) |
| 158 | (re-search-forward "\\([0-9]+\\) bad" (line-end-position) t) | ||
| 159 | (should (string-match-p | 158 | (should (string-match-p |
| 160 | " [0-9]\\{3,\\} good, 0 bad" | 159 | " [0-9]\\{3,\\} good, 0 bad" |
| 161 | (buffer-substring-no-properties (line-beginning-position) | 160 | (buffer-substring-no-properties (line-beginning-position) |