Sha256: 848ac55ebd86f80d8a7ff35fe16192852cb2c1f07c3e9dae62ad22ddd42f96f4

Contents?: true

Size: 859 Bytes

Versions: 1

Compression:

Stored size: 859 Bytes

Contents

opal_unsupported_filter "Enumerable" do
  fails "Enumerable#chunk does not return elements for which the block returns :_separator"
  fails "Enumerable#chunk raises a RuntimeError if the block returns a Symbol starting with an underscore other than :_alone or :_separator"
  fails "Enumerable#chunk with [initial_state] yields an element and an object value-equal but not identical to the object passed to #chunk"
  fails "Enumerable#entries returns a tainted array if self is tainted"
  fails "Enumerable#entries returns an untrusted array if self is untrusted"
  fails "Enumerable#group_by returns a tainted hash if self is tainted"
  fails "Enumerable#group_by returns an untrusted hash if self is untrusted"
  fails "Enumerable#to_a returns a tainted array if self is tainted"
  fails "Enumerable#to_a returns an untrusted array if self is untrusted"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opal-0.11.0.rc1 spec/filters/unsupported/enumerable.rb