aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/indent.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent.out')
-rw-r--r--tests/indent.out10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/indent.out b/tests/indent.out
index 6b38a72f..5a4d9dc0 100644
--- a/tests/indent.out
+++ b/tests/indent.out
@@ -95,3 +95,13 @@ end
Test redir formatting
echo <stdin >>appended yes 2>&1 no >stdout maybe 2>&4 | cat 2>| cat
+
+Test normalization of keywords
+
+if true
+ echo yes
+end
+
+while true
+ builtin yes
+end