mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +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
|
||||
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…
x
Reference in New Issue
Block a user