diff options
Diffstat (limited to 'spec/outputs/test/reverse_index_spec.lua')
| -rw-r--r-- | spec/outputs/test/reverse_index_spec.lua | 4 |
1 files changed, 0 insertions, 4 deletions
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() | |||
| 116 | end | 116 | end |
| 117 | return assert.same(last, 3) | 117 | return assert.same(last, 3) |
| 118 | end) | 118 | end) |
| 119 | it("should work with string", function() | ||
| 120 | local s = "hello" | ||
| 121 | return assert.same(s[#s], "o") | ||
| 122 | end) | ||
| 123 | it("should handle negative offsets", function() | 119 | it("should handle negative offsets", function() |
| 124 | local tab = { | 120 | local tab = { |
| 125 | 1, | 121 | 1, |
