mirror of
https://github.com/tc39/test262.git
synced 2025-07-19 20:14:56 +02:00
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.
|
description: The groups object of indices is created unconditionally.
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
esid: sec-makeindicesarray
|
esid: sec-makeindicesarray
|
||||||
features: [regexp-named-groups]
|
features: [regexp-named-groups, regexp-match-indices]
|
||||||
info: |
|
info: |
|
||||||
MakeIndicesArray ( S, indices, groupNames )
|
MakeIndicesArray ( S, indices, groupNames )
|
||||||
8. If _groupNames_ is not *undefined*, then
|
8. If _groupNames_ is not *undefined*, then
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Test the groups object of indices with matched and unmatched named captures.
|
description: Test the groups object of indices with matched and unmatched named captures.
|
||||||
includes: [compareArray.js]
|
includes: [compareArray.js]
|
||||||
esid: sec-makeindicesarray
|
esid: sec-makeindicesarray
|
||||||
features: [regexp-named-groups]
|
features: [regexp-named-groups, regexp-match-indices]
|
||||||
info: |
|
info: |
|
||||||
MakeIndicesArray ( S, indices, groupNames )
|
MakeIndicesArray ( S, indices, groupNames )
|
||||||
11. For each integer _i_ such that _i_ >= 0 and _i_ < _n_, do
|
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
|
description: The groups object of indices is created with CreateDataProperty
|
||||||
includes: [compareArray.js, propertyHelper.js]
|
includes: [compareArray.js, propertyHelper.js]
|
||||||
esid: sec-makeindicesarray
|
esid: sec-makeindicesarray
|
||||||
features: [regexp-named-groups]
|
features: [regexp-named-groups, regexp-match-indices]
|
||||||
info: |
|
info: |
|
||||||
MakeIndicesArray ( S, indices, groupNames )
|
MakeIndicesArray ( S, indices, groupNames )
|
||||||
8. If _groupNames_ is not *undefined*, then
|
8. If _groupNames_ is not *undefined*, then
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Properties of the groups object of indices are created with CreateDataProperty
|
description: Properties of the groups object of indices are created with CreateDataProperty
|
||||||
includes: [compareArray.js, propertyHelper.js]
|
includes: [compareArray.js, propertyHelper.js]
|
||||||
esid: sec-makeindicesarray
|
esid: sec-makeindicesarray
|
||||||
features: [regexp-named-groups]
|
features: [regexp-named-groups, regexp-match-indices]
|
||||||
info: |
|
info: |
|
||||||
MakeIndicesArray ( S, indices, groupNames )
|
MakeIndicesArray ( S, indices, groupNames )
|
||||||
11. For each integer _i_ such that _i_ >= 0 and _i_ < _n_, do
|
11. For each integer _i_ such that _i_ >= 0 and _i_ < _n_, do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user