From 728e9a2901952502abcb8ad1a9de8e1301447e2d Mon Sep 17 00:00:00 2001 From: Robin Templeton Date: Tue, 17 Oct 2017 11:52:01 -0400 Subject: [PATCH] Updated BigInt test plan (markdown) --- BigInt-test-plan.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index f647797..4bdc758 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -21,13 +21,8 @@ - [ ] 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 - - [ ] subtraction - - [ ] multiplication - - [ ] division - - [ ] modulo - - [ ] exponentiation + - [x] arithmetic operators (`+`, `-`, `*`, `/`, `%`, `**`) + - [ ] [operand coercion](https://github.com/tc39/test262/pull/1281#pullrequestreview-69707588) - BigInt object - [x] constructor - [x] property descriptor (@thejoshwolfe)