-
- Downloads
Improve tests for RegExp `lastIndex` property
The prior version of this test asserted only the property's configurability. It was also limited to the RegExp object as returned from the RegExp constructor. Extend the test to verify all values of the property descriptor. Duplicate these assertions in a separate file dedicated to the RegExp object as created from a RegExp literal.
Showing
- test/built-ins/RegExp/lastIndex.js 33 additions, 0 deletionstest/built-ins/RegExp/lastIndex.js
- test/built-ins/RegExp/prototype/lastIndex/S15.10.7.5_A8.js 0 additions, 32 deletionstest/built-ins/RegExp/prototype/lastIndex/S15.10.7.5_A8.js
- test/built-ins/RegExp/prototype/lastIndex/S15.10.7.5_A9.js 0 additions, 33 deletionstest/built-ins/RegExp/prototype/lastIndex/S15.10.7.5_A9.js
- test/language/literals/regexp/lastIndex.js 37 additions, 0 deletionstest/language/literals/regexp/lastIndex.js
test/built-ins/RegExp/lastIndex.js
0 → 100644
test/language/literals/regexp/lastIndex.js
0 → 100644
Please register or sign in to comment