mirror of
https://github.com/tc39/test262.git
synced 2025-11-10 16:59:49 +01:00
While we're touching this we may as well update the quote from ECMA-262 to match what it currently says.
RegExp Generator
This tool generates the tests in the
test/built-ins/RegExp/CharacterClassEscapes/ folder from Unicode data.
To run:
$ npm install # before first run
$ npm run clean # optional
$ npm run build