mirror of https://github.com/tc39/test262.git
Add missing `regexp-match-indices` feature tags (#2395)
This commit is contained in:
parent
8688c4ab79
commit
a898fe9826
|
@ -5,7 +5,7 @@
|
|||
description: The groups object of indices is created unconditionally.
|
||||
includes: [propertyHelper.js]
|
||||
esid: sec-makeindicesarray
|
||||
features: [regexp-named-groups]
|
||||
features: [regexp-named-groups, regexp-match-indices]
|
||||
info: |
|
||||
MakeIndicesArray ( S, indices, groupNames )
|
||||
8. If _groupNames_ is not *undefined*, then
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: Test the groups object of indices with matched and unmatched named captures.
|
||||
includes: [compareArray.js]
|
||||
esid: sec-makeindicesarray
|
||||
features: [regexp-named-groups]
|
||||
features: [regexp-named-groups, regexp-match-indices]
|
||||
info: |
|
||||
MakeIndicesArray ( S, indices, groupNames )
|
||||
11. For each integer _i_ such that _i_ >= 0 and _i_ < _n_, do
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: The groups object of indices is created with CreateDataProperty
|
||||
includes: [compareArray.js, propertyHelper.js]
|
||||
esid: sec-makeindicesarray
|
||||
features: [regexp-named-groups]
|
||||
features: [regexp-named-groups, regexp-match-indices]
|
||||
info: |
|
||||
MakeIndicesArray ( S, indices, groupNames )
|
||||
8. If _groupNames_ is not *undefined*, then
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: Properties of the groups object of indices are created with CreateDataProperty
|
||||
includes: [compareArray.js, propertyHelper.js]
|
||||
esid: sec-makeindicesarray
|
||||
features: [regexp-named-groups]
|
||||
features: [regexp-named-groups, regexp-match-indices]
|
||||
info: |
|
||||
MakeIndicesArray ( S, indices, groupNames )
|
||||
11. For each integer _i_ such that _i_ >= 0 and _i_ < _n_, do
|
||||
|
|
Loading…
Reference in New Issue