Skip to content

Commit

Permalink
chore: add gh ref to test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Jul 19, 2024
1 parent 7b30e9c commit 86695b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1794,6 +1794,7 @@ mod tests {

#[test]
// Feature test: GitHub PR: #15
// Reference: GitHub issue #14
fn test_parse_display_empty_name_2() {
expect_with_options(
"<[email protected]>",
Expand All @@ -1805,6 +1806,7 @@ mod tests {

#[test]
// Feature test: GitHub PR: #15
// Reference: GitHub issue #14
fn test_parse_display_name_unsupported() {
expect_with_options(
"Simons Email <[email protected]>",
Expand Down

0 comments on commit 86695b3

Please sign in to comment.