summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp
Commit message (Expand)AuthorAgeFilesLines
* Test for proper handling of incomplete hex escapes (#1274)Zirak2017-10-161-0/+18
* Update RegExp named capture tests for spec change (#1270)Daniel Ehrenberg2017-10-133-29/+22
* Fix a test looping for space separator charsLeo Balter2017-09-261-3/+11
* Tag tests for U+180E and complete coverage for RegExp matchingLeo Balter2017-09-256-3/+31
* Add cross-realm featureLeo Balter2017-09-222-2/+2
* Split Annex-B parts of non-unicode-malformed.js into annexB folderAndré Bargull2017-09-181-12/+2
* Add missing Symbol.split feature flagsLeo Balter2017-09-083-1/+3
* Add missing Symbol.replace feature flagsLeo Balter2017-09-087-4/+7
* Add missing Symbol.match feature flagsLeo Balter2017-09-083-0/+3
* Expect early SyntaxError when character range consists of two character classesAndré Bargull2017-09-051-6/+1
* Apply feedback for RegExp.prototype.flags (#1196)Leo Balter2017-08-2312-72/+304
* Improve RegExp.prototype.flags coverage (#1149)Aleksey Shvayka2017-08-2315-191/+295
* Update RegExp Unicode property escape tests per latest proposal & Unicode 10Mathias Bynens2017-07-13372-967/+2127
* Improve RegExp.prototype.source coverage (#1145)Aleksey Shvayka2017-07-118-107/+61
* add escaped substitution testAleksey Shvayka2017-06-271-0/+24
* add empty replace testAleksey Shvayka2017-06-261-0/+2
* add empty references testsAleksey Shvayka2017-06-262-0/+3
* add groups object testsAleksey Shvayka2017-06-232-6/+34
* Fix test involving a Unicode property escape in a character class range (#1034)Mathias Bynens2017-05-171-3/+5
* Add regular RegExp Unicode property escape tests (#1014)Mathias Bynens2017-05-01372-0/+260
* Update RegExp tests for named-capturing and dotAll (#1009)Leo Balter2017-05-0110-17/+13
* Merge pull request #1006 from leobalter/fix-infoLeo Balter2017-04-277-54/+73
|\
| * Replace duplicate caseLeo Balter2017-04-271-2/+2
| * Update RegExp#dotAll testsLeo Balter2017-04-276-45/+62
| * fix metadata for regexp.prototype.dotallLeo Balter2017-04-277-9/+11
* | Split tests and fix actual/expected orderLeo Balter2017-04-2719-203/+518
* | RegExp lookbehind testsDaniel Ehrenberg2017-04-272-0/+203
|/
* Tests for RegExp dotAll proposal (#997)Daniel Ehrenberg2017-04-2715-21/+406
* RegExp named group tests (#998)Daniel Ehrenberg2017-04-2718-0/+684
* RegExp property escapes: list emoji data version (UTR51) (#981)Mathias Bynens2017-04-18363-0/+363
* Correct typo in copyright informationMike Pennisi2017-04-184-4/+4
* Remove tests for Unicode properties that are no longer supported (#980)Mathias Bynens2017-04-153-374/+0
* Fix `Script_Extensions=Inherited` data (#977)Mathias Bynens2017-04-141-34/+12
* Remove execute bit from files (#976)André Bargull2017-04-1326-0/+0
* Fix three broken RegExp property escape tests (#974)Mathias Bynens2017-04-133-3/+0
* Add exhaustive tests for RegExp Unicode property escapes (#971)Mathias Bynens2017-04-13366-0/+62777
* Tests for RegExp capture substitution out of bounds (#925)littledan2017-03-272-3/+8
* Update YAML frontmatter of some tests to be compatible with monkeyYaml (#862)André Bargull2017-03-012-2/+2
* Rename $ => $262. Fixes gh-802 (#823)Rick Waldron2017-03-012-2/+2
* Fix call to assert.notSameValue (#859)littledan2017-02-131-1/+1
* Update RegExp tests for the semantics change (#853)littledan2017-02-092-15/+21
* Add tests for realm interactions (#688)jugglinmike2016-10-242-0/+63
* Tests for new lastIndex semantics (#760)Jakob Gruber2016-09-2911-24/+243
* Merge pull request #711 from bocoup/audit2016-section-21-regexpTom Care2016-08-0434-135/+558
|\
| * Improve tests for RegExp `lastIndex` propertyMike Pennisi2016-06-293-65/+33
| * Assert absense of internal slot on RegExpPrototypeMike Pennisi2016-06-291-0/+23
| * Remove invalid tests for %RegExpPrototype%Mike Pennisi2016-06-292-20/+0
| * Add tests for return value: 'get RegExp.p.source'Mike Pennisi2016-06-294-0/+122
| * Update and tests for %RegExpPrototype% methodsMike Pennisi2016-06-2924-50/+380
* | Ensure U+180E is no longer considered whitespaceMathias Bynens2016-07-062-70/+70
|/