mirror of
https://github.com/tc39/test262.git
synced 2025-07-25 23:14:47 +02:00
Add feature for well-formed-stringify tests
This commit is contained in:
parent
ce967f7a86
commit
d961fcc905
@ -99,6 +99,10 @@ Symbol.prototype.description
|
|||||||
# https://github.com/tc39/proposal-json-superset
|
# https://github.com/tc39/proposal-json-superset
|
||||||
json-superset
|
json-superset
|
||||||
|
|
||||||
|
# Well-formed JSON.stringify
|
||||||
|
# https://github.com/tc39/proposal-well-formed-stringify
|
||||||
|
well-formed-json-stringify
|
||||||
|
|
||||||
# Intl.ListFormat
|
# Intl.ListFormat
|
||||||
# https://github.com/tc39/proposal-intl-list-format
|
# https://github.com/tc39/proposal-intl-list-format
|
||||||
Intl.ListFormat
|
Intl.ListFormat
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
esid: sec-quotejsonstring
|
esid: sec-quotejsonstring
|
||||||
description: >
|
description: >
|
||||||
JSON.stringify strings containing surrogate code units
|
JSON.stringify strings containing surrogate code units
|
||||||
|
features: [well-formed-json-stringify]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.sameValue(JSON.stringify("\uD834"), '"\\ud834"',
|
assert.sameValue(JSON.stringify("\uD834"), '"\\ud834"',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user