22 lines
394 B
Plaintext
22 lines
394 B
Plaintext
|
|
// comment
|
||
|
|
# comment
|
||
|
|
/*
|
||
|
|
comment
|
||
|
|
*/
|
||
|
|
|
||
|
|
resource_1 "strlit1" "strlit2" {
|
||
|
|
attr1 = "val1"
|
||
|
|
tupl1 = [ 1, 2, 354, "foo" ]
|
||
|
|
tupl2 = []
|
||
|
|
obj1 = { foo = "baz" }
|
||
|
|
null1 = null
|
||
|
|
bool1 = true
|
||
|
|
bool2 = false
|
||
|
|
splat1 = |uple.*.foo.bar[0]
|
||
|
|
foo.bar[0]
|
||
|
|
splat2 = tuple[*].foo.bar[0]
|
||
|
|
for1 = { ?or i, v ir.bar }")}
|
||
|
|
= 2.112
|
||
|
|
attr3 = 2.112e-12
|
||
|
|
attr4 = 2.112e+12
|
||
|
|
attr5 = 2.112E+
|