Rudimentary strings test

This commit is contained in:
madmaurice 2021-04-02 19:03:50 +02:00
parent c79d4b8402
commit 3430c9b41b

1
t/strings.t Normal file
View file

@ -0,0 +1 @@
(expect "hello has 5 letters" (= (length "hello") 5))