ladybird/Libraries/LibJS/Tests/builtins/RegExp
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
..
RegExp.js LibJS: Make RegExp.prototype.source spec-compliant 2020-11-28 01:20:11 +01:00
RegExp.prototype.exec.js LibJS: Implement `RegExpPrototype::exec()' 2020-11-27 21:32:41 +01:00
RegExp.prototype.flags.js Base+LibJS+LibWeb: Make prettier clean 2020-12-27 21:25:27 +01:00
RegExp.prototype.source.js LibJS: Make RegExp.prototype.source spec-compliant 2020-11-28 01:20:11 +01:00
RegExp.prototype.test.js LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()' 2020-11-27 21:32:41 +01:00
RegExp.prototype.toString.js LibJS: Make RegExp.prototype.toString() spec-compliant 2020-11-28 01:20:11 +01:00