* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-93): Add test.

This commit is contained in:
Andrea Corallo 2024-03-19 10:48:18 +01:00
parent 0f76baeac0
commit f7f619779c

View 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