summaryrefslogtreecommitdiff
path: root/tests/block-test.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/block-test.tnsl')
-rw-r--r--tests/block-test.tnsl20
1 files changed, 19 insertions, 1 deletions
diff --git a/tests/block-test.tnsl b/tests/block-test.tnsl
index 14663f3..a05ca60 100644
--- a/tests/block-test.tnsl
+++ b/tests/block-test.tnsl
@@ -2,14 +2,32 @@
/;if (i==0)
;i = 2
-;//;else
+
+;/
+/;else
;i = 0
+
;/
# ;; can be used as a quick block re-definition
/;if (i==0)
;i = 2
+
;;else
;i = 0
+
+;/
+
+/;if
+ ;char ch = '\n'
+
+;;else
+ ;int it = 90
+
+;/
+
+/;main
+ ;
+
;/ \ No newline at end of file