bldc/tests/test_string_1.lisp

5 lines
105 B
Common Lisp

(check (and (= (buflen "apa") 4)
(= (buflen "bepa") 5)
(= (buflen "kurt1") 6)))