From ec91aab02442dbbf577fa8d8e68c79a09b55f3f9 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 12 Jun 2025 02:08:47 -0500 Subject: rename 'array' lib and small additions --- tests/table.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/table.lua (limited to 'tests/table.lua') diff --git a/tests/table.lua b/tests/table.lua new file mode 100644 index 0000000..c63bfdf --- /dev/null +++ b/tests/table.lua @@ -0,0 +1,4 @@ +local llby = require"lullaby" +llby.io.pprint(llby.table.split("/hello/world//test///", "/", false)) -- {"hello", "world", "", "test", "", "", ""} + +llby.io.pprint(llby.table.split("/hi/uwu/meow", "/", false)) -- cgit v1.2.3