[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master f7f619779c9 2/2: * test/lisp/emacs-lisp/comp-cstr-tests.el (comp-
From: |
Andrea Corallo |
Subject: |
master f7f619779c9 2/2: * test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-93): Add test. |
Date: |
Tue, 19 Mar 2024 06:06:20 -0400 (EDT) |
branch: master
commit f7f619779c93bb567a1658ef06199fc1816f88fb
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>
* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-93): Add test.
---
test/lisp/emacs-lisp/comp-cstr-tests.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/test/lisp/emacs-lisp/comp-cstr-tests.el
b/test/lisp/emacs-lisp/comp-cstr-tests.el
index 991ab1f40eb..b823a190d5a 100644
--- a/test/lisp/emacs-lisp/comp-cstr-tests.el
+++ b/test/lisp/emacs-lisp/comp-cstr-tests.el
@@ -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