From 9af3529b4505b890643878c6ba3657ad91464473 Mon Sep 17 00:00:00 2001 From: Robin Templeton Date: Tue, 17 Oct 2017 11:52:42 -0400 Subject: [PATCH] Updated BigInt test plan (markdown) --- BigInt-test-plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 4bdc758..da07172 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -21,7 +21,7 @@ - [ ] 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)] - - [x] arithmetic operators (`+`, `-`, `*`, `/`, `%`, `**`) + - [ ] arithmetic operators (`+`, `-`, `*`, `/`, `%`, `**`) [[merged](https://github.com/tc39/test262/commit/68e9124927c141ce971db7d17c2832df4c78b1cb)] - [ ] [operand coercion](https://github.com/tc39/test262/pull/1281#pullrequestreview-69707588) - BigInt object - [x] constructor