mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #679] [Suggestion] Provide some Unit Test for the regexps #7438
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).
Original GitHub issue: https://github.com/semver/semver/issues/679
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.