Skip to content

Comprehensive test suite for version string comparison algorithms

License

Notifications You must be signed in to change notification settings

repology/version-comparison-test-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version comparison test suite

CI

This is a comprehensive test suite for version string comparison algorithms primary developed for libversion, advanced version string comparison library, extracted and generalized to be suitable for using with version comparison algorithm/library.

The suite is maintained in the form of text file, containing test cases in the following format:

"1.0.1" < "1.0.2"

which consists of two quoted version strings and an relation sign denoting expected comparison result. The test suite is also split into sections and test cases may contain additional implementation defined flags which affect comparison.

See the test suite for complete info on format.

Author

License

About

Comprehensive test suite for version string comparison algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published