diff options
Diffstat (limited to 'spec/inputs/test/reverse_index_spec.yue')
| -rw-r--r-- | spec/inputs/test/reverse_index_spec.yue | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/inputs/test/reverse_index_spec.yue b/spec/inputs/test/reverse_index_spec.yue index be67261..3c17d09 100644 --- a/spec/inputs/test/reverse_index_spec.yue +++ b/spec/inputs/test/reverse_index_spec.yue | |||
| @@ -42,10 +42,6 @@ describe "reverse index", -> | |||
| 42 | last = data.items.nested[#] | 42 | last = data.items.nested[#] |
| 43 | assert.same last, 3 | 43 | assert.same last, 3 |
| 44 | 44 | ||
| 45 | it "should work with string", -> | ||
| 46 | s = "hello" | ||
| 47 | assert.same s[#], "o" | ||
| 48 | |||
| 49 | it "should handle negative offsets", -> | 45 | it "should handle negative offsets", -> |
| 50 | tab = [1, 2, 3, 4, 5] | 46 | tab = [1, 2, 3, 4, 5] |
| 51 | assert.same tab[#-3], 2 | 47 | assert.same tab[#-3], 2 |
