bldc/tests/test_print_value_1.lisp

5 lines
91 B
Common Lisp

(check (and
(eq (to-str (cons 1 2) "(1 . 2)"))
(eq (to-str 'apa) "apa")))