summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/00_syntax/01_unterminated_comment
blob: 1d3669c9f6b6fb45c5728dd83ac2db1b0a8c36b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Unterminated comment

-- Expect stderr --
Syntax error: Unterminated template block
In line 1, byte 9:

 `This is {# an unclosed comment`
          ^-- Near here


-- End --

-- Testcase --
This is {# an unclosed comment
-- End --