effigies / looseversion

A backwards/forwards-compatible fork of distutils.version.LooseVersion
Other
13 stars 1 forks source link

FIX: Ignore empty strings in splits #14

Closed effigies closed 1 year ago

effigies commented 1 year ago

Figured issues like this would get caught by the compatibility tests with distutils, but we simply convert the old type to the new, so everything was getting extra empty strings. This adds explicit tests for representations.

Closes #13.