From fd37cb20194bc28460d6cfca4a5821e319231733 Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Mon, 25 Sep 2017 15:39:34 -0700 Subject: [PATCH] ToNumeric is partly tested --- 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 f73eb0f..5456966 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -6,7 +6,7 @@ - [x] ToNumber [[merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01)] - [x] ToString [[merged](https://github.com/tc39/test262/commit/f83adad4bd1e2005401fb7791fa86f8cf749908e)] - [ ] ToObject (@thejoshwolfe) - - [ ] ToNumeric (@thejoshwolfe) + - [ ] ToNumeric [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-3b50cc3991f4c891b90554b59baf74ed), could use more thorough testing] - [ ] RequireObjectCoercible (@thejoshwolfe) - Testing/comparison - [x] less than @@ -44,7 +44,7 @@ - [ ] toString (@cxielarko) - [ ] valueOf (@thejoshwolfe) - [x] JSON.stringify -- [x] Number constructor +- [x] Number constructor [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-3b50cc3991f4c891b90554b59baf74ed)] - TypedArrays - [ ] BigInt64Array - [ ] BigUint64Array