From 922c960fec354fc63289e8115e792b4ca7be0738 Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Fri, 26 Jan 2024 11:56:47 -0800 Subject: [PATCH] ; 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. (cherry picked from commit b803d10d5fa550338e184baded42cc17d01c866e) --- test/lisp/eshell/esh-cmd-tests.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/lisp/eshell/esh-cmd-tests.el b/test/lisp/eshell/esh-cmd-tests.el index 741333ff52b..ef965a896c1 100644 --- 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))) -- 2.39.5