mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 05:55:36 +02:00
built-ins/Infinity, NaN, undefined: make all indentation consistent (depth & character) (#1439)
This commit is contained in:
parent
6e7ba5060c
commit
ff4f13099c
@ -8,7 +8,7 @@ description: >
|
||||
(false)
|
||||
---*/
|
||||
|
||||
var desc = Object.getOwnPropertyDescriptor(this, 'Infinity');
|
||||
var desc = Object.getOwnPropertyDescriptor(this, 'Infinity');
|
||||
|
||||
assert.sameValue(desc.writable, false, 'desc.writable');
|
||||
assert.sameValue(desc.enumerable, false, 'desc.enumerable');
|
||||
|
@ -6,7 +6,7 @@ es5id: 15.1.1.1-0
|
||||
description: Global.NaN is a data property with default attribute values (false)
|
||||
---*/
|
||||
|
||||
var desc = Object.getOwnPropertyDescriptor(this, 'NaN');
|
||||
var desc = Object.getOwnPropertyDescriptor(this, 'NaN');
|
||||
|
||||
assert.sameValue(desc.writable, false, 'desc.writable');
|
||||
assert.sameValue(desc.enumerable, false, 'desc.enumerable');
|
||||
|
Loading…
x
Reference in New Issue
Block a user