mirror of
https://github.com/tc39/test262.git
synced 2025-09-22 09:38:00 +02:00
built-ins/Symbol/*: make all indentation consistent (depth & character) (#1425)
This commit is contained in:
parent
bc70e0339f
commit
f574680595
@ -20,4 +20,3 @@ assert.sameValue(getGetterName(Map, Symbol.species), "get [Symbol.species]");
|
|||||||
assert.sameValue(getGetterName(Promise, Symbol.species), "get [Symbol.species]");
|
assert.sameValue(getGetterName(Promise, Symbol.species), "get [Symbol.species]");
|
||||||
assert.sameValue(getGetterName(RegExp, Symbol.species), "get [Symbol.species]");
|
assert.sameValue(getGetterName(RegExp, Symbol.species), "get [Symbol.species]");
|
||||||
assert.sameValue(getGetterName(Set, Symbol.species), "get [Symbol.species]");
|
assert.sameValue(getGetterName(Set, Symbol.species), "get [Symbol.species]");
|
||||||
|
|
||||||
|
@ -9,8 +9,6 @@ description: Symbol.species is retained on subclassing
|
|||||||
features: [Symbol.species]
|
features: [Symbol.species]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
class MyRegExp extends RegExp {
|
class MyRegExp extends RegExp {};
|
||||||
};
|
|
||||||
|
|
||||||
assert.sameValue(MyRegExp[Symbol.species], MyRegExp);
|
assert.sameValue(MyRegExp[Symbol.species], MyRegExp);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user