From dedcf8a1c3fb3a768eb80d22c2727d3cb50a14fa Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Thu, 26 Oct 2017 10:12:56 -0700 Subject: [PATCH] merged --- BigInt-test-plan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 20f012d..9db6dbd 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -17,8 +17,8 @@ - [x] prefix + - [x] negation [[merged](https://github.com/tc39/test262/commit/0b5c39cf91c8de8e66429a354e66f0636b2c9338)] - [x] bitwise not [[merged](https://github.com/tc39/test262/commit/5b721a23b55fcf9f8ab85e36a6f127311fa2d4d9)] - - [ ] bitwise infix operators `&`, `|`, `^` [[PR](https://github.com/tc39/test262/pull/1300)] - - [ ] shifts `<<`, `>>`, `>>>` [[PR](https://github.com/tc39/test262/pull/1314)] + - [x] bitwise infix operators `&`, `|`, `^` [[merged](https://github.com/tc39/test262/pull/1300)] + - [x] shifts `<<`, `>>`, `>>>` [[merged](https://github.com/tc39/test262/pull/1314)] - [x] unary minus [[merged](https://github.com/tc39/test262/commit/0b5c39cf91c8de8e66429a354e66f0636b2c9338)] - [ ] arithmetic operator type errors [[PR](https://github.com/tc39/test262/pull/1282)] - [x] arithmetic operators (`+`, `-`, `*`, `/`, `%`, `**`) [[merged](https://github.com/tc39/test262/commit/68e9124927c141ce971db7d17c2832df4c78b1cb)]