From e36eec65251b48fb5188691e86006ea8266ebe9a Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 21 Jan 2026 22:09:14 +0800 Subject: format code --- tests/modules/string/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/modules/string/test.lua') diff --git a/tests/modules/string/test.lua b/tests/modules/string/test.lua index 4b093de45..1ec4b52a1 100644 --- a/tests/modules/string/test.lua +++ b/tests/modules/string/test.lua @@ -94,7 +94,7 @@ function test_lastof(t) t:are_equal(("/home/file.txt"):lastof('/', true), 6) t:are_equal(("/home/file.txt"):lastof('/home', true), 1) t:are_equal(("/home/file.txt"):lastof('[/\\]home'), 1) - + -- long string local longstr = ("a"):rep(1000) .. "b" t:are_equal(longstr:lastof("b"), 1001) -- cgit v1.3.1