From 189a2b62c19a7ce3b21e594e0f7f195dc168ee6a Mon Sep 17 00:00:00 2001 From: Robin Templeton Date: Tue, 17 Oct 2017 11:47:18 -0400 Subject: [PATCH] link josh's operator tests --- BigInt-test-plan.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index f275760..f647797 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -17,7 +17,9 @@ - [x] prefix + - [x] negation [[merged](https://github.com/tc39/test262/commit/0b5c39cf91c8de8e66429a354e66f0636b2c9338)] - [ ] bitwise operators `&`, `|`, `^`, `~` (@thejoshwolfe) + - [x] bitwise not [[merged](https://github.com/tc39/test262/commit/5b721a23b55fcf9f8ab85e36a6f127311fa2d4d9)] - [ ] shifts `<<`, `>>`, `>>>` (@thejoshwolfe) + - [x] unary minus [[merged](https://github.com/tc39/test262/commit/0b5c39cf91c8de8e66429a354e66f0636b2c9338)] - [ ] arithmetic operator type errors [[PR](https://github.com/tc39/test262/pull/1282)] - arithmetic operators [[PR](https://github.com/tc39/test262/pull/1283)] - [ ] addition