mirror of
https://github.com/semver/semver.git
synced 2026-07-11 05:12:48 -05:00
[Suggestion] Provide some Unit Test for the regexps #464
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Luchostein on GitHub (Mar 10, 2021).
Some lists with good/bad versions would be useful for implementators in order to test both regexps: PCRE and capture groups.
@dtonhofer commented on GitHub (Mar 14, 2021):
Actually there some at https://regex101.com/r/Ly7O1x/3/
@steveklabnik commented on GitHub (Mar 15, 2021):
The regular expressions are non-normative, so I don't believe we should do this.