summaryrefslogtreecommitdiff
path: root/test/built-ins/decodeURI/S15.1.3.1_A2.3_T1.js
Commit message (Collapse)AuthorAgeFilesLines
* Frontmatter: fixup "info: >" to "info: |"Rick Waldron2018-01-051-1/+1
|
* Remove trailing whitespaceLyza Danger Gardner2017-06-291-9/+9
|
* Add esidLyza Danger Gardner2017-06-291-0/+2
|
* Optimize decodeURI/encodeURI tests (#987)André Bargull2017-04-181-31/+5
| | | | | | | | | | | | | | | | | | | | * Move decimalToHexString into harness instead of duplicating it in multiple files * Optimize decimalToHexString and support numbers greater than 65535 * Replace alternative decimalToHexString function with include for decimalToHexString.js * Add decimalToHex2String to return the string representation of a two-digit hex-number * Replace decimalToHex2String with decimalToPercentHexString to return the percent hex-encoded string of a two-digit hex-number * Replace two String.fromCharCode calls with a single call * Further reduce string concatentations in decodeURI[Component] tests * Remove unnecessary Test262Error error handling in catch-clauses * Remove try/catch wrappings in decodeURI/encodeURI tests
* Remove unused harness fileMike Pennisi2016-02-121-1/+0
| | | | | | | | | | | The harness file `Test262Error.js` has not contained executable code since it was introduced in this project [1]. The definition of the `Test262Error` function has consistently been located in the `sta.js` harness file which test runners are expected to inject into the test environment. Remove the file and all references to it. [1] See commit c33bf0e0439e6f6bf084c1524d7df8d2b41c515d
* Reorganize ./testBrian Terlson2014-12-071-0/+84