[GH-ISSUE #406] Error in the specification. #3016

Closed
opened 2026-04-25 17:12:13 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @aminancelot on GitHub (Nov 7, 2017).
Original GitHub issue: https://github.com/semver/semver/issues/406

Section 10 of the specification has an error:
[0-9A-Za-z-] should be [0-9A-Za-z\-]

Originally created by @aminancelot on GitHub (Nov 7, 2017). Original GitHub issue: https://github.com/semver/semver/issues/406 Section 10 of the specification has an error: [0-9A-Za-z-] should be [0-9A-Za-z\\-]
Author
Owner

@akalongman commented on GitHub (Nov 7, 2017):

@aminancelot in regex last dash of the symbols group considered as a just symbol

<!-- gh-comment-id:342444230 --> @akalongman commented on GitHub (Nov 7, 2017): @aminancelot in regex last dash of the symbols group considered as a just symbol
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#3016