* test/automated/cl-lib-tests.el (cl-lib-struct-constructors): Small fix
This commit is contained in:
parent
39dbd1cd0f
commit
0c92826611
1 changed files with 2 additions and 2 deletions
|
@ -222,8 +222,8 @@
|
|||
(def . ,(or `nil `(nil))))
|
||||
t)))))
|
||||
(ert-deftest cl-lib-struct-constructors ()
|
||||
(should (equal (documentation 'cl-lib--con-2 t)
|
||||
"Constructor docstring."))
|
||||
(should (string-match "\\`Constructor docstring."
|
||||
(documentation 'cl-lib--con-2 t)))
|
||||
(should (mystruct-p (cl-lib--con-1)))
|
||||
(should (mystruct-p (cl-lib--con-2))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue