forked from I2P_Developers/i2p.i2p
more VersionComparator tests
This commit is contained in:
@ -41,6 +41,7 @@ class VersionComparatorSpec extends FunSpec with ShouldMatchers {
|
|||||||
same("0.1.2","0-1-2")
|
same("0.1.2","0-1-2")
|
||||||
same("0.1.2","0_1_2")
|
same("0.1.2","0_1_2")
|
||||||
same("0.1.2-foo", "0.1.2-bar")
|
same("0.1.2-foo", "0.1.2-bar")
|
||||||
|
same("0.1-asdf3","0_1.3fdsa")
|
||||||
|
|
||||||
// this should be the same, no? --zab
|
// this should be the same, no? --zab
|
||||||
less("0.1.2","0.1.2.0")
|
less("0.1.2","0.1.2.0")
|
||||||
|
Reference in New Issue
Block a user