Skip to content
Snippets Groups Projects
Commit f2cacaa4 authored by pfdietz's avatar pfdietz
Browse files

Add comment explaining why there's no test for inherited symbols in the keyword package tests.

parent fdc95377
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,10 @@
(notnot (constantp s)))))
nil t :external t t t)
;;; Note that the case of a symbol inherited into KEYWORD cannot arise
;;; standardly from user actions, since USE-PACKAGE disallows KEYWORD
;;; as the package designated by its second argument.
;; Every keyword is external
(deftest keyword.2
(do-symbols (s "KEYWORD" t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment