Skip to content

Commit

Permalink
add reproduction for fsprojects#424
Browse files Browse the repository at this point in the history
  • Loading branch information
mexx committed Dec 5, 2014
1 parent 15da6e1 commit da6fd76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Paket.Tests/SemVerSpecs.fs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ let ``can normalize versions``() =
(SemVer.Parse "1.2.3-alpha.3").Normalize() |> shouldEqual ((SemVer.Parse "1.2.3-alpha.3").ToString())
(SemVer.Parse "1.0.0-alpha").Normalize() |> shouldEqual ((SemVer.Parse "1.0.0-alpha").ToString())
(SemVer.Parse "1.0.0-alpha.1").Normalize() |> shouldEqual ((SemVer.Parse "1.0.0-alpha.1").ToString())
(SemVer.Parse "0.5.0-ci1411131947").Normalize() |> shouldEqual "0.5.0-ci1411131947"

[<Test>]
let ``can normalize build zeros``() =
Expand Down

0 comments on commit da6fd76

Please sign in to comment.