]> git.eshelyaron.com Git - emacs.git/commitdiff
* Add a type specifier test
authorAndrea Corallo <akrl@sdf.org>
Mon, 4 Jan 2021 21:45:42 +0000 (22:45 +0100)
committerAndrea Corallo <akrl@sdf.org>
Thu, 7 Jan 2021 22:08:48 +0000 (23:08 +0100)
* test/lisp/emacs-lisp/comp-cstr-tests.el
(comp-cstr-typespec-tests-alist): Add testcase.

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

index f5ed05244d72b7a8fde3e8198475a556662a31ea..b4db54666c7f385740ea62a62c843cdba5b9c922 100644 (file)
       ;; 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 ()