mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
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