test
Some checks failed
CI / test (sbcl-bin) (pull_request) Failing after 2m45s

This commit is contained in:
paku 2025-01-11 15:59:40 +09:00
parent 21c880390a
commit 4935d9baa8
Signed by: paku
GPG key ID: 5B4E8402BCC50607

View file

@ -26,5 +26,5 @@
(gethash keyword *fruit*)))))
(ok (hash-table-p *fruit*))
(ok (fboundp 'fruit-p))
(ok (fruit-p :apple))
(ok (fruit-p :appl))
(ng (fruit-p :tomato))))