Sha256: 07f02e38f50d6afa5e130b01c5794994542261ff0c44b2068d2fe75bbaab618c

Contents?: true

Size: 1.22 KB

Versions: 1

Compression:

Stored size: 1.22 KB

Contents

opal_filter "Struct" do
  fails "Struct#hash returns the same fixnum for structs with the same content"
  fails "Struct#initialize can be overriden"
  fails "Struct#inspect returns a string representation of some kind"
  fails "Struct#instance_variables returns an array with one name if an instance variable is added"
  fails "Struct#instance_variables returns an empty array if only attributes are defined"
  fails "Struct#members does not override the instance accessor method"
  fails "Struct.new calls to_str on its first argument (constant name)"
  fails "Struct.new creates a constant in subclass' namespace"
  fails "Struct.new creates a new anonymous class with nil first argument"
  fails "Struct.new does not create a constant with symbol as first argument"
  fails "Struct.new fails with invalid constant name as first argument"
  fails "Struct.new fails with too many arguments"
  fails "Struct.new on subclasses creates a constant in subclass' namespace"
  fails "Struct.new on subclasses fails with too many arguments"
  fails "Struct.new raises a TypeError if object doesn't respond to to_sym"
  fails "Struct.new raises a TypeError if object is not a Symbol"
  fails "Struct.new with a block passes same struct class to the block"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opal-0.9.0.beta2 spec/filters/bugs/struct.rb