-
Notifications
You must be signed in to change notification settings - Fork 470
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
Tests for proposal-json-superset #1544
Conversation
Duplicate of #1543; is there anything here that could be added there? |
I’m fine with either #1543 or this patch. |
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.
features.txt
needs to be updated:
# ECMAScript ⊃ JSON
# https://github.com/tc39/proposal-json-superset
json-superset
And then the tests need the json-superset
tag.
@gibson042 this is good to go with or without the update to features.txt and addition of |
Bikeshedding some ideas to follow up in a new patch:
|
👍 |
tc39/proposal-json-superset#9
Allow non-ASCII LineTerminator characters (U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR) in string literals.