summaryrefslogtreecommitdiff
path: root/tests/comment-test.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/comment-test.tnsl')
-rw-r--r--tests/comment-test.tnsl22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/comment-test.tnsl b/tests/comment-test.tnsl
new file mode 100644
index 0000000..fe07b45
--- /dev/null
+++ b/tests/comment-test.tnsl
@@ -0,0 +1,22 @@
+;/#
+#/;
+
+a/#
+#/a
+
+/;/#
+#/;/
+
+/#
+ Ok, so this should give no output either
+#/
+
+#;
+#a
+# /;
+
+;#
+a#
+/;#
+#;/
+;/ \ No newline at end of file