summaryrefslogtreecommitdiffhomepage
path: root/tests/00_syntax/03_expression_blocks
blob: 356801647e28218f6cc9bab1ee7ee78bbb23a581 (plain)
1
2
3
4
5
6
7
8
9
10
11
Testing expression blocks.

-- Expect stdout --
The result of 3 * 7 is 21.
To escape the start tag, output it as string expression: {{
-- End --

-- Testcase --
The result of 3 * 7 is {{ 3 * 7 }}.
To escape the start tag, output it as string expression: {{ "{{" }}
-- End --