mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
As written, the test behavior and description do not match--the `throw` invocation takes place while generator execution is paused *within* the `finally` block (not following it). Ensure that the test exercises the described behavior (and remove extraneous invocation of method under test).
Test262 is the official ECMAScript (ECMA-262) conformance suite.
Contributing to Test262
See CONTRIBUTING.md
- Sign the Test262 CLA.
- Send a pull request. Please make sure you have one commit per pull request. If you have multiple commits, squash them before sending the pull request.
Description
Languages
JavaScript
99.7%
Python
0.2%