handle quoted template expressions and template interpolations
This commit is contained in:
13
test/corpus/templates.txt
Normal file
13
test/corpus/templates.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
==================
|
||||
quoted template expression
|
||||
==================
|
||||
|
||||
foo = "${ var.bar }"
|
||||
|
||||
---
|
||||
|
||||
(config_file
|
||||
(body
|
||||
(attribute
|
||||
(identifier)
|
||||
(expression (expr_term (template_expr (quoted_template (template_interpolation))))))))
|
||||
Reference in New Issue
Block a user