bldc/tests/test_append_1.lisp

3 lines
56 B
Common Lisp

(check (eq (append '(1 2 3) '(4 5 6)) '(1 2 3 4 5 6)))