* Add a type specifier test to comp-cstr-tests.el
* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-typespec-tests-alist): Add a test.
This commit is contained in:
parent
34c1d75a31
commit
7074988d13
1 changed files with 3 additions and 1 deletions
|
@ -193,7 +193,9 @@
|
|||
;; 76
|
||||
((and symbol (or number marker)) . nil)
|
||||
;; 77
|
||||
((and (or symbol string) (or number marker)) . nil))
|
||||
((and (or symbol string) (or number marker)) . nil)
|
||||
;; 78
|
||||
((and t t) . t))
|
||||
"Alist type specifier -> expected type specifier.")
|
||||
|
||||
(defmacro comp-cstr-synthesize-tests ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue