mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Rockbox Utility: Add some more cases to version check test.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29829 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
04b4722a5c
commit
0925bfbb1c
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@ const struct testvector testdata[] =
|
||||||
{ "10.22.33", "11.0.0", 1 },
|
{ "10.22.33", "11.0.0", 1 },
|
||||||
{ "1.2.3", "1.2.3.1", 1 },
|
{ "1.2.3", "1.2.3.1", 1 },
|
||||||
{ "1.2.3", "1.2.3-1", 1 },
|
{ "1.2.3", "1.2.3-1", 1 },
|
||||||
|
{ "1.2.3-1", "1.2.3.1", 1 },
|
||||||
|
{ "1.2.3-10", "1.2.3.0", 1 },
|
||||||
|
{ "1.2.3-1", "1.2.3.10", 1 },
|
||||||
|
{ "1.2.3-1", "1.2.3a", 1 },
|
||||||
{ "1.2.3", "1.2.3a", 1 },
|
{ "1.2.3", "1.2.3a", 1 },
|
||||||
{ "1.2.3a", "1.2.3b", 1 },
|
{ "1.2.3a", "1.2.3b", 1 },
|
||||||
{ "1.2.3", "1.2.3b", 1 },
|
{ "1.2.3", "1.2.3b", 1 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue