• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/ucode/tests/custom/00_syntax/03_expression_blocks

  1 Testing expression blocks.
  2 
  3 -- Expect stdout --
  4 The result of 3 * 7 is 21.
  5 To escape the start tag, output it as string expression: {{
  6 -- End --
  7 
  8 -- Testcase --
  9 The result of 3 * 7 is {{ 3 * 7 }}.
 10 To escape the start tag, output it as string expression: {{ "{{" }}
 11 -- End --

This page was automatically generated by LXR 0.3.1.  •  OpenWrt