update test/moduletest/dataproperty/dataproperty.js.

Signed-off-by: yaochaonan <yaochaonan@huawei.com>
This commit is contained in:
yaochaonan 2023-07-15 02:38:34 +00:00 committed by Gitee
parent a919fdcab2
commit 24cbae60f8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -27,6 +27,7 @@ const o = {
};
print(JSON.stringify(o));
var s = "abc";
var t = {...s};
print(t[1]);