Files
tree-sitter-jhcl/fuzz/corpus/395cf4380a69544713bf08cdca4b9380d5caa05b

25 lines
417 B
Plaintext
Raw Normal View History

// comment
# comment
/*
comment
*/
resoupl1 = [ <20><><EFBFBD><EFBFBD>, 3.4, "foo" ]
tupl2 = []
obj1 = { foo = "baz" }
null1 = nu// comment
# comment
/*
comment
*/
re.soupl1 = [ <20><><EFBFBD><EFBFBD>, 3.4, "foo" ]
tupl2 = []
obj1 = { foo = "baz" }
null1 = 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... }
fllor2