mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
6 lines
193 B
Ruby
6 lines
193 B
Ruby
|
describe :matchdata_length, shared: true do
|
||
|
it "length should return the number of elements in the match array" do
|
||
|
/(.)(.)(\d+)(\d)/.match("THX1138.").send(@method).should == 5
|
||
|
end
|
||
|
end
|