Missing coverage for parenthesized LHS
Open
Nobody has claimed this yet.
coverage
- Dominant language
- JavaScript
- Stars
- 2.8k
- Forks
- 564
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 10
Description
Originally posted by @Ms2ger in https://github.com/tc39/test262/issues/3963#issuecomment-1819435504
Examples:
++(x);
++((x));
--(x);
--((x));
(x) = 0;
((x)) = 0;
(x) += 0;
((x)) += 0;
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test entry point is named. Start by locating existing test262 tests for parenthesized left-hand sides, increment and assignment expressions, then compare their conventions with the listed examples. Done means adding coverage for all shown forms and confirming the relevant tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100