From 0d4fb320754ddee611aaf18ce8384e8b58f04c4e Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Tue, 26 Sep 2017 10:27:23 -0700 Subject: [PATCH] add links for invalid digits --- 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 6b0a82c..21b263b 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -1,5 +1,5 @@ - BigInt literals - - [x] invalid digits + - [x] invalid digits [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-3327b43dd1d3947f3f1c0838ad3632d1), [merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01#diff-65028006947aed7fd7009705115078b1R405)] - Type conversion - [x] ToPrimitive [[merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01)] - [ ] ToBoolean [[PR](https://github.com/tc39/test262/pull/1241)]