You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/tags/truffle/parsing/parsing_tags.txt
+4-31Lines changed: 4 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -57,39 +57,8 @@ fails:Parsing a class << (reopen an object singleton class) case is parsed corre
57
57
fails:Parsing a Complex number (Complex literal `bri` (without real part) where b is Float is represented as `Complext.convert(0, Rational.convert(b*100, 100))` where 100 is some power of 10 to convert b to Integer) case is parsed correctly
58
58
fails:Parsing a Complex number (Complex literal `bri` (without real part) where b is Integer is represented as `Complext.convert(0, Rational.convert(b, 1))`) case is parsed correctly
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
-
fails:Parsing a Def (Argument descriptors / with block (def a(&b))) case is parsed correctly
61
-
fails:Parsing a Def (Argument descriptors / with double splat operator (**kw)) case is parsed correctly
62
-
fails:Parsing a Def (Argument descriptors / with double splat operator without variable name (**)) case is parsed correctly
63
-
fails:Parsing a Def (Argument descriptors / with keyword arguments) case is parsed correctly
64
-
fails:Parsing a Def (Argument descriptors / with optional keyword arguments) case is parsed correctly
65
-
fails:Parsing a Def (Argument descriptors / with optional positional parameters) case is parsed correctly
66
-
fails:Parsing a Def (Argument descriptors / when multiple positional parameters only) case is parsed correctly
67
-
fails:Parsing a Def (Argument descriptors / with splat operator and preceding and following parameters) case is parsed correctly
68
-
fails:Parsing a Def (Argument descriptors / with splat operator without name and preceding and following parameters) case is parsed correctly
69
-
fails:Parsing a Def (Arity / with block (def a(&b))) case is parsed correctly
70
-
fails:Parsing a Def (Arity / with double splat operator (**kw)) case is parsed correctly
71
-
fails:Parsing a Def (Arity / with keyword arguments) case is parsed correctly
72
-
fails:Parsing a Def (Arity / with optional keyword arguments) case is parsed correctly
73
-
fails:Parsing a Def (Arity / with optional positional parameters) case is parsed correctly
74
-
fails:Parsing a Def (Arity / when multiple positional parameters only) case is parsed correctly
75
-
fails:Parsing a Def (Arity / with splat operator and preceding and following parameters) case is parsed correctly
76
60
fails:Parsing a Def (Name / Non singleton / in an anonymous module) case is parsed correctly
77
-
fails:Parsing a Def (Name / Non singleton / in a module) case is parsed correctly
78
-
fails:Parsing a Def (Name / Non singleton / when top-level method) case is parsed correctly
79
61
fails:Parsing a Def (Name / Singleton / in an anonymous module) case is parsed correctly
80
-
fails:Parsing a Def (Name / Singleton / in a module) case is parsed correctly
81
-
fails:Parsing a Def (Name / Singleton / when top-level method) case is parsed correctly
82
-
fails:Parsing a Def (Name / Singleton / when top-level method and `self` receiver) case is parsed correctly
83
-
fails:Parsing a Def (Parameters declaration in a frame / with block (def a(&b))) case is parsed correctly
84
-
fails:Parsing a Def (Parameters declaration in a frame / with all kinds of positional and keyword parameters) case is parsed correctly
85
-
fails:Parsing a Def (Parameters to local variables / with block (def a(&b))) case is parsed correctly
86
-
fails:Parsing a Def (Parameters to local variables / with double splat operator (**kw)) case is parsed correctly
87
-
fails:Parsing a Def (Parameters to local variables / with keyword arguments) case is parsed correctly
88
-
fails:Parsing a Def (Parameters to local variables / with optional keyword arguments) case is parsed correctly
89
-
fails:Parsing a Def (Parameters to local variables / with optional positional parameters) case is parsed correctly
90
-
fails:Parsing a Def (Parameters to local variables / when multiple positional parameters only) case is parsed correctly
91
-
fails:Parsing a Def (Parameters to local variables / with splat operator and preceding and following parameters) case is parsed correctly
92
-
fails:Parsing a Def (Parameters to local variables / without parameters) case is parsed correctly
93
62
fails:Parsing a Def (Tail expression / with explicit return inside then branch of the `if` operator) case is parsed correctly
94
63
fails:Parsing a Def (Tail expression / with explicit return inside then/else branches of the `if` operator) case is parsed correctly
95
64
fails:Parsing a Def (Tail expression / with explicit return at the end of a sequence of multiple expressions) case is parsed correctly
@@ -109,6 +78,10 @@ fails:Parsing a Local variable (in a block / reading a local variable) case is p
109
78
fails:Parsing a Local variable (in a block / assigning a local variable new value) case is parsed correctly
110
79
fails:Parsing a Local variable (in a block but defined in an outer scope / reading a local variable) case is parsed correctly
111
80
fails:Parsing a Local variable (in a block but defined in an outer scope / assigning a local variable new value) case is parsed correctly
81
+
fails:Parsing a Method call (super / in a method body with explicit arguments) case is parsed correctly
82
+
fails:Parsing a Method call (super / in a method body without explicit arguments) case is parsed correctly
83
+
fails:Parsing a Method call (super / outside a method body with explicit arguments) case is parsed correctly
84
+
fails:Parsing a Method call (super / outside a method body without explicit arguments) case is parsed correctly
112
85
fails:Parsing a Method call (Arguments/with a &-deconstruction to a block argument (&bar)) case is parsed correctly
113
86
fails:Parsing a Method call (Arguments/with block literal argument) case is parsed correctly
114
87
fails:Parsing a Method call (Arguments/with double splat operator (**kw)) case is parsed correctly
0 commit comments