mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 13:34:38 +02:00
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
|
# RegExp Generator
|
||||||
Generete tests for RegExp based on unicode data
|
|
||||||
|
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…
x
Reference in New Issue
Block a user