Fleshed out tests for Symbol.matchAll, String.p.matchAll,...
Fleshed out tests for Symbol.matchAll, String.p.matchAll, RegExp.p[@@matchAll], and %RegExpStringIteratorPrototype% Tests were updated and assuming https://github.com/tc39/proposal-string-matchall/pull/33 will be merged.
Showing
- features.txt 5 additions, 0 deletionsfeatures.txt
- harness/compareIterator.js 34 additions, 0 deletionsharness/compareIterator.js
- harness/regExpUtils.js 15 additions, 0 deletionsharness/regExpUtils.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/get-species-constructor-err.js 0 additions, 22 deletions.../prototype/Symbol.matchAll/get-species-constructor-err.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/internal-regexp-lastindex-not-zero.js 33 additions, 0 deletions...ype/Symbol.matchAll/internal-regexp-lastindex-not-zero.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/isregexp-internal-regexp-is-false.js 29 additions, 0 deletions...type/Symbol.matchAll/isregexp-internal-regexp-is-false.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/isregexp-internal-regexp-throws.js 29 additions, 0 deletions...totype/Symbol.matchAll/isregexp-internal-regexp-throws.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/isregexp-this-throws.js 26 additions, 0 deletions.../RegExp/prototype/Symbol.matchAll/isregexp-this-throws.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/length.js 11 additions, 6 deletionstest/built-ins/RegExp/prototype/Symbol.matchAll/length.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/name.js 8 additions, 3 deletionstest/built-ins/RegExp/prototype/Symbol.matchAll/name.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/prop-desc.js 5 additions, 2 deletionstest/built-ins/RegExp/prototype/Symbol.matchAll/prop-desc.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/regexpcreate-this-throws.js 29 additions, 0 deletions...Exp/prototype/Symbol.matchAll/regexpcreate-this-throws.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/species-constructor-get-constructor-throws.js 32 additions, 0 deletions...ol.matchAll/species-constructor-get-constructor-throws.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/species-constructor-get-species-throws.js 31 additions, 0 deletions...Symbol.matchAll/species-constructor-get-species-throws.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/species-constructor-is-not-object-throws.js 41 additions, 0 deletions...mbol.matchAll/species-constructor-is-not-object-throws.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/species-constructor-is-undefined.js 31 additions, 0 deletions...otype/Symbol.matchAll/species-constructor-is-undefined.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/species-constructor-species-is-not-constructor.js 45 additions, 0 deletions...atchAll/species-constructor-species-is-not-constructor.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/species-constructor-species-is-null-or-undefined.js 41 additions, 0 deletions...chAll/species-constructor-species-is-null-or-undefined.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/species-constructor-species-throws.js 29 additions, 0 deletions...ype/Symbol.matchAll/species-constructor-species-throws.js
- test/built-ins/RegExp/prototype/Symbol.matchAll/species-constructor.js 42 additions, 0 deletions...s/RegExp/prototype/Symbol.matchAll/species-constructor.js
Loading
Please register or sign in to comment