aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/indent.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent.out')
-rw-r--r--tests/indent.out13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/indent.out b/tests/indent.out
index cd13ba88..b2eaf08a 100644
--- a/tests/indent.out
+++ b/tests/indent.out
@@ -78,3 +78,16 @@ else
echo bye
end
echo alpha "
+
+Test7
+
+if begin
+ false
+ end
+ echo hi
+end
+while begin
+ false
+ end
+ echo hi
+end