ColinEberhardt / assemblyscript-regex

A regex engine for AssemblyScript
MIT License
86 stars 12 forks source link

Help with the testing effort #20

Closed ColinEberhardt closed 3 years ago

ColinEberhardt commented 3 years ago

This project has a combination of manually crafted unit tests and a larger number of tests generated from test cases used by other regex engines.

Further assistance in triaging, fixing issues and improving the test case generation process would be much appreciated!

ColinEberhardt commented 3 years ago

Issues to triage are listed here:

https://github.com/ColinEberhardt/assemblyscript-regex/blob/main/spec/test-generator.js#L26-L49

ColinEberhardt commented 3 years ago

It would also be good to extend the suite to include more tests from this repo: https://github.com/att/ast/tree/2012-08-01-master/src/cmd/re

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 1.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: