emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master b74c884: * lisp/emacs-lisp/cl-macs.el (cl-defst


From: Ken Brown
Subject: Re: [Emacs-diffs] master b74c884: * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a bug
Date: Sun, 8 Nov 2015 10:40:09 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 11/7/2015 7:56 AM, Artur Malabarba wrote:
     * test/automated/cl-lib-tests.el (cl-lib-struct-constructors): Add test

Sorry to be a pest, but I happen to be running 'make check' a lot at the moment, and this new test fails:

    (ert-test-failed
     ((should
       (equal
        (documentation ... t)
        "Constructor docstring."))
      :form
      (equal "Constructor docstring.

(fn &optional DEF)" "Constructor docstring.")
      :value nil :explanation
      (arrays-of-different-length 42 22 "Constructor docstring.

(fn &optional DEF)" "Constructor docstring." first-mismatch-at 22)))


Ken




reply via email to

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