From 3430c9b41bca879ce6935751bb3365a47f040183 Mon Sep 17 00:00:00 2001
From: MadMaurice <madmaurice@zom.bi>
Date: Fri, 2 Apr 2021 19:03:50 +0200
Subject: [PATCH] Rudimentary strings test

---
 t/strings.t | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 t/strings.t

diff --git a/t/strings.t b/t/strings.t
new file mode 100644
index 0000000..2587cf1
--- /dev/null
+++ b/t/strings.t
@@ -0,0 +1 @@
+(expect "hello has 5 letters" (= (length "hello") 5))