diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/table.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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)) |
