mirror of https://github.com/tc39/test262.git
9a0aa4c719
Our config files specify two-space indents for JS files. These scripts were probably written before that was a thing. Update the indentation of the script and the generated tests all in one go. |
||
---|---|---|
.. | ||
LICENSE | ||
README.md | ||
header.mjs | ||
index.mjs | ||
package.json |
README.md
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