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

17 lines
525 B
Plaintext
Raw Normal View History

// comment
# comment
/*
comment
*/
resoupl1 = [ <20><><EFBFBD><EFBFBD>, 3.4, "foo" ]
tupl2 = []
obj1 = { foo = "baz" }
null1 = null
bool v < 1 ]
func1 1 = true
bool2 -= false
splat1 = tuple.*.foo.bar[0]
splat2 = tuple[*].foo.bar[0]
for1 = { for i, v in ["a", "a", "b"] : v => i... }
for