This commit is contained in:
parent
62547170fc
commit
5deb71dedd
1 changed files with 1 additions and 1 deletions
|
@ -26,5 +26,5 @@
|
||||||
(gethash keyword *fruit*)))))
|
(gethash keyword *fruit*)))))
|
||||||
(ok (hash-table-p *fruit*))
|
(ok (hash-table-p *fruit*))
|
||||||
(ok (fboundp 'fruit-p))
|
(ok (fboundp 'fruit-p))
|
||||||
(ok (fruit-p :apple))
|
(ok (fruit-p :appl))
|
||||||
(ng (fruit-p :tomato))))
|
(ng (fruit-p :tomato))))
|
||||||
|
|
Loading…
Reference in a new issue