summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/00_syntax/00_single_line_comments
blob: 24a32a2c896586aa3f68fd010ec164233241b2da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Single line comments.

-- Expect stdout --
This is  a test.
 a test.
A test .

-- End --

-- Testcase --
This is {# a comment within #} a test.
{# Comment before #} a test.
A test {# and a comment after #}.
{# This is a comment with embedded "{#" tag. #}
-- End --