projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d985f2
)
; Add docstring to test
author
Jim Porter
<jporterbugs@gmail.com>
Fri, 26 Jan 2024 19:56:47 +0000
(11:56 -0800)
committer
Jim Porter
<jporterbugs@gmail.com>
Fri, 26 Jan 2024 19:56:47 +0000
(11:56 -0800)
Note to self: coffee first, *then* push upstream.
* test/lisp/eshell/esh-cmd-tests.el
(esh-cmd-test--deftest-invoke-directly): Add missing docstring.
test/lisp/eshell/esh-cmd-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/eshell/esh-cmd-tests.el
b/test/lisp/eshell/esh-cmd-tests.el
index 741333ff52bee0839d46d0efe51d86a92bd3db65..ef965a896c118c39fc020dbebb938cd27e595352 100644
(file)
--- a/
test/lisp/eshell/esh-cmd-tests.el
+++ b/
test/lisp/eshell/esh-cmd-tests.el
@@
-472,7
+472,8
@@
This tests when `eshell-lisp-form-nil-is-failure' is nil."
;; Direct invocation
(defmacro esh-cmd-test--deftest-invoke-directly (name command expected)
- "FIXME"
+ "Test `eshell-invoke-directly-p' returns EXPECTED for COMMAND.
+NAME is the name of the test case."
(declare (indent 2))
`(ert-deftest ,(intern (concat "esh-cmd-test/invoke-directly/"
(symbol-name name)))