Sha256: a31e8879cc2735fe1d400691cd3435cc4a622d29e18864ac3035d2d1fd87d1c5
Contents?: true
Size: 431 Bytes
Versions: 1
Compression:
Stored size: 431 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/string/index_all.rb # # Extracted Fri Feb 16 02:00:37 EST 2007 # Project.rb Test Extraction # 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.8.49 | test/lib/facets/core/string/test_index_all.rb |