fmt tests; properly define string literals; work on scanner
This commit is contained in:
@@ -26,7 +26,8 @@ resource_1 "strlit1" "strlit2" {
|
||||
esc1 = "\" \t \UFF11FF22 \uFFFF \n"
|
||||
esc2 = "$${} %%{}"
|
||||
tpl1 = "prefix-${var.bar}"
|
||||
tpl2 = "prefix-${func(\"bar\")}"
|
||||
tpl2 = "prefix-${func("bar")}"
|
||||
tpl3 = "prefix-${func("nested-${var.bar}")}"
|
||||
|
||||
nested_resource_1 {
|
||||
attr1 = 2
|
||||
|
||||
Reference in New Issue
Block a user