From 7356cf34f5760aefee10dca11fd9b8040aa60bc5 Mon Sep 17 00:00:00 2001 From: Kelvin Clement Mwinuka Date: Sun, 14 Jan 2024 11:29:42 +0800 Subject: [PATCH] Created test file for string commands --- src/modules/string/commands_test.go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/modules/string/commands_test.go b/src/modules/string/commands_test.go index 704170e..7cacaa5 100644 --- a/src/modules/string/commands_test.go +++ b/src/modules/string/commands_test.go @@ -1 +1,11 @@ package str + +import ( + "testing" +) + +func Test_HandleSetRange(t *testing.T) {} + +func Test_HandleStrLen(t *testing.T) {} + +func Test_HandleSubStr(t *testing.T) {}