add real world test corpus; work on some parse errors and weirdnesses
This commit is contained in:
@@ -125,9 +125,10 @@ foo = "${ {a=b}[a] }"
|
||||
(variable_expr
|
||||
(identifier))))))
|
||||
(index
|
||||
(expression
|
||||
(variable_expr
|
||||
(identifier))))))))))))
|
||||
(new_index
|
||||
(expression
|
||||
(variable_expr
|
||||
(identifier)))))))))))))
|
||||
|
||||
================================================================================
|
||||
escaped template interpolation start
|
||||
|
||||
Reference in New Issue
Block a user