mirror of https://github.com/tc39/test262.git
fix repeated features tags (#1266)
This commit is contained in:
parent
a042cd68f7
commit
b8abd71305
|
@ -12,8 +12,7 @@ info: >
|
||||||
produces the value 0).
|
produces the value 0).
|
||||||
10. ReturnIfAbrupt(pos).
|
10. ReturnIfAbrupt(pos).
|
||||||
...
|
...
|
||||||
features: [Symbol]
|
features: [Symbol, String.prototype.includes]
|
||||||
features: [String.prototype.includes]
|
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var position = Symbol();
|
var position = Symbol();
|
||||||
|
|
Loading…
Reference in New Issue