summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/00_syntax/02_multi_line_comments
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom/00_syntax/02_multi_line_comments')
-rw-r--r--tests/custom/00_syntax/02_multi_line_comments12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/custom/00_syntax/02_multi_line_comments b/tests/custom/00_syntax/02_multi_line_comments
new file mode 100644
index 0000000..99fc37e
--- /dev/null
+++ b/tests/custom/00_syntax/02_multi_line_comments
@@ -0,0 +1,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 --