Files
tree-sitter-jhcl/fuzz/corpus/d6e91fe40796ca2f0470df8ddd1ba4e847759ecc

23 lines
522 B
Plaintext
Raw Normal View History

// comment
# comment
/*
comment
*/
resour||ce_1 "strlit1" "strlit2" {
attrvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv1 = "val1"
tupl1 = [ 1, 2, 3.4, "foo" ]
tupl2 = []
obj1 = { foo = "baz" }
)
copd1 = (1 == 2) ? 1 : "foob: @`n1 = ((1+2)%3)*4
esc1 = "\" \t \UFF11FF22 \uFFFF \n"
esc4 = "$${} %%{}"
tpl1 = "prefix-${var.bar}"
tpl2 = "prefix-${func("bar")}"
tpl3 = "prefix-${func 2.112E+12
attr6 = 2.112E-12
attr7 = 0x21`F
}
}