Skip to content

Commit 871e9af

Browse files
KSXGitHubanonrig
authored andcommitted
test: log
1 parent ffdb8f8 commit 871e9af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ mod test {
577577
("http://user:[email protected]", "http://user:[email protected]/"),
578578
];
579579
for (value, expected) in tests {
580+
eprintln!("{value} -> {expected}");
580581
let url = Url::parse(value, None).expect("Should have parsed url");
581582
assert_eq!(url.to_string(), expected);
582583
}

0 commit comments

Comments
 (0)