* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-93): Add test.
This commit is contained in:
parent
0f76baeac0
commit
f7f619779c
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue