From 7074988d13353c544f0a870a8ff3a8deb7b0b8f6 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Mon, 21 Dec 2020 18:41:13 +0100 Subject: [PATCH] * 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. --- test/lisp/emacs-lisp/comp-cstr-tests.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 () -- 2.39.5