aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/t32/while_block.cmm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/t32/while_block.cmm')
-rw-r--r--tests/indent/t32/while_block.cmm14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/indent/t32/while_block.cmm b/tests/indent/t32/while_block.cmm
new file mode 100644
index 000000000..bfcbd45db
--- /dev/null
+++ b/tests/indent/t32/while_block.cmm
@@ -0,0 +1,14 @@
+WHILE &a
+ Step
+
+WHILE (sYmbol.EXIT(main))
+(
+ Step
+ Break
+)
+
+WHILE (FALSE())
+// comment
+(
+ ECHO "test"
+)