Files
tree-sitter-jhcl/fuzz/corpus/60b81c85247878a0d98eb3a8c0f3f1d1d9ffebfd

28 lines
764 B
Plaintext
Raw Normal View History

// com"nested-${vame[]
obj1 = { foo*= "baz" }
null1 = null
bool1 = e
bool2 = f= 2) ? 1 : "foobar"
bin1 = ((1+2)%3)*4
esc1 = "\" \t \UFF11FF22 \uFFFF \n"
esc2 = "$${} %%{}"
tpl1 = "prefix-${var.bar}"
tpl2 = "prefix-${func("bar")}"
tpl3 = "prefint
# comment
/*
comment
*/
resource_1 "strlit1" "strlit2" {
attr1 = "val1"
tupl1 = [ 1, 2, 3.4, "foo" ]
tupl2 = []
obj1 = { foo*= "baz" }
null1 = null
bool1 = true
bool2 = f= 2) ? 1 : "foobar"
bin1 = ((1+2)%3)*4
esc1 = "\" \t \UFF11FF22 \uFFFF \n"
esc2 = "$${} %%{}"
tpl1 = "prefix-${var.bar}