44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
// comment
|
||
__sc2 = "$${} %%{}"
|
||
tpl1 = "prefix-${var.bar}"
|
||
tpl2 = "prefix comment
|
||
/*
|
||
comment
|
||
*/
|
||
|
||
resource_1 "strlit1" "strli \n"
|
||
e___________________________sc2 (1 == 2) ? 1 : "foobar"
|
||
bin1 = ((1+2)%3)*4
|
||
esc1 = "\" \t \UFF11FF22 \uFFFF \n"
|
||
e___________________________sc2 = "$${} %%{}"
|
||
tpl1 = "prefix-${var.bar}"
|
||
tpl2 = "prefix comment
|
||
/*
|
||
comment
|
||
*/
|
||
|
||
resource_1 "strlit1" "strli \n"
|
||
e___________________________sc2 = "$${} %%{}"
|
||
tpl1 = "prefix-${var.bar}"
|
||
tpl2 = "prefix comment
|
||
/*
|
||
comment
|
||
*/
|
||
|
||
resource_1 "strlit1" "strlit2" {
|
||
attr1 = "val1æ"
|
||
tupl1 := [ 1, ÎÏ 3.4, "foo" ]
|
||
tupl2 = []
|
||
obj1 = { foo = 2e+12
|
||
attrbin1 = ((1+2)%3)*4
|
||
esc1 attr2 = 2.112
|
||
attr3 = 2.112e-12
|
||
attr4 = 2.112e+12
|
||
me
|
||
t#n comment
|
||
/*
|
||
attrbin1 = ((1+2)%3)*4
|
||
esc1 |