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.