diff --git a/test/src/object_multi.hi b/test/src/object_multi.hi new file mode 100644 index 0000000..bb15344 --- /dev/null +++ b/test/src/object_multi.hi @@ -0,0 +1,7 @@ +// Multi-property object should emit commas correctly +cfg: { + a: 1 + b: 2 +} + +_(cfg.a + cfg.b)