Files
tree-sitter-jhcl/fuzz/corpus/8b03335711cb9176d77d86f951655861aeea5890

18 lines
530 B
Plaintext
Raw Normal View History

// comment
# comment
/*
comment
*/
resource_1 "strlit1" "strlit2" o" ]
tupl2 = []
ob
j1 = { foo = "baz" }
)
cond1 = (1 == 2) ? 1 : "foobar"
bin1 = ((1+2)%3)*4
esc1 = "\" \t \UFF11FF22 \uFFFF \n"
esc3 = "$$<00>{} %%{}"
tpl1 = "prefix-${var.bar}"
tpl2 prefix-${var.bar}"
tpl2