Sha256: d9e98c19e79f8ad7dbab491d74ac974cf6926db3b72d58126c0223cad4308434

Contents?: true

Size: 187 Bytes

Versions: 14

Compression:

Stored size: 187 Bytes

Contents

describe "Regexp" do
  it "should find out if regexp is multiline" do
    //m.multiline?.should.be.true
    //.multiline?.should.be.false
    /(?m:)/.multiline?.should.be.false
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
motion-support-1.2.1 spec/motion-support/core_ext/regexp_spec.rb
motion-support-1.1.1 spec/motion-support/core_ext/regexp_spec.rb
motion-support-1.2.0 spec/motion-support/core_ext/regexp_spec.rb
motion-support-1.1.0 spec/motion-support/core_ext/regexp_spec.rb
motion-support-1.0.0 spec/motion-support/core_ext/regexp_spec.rb
motion-support-0.3.0 spec/motion-support/core_ext/regexp_spec.rb
motion_blender-support-0.2.8 spec/motion-support/core_ext/regexp_spec.rb
motion_blender-support-0.2.7 spec/motion-support/core_ext/regexp_spec.rb
motion-support-0.2.6 spec/motion-support/core_ext/regexp_spec.rb
motion-support-0.2.5 spec/motion-support/core_ext/regexp_spec.rb
motion-support-0.2.4 spec/motion-support/core_ext/regexp_spec.rb
motion-support-0.2.3 spec/motion-support/core_ext/regexp_spec.rb
motion-support-0.2.2 spec/motion-support/core_ext/regexp_spec.rb
motion-support-0.2.0 spec/motion-support/core_ext/regexp_spec.rb