# File test/test_suffix_array.rb, line 47 47: def test_array 48: array = @sarray.array 49: assert_equal array.length, @source.length, "Suffix array is not the same length as the source" 50: end