Sha256: 230e517cbdaa2e55330cabbed91938f33eaddda138ff21f395aaa2c6e7139101

Contents?: true

Size: 1.1 KB

Versions: 16

Compression:

Stored size: 1.1 KB

Contents

opal_filter "language" do
  fails "Magic comment can be after the shebang"
  fails "Magic comment can take Emacs style"
  fails "Magic comment can take vim style"
  fails "Magic comment determines __ENCODING__"
  fails "Magic comment is case-insensitive"
  fails "Magic comment must be at the first line"
  fails "Magic comment must be the first token of the line"
  fails "The defined? keyword for pseudo-variables returns 'expression' for __ENCODING__"
  fails "The defined? keyword when called with a method name having a module as receiver returns nil if the method is private"
  fails "The defined? keyword when called with a method name having a module as receiver returns nil if the method is protected"
  fails "The private keyword changes the visibility of the existing method in the subclass"
  fails "The private keyword changes visibility of previously called method"
  fails "The private keyword changes visiblity of previously called methods with same send/call site"
  fails "The private keyword is overridden when a new class is opened"
  fails "The private keyword marks following methods as being private"
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
opal-0.10.6 spec/filters/unsupported/language.rb
opal-0.10.6.beta spec/filters/unsupported/language.rb
opal-0.10.5 spec/filters/unsupported/language.rb
opal-0.10.4 spec/filters/unsupported/language.rb
opal-0.10.3 spec/filters/unsupported/language.rb
opal-0.10.2 spec/filters/unsupported/language.rb
opal-0.10.1 spec/filters/unsupported/language.rb
opal-0.10.0 spec/filters/unsupported/language.rb
opal-0.10.0.rc2 spec/filters/unsupported/language.rb
opal-0.10.0.rc1 spec/filters/unsupported/language.rb
opal-0.10.0.beta5 spec/filters/unsupported/language.rb
opal-0.10.0.beta4 spec/filters/unsupported/language.rb
opal-0.10.0.beta3 spec/filters/unsupported/language.rb
opal-0.10.0.beta2 spec/filters/unsupported/language.rb
opal-0.10.0.beta1 spec/filters/unsupported/language.rb
opal-0.9.0.beta1 spec/filters/unsupported/language.rb