diff --git a/plugins/ghupdate/ghupdate_test.go b/plugins/ghupdate/ghupdate_test.go index 55d5a1c5..d13bbdcc 100644 --- a/plugins/ghupdate/ghupdate_test.go +++ b/plugins/ghupdate/ghupdate_test.go @@ -18,6 +18,9 @@ func TestCompareVersions(t *testing.T) { {"1.10", "1.9", -1}, {"1.2", "1.12", 1}, {"3.2", "1.6", -1}, + {"0.0.2", "0.0.1", -1}, + {"0.16.2", "0.17.0", 1}, + {"1.15.0", "0.16.1", -1}, {"3.2", "4.0", 1}, {"3.2.4", "3.2.3", -1}, }