1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 08:05:07 +00:00
serenity/Libraries/LibJS/Tests/builtins/String
Linus Groh 5122f98198 Base+LibJS+LibWeb: Make prettier clean
Also use "// prettier-ignore" comments where necessary rather than
excluding whole files (via .prettierignore).
2020-12-27 21:25:27 +01:00
..
String.fromCharCode.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype-generic-functions.js LibJS: Implement String.prototype.endsWith() 2020-12-26 01:09:04 +01:00
String.prototype.charAt.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.charCodeAt.js LibJS: Implement String.prototype.charCodeAt 2020-07-22 15:48:01 +02:00
String.prototype.concat.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.endsWith.js Base+LibJS+LibWeb: Make prettier clean 2020-12-27 21:25:27 +01:00
String.prototype.includes.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.indexOf.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.lastIndexOf.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.padEnd.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.padStart.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.repeat.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.slice.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.startsWith.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.substr.js LibJS: Add a basic implementation of String.prototype.substr() 2020-11-29 20:29:49 +01:00
String.prototype.substring.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.toLowerCase.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.toString.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.toUpperCase.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.trim.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.prototype.valueOf.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
String.raw.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00