Adds some more version pragma test cases.

This commit is contained in:
Christian Parpart
2021-10-12 15:15:54 +02:00
parent b0a5b92fe9
commit 591ba184e9
4 changed files with 10 additions and 0 deletions
+2
View File
@@ -171,6 +171,8 @@ BOOST_AUTO_TEST_CASE(negative_range)
{
// Negative range tests
vector<pair<string, string>> tests = {
{"^0^1", "0.0.0"},
{"^0^1", "1.0.0"},
{"1.0.0 - 2.0.0", "2.2.3"},
{"1.0", "1.0.0-pre"},
{"1", "1.0.0-pre"},