Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.1.0
-
None
-
None
-
None
Description
In section 3.3.2, the spec states the the qualifier part of the version is a string:
qualifier: is an optional string that indicates a named, pre-release version of the associated code that has been derived from the version of the code identified by the combination major_version, minor_version and fix_version numbers.
However, in the parser implementation, the version regex tries to match it as an integer.