From 5950629c7bd66ea2397e5dc2f5e4965e9c0d563f Mon Sep 17 00:00:00 2001 From: Robin Templeton Date: Mon, 16 Oct 2017 14:03:08 -0400 Subject: [PATCH] fix links --- 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 a4abb21..efe142c 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -35,9 +35,9 @@ - [x] attributes - [ ] constructor [[PR](https://github.com/tc39/test262/pull/1279)] - [ ] toLocaleString (@thejoshwolfe) - - [ ] (thisBigIntValue)[https://github.com/tc39/test262/pull/1256#issuecomment-336237802] + - [ ] [thisBigIntValue](https://github.com/tc39/test262/pull/1256#issuecomment-336237802) - [ ] toString [[merged](https://github.com/tc39/test262/commit/56e02611d4388e0b7b6461ac4233944fc7b84cb4), [missing coverage](https://github.com/tc39/test262/issues/1275)] - - [ ] (thisBigIntValue)[https://github.com/tc39/test262/pull/1256#issuecomment-336237802] + - [ ] [thisBigIntValue](https://github.com/tc39/test262/pull/1256#issuecomment-336237802) - [x] valueOf [[merged](https://github.com/tc39/test262/commit/5f338a30a127df80934f72adf6285ec3b5ed309e), [merged](https://github.com/tc39/test262/commit/9737a5ff73c487bd5b70850bc143f2e3c3207318)] - [x] JSON.stringify - [x] Number constructor [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-3b50cc3991f4c891b90554b59baf74ed)]