Loading alexandria-1/tests.lisp +8 −4 Original line number Diff line number Diff line Loading @@ -1781,14 +1781,18 @@ t) (deftest type=.2 (multiple-value-bind (= ok) (type= 'list '(or null cons)) t (or (and = ok) (and (not =) (not ok)))) t) #-allegro (deftest type=.3 (multiple-value-bind (= ok) (type= 'null '(and symbol list)) t (or (and = ok) (and (not =) (not ok)))) t) (deftest type=.4 Loading Loading
alexandria-1/tests.lisp +8 −4 Original line number Diff line number Diff line Loading @@ -1781,14 +1781,18 @@ t) (deftest type=.2 (multiple-value-bind (= ok) (type= 'list '(or null cons)) t (or (and = ok) (and (not =) (not ok)))) t) #-allegro (deftest type=.3 (multiple-value-bind (= ok) (type= 'null '(and symbol list)) t (or (and = ok) (and (not =) (not ok)))) t) (deftest type=.4 Loading