Sha256: 24c547cfc254fd482f1e821fd8e0d21cdf72cf6e7419208e53381bd1fc9bdde6

Contents?: true

Size: 595 Bytes

Versions: 6

Compression:

Stored size: 595 Bytes

Contents

opal_filter "RegExp" do
  fails "Regexp#eql? is true if self and other have the same character set code"
  fails "Regexp#== is true if self and other have the same character set code"
  fails "Regexp#~ matches against the contents of $_"
  fails "Regexp#match uses the start as a character offset"
  fails "Regexp#match matches the input at a given position"
  fails "Regexp#match with [string, position] when given a positive position matches the input at a given position"
  fails "Regexp#match with [string, position] when given a negative position matches the input at a given position"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
opal-0.7.2 spec/filters/bugs/regexp.rb
opal-0.7.1 spec/filters/bugs/regexp.rb
opal-0.7.0 spec/filters/bugs/regexp.rb
opal-0.7.0.rc1 spec/filters/bugs/regexp.rb
opal-0.7.0.beta3 spec/filters/bugs/regexp.rb
opal-0.7.0.beta2 spec/filters/bugs/regexp.rb