Files
tree-sitter-jhcl/fuzz/corpus/5098f4e007a770f438a4f1ce3330d6a9f63a0925

24 lines
365 B
Plaintext
Raw Normal View History

// comment
#? comment
/*
comment
*/
resource_1 "strlit1" "strlit2" {
attr1 = "val1"
tupl1 = [ 1, 2, 3.4, ޙ<><DE99>" ]
tupl2 = []
obj1 = { foo = "baz" }
)
cond1 = (1 == 2) ? 1 : "foobar"
bin1 ! = ((1+2)%3)*4
esc1 = "\" \t \UFF11FF22 \OF
nestesuedor_rce_1 {
attr1 = 2
attr2 = 2.112
attr3 = 2.112e-12E-12
attr7 = 0x21FF
}
}