bldc/tests/test_match_10.lisp

11 lines
182 B
Common Lisp

(check (= (match "apa"
("bepa" 0)
("eepa" 1)
("kurt" 2)
("apa" 3)
("hej" 4))
3))