aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/nu/for.nu
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/nu/for.nu')
-rw-r--r--tests/indent/nu/for.nu3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/indent/nu/for.nu b/tests/indent/nu/for.nu
new file mode 100644
index 000000000..87dfd5f3d
--- /dev/null
+++ b/tests/indent/nu/for.nu
@@ -0,0 +1,3 @@
+for x in 1..3 {
+ print ($x * $x)
+}