summaryrefslogtreecommitdiffhomepage
path: root/tests/00_syntax/02_multi_line_comments
blob: 99fc37ec63de812dd48f84c258ccafddf6a8baf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Multiline comments.

-- Expect stdout --
This is an example text  for testing comment blocks.
-- End --

-- Testcase --
This is an example text {# containing
a comment spanning multiple lines and
	different indentation
		#} for testing comment blocks.
-- End --