mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Update test case description
This commit is contained in:
parent
490f911ab6
commit
fec7982e09
@ -4,7 +4,8 @@
|
||||
/*---
|
||||
esid: sec-intl.numberformat.prototype-@@tostringtag
|
||||
description: >
|
||||
Initial value of Intl.NumberFormat.prototype[@@toStringTag] is "Object".
|
||||
Check that the initial value of the property is "Object" and that any changes
|
||||
made by reconfiguring are reflected.
|
||||
---*/
|
||||
|
||||
assert.sameValue(Intl.NumberFormat.prototype[Symbol.toStringTag], 'Object');
|
||||
|
Loading…
x
Reference in New Issue
Block a user