Skip to content

Commit

Permalink
Add regression test for issue 28
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 14, 2021
1 parent e84a2b1 commit b0b6663
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test_parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ fn test_parse() {
}),
},
),
(
"rustc 1.52.1-nightly (gentoo)",
Version {
minor: 52,
patch: 1,
channel: Dev,
},
),
];

for (string, expected) in cases {
Expand Down

0 comments on commit b0b6663

Please sign in to comment.