Sha256: 4c7ec36ec04ef187a341b710f820f1c2ade56e2d0bd120221f33dc28c428ca8f
Contents?: true
Size: 435 Bytes
Versions: 1
Compression:
Stored size: 435 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/string/index_all.rb # # Extracted Wed Aug 23 18:22:52 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.30 | test/lib/facets/core/string/test_index_all.rb |