diff options
Diffstat (limited to 'spec/inputs/test/implicit_object_spec.yue')
| -rw-r--r-- | spec/inputs/test/implicit_object_spec.yue | 4 |
1 files changed, 2 insertions, 2 deletions
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", -> | |||
| 142 | it "should handle empty implicit object", -> | 142 | it "should handle empty implicit object", -> |
| 143 | tb = | 143 | tb = |
| 144 | items: | 144 | items: |
| 145 | - | 145 | - nil |
| 146 | 146 | ||
| 147 | assert.same tb.items, {nil} | 147 | assert.same tb, {items: [nil,]} |
| 148 | 148 | ||
| 149 | it "should work in function arguments", -> | 149 | it "should work in function arguments", -> |
| 150 | fn = (items) -> #items | 150 | fn = (items) -> #items |
