diff options
| author | Stefan Kangas | 2021-09-26 01:53:56 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-09-26 17:53:23 +0200 |
| commit | 8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b (patch) | |
| tree | 6daad156b285e27c95d4afb3f7d0e4773032961b /test/lisp/org | |
| parent | 4cc43449432427817400bad12e7ef722e6591a21 (diff) | |
| download | emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.tar.gz emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.zip | |
; Minor stylistic checkdoc fixes in test/**/*.el
Diffstat (limited to 'test/lisp/org')
| -rw-r--r-- | test/lisp/org/org-tests.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/org/org-tests.el b/test/lisp/org/org-tests.el index c1985a46a40..e53b0384081 100644 --- a/test/lisp/org/org-tests.el +++ b/test/lisp/org/org-tests.el | |||
| @@ -29,3 +29,5 @@ Ref <https://debbugs.gnu.org/30310>." | |||
| 29 | (should (require 'org-version nil t)) | 29 | (should (require 'org-version nil t)) |
| 30 | (should (equal (version-to-list (org-release)) | 30 | (should (equal (version-to-list (org-release)) |
| 31 | (cdr (assq 'org package--builtin-versions))))) | 31 | (cdr (assq 'org package--builtin-versions))))) |
| 32 | |||
| 33 | ;;; org-tests.el ends here | ||