ladybird/Userland/Libraries/LibJS/Tests/builtins/RegExp
Ali Mohammad Pur 17087ac4a2 LibJS: Unescape incorrectly escaped code units in regex patterns
We were translating the pattern [\⪾-\⫀] to [\\u2abe-\\u2ac0], which
is a very different pattern; as a code unit converted to the \uhhh
format has no meaning when escaped, this commit makes us simply skip
escaping it when translating the pattern.
2023-09-16 15:21:09 +02:00
..
RegExp.js
RegExp.legacy.js
RegExp.prototype.@@match.js
RegExp.prototype.@@replace.js
RegExp.prototype.compile.js
RegExp.prototype.exec.js
RegExp.prototype.flags.js
RegExp.prototype.hasIndices.js
RegExp.prototype.source.js
RegExp.prototype.test.js
RegExp.prototype.toString.js