Sha256: 99c66293499499e31c5e8135f9def4537e5ae1535c00d3aa0ed8946222295bad

Contents?: true

Size: 311 Bytes

Versions: 83

Compression:

Stored size: 311 Bytes

Contents

require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper'

describe "MatchData#begin" do
  it "returns the offset of the start of the nth element" do
    /(.)(.)(\d+)(\d)/.match("THX1138.").begin(0).should == 1
    /(.)(.)(\d+)(\d)/.match("THX1138.").begin(2).should == 2
  end
end

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
rhodes-1.4.2 spec/framework_spec/app/spec/core/matchdata/begin_spec.rb
rhodes-1.4.1 spec/framework_spec/app/spec/core/matchdata/begin_spec.rb
rhodes-1.4.0 spec/framework_spec/app/spec/core/matchdata/begin_spec.rb