summaryrefslogtreecommitdiffstats
path: root/tests/snippets/properties/test_comments.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snippets/properties/test_comments.txt')
-rw-r--r--tests/snippets/properties/test_comments.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/snippets/properties/test_comments.txt b/tests/snippets/properties/test_comments.txt
new file mode 100644
index 0000000..9bc6586
--- /dev/null
+++ b/tests/snippets/properties/test_comments.txt
@@ -0,0 +1,12 @@
+# Assures lines lead by either # or ! are recognized as a comment
+
+---input---
+! a comment
+# also a comment
+
+---tokens---
+'! a comment' Comment.Single
+'\n' Text.Whitespace
+
+'# also a comment' Comment.Single
+'\n' Text.Whitespace