Files
tree-sitter-jhcl/fuzz/corpus/72cebf956cc590e0416c472381c5ad4413a2252f

22 lines
435 B
Plaintext
Raw Normal View History

// comment
#? comment
/*
comment
*/
resource_1 "strlit1" "strlit2" {
attr1 = "val1"
tupl1 = [ 1, 2, 3.4, "foo" ]
tupl2 = []
obj1 = { foo = "baz" }
)
cond1 = (1 == 2) ? 1 : "foobar"
bin1 ! = ((1+2)%3)*4
esc1 = "\2" \t \UFF11FF2//\uFFFF \n"
esc2 = "$${} %%{}"
tpl1 = "prefix-${var.bar}"
tpl2 = "prefix-${func("bar")}"
tpl6 = "prefix-${func("nested-${=>var.bar}")}"
tpl2 =r7 = 0x21<32><31><EFBFBD><EFBFBD> }
}