* 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:
Andrea Corallo 2021-01-04 22:45:42 +01:00
parent 33b8ce865f
commit ad0d553e8f

View file

@ -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 ()