]> git.eshelyaron.com Git - emacs.git/commitdiff
* Add a type specifier test to comp-cstr-tests.el
authorAndrea Corallo <akrl@sdf.org>
Mon, 21 Dec 2020 17:41:13 +0000 (18:41 +0100)
committerAndrea Corallo <akrl@sdf.org>
Mon, 21 Dec 2020 19:22:02 +0000 (20:22 +0100)
* test/lisp/emacs-lisp/comp-cstr-tests.el
(comp-cstr-typespec-tests-alist): Add a test.

test/lisp/emacs-lisp/comp-cstr-tests.el

index 70c446e9be357d9494e4af25b085d90e0e6a80c8..03bf78968f230e21218434725663f077528194b6 100644 (file)
     ;; 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 ()