From 1bb4573cce3ba4f533d5d61d0308cff4339cfa6c Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Tue, 3 Oct 2017 01:24:38 -0700 Subject: [PATCH] claim some tasks --- BigInt-test-plan.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 26e9fa3..34f1a34 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -13,17 +13,17 @@ - [x] less than or equal [bigint-and-number merged, more tests merged] - [x] greater than [bigint-and-number merged, more tests merged] - [x] greater than or equal [bigint-and-number merged, more tests merged] - - [ ] equal [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-88ba6fd964dfeb5be4c31b8886be7e98), [deleted](https://github.com/tc39/test262/commit/7765873c3efe2deeabf26070bc2fd14d83b67abf#diff-88ba6fd964dfeb5be4c31b8886be7e98), needs reimplementing] - - [ ] not equal [merged, deleted, needs reimplementing] - - [ ] strictly equal - - [ ] strictly not equal + - [ ] equal [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-88ba6fd964dfeb5be4c31b8886be7e98), [deleted](https://github.com/tc39/test262/commit/7765873c3efe2deeabf26070bc2fd14d83b67abf#diff-88ba6fd964dfeb5be4c31b8886be7e98), needs reimplementing] (@thejoshwolfe) + - [ ] not equal [merged, deleted, needs reimplementing] (@thejoshwolfe) + - [ ] strictly equal (@thejoshwolfe) + - [ ] strictly not equal (@thejoshwolfe) - Expressions - - [ ] increment/decrement + - [ ] increment/decrement (@thejoshwolfe) - [ ] typeof - [x] prefix + - [ ] negation (@thejoshwolfe) - - [ ] bitwise operators - - [ ] shifts + - [ ] bitwise operators (@thejoshwolfe) + - [ ] shifts (@thejoshwolfe) - arithmetic operators - [ ] addition - [ ] subtraction