diff --git a/crates/ditto-fmt/tests/golden/records.ditto b/crates/ditto-fmt/tests/golden/records.ditto new file mode 100644 index 000000000..307316253 --- /dev/null +++ b/crates/ditto-fmt/tests/golden/records.ditto @@ -0,0 +1,9 @@ +module Records exports (..) + + +items = [ + { key = "a", value = unit }, + { key = "b", value = unit }, + {key = "c", value = unit }, + { key = "d", value = unit }, +]