emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 f54ddb0: ; * test/lisp/emacs-lisp/generator-tests.el: Style fix


From: Philipp Stephani
Subject: emacs-27 f54ddb0: ; * test/lisp/emacs-lisp/generator-tests.el: Style fixes.
Date: Fri, 31 Jul 2020 17:50:32 -0400 (EDT)

branch: emacs-27
commit f54ddb0198640e38c1d34bf6031ff5117c117c85
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

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

diff --git a/test/lisp/emacs-lisp/generator-tests.el 
b/test/lisp/emacs-lisp/generator-tests.el
index 0d325f1..e0d9167 100644
--- a/test/lisp/emacs-lisp/generator-tests.el
+++ b/test/lisp/emacs-lisp/generator-tests.el
@@ -22,6 +22,10 @@
 
 ;;; Commentary:
 
+;; Unit tests for generator.el.
+
+;;; Code:
+
 (require 'generator)
 (require 'ert)
 (require 'cl-lib)
@@ -38,8 +42,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 +305,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]