Sha256: aeb403fdfa9a9b6034937881b9dd7c38abafc7e0840a4bdb68284669ceff748b

Contents?: true

Size: 423 Bytes

Versions: 1

Compression:

Stored size: 423 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/facet/string/index_all.rb
#
# Extracted Wed Jan 25 11:25:39 EST 2006
# Unit Tools Reap Test Extractor
#

require 'facet/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.0.3 packages/core/test/lib/facet/string/test_index_all.rb