diff options
| author | Philipp Stephani | 2021-04-18 22:05:59 +0200 |
|---|---|---|
| committer | Philipp Stephani | 2021-04-18 22:05:59 +0200 |
| commit | 454fd3978203447937a16dd65af21c831f4713e6 (patch) | |
| tree | 84d8193124ad3c86828cf87f5a846797b5f8493b /test | |
| parent | 652b0f4c7453e6d440fec767336ca85aec13e33d (diff) | |
| download | emacs-454fd3978203447937a16dd65af21c831f4713e6.tar.gz emacs-454fd3978203447937a16dd65af21c831f4713e6.zip | |
; * test/lisp/progmodes/xref-tests.el: Add footer.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/progmodes/xref-tests.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/progmodes/xref-tests.el b/test/lisp/progmodes/xref-tests.el index c25bbd94775..66099dc110c 100644 --- a/test/lisp/progmodes/xref-tests.el +++ b/test/lisp/progmodes/xref-tests.el | |||
| @@ -156,3 +156,5 @@ | |||
| 156 | (cl-every (lambda (e1 e2) | 156 | (cl-every (lambda (e1 e2) |
| 157 | (string-match-p e1 e2)) | 157 | (string-match-p e1 e2)) |
| 158 | expected actual))))) | 158 | expected actual))))) |
| 159 | |||
| 160 | ;;; xref-tests.el ends here | ||