bldc/tests/test_list_1.lisp

4 lines
47 B
Common Lisp

(check (eq (list 1 2 (+ 1 2) 4) '(1 2 3 4)))