aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/nu/list.nu
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/nu/list.nu')
-rw-r--r--tests/indent/nu/list.nu7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/indent/nu/list.nu b/tests/indent/nu/list.nu
new file mode 100644
index 000000000..47b6b913c
--- /dev/null
+++ b/tests/indent/nu/list.nu
@@ -0,0 +1,7 @@
+let my_list = [
+ foo
+ bar
+ baz
+ qux
+ quux
+]