We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b5371e9 commit 80b4938Copy full SHA for 80b4938
spec/opal/filters/bugs/language.rb
@@ -73,9 +73,6 @@
73
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"
74
fails "Executing break from within a block returns from the original invoking method even in case of chained calls"
75
76
- fails "The 'case'-construct lets you define a method after the case statement"
77
- fails "The 'case'-construct with no target expression evaluates true as only 'true' when true is the first clause"
78
-
79
fails "A class variable can be accessed from a subclass"
80
fails "A class variable is set in the superclass"
81
fails "A class variable defined in a module can be accessed from classes that extend the module"
0 commit comments