summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp/named-groups/string-replace-unclosed.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix yaml consistencyLeo Balter2018-03-061-1/+2
|
* Update RegExp named capture tests for spec change (#1270)Daniel Ehrenberg2017-10-131-15/+8
| | | | | | | | | 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. https://github.com/tc39/proposal-regexp-named-groups/commit/92ceba518c2ab0d2811c2efa8248ed1b3f8b5506
* add empty replace testAleksey Shvayka2017-06-261-0/+2
|
* RegExp named group tests (#998)Daniel Ehrenberg2017-04-271-0/+24
Tests against the Stage 3 named capture groups proposal https://tc39.github.io/proposal-regexp-named-groups