-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
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
String.prototype.isWellFormed
/String.prototype.toWellFormed
: add tests
#3661
Conversation
test/built-ins/String/prototype/isWellFormed/returns-boolean.js
Outdated
Show resolved
Hide resolved
test/built-ins/String/prototype/isWellFormed/returns-boolean.js
Outdated
Show resolved
Hide resolved
9496643
to
e18488f
Compare
test/built-ins/String/prototype/isWellFormed/returns-boolean.js
Outdated
Show resolved
Hide resolved
test/built-ins/String/prototype/isWellFormed/not-a-constructor.js
Outdated
Show resolved
Hide resolved
test/built-ins/String/prototype/isWellFormed/return-abrupt-from-this.js
Outdated
Show resolved
Hide resolved
test/built-ins/String/prototype/toWellFormed/returns-well-formed-string.js
Outdated
Show resolved
Hide resolved
test/built-ins/String/prototype/toWellFormed/returns-well-formed-string.js
Outdated
Show resolved
Hide resolved
58e119d
to
479afaa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This proposal reached stage 3 today and this PR has had 2 reviews, one from a maintainer and one from the proposal champion. I think it's time to merge it, so this is a rubberstamp.
The linter seems to be complaining about a couple of files that don't have newlines at the end (https://app.circleci.com/pipelines/github/tc39/test262/4566/workflows/c2330ae2-25e9-4ecc-b925-4965328f5925/jobs/42689) but I think this should be all clear to merge after fixing that and rebasing.
Tests for the stage 2 proposal https://github.com/tc39/proposal-is-usv-string.