* Add a type specifier test
* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-typespec-tests-alist): Add testcase.
This commit is contained in:
parent
33b8ce865f
commit
ad0d553e8f
1 changed files with 3 additions and 1 deletions
|
@ -209,7 +209,9 @@
|
|||
;; 84
|
||||
((not nil) . t)
|
||||
;; 85
|
||||
((or (not string) t) . t))
|
||||
((or (not string) t) . t)
|
||||
;; 86
|
||||
((or (not vector) sequence) . sequence))
|
||||
"Alist type specifier -> expected type specifier."))
|
||||
|
||||
(defmacro comp-cstr-synthesize-tests ()
|
||||
|
|
Loading…
Add table
Reference in a new issue