Sha256: c6eb2bcb7b81f769b55c72944a566b0e3a2cd9bc59775bea2e47cd548e233fd0
Contents?: true
Size: 457 Bytes
Versions: 2
Compression:
Stored size: 457 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facet/matchdata/match.rb # # Extracted Mon Mar 13 13:24:08 UTC 2006 # Unit Tools Reap Test Extractor # require 'facet/matchdata/match.rb' require 'test/unit' class TC_MatchData < Test::Unit::TestCase # match def test_match md = /X(a)(b)(c)X/.match("YXabcXY") assert_equal( "XabcX", md.match ) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
facets-1.1.0 | test/lib/facet/matchdata/test_match.rb |
facets-1.2.0 | test/lib/facet/matchdata/test_match.rb |