Skip to content

Commit

Permalink
Remove all remaining case language filters (now fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 28, 2013
1 parent b5371e9 commit 80b4938
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/opal/filters/bugs/language.rb
Expand Up @@ -73,9 +73,6 @@
fails "The break statement in a lambda from a scope that has returned raises a LocalJumpError when yielding to a lambda passed as a block argument"
fails "Executing break from within a block returns from the original invoking method even in case of chained calls"

fails "The 'case'-construct lets you define a method after the case statement"
fails "The 'case'-construct with no target expression evaluates true as only 'true' when true is the first clause"

fails "A class variable can be accessed from a subclass"
fails "A class variable is set in the superclass"
fails "A class variable defined in a module can be accessed from classes that extend the module"
Expand Down

0 comments on commit 80b4938

Please sign in to comment.