aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/nu/record.nu
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/nu/record.nu')
-rw-r--r--tests/indent/nu/record.nu4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/indent/nu/record.nu b/tests/indent/nu/record.nu
new file mode 100644
index 000000000..cf119c6e9
--- /dev/null
+++ b/tests/indent/nu/record.nu
@@ -0,0 +1,4 @@
+let my_record = {
+ foo: "bar"
+ bar: 1
+}