test262/test
Philip Chimento 27063ae219 Duplicate named capture groups: .groups and .indices.groups objects
These tests should cover the full functionality of the .groups object (and
the .indices.groups object, in the case of the /d flag) for RegExp.p.exec
and String.p.match:

- Matched DNCG has a result
- Unmatched DNCG is present and undefined
- DNCG matched in previous iteration but not in current iteration is
  treated as unmatched
- Iteration order of properties corresponds with source order

See: #3704
2022-11-02 15:22:58 +01:00
..
annexB Duplicate named capture groups: Syntax tests 2022-11-02 15:22:58 +01:00
built-ins Duplicate named capture groups: .groups and .indices.groups objects 2022-11-02 15:22:58 +01:00
harness Temporal: Add TemporalHelpers.crossDateLineTimeZone 2022-10-03 12:24:00 +02:00
intl402 Temporal: Fix PlainDateTime construct args 2022-10-26 15:20:05 +02:00
language add async-functions feature to files which should have it 2022-10-17 11:21:23 +02:00
staging Temporal: Improve existing tests for ZDT#toString timeZoneName option 2022-10-11 12:19:49 +02:00