Sha256: 1a039adea5ebfc65f2266c0ab972fe63a4b2a8a9e4365983a4868ee5a8cfffd0

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/facets/core/string/index_all.rb
#
# Extracted Tue Jul 25 10:07:15 EDT 2006
# Unit Tools Reap Test Extractor
#

require 'facets/core/string/index_all.rb'


  require 'test/unit'

  class TCString < Test::Unit::TestCase

    def test_index_all
      assert_equal( [0,4,8], "a123a567a9".index_all(/a/) )
    end

  end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facets-1.7.0 test/lib/facets/core/string/test_index_all.rb