Raymond Toy pushed to branch issue-497-describe-macro-with-arglist at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • tests/defmacro.lisp
    ... ... @@ -43,6 +43,11 @@
    43 43
       (assert-equal '(name &body body)
    
    44 44
     		(c::info :function :macro-arglist 'issue.497.body)))
    
    45 45
     
    
    46
    +(define-test issue.497.documentation
    
    47
    +  (:tag :issues)
    
    48
    +  (assert-equal "Build a list from two args"
    
    49
    +		(documentation 'issue.497.with-doc 'function)))
    
    50
    +
    
    46 51
     (define-test issue.497.macro-expands
    
    47 52
       (:tag :issues)
    
    48 53
       ;; Storing the lambda-list must not have broken the macro-function