Files
tree-sitter-jhcl/fuzz/corpus/479a4196cfa9945a199d31bc757434af53793904

28 lines
1.0 KiB
Plaintext
Raw Normal View History

@// comment
# comment
/*
comment
*/
resource_1 "strlit1" "strlit2" {
attr1 = "val1"
tupl1 = [ <20><><EFBFBD><EFBFBD>, 3.4, "foo fo@// comment
# comment
/*
comment
*/
resource_1 "strlit1" "strlit2" {
attr1 = "val1"
tupl1 = [ <20><><EFBFBD><EFBFBD>, 3.4, "foo foo = "baz" }
null2 = null
bool1 = true
bool2 -= false
splat1 = tuple.*.foo.bar[0]
splat2 = tuple[*].foo.bar[0]
for1 = { for i, v in ["a", "a", "b"] : v => i... }
for2 = [ for k, v in var.map : "${k}-${v}" ]
for3 = uFFFF \n"
esc4 = => v }
for6 = [ for v in var.list : v if v < 3 ]