Sha256: d975fbc85fc83b2a2166a972efccbc51ea14a604e45663dd00f203c68108967e

Contents?: true

Size: 304 Bytes

Versions: 83

Compression:

Stored size: 304 Bytes

Contents

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

describe "MatchData#end" do
  it "returns the offset of the end of the nth element" do
    /(.)(.)(\d+)(\d)/.match("THX1138.").end(0).should == 7
    /(.)(.)(\d+)(\d)/.match("THX1138.").end(2).should == 3 
  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/end_spec.rb
rhodes-1.4.1 spec/framework_spec/app/spec/core/matchdata/end_spec.rb
rhodes-1.4.0 spec/framework_spec/app/spec/core/matchdata/end_spec.rb