]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-93): Add test.
authorAndrea Corallo <acorallo@gnu.org>
Tue, 19 Mar 2024 09:48:18 +0000 (10:48 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 24 Mar 2024 14:12:49 +0000 (15:12 +0100)
(cherry picked from commit f7f619779c93bb567a1658ef06199fc1816f88fb)

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

index 991ab1f40ebfbfe86d2cb893ec148b633dfe3472..b823a190d5a70e7a41ed5709d0cf797d4f3994cf 100644 (file)
@@ -232,9 +232,8 @@ The arg is an alist of: type specifier -> expected type specifier."
   ;; 92
   ((or string char-table bool-vector vector cons symbol number) .
    (or number sequence symbol))
-  ;; 93?
-  ;; FIXME: I get `cons' rather than `list'?
-  ;;((or null cons) . list)
+  ;; 93
+  ((or list (not null)) . t)
   ))
 
 ;;; comp-cstr-tests.el ends here