Sha256: 51ccbd22475b6621d4a7cd1ad2768df632a3836fed5a9958333950c2c6964488

Contents?: true

Size: 426 Bytes

Versions: 7

Compression:

Stored size: 426 Bytes

Contents

opal_filter "Opal bugs" do
  fails "Array#join raises a NoMethodError if an element does not respond to #to_str, #to_ary, or #to_s"

  # arity checking bugs
  fails "Array#shift passed a number n as an argument raises an ArgumentError if more arguments are passed"
  fails "Array#pop passed a number n as an argument raises an ArgumentError if more arguments are passed"

  fails "Kernel#warn requires multiple arguments"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
opal-0.8.1 spec/filters/bugs/opal.rb
opal-0.8.1.rc1 spec/filters/bugs/opal.rb
opal-0.8.0 spec/filters/bugs/opal.rb
opal-0.8.0.rc3 spec/filters/bugs/opal.rb
opal-0.8.0.rc2 spec/filters/bugs/opal.rb
opal-0.8.0.rc1 spec/filters/bugs/opal.rb
opal-0.8.0.beta1 spec/filters/bugs/opal.rb