mirror of
https://github.com/semver/semver.git
synced 2026-07-11 08:02:23 -05:00
[GH-ISSUE #270] Are spaces allowed? #1060
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 @BartG95 on GitHub (Aug 26, 2015).
Original GitHub issue: https://github.com/semver/semver/issues/270
Are spaces allowed in version numbers? e.g. "1 . 0 .0"
This would make parsing difficult, so if it is allowed, I think it shouldn't be.
@haacked commented on GitHub (Aug 26, 2015):
It is not allowed.