add real world test corpus; work on some parse errors and weirdnesses

This commit is contained in:
mhoffm
2021-06-19 16:56:35 +02:00
parent fa9b0307c6
commit 5f7a5b5e98
900 changed files with 16442 additions and 9184 deletions

View File

@@ -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