* 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:
Andrea Corallo 2020-12-21 18:41:13 +01:00
parent 34c1d75a31
commit 7074988d13

View file

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