提交 8421de21 编写于 作者: M mahaifeng

[bugfix] 修复utsnumber 解析数据不正确的问题

上级 7871091d
...@@ -188,6 +188,7 @@ export function testNumber() : Result { ...@@ -188,6 +188,7 @@ export function testNumber() : Result {
expect(bStr12.length).toEqual(21); expect(bStr12.length).toEqual(21);
expect(bStr12.substring(0,14)).toEqual("27373a86ba1a19"); expect(bStr12.substring(0,14)).toEqual("27373a86ba1a19");
expect(0.6.toString()).toEqual("0.6");
}) })
test('valueOf', () => { test('valueOf', () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册