Sha256: c1d36784eed0dd123c4dacb1dd7dc720ed8344528b68ec7ccdb94b89f3310c7f
Contents?: true
Size: 317 Bytes
Versions: 83
Compression:
Stored size: 317 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' describe "MatchData#post_match" do it "returns the string after the match equiv. special var $'" do /(.)(.)(\d+)(\d)/.match("THX1138: The Movie").post_match.should == ': The Movie' $'.should == ': The Movie' end end
Version data entries
83 entries across 83 versions & 1 rubygems