# File test/test_suffix_array.rb, line 52
52:         def test_suffix_start
53:             start = @sarray.suffix_start
54:             array = @sarray.array
55:             assert_equal @source[0], @source[array[start]], "The first character is not the one given in the start"
56:         end