bldc/tests/test_qq_6.lisp

3 lines
45 B
Common Lisp

(check (eq `(1 2 ,@'(3 4 5)) '(1 2 3 4 5)))