Compare commits

..

No commits in common. "f585ebba9d42693d2436b134aa78be042f5f192c" and "0112e5c315cc2d4ee1ad107ca073f099c833b816" have entirely different histories.

View file

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