Skip to content
Snippets Groups Projects
Commit d961fcc9 authored by Richard Gibson's avatar Richard Gibson Committed by Rick Waldron
Browse files

Add feature for well-formed-stringify tests

parent ce967f7a
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,10 @@ Symbol.prototype.description
# https://github.com/tc39/proposal-json-superset
json-superset
# Well-formed JSON.stringify
# https://github.com/tc39/proposal-well-formed-stringify
well-formed-json-stringify
# Intl.ListFormat
# https://github.com/tc39/proposal-intl-list-format
Intl.ListFormat
......
......@@ -5,6 +5,7 @@
esid: sec-quotejsonstring
description: >
JSON.stringify strings containing surrogate code units
features: [well-formed-json-stringify]
---*/
assert.sameValue(JSON.stringify("\uD834"), '"\\ud834"',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment