Sha256: b7529b5940f972781d48e55b0ce17083190dd23c389f2c5f8d1b9584c9b650b3

Contents?: true

Size: 477 Bytes

Versions: 7

Compression:

Stored size: 477 Bytes

Contents

opal_filter "Float" do
  fails "Array#inspect represents a recursive element with '[...]'"
  fails "Array#to_s represents a recursive element with '[...]'"
  fails "Array#eql? returns false if any corresponding elements are not #eql?"
  fails "Set#eql? returns true when the passed argument is a Set and contains the same elements"

  fails "Kernel#Float raises a TypeError if #to_f returns an Integer"
  fails "Kernel.Float raises a TypeError if #to_f returns an Integer"
end

Version data entries

7 entries across 7 versions & 1 rubygems

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