提交 68a8bbbd 编写于 作者: 雪洛's avatar 雪洛

test: 增加UTSJSONObject测试例

上级 20885469
...@@ -222,5 +222,14 @@ export function testUTSJSONObject() : Result { ...@@ -222,5 +222,14 @@ export function testUTSJSONObject() : Result {
// #END // #END
}) })
test('useless-as', () => {
const obj = {
a: { b: { c: 'c' } }
};
((obj["a"] as UTSJSONObject)["b"] as UTSJSONObject)["c"] = "c1"
expect(obj.getString("a.b.c")).toEqual('c1')
})
}) })
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册