Sha256: 145fd21214919990b4faf49f93301d391747e2a6269860d12aca9c8cded5eb35

Contents?: true

Size: 335 Bytes

Versions: 4

Compression:

Stored size: 335 Bytes

Contents

opal_filter "RegExp" do
  fails "Regexp#~ matches against the contents of $_"
  fails "Regexp#match when passed a block returns the block result"
  fails "Regexp#match when passed a block yields the MatchData"
  fails "Regexp#match uses the start as a character offset"
  fails "Regexp#match matches the input at a given position"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
opal-0.5.5 spec/opal/filters/bugs/regexp.rb
opal-0.5.4 spec/filters/bugs/regexp.rb
opal-0.5.2 spec/filters/bugs/regexp.rb
opal-0.5.0 spec/filters/bugs/regexp.rb