From d09d44b75635aa077d5d466966148aa349329778 Mon Sep 17 00:00:00 2001 From: Robin Templeton Date: Mon, 16 Oct 2017 13:58:13 -0400 Subject: [PATCH] toString --- 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 9ac7595..3a5ce1b 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -35,7 +35,7 @@ - [x] attributes - [ ] constructor [[PR](https://github.com/tc39/test262/pull/1279)] - [ ] toLocaleString (@thejoshwolfe) - - [ ] toString (@cxielarko) + - [ ] toString [[merged](https://github.com/tc39/test262/commit/56e02611d4388e0b7b6461ac4233944fc7b84cb4), [missing coverage](https://github.com/tc39/test262/issues/1275)] - [ ] valueOf (@thejoshwolfe) - [x] JSON.stringify - [x] Number constructor [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-3b50cc3991f4c891b90554b59baf74ed)]