bldc/tests/test_list_2.lisp

5 lines
57 B
Common Lisp

(define l '(1 2 3 4 5 6 7 8))
(check (= (length l) 8))