fix repeated features tags (#1266)

This commit is contained in:
Leo Balter 2017-10-06 12:29:33 -04:00 committed by GitHub
parent a042cd68f7
commit b8abd71305
1 changed files with 1 additions and 2 deletions

View File

@ -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();