diff options
Diffstat (limited to 'tests/custom/00_syntax/01_unterminated_comment')
-rw-r--r-- | tests/custom/00_syntax/01_unterminated_comment | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/custom/00_syntax/01_unterminated_comment b/tests/custom/00_syntax/01_unterminated_comment new file mode 100644 index 0000000..1d3669c --- /dev/null +++ b/tests/custom/00_syntax/01_unterminated_comment @@ -0,0 +1,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 -- |