add real world test corpus; work on some parse errors and weirdnesses
This commit is contained in:
@@ -32,9 +32,10 @@ foo = bar[1]
|
||||
(variable_expr
|
||||
(identifier))
|
||||
(index
|
||||
(expression
|
||||
(literal_value
|
||||
(numeric_lit))))))))
|
||||
(new_index
|
||||
(expression
|
||||
(literal_value
|
||||
(numeric_lit)))))))))
|
||||
|
||||
================================================================================
|
||||
attr splat
|
||||
@@ -102,6 +103,7 @@ foo = bar[*][*].a.b.c[d]
|
||||
(get_attr
|
||||
(identifier))
|
||||
(index
|
||||
(expression
|
||||
(variable_expr
|
||||
(identifier))))))))))
|
||||
(new_index
|
||||
(expression
|
||||
(variable_expr
|
||||
(identifier)))))))))))
|
||||
|
||||
Reference in New Issue
Block a user