提交 5021cb1b 编写于 作者: M mahaifeng

[array]去除手动生成的代码

上级 e33996f4
......@@ -674,6 +674,13 @@ export function testArray() : Result {
// Expected output: false
// #END
})
//示例
test("sample_create", () => {
// #TEST Array.sampleCreate
const fruits = ['Apple', 'Banana']
console.log(fruits.length)
// #END
})
})
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册