Skip to content

Commit 7e5d8c6

Browse files
committed
Rewrite regex string generator in php
1 parent a25aac6 commit 7e5d8c6

File tree

15 files changed

+623
-1087
lines changed

15 files changed

+623
-1087
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,5 @@ Also note that we are not particularly interested in maintaining rules for engin
5555

5656
If you have PHP installed locally, you can run the tests from the root directory by typing `php tests/Test.php`.
5757

58-
If you also have NodeJS installed locally, you can run `php tests/GenerateTestStrings.php`, and it will
59-
try to generate test strings that match would match your regex. If you do, make sure to review the test file,
60-
as for things like `.+` it may generate a lot of fluff.
58+
Run `php tests/GenerateTestStrings.php`, to generate test strings that match would match your regex.
59+
This script will automatically execute `Test.php` after generating new strings.

0 commit comments

Comments
 (0)