mirror of https://github.com/tc39/test262.git
regexp-generator: Expand README
Add some minimal instructions for regenerating the tests.
This commit is contained in:
parent
a65ca0e6a3
commit
754ecf1ad3
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue