test262/test/built-ins/RegExp/named-groups
Daniel Ehrenberg e6df79231d Update RegExp named capture tests for spec change (#1270)
The RegExp named groups specification has changed to not throw
errors in certain cases. This patch updates the test262 tests to match
the new specification, and throws in an additional test that verifies
the interaction between named group syntax and other replacement.
The tests pass on a version of V8 which implements the new semantics.

92ceba518c
2017-10-13 14:16:16 -04:00
..
functional-replace-global.js RegExp named group tests (#998) 2017-04-27 12:50:59 -04:00
functional-replace-non-global.js RegExp named group tests (#998) 2017-04-27 12:50:59 -04:00
groups-object.js add groups object tests 2017-06-23 22:59:57 +03:00
groups-properties.js add groups object tests 2017-06-23 22:59:57 +03:00
lookbehind.js Update RegExp tests for named-capturing and dotAll (#1009) 2017-05-01 12:08:31 -04:00
non-unicode-malformed.js Split Annex-B parts of non-unicode-malformed.js into annexB folder 2017-09-18 14:39:32 -04:00
non-unicode-match.js Update RegExp tests for named-capturing and dotAll (#1009) 2017-05-01 12:08:31 -04:00
non-unicode-property-names.js Update RegExp tests for named-capturing and dotAll (#1009) 2017-05-01 12:08:31 -04:00
non-unicode-references.js Update RegExp tests for named-capturing and dotAll (#1009) 2017-05-01 12:08:31 -04:00
string-replace-escaped.js add escaped substitution test 2017-06-27 00:45:08 +03:00
string-replace-get.js RegExp named group tests (#998) 2017-04-27 12:50:59 -04:00
string-replace-missing.js Update RegExp named capture tests for spec change (#1270) 2017-10-13 14:16:16 -04:00
string-replace-nocaptures.js Update RegExp named capture tests for spec change (#1270) 2017-10-13 14:16:16 -04:00
string-replace-numbered.js RegExp named group tests (#998) 2017-04-27 12:50:59 -04:00
string-replace-unclosed.js Update RegExp named capture tests for spec change (#1270) 2017-10-13 14:16:16 -04:00
string-replace-undefined.js RegExp named group tests (#998) 2017-04-27 12:50:59 -04:00
unicode-malformed.js add empty references tests 2017-06-26 18:35:16 +03:00
unicode-match.js Update RegExp tests for named-capturing and dotAll (#1009) 2017-05-01 12:08:31 -04:00
unicode-property-names.js Update RegExp tests for named-capturing and dotAll (#1009) 2017-05-01 12:08:31 -04:00
unicode-references.js RegExp named group tests (#998) 2017-04-27 12:50:59 -04:00