Sha256: 5712787f63324fc2af8476089d5d25ab844d4baffdc309975c12662dbf781b41
Contents?: true
Size: 421 Bytes
Versions: 1
Compression:
Stored size: 421 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/nano/string/index_all.rb # # Extracted Fri Oct 28 14:20:18 EDT 2005 # Unit Tools Reap Test Extractor # require 'nano/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-0.9.0 | test/lib/nano/string/test_index_all.rb |