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

Sources/ucode/tests/custom/00_syntax/06_open_statement_block

  1 The last statement block of a template may remain open, this is useful for templates
  2 that contain only code.
  3 
  4 -- Expect stdout --
  5 This template consists entirely of script code!
  6 -- End --
  7 
  8 -- Testcase --
  9 {%
 10         print("This template ");
 11         print("consists entirely ");
 12         print("of script code!\n");
 13 -- End --

This page was automatically generated by LXR 0.3.1.  •  OpenWrt