@@ -19,13 +19,10 @@ fails:Parsing a defined? (with yield in a method body (defined? yield)) case is
19
19
fails:Parsing a Ensure keyword (ensure in a method) case is parsed correctly
20
20
fails:Parsing a For operator (for ... in ... operator) case is parsed correctly
21
21
fails:Parsing a Integer (when doesn't fit into Java Long (>= 64 bits)) case is parsed correctly
22
- fails:Parsing a Lambda (literal `-> () { ... }`) case is parsed correctly
23
22
fails:Parsing a Method call (super / in a method body with explicit arguments) case is parsed correctly
24
23
fails:Parsing a Method call (super / in a method body without explicit arguments) case is parsed correctly
25
24
fails:Parsing a Method call (super / outside a method body with explicit arguments) case is parsed correctly
26
25
fails:Parsing a Method call (super / outside a method body without explicit arguments) case is parsed correctly
27
- fails:Parsing a Method call (Special cases/method #lambda (Kernel#lambda)) case is parsed correctly
28
- fails:Parsing a Method call (Special cases/method #lambda (not Kernel#lambda)) case is parsed correctly
29
26
fails:Parsing a Method call (super / in a method body with explicit arguments) case is parsed correctly
30
27
fails:Parsing a Method call (super / in a method body without explicit arguments) case is parsed correctly
31
28
fails:Parsing a Method call (super / outside a method body with explicit arguments) case is parsed correctly
@@ -39,7 +36,6 @@ fails:Parsing a &&= (Variable assignment/fully qualified constant (::A &&= b)) c
39
36
fails:Parsing a &&= (Variable assignment/global variable ($a &&= b)) case is parsed correctly
40
37
fails:Parsing a &&= (Variable assignment/instance variable (@a &&= b)) case is parsed correctly
41
38
fails:Parsing a &&= (Variable assignment/local variable (a &&= b)) case is parsed correctly
42
- fails:Parsing a Flip-flop operator (in a lambda) case is parsed correctly
43
39
fails:Parsing a Match (=~ operator) case is parsed correctly
44
40
fails:Parsing a Match (=~ operator/with Regexp literal as a RHS) case is parsed correctly
45
41
fails:Parsing a Match (=~ operator/with Regexp literal as a LHS (without named capture groups)) case is parsed correctly
@@ -85,12 +81,6 @@ fails:Parsing a Rescue keyword (modifier / backtrace optimization / enabled / wh
85
81
fails:Parsing a Rescue keyword (with exception and variable) case is parsed correctly
86
82
fails:Parsing a Rescue keyword (with multiple rescue branches) case is parsed correctly
87
83
fails:Parsing a Rescue keyword (without exception but with a variable) case is parsed correctly
88
- fails:Parsing a Return (return operator in a lambda) case is parsed correctly
89
- fails:Parsing a Return (return operator in a lambda in a class definition body) case is parsed correctly
90
- fails:Parsing a Return (return operator in a lambda in a module definition body) case is parsed correctly
91
- fails:Parsing a Return (return operator in a lambda method call) case is parsed correctly
92
- fails:Parsing a Return (return operator in a lambda method call in a class definition body) case is parsed correctly
93
- fails:Parsing a Return (return operator in a lambda method call in a module definition body) case is parsed correctly
94
84
fails:Parsing a Sequence of expressions () case is parsed correctly
95
85
fails:Parsing a String (Literal with interpolation when when expressions are % String literals) case is parsed correctly
96
86
fails:Parsing a String (Literal with interpolation when expressions are Strings) case is parsed correctly
0 commit comments