提交 ba49644b 编写于 作者: 杜庆泉's avatar 杜庆泉

add >>> test code #17838

上级 dbe9da42
...@@ -342,6 +342,9 @@ export function testOperators(): Result { ...@@ -342,6 +342,9 @@ export function testOperators(): Result {
const t2l = t1l >>> 0 const t2l = t1l >>> 0
expect(t1l).toEqual(3055341859); expect(t1l).toEqual(3055341859);
expect(t2l).toEqual(3055341859); expect(t2l).toEqual(3055341859);
const aa = 3144134277.518717
const bb = aa | 0
expect(bb).toEqual(-1150833019);
}) })
test('>>>=', () => { test('>>>=', () => {
let a = 5; // 00000000000000000000000000000101 let a = 5; // 00000000000000000000000000000101
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册