Skip to content

Commit

Permalink
Add reproduction for #3124
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Jan 5, 2024
1 parent 5ee9474 commit 09f9749
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ class VersionTest extends DisciplineSuite {
("10000000", List("20000000"), Some("20000000")),
("1032048a", List("2032048a4c2"), Some("2032048a4c2")),
("0.1.1-3dfde9d7", List("0.2.1-485fdf3b"), None),
("1.0.0+1319.ae77058", List("1.0.0+1320.38b57aa"), Some("1.0.0+1320.38b57aa")),
("0.1.1", List("0.2.1-485fdf3b"), None),
("0.1.1-ALPHA", List("0.2.1-485fdf3b"), None),
("0.1.1-ALPHA", List("0.2.1-BETA"), None),
Expand Down

0 comments on commit 09f9749

Please sign in to comment.