ladybird/Libraries/LibJS/Tests/builtins/Date
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
..
Date.js Base+LibJS+LibWeb: Make prettier clean 2020-12-27 21:25:27 +01:00
Date.now.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.parse.js LibJS: Enable Date.parse.js tests that pass after c399caf27f 2020-08-23 10:42:37 +02:00
Date.prototype.getDate.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getDay.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getFullYear.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getHours.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getMilliseconds.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getMinutes.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getMonth.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getSeconds.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getTime.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getUTCDate.js LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
Date.prototype.getUTCDay.js LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
Date.prototype.getUTCFullYear.js LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
Date.prototype.getUTCHours.js LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
Date.prototype.getUTCMilliseconds.js LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
Date.prototype.getUTCMinutes.js LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
Date.prototype.getUTCMonth.js LibJS: Add some more tests, mostly around leap years 2020-08-26 08:52:07 +02:00
Date.prototype.getUTCSeconds.js LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
Date.prototype.toISOString.js LibC: Make localtime() and gmtime() handle years before 1970 2020-08-23 10:42:37 +02:00
Date.UTC.js LibJS: Add some more tests, mostly around leap years 2020-08-26 08:52:07 +02:00