regexp-generator: Expand README

Add some minimal instructions for regenerating the tests.
This commit is contained in:
Philip Chimento 2024-11-01 16:21:49 -07:00 committed by Philip Chimento
parent a65ca0e6a3
commit 754ecf1ad3
1 changed files with 12 additions and 2 deletions

View File

@ -1,2 +1,12 @@
# test262-regexp-generator
Generete tests for RegExp based on unicode data
# RegExp Generator
This tool generates the tests in the
`test/built-ins/RegExp/CharacterClassEscapes/` folder from Unicode data.
To run:
```sh
$ npm install # before first run
$ npm run clean # optional
$ npm run build
```