From dd64edd58fe25ec74ae5958128cf3f74b0692f3b Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 28 Jan 2026 18:43:14 +0800 Subject: Fixed compiler issues and added 800+ test cases. --- spec/outputs/test/reverse_index_spec.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'spec/outputs/test/reverse_index_spec.lua') diff --git a/spec/outputs/test/reverse_index_spec.lua b/spec/outputs/test/reverse_index_spec.lua index 396c3b9..b1d2359 100644 --- a/spec/outputs/test/reverse_index_spec.lua +++ b/spec/outputs/test/reverse_index_spec.lua @@ -116,10 +116,6 @@ return describe("reverse index", function() end return assert.same(last, 3) end) - it("should work with string", function() - local s = "hello" - return assert.same(s[#s], "o") - end) it("should handle negative offsets", function() local tab = { 1, -- cgit v1.2.3-55-g6feb