emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ee8b274: ; * test/lisp/emacs-lisp/generator-tests.el: Checkdoc fi


From: Philipp Stephani
Subject: master ee8b274: ; * test/lisp/emacs-lisp/generator-tests.el: Checkdoc fixes
Date: Wed, 10 Jun 2020 09:51:32 -0400 (EDT)

branch: master
commit ee8b2742d7f6d03daea37f1bac48c2746f7ca789
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    ; * test/lisp/emacs-lisp/generator-tests.el: Checkdoc fixes
---
 test/lisp/emacs-lisp/generator-tests.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/test/lisp/emacs-lisp/generator-tests.el 
b/test/lisp/emacs-lisp/generator-tests.el
index 0d325f1..bcfab20 100644
--- a/test/lisp/emacs-lisp/generator-tests.el
+++ b/test/lisp/emacs-lisp/generator-tests.el
@@ -26,6 +26,8 @@
 (require 'ert)
 (require 'cl-lib)
 
+;;; Code:
+
 (defun generator-list-subrs ()
   (cl-loop for x being the symbols
         when (and (fboundp x)
@@ -38,8 +40,7 @@
 `cps-testcase' defines an ERT testcase called NAME that evaluates
 BODY twice: once using ordinary `eval' and once using
 lambda-generators.  The test ensures that the two forms produce
-identical output.
-"
+identical output."
   `(progn
      (ert-deftest ,name ()
        (should
@@ -302,3 +303,5 @@ identical output.
                                             (lambda (it) (- it))
                                             (1+ it)))))))
                  -2)))
+
+;;; generator-tests.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]