; Add docstring to test
Note to self: coffee first, *then* push upstream. * test/lisp/eshell/esh-cmd-tests.el (esh-cmd-test--deftest-invoke-directly): Add missing docstring.
This commit is contained in:
parent
9d985f24a7
commit
b803d10d5f
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue