mirror of
https://github.com/semver/semver.git
synced 2026-07-11 13:41:48 -05:00
[GH-ISSUE #743] Example for prerelease versions is incorrect according to Backus–Naur Form Grammar #2228
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 @jzangari on GitHub (Aug 17, 2021).
Original GitHub issue: https://github.com/semver/semver/issues/743
9 on the semver.org page states
But the example of
does not conform to the Backus-Naur Form Grammar
@jwdonahue commented on GitHub (Dec 4, 2021):
See my reply to that original thread. It appears that somebody failed to distinguish between multiple hyphens
--and the long bar character–created by some editors when you type two hyphens in a row, which is not a legal SemVer character because it's not ASCII.