test262/test/built-ins/RegExp/named-groups
Philip Chimento fabb1fd379 Duplicate named capture groups: Fix match arrays
Each named capturing group should count as its own parenthesized capturing
group, even if it has the same name as another group. So, some of these
expectations were missing `undefined` array elements for the variant of
the `x` capturing group that didn't match.

In the other expectations, we forgot to take into account that the
backreference is not inside a capturing group, so the group match should
not have doubled letters in it.
2022-11-02 15:22:58 +01:00
..
duplicate-names-group-property-enumeration-order.js add tests for proposal-duplicate-named-capturing-groups 2022-08-09 12:15:49 -07:00
duplicate-names-match-indices.js add tests for proposal-duplicate-named-capturing-groups 2022-08-09 12:15:49 -07:00
duplicate-names-replace.js add tests for proposal-duplicate-named-capturing-groups 2022-08-09 12:15:49 -07:00
duplicate-names.js Duplicate named capture groups: Fix match arrays 2022-11-02 15:22:58 +01:00
functional-replace-global.js
functional-replace-non-global.js
groups-object-subclass-sans.js
groups-object-subclass.js
groups-object-undefined.js
groups-object-unmatched.js
groups-object.js
groups-properties.js Transform compareArray -> assert.compareArray: test/built-ins/RegExp/**/*.js () 2021-10-05 22:40:39 -04:00
lookbehind.js Transform compareArray -> assert.compareArray: test/built-ins/RegExp/**/*.js () 2021-10-05 22:40:39 -04:00
non-unicode-match.js Transform compareArray -> assert.compareArray: test/built-ins/RegExp/**/*.js () 2021-10-05 22:40:39 -04:00
non-unicode-property-names-invalid.js
non-unicode-property-names-valid.js
non-unicode-property-names.js
non-unicode-references.js Transform compareArray -> assert.compareArray: test/built-ins/RegExp/**/*.js () 2021-10-05 22:40:39 -04:00
string-replace-escaped.js
string-replace-get.js
string-replace-missing.js
string-replace-nocaptures.js
string-replace-numbered.js
string-replace-unclosed.js
string-replace-undefined.js
unicode-match.js Transform compareArray -> assert.compareArray: test/built-ins/RegExp/**/*.js () 2021-10-05 22:40:39 -04:00
unicode-property-names-invalid.js
unicode-property-names-valid.js
unicode-property-names.js
unicode-references.js Transform compareArray -> assert.compareArray: test/built-ins/RegExp/**/*.js () 2021-10-05 22:40:39 -04:00