summaryrefslogtreecommitdiffhomepage
path: root/tests/00_syntax/01_unterminated_comment
blob: 0a28af1c9f7e2cf59744363a98500c48b6c6e8a1 (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 8:

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


-- End --

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