From dd64edd58fe25ec74ae5958128cf3f74b0692f3b Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 28 Jan 2026 18:43:14 +0800 Subject: Fixed compiler issues and added 800+ test cases. --- spec/inputs/test/implicit_object_spec.yue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/inputs/test/implicit_object_spec.yue') diff --git a/spec/inputs/test/implicit_object_spec.yue b/spec/inputs/test/implicit_object_spec.yue index cea926e..a0bd331 100644 --- a/spec/inputs/test/implicit_object_spec.yue +++ b/spec/inputs/test/implicit_object_spec.yue @@ -142,9 +142,9 @@ describe "implicit object", -> it "should handle empty implicit object", -> tb = items: - - + - nil - assert.same tb.items, {nil} + assert.same tb, {items: [nil,]} it "should work in function arguments", -> fn = (items) -> #items -- cgit v1.2.3-55-g6feb