We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test262/test/language/expressions/arrow-function/param-dflt-yield-id-non-strict.js
Line 14 in bcd308b
seems wrong for the non-strict file to have onlyStrict. I think it ends up testing the same thing as https://github.com/tc39/test262/blob/bcd308b553097a2662b594dd7178d521e8fc4aa6/test/language/expressions/arrow-function/param-dflt-yield-id-strict.js, and leaves the non-strict case uncovered.
non-strict
onlyStrict
The text was updated successfully, but these errors were encountered:
Remove incorrect early error machinery. Fixes tc39gh-1175
07b50a7
Your intuition is correct, thanks for filing this. I've opened a PR with relevant corrections.
Sorry, something went wrong.
da4b85d
No branches or pull requests
test262/test/language/expressions/arrow-function/param-dflt-yield-id-non-strict.js
Line 14 in bcd308b
seems wrong for the
non-strict
file to haveonlyStrict
. I think it ends up testing the same thing as https://github.com/tc39/test262/blob/bcd308b553097a2662b594dd7178d521e8fc4aa6/test/language/expressions/arrow-function/param-dflt-yield-id-strict.js, and leaves the non-strict case uncovered.The text was updated successfully, but these errors were encountered: