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

Sources/ucode/tests/custom/00_syntax/02_multi_line_comments

  1 Multiline comments.
  2 
  3 -- Expect stdout --
  4 This is an example text  for testing comment blocks.
  5 -- End --
  6 
  7 -- Testcase --
  8 This is an example text {# containing
  9 a comment spanning multiple lines and
 10         different indentation
 11                 #} for testing comment blocks.
 12 -- End --

This page was automatically generated by LXR 0.3.1.  •  OpenWrt