Add a few more version strings to positive parser test.

This commit is contained in:
Nathan Wilcox 2017-05-22 21:23:11 -07:00
parent 187e64c7ab
commit 88bf7eb050
1 changed files with 3 additions and 0 deletions

View File

@ -473,6 +473,9 @@ class TestVersion (unittest.TestCase):
('v1.0.7-1', 51),
('v1.0.8', 50),
('v1.0.8-1', 51),
('v1.0.9', 50),
('v1.0.10', 50),
('v7.42.1000', 50),
]
ValidVersions = [