@@ -59,15 +59,6 @@ fails:Parsing a Complex number (Complex literal `bri` (without real part) where
59
59
fails:Parsing a Complex number (Complex literal in format of a + bi is represented as `a + Complex.convert(0, b)`) case is parsed correctly
60
60
fails:Parsing a Def (Name / Non singleton / in an anonymous module) case is parsed correctly
61
61
fails:Parsing a Def (Name / Singleton / in an anonymous module) case is parsed correctly
62
- fails:Parsing a Def (Tail expression / with explicit return inside then branch of the `if` operator) case is parsed correctly
63
- fails:Parsing a Def (Tail expression / with explicit return inside then/else branches of the `if` operator) case is parsed correctly
64
- fails:Parsing a Def (Tail expression / with explicit return at the end of a sequence of multiple expressions) case is parsed correctly
65
- fails:Parsing a Def (Tail expression / with explicit return) case is parsed correctly
66
- fails:Parsing a Def (Tail expression / with explicit return inside then branch of the `unless` operator) case is parsed correctly
67
- fails:Parsing a Def (Singleton method definition) case is parsed correctly
68
- fails:Parsing a Def (Method definition with empty body) case is parsed correctly
69
- fails:Parsing a Def (Method definition with not empty body) case is parsed correctly
70
- fails:Parsing a Def (Method definition without parameters) case is parsed correctly
71
62
fails:Parsing a defined? (with yield in a method body (defined? yield)) case is parsed correctly
72
63
fails:Parsing a Ensure keyword (ensure in a do/end block) case is parsed correctly
73
64
fails:Parsing a Ensure keyword (ensure in a method) case is parsed correctly
@@ -153,7 +144,6 @@ fails:Parsing a Rescue keyword (modifier / backtrace optimization / enabled / wh
153
144
fails:Parsing a Rescue keyword (with exception and variable) case is parsed correctly
154
145
fails:Parsing a Rescue keyword (with multiple rescue branches) case is parsed correctly
155
146
fails:Parsing a Rescue keyword (without exception but with a variable) case is parsed correctly
156
- fails:Parsing a Return (return operator at the top level) case is parsed correctly
157
147
fails:Parsing a Return (return operator in a block (with a value)) case is parsed correctly
158
148
fails:Parsing a Return (return operator in a block in a class definition body) case is parsed correctly
159
149
fails:Parsing a Return (return operator in a block in a module definition body) case is parsed correctly
0 commit comments