Test cases for the regexpu project. Possibly useful for other regular expression-related test suites.
npm install regexpu-fixtures_regexpu_ is a source code transpiler that enables the use of ES2015 Unicode regular expressions in JavaScript-of-today (ES5).
_regexpu-fixtures_ contains the fixtures used in _regexpu_’s test suite. This might be useful for other regular expression-related tests.
1. On the main branch, bump the version number in package.json:
``sh`
npm version patch -m 'Release v%s'
Instead of patch, use minor or major as needed.
Note that this produces a Git commit + tag.
1. Push the release commit and tag:
`sh``
git push && git push --tags
Our CI then automatically publishes the new release to npm.
|  |
|---|
| Mathias Bynens |
_regexpu-fixtures_ is available under the MIT license.