1 2 3
# S15.1: numerically-keyed object eligible for array conversion when array context is requested. # Impl test: getList("items") should return ["a", "b"]. items = {"0":"a","1":"b"}