aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/nu/table.nu
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/nu/table.nu')
-rw-r--r--tests/indent/nu/table.nu9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/indent/nu/table.nu b/tests/indent/nu/table.nu
new file mode 100644
index 000000000..ffdf30cac
--- /dev/null
+++ b/tests/indent/nu/table.nu
@@ -0,0 +1,9 @@
+let my_table = [
+ [a b];
+ [1 2]
+ [3 4]
+ [5 6]
+ [7 8]
+ [9 10]
+ [11 12]
+]