From: Andrea Corallo Date: Mon, 21 Dec 2020 17:41:13 +0000 (+0100) Subject: * Add a type specifier test to comp-cstr-tests.el X-Git-Tag: emacs-28.0.90~2727^2~249 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7074988d13353c544f0a870a8ff3a8deb7b0b8f6;p=emacs.git * 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. --- diff --git a/test/lisp/emacs-lisp/comp-cstr-tests.el b/test/lisp/emacs-lisp/comp-cstr-tests.el index 70c446e9be3..03bf78968f2 100644 --- a/test/lisp/emacs-lisp/comp-cstr-tests.el +++ b/test/lisp/emacs-lisp/comp-cstr-tests.el @@ -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 ()