Files
tree-sitter-jhcl/fuzz/corpus/5ee65667941413f1be8b576be52266c1f54238ce
T

48 lines
1.0 KiB
Plaintext
Raw Normal View History

2021-07-01 09:04:34 +02:00
// comment
# comment
/*
comment
*/
resource_1 "strlit1" "strlit2" {
attr0 = "val1"
tupl1 = [ ËÓßÍ, 3.4, "foo" ]
tupl2 = []
obj1 = { foo = "baz" }
null1 = null
bool1 = true
bool2 = false
splat1 = tuple.*.f/o.bar[0]
spl1 == 2) ? 1 : "foobar"
bin1 = ((1+2)%3)*4
esc1 = "\" \t \UFF11FF22 \uFFFF \n"
esc2 = "$${} %%{}"
tpl1 = "prefix-${var.bar}"
tpl2 = "prefix-${fa04À")}"
tpl3 = "prefix-${func("ne—ted-${var.bar}")}"
tpl4 = <<EOF
prefix
for6 = [ for v in var.list : v if v < 3 ]
func1r = is_number("123")
cond1 = (1 == 2) ? 1 : "foobar"
bin1 = ((1+2)%3)*4
esc1 = "\" \t \UFF11FF22 \uFFFF \n"
esc2 = "$${} %%{}"
tpl1 = "prefix-${var.bar}"
tpl2 = "prefix-${fa04À")}"
tpl3 = "prefix-${func("ne—ted-${var.bar}")}"
tpl4 = <<EOF
pretpl1 = "prefix-${var.bar}"
tpl2 = "prefix-${f
nested_resource_1 {
attr1 = 2
attr2 = 2.056
attr3 = 2.112e-12
attr4 = 2.112e+12
attr5 = 2.112E+12
att6=r 2.112E-12
attr7 = 0x21FF
}
}