summaryrefslogtreecommitdiff
path: root/test/built-ins/String
Commit message (Expand)AuthorAgeFilesLines
* Revert "js-beautify: make all indentation consistent (depth & character) (#14...André Bargull2018-02-09647-3191/+2353
* js-beautify: make all indentation consistent (depth & character) (#1409)Rick Waldron2018-02-09647-2353/+3191
* [string-trimming] Fix whitespace testsMathias Bynens2018-01-252-2/+2
* String.prototype.trimEnd,trimStart: add feature (per new convention)Rick Waldron2018-01-2543-43/+43
* Fixup edit to infoValerie R Young2018-01-256-12/+12
* Add this value object testing to trimEndValerie R Young2018-01-2513-0/+746
* Fixup typosValerie R Young2018-01-252-4/+3
* Add tests for object to primitive returns object errorsValerie R Young2018-01-253-0/+151
* Add tests for object to primitive method errorsValerie R Young2018-01-253-0/+143
* Add tests for object to primitive call errorsValerie R Young2018-01-253-0/+137
* Add test of object without to primitive functionalityValerie R Young2018-01-251-0/+57
* Completely rewrite ToPrimitive method priority testingValerie R Young2018-01-254-95/+259
* fix typosValerie R Young2018-01-251-6/+6
* Add ToPrimitive method priority testingValerie R Young2018-01-251-0/+95
* Add tests for sucessful whitespace removingValerie R Young2018-01-254-0/+126
* Add number tests for trim(Start/End)Valerie R Young2018-01-252-0/+96
* fixup: Add boolean/Symbol() tests for trim(Start/End)Valerie R Young2018-01-254-27/+53
* Fixup: Add object coercible tests for trim(start/End)Valerie R Young2018-01-252-2/+4
* fixup: Add initial tests for trim(Start/End/Left/Right)Valerie R Young2018-01-256-32/+46
* Add boolean/Symbol() tests for trim(Start/End)Valerie R Young2018-01-254-0/+84
* Add object coercible tests for trim(start/End)Valerie R Young2018-01-252-0/+42
* Add initial tests for trim(Start/End/Left/Right)Valerie R Young2018-01-256-0/+148
* Frontmatter: fixup "info: >" to "info: |"Rick Waldron2018-01-05440-440/+440
* generate some type coercion testsJosh Wolfe2017-12-2110-37/+728
* fix repeated features tags (#1266)Leo Balter2017-10-061-2/+1
* Features.txt: Add string-trimming; replace "#" in feature tags (#1247)Rick Waldron2017-10-0352-28/+54
* Tag tests for U+180E and complete coverage for RegExp matchingLeo Balter2017-09-253-0/+3
* Add cross-realm featureLeo Balter2017-09-221-1/+1
* features: update all features flags for all test files with harness/* deps th...Rick Waldron2017-09-082-0/+2
* test for String.prototype.indexOf first parameter type coercionJosh Wolfe2017-09-081-0/+25
* use informative stack traces instead of loopsJosh Wolfe2017-09-081-9/+7
* type coercion harness utilitiesJosh Wolfe2017-09-081-0/+30
* Remove execute bit from files (#976)André Bargull2017-04-1331-0/+0
* Fix invalid String#indexOf test in a coercible Date instanceLeonardo Balter2017-03-131-20/+0
* Rename $ => $262. Fixes gh-802 (#823)Rick Waldron2017-03-011-1/+1
* Add tests for realm interactions (#688)jugglinmike2016-10-241-0/+29
* Improve coverage for section 9 (#726)jugglinmike2016-08-051-0/+32
* Ensure U+180E is no longer considered whitespaceMathias Bynens2016-07-069-16/+151
* Improve coverage for section 21: String (#712)jugglinmike2016-07-0523-0/+522
* Improve assertions comparing values to NaN (#690)Leo Balter2016-07-012-14/+2
* Remove duplicate front matter keys (#621)Ian Halliday2016-05-061-1/+2
* Merge branch 'bocoup/global-object'Gorkem Yakin2016-04-252-6/+5
|\
| * Reduce reliance on `fnGlobalObject.js`Mike Pennisi2016-04-252-6/+5
* | Increase coverage for Symbol constructorMike Pennisi2016-04-252-13/+35
|/
* Add tests for `String#padStart` and `String#padEnd`.Jordan Harband2016-04-0624-0/+428
* Remove unused harness fileMike Pennisi2016-02-127-14/+0
* Add missing tests for "length" and "name" properties of built-in functionsAndré Bargull2016-01-1521-0/+549
* Revert primitive wrapper prototypes and String#split to ES5André Bargull2015-11-064-16/+9
* Merge pull request #399 from bocoup/symbol-matchGorkem Yakin2015-09-147-31/+113
|\
| * Add tests for @@matchMike Pennisi2015-09-147-31/+113