Skip to content

Commit

Permalink
Merge pull request #12 from Manishearth/inconsistent
Browse files Browse the repository at this point in the history
remove inconsistent test
  • Loading branch information
Manishearth authored Jun 12, 2024
2 parents da05c66 + 03cefb5 commit 69ab874
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ use std::path::*;
///
/// assert_eq!(diff_paths("/foo/bar", "baz"), Some("/foo/bar".into()));
/// assert_eq!(diff_paths("/foo/bar", "/baz"), Some("../foo/bar".into()));
/// assert_eq!(diff_paths("baz", "/foo/bar"), None);
/// assert_eq!(diff_paths("foo", "bar"), Some("../foo".into()));
///
/// assert_eq!(
Expand Down Expand Up @@ -105,7 +104,6 @@ mod utf8_paths {
///
/// assert_eq!(diff_utf8_paths("/foo/bar", "baz"), Some("/foo/bar".into()));
/// assert_eq!(diff_utf8_paths("/foo/bar", "/baz"), Some("../foo/bar".into()));
/// assert_eq!(diff_utf8_paths("baz", "/foo/bar"), None);
/// assert_eq!(diff_utf8_paths("foo", "bar"), Some("../foo".into()));
///
/// assert_eq!(
Expand Down

0 comments on commit 69ab874

Please sign in to comment.