21 lines
359 B
Plaintext
21 lines
359 B
Plaintext
![]() |
[% "Hello, $name!" %]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["tt2",
|
||
|
[
|
||
|
["delimiter", "[%"],
|
||
|
["double-quoted-string", [
|
||
|
"\"Hello, ",
|
||
|
["variable", "$name"],
|
||
|
"!\""]
|
||
|
],
|
||
|
["delimiter", "%]"]
|
||
|
]
|
||
|
]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for interpolation inside strings.
|